diff --git a/keystone/locale/ar/LC_MESSAGES/keystone.po b/keystone/locale/ar/LC_MESSAGES/keystone.po deleted file mode 100644 index 23523bda56..0000000000 --- a/keystone/locale/ar/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Arabic translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Arabic " -"(http://www.transifex.com/projects/p/keystone/language/ar/)\n" -"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : " -"n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/bg_BG/LC_MESSAGES/keystone.po b/keystone/locale/bg_BG/LC_MESSAGES/keystone.po deleted file mode 100644 index 0c44c073f3..0000000000 --- a/keystone/locale/bg_BG/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Bulgarian (Bulgaria) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Bulgarian (Bulgaria) " -"(http://www.transifex.com/projects/p/keystone/language/bg_BG/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/bn_IN/LC_MESSAGES/keystone.po b/keystone/locale/bn_IN/LC_MESSAGES/keystone.po deleted file mode 100644 index 5e11bea998..0000000000 --- a/keystone/locale/bn_IN/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Bengali (India) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Bengali (India) " -"(http://www.transifex.com/projects/p/keystone/language/bn_IN/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/bs/LC_MESSAGES/keystone.po b/keystone/locale/bs/LC_MESSAGES/keystone.po deleted file mode 100644 index a30085ce36..0000000000 --- a/keystone/locale/bs/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Bosnian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Bosnian " -"(http://www.transifex.com/projects/p/keystone/language/bs/)\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ca/LC_MESSAGES/keystone.po b/keystone/locale/ca/LC_MESSAGES/keystone.po deleted file mode 100644 index eb2d02e89a..0000000000 --- a/keystone/locale/ca/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Catalan translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# Sergi Almacellas , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Catalan " -"(http://www.transifex.com/projects/p/keystone/language/ca/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/cs/LC_MESSAGES/keystone.po b/keystone/locale/cs/LC_MESSAGES/keystone.po deleted file mode 100644 index 230a9f9334..0000000000 --- a/keystone/locale/cs/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Czech translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Czech " -"(http://www.transifex.com/projects/p/keystone/language/cs/)\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "Požadavek je příliš velký." - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Chyba serveru" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "zařízení záznamu systému musí být jedno z: %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "Neplatný parametr: Unicode není současnou databází podporován." - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "verze by měla být celé číslo" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "Nerozpoznaná hodnota read_deleted '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/da/LC_MESSAGES/keystone.po b/keystone/locale/da/LC_MESSAGES/keystone.po deleted file mode 100644 index 4189a0322d..0000000000 --- a/keystone/locale/da/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Danish translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Danish " -"(http://www.transifex.com/projects/p/keystone/language/da/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "syslog faciliteten skal være en af: %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "Fatalt kald til forældet konfig: %(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "Ugyldig parameter: Unicode er ikke understøttet af den aktuelle database." - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/de/LC_MESSAGES/keystone.po b/keystone/locale/de/LC_MESSAGES/keystone.po deleted file mode 100644 index 1375f85e60..0000000000 --- a/keystone/locale/de/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1645 +0,0 @@ -# German translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# rsimai, 2014 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-23 13:50+0000\n" -"Last-Translator: rsimai\n" -"Language-Team: German " -"(http://www.transifex.com/projects/p/keystone/language/de/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s darf nicht leer sein." - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s darf nicht kleiner als %(min_length)s Zeichen sein." - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s sollte nicht größer als %(max_length)s Zeichen sein." - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "Richtlinie nicht gefunden, %(policy_id)s." - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "Rolle nicht gefunden, %(role_id)s." - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "Dienst nicht gefunden, %(service_id)s." - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "Domäne nicht gefunden, %(domain_id)s." - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "Projekt nicht gefunden, %(project_id)s." - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "Token nicht gefunden, %(token_id)s." - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "Benutzer nicht gefunden, %(user_id)s." - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "Gruppe nicht gefunden, %(group_id)s." - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "Version nicht gefunden, %(version)s." - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "Anforderung ist zu groß." - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "Nicht gewährte Rolle kann nicht entfernt werden, %s" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "Doppelte ID, %s." - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "Doppelter Name, %s." - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "Rolle %s nicht gefunden" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "Projekt ist inaktiviert: %s" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "Domäne ist inaktiviert: %s" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "Scoping sowohl auf 'domain' als auch auf 'project' ist nicht zulässig" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "Scoping sowohl auf 'domain' als auch auf 'trust' ist nicht zulässig" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "Scoping sowohl auf 'project' als auch auf 'trust' ist nicht zulässig" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "Benutzer nicht gefunden" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "Kein authentifizierter Benutzer" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "Suche nach Benutzer %s nicht möglich" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "Benutzer ist inaktiviert: %s" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "Ungültiger Benutzername oder ungültiges Passwort." - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "Fehlerhafter Endpunkt %(url)s - unbekannter Schlüssel %(keyerror)s" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" -"Fehlerhafter Endpunkt %(url)s - unbekannter Schlüssel %(keyerror)s " -"(fehlende Klammer?)" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "Vorlagendatei %s kann nicht geöffnet werden" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "Rollenbasierte Zugriffssteuerung: Fortfahren ohne Projekt" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "Rollenbasierte Zugriffssteuerung: Fortsetzung ohne Nutzer" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "Rollenbasierte Zugriffssteuerung: Ungültiges Token" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "Rollenbasierte Zugriffssteuerung: Umgehen von Autorisierung" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "Rollenbasierte Zugriffssteuerung: Autorisierung erteilt" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" -"Rollenbasierte Zugriffssteuerung: Hinzufügen von Abfragefilterparametern " -"(%s)" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "arg_dict: %s" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "Autorisierung fehlgeschlagen. %(exception)s von %(remote_addr)s" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "Die Ressource konnte nicht gefunden werden." - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "Umgebung konfiguriert als: %s" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "Starten von %(arg0)s auf %(host)s:%(port)s" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Serverfehler" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "Ungültiger LDAP Bereich: %(scope)s. Wählen Sie aus: %(options)s" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "Ungültige TLS /LDAPS Kombination" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "Ungültige LDAP TLS_AVAIL Option: %s. TLS nicht verfügbar" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "tls_cacertfile %s wurde nicht gefunden oder ist keine Datei" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "tls_cacertdir %s nicht gefunden oder ist kein Verzeichnis" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" -"LDAP-Server unterstützt Paging nicht. Inaktivieren Sie das Paging in " -"keystone.conf, um diese Nachricht zu verhindern." - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "LDAP %s erstellen" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "LDAP %s aktualisieren" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "LDAP %s löschen" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "Benutzer nicht in Gruppe gefunden" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "Veraltet: %s" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "Fehler beim laden der Logging Konfiguration %(log_config)s: %(err_msg)s" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "syslog-Funktion muss einer der folgenden Werte sein: %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "Schwerwiegender Aufruf an veraltete Konfiguration: %(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "JSON Datei, die die Richtlinie enthält" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "Regel wird durchgeführt, wenn angeforderte Regel nicht gefunden wird" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "Die Regel erlaubt nicht die Ausführung von %s" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" -"Die Regeln müssen eine Instanz eines Verzeichnisses oder von Regeln sein," -" anstatt dessen wurde %s zurückgemeldet." - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" -"Ungültiger Parameter: Unicode wird von der aktuellen Datenbank nicht " -"unterstützt." - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "Version sollte eine Ganzzahl sein" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "Der angegebene Sortierschlüssel war nicht gültig. " - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "Unbekannte Sortierrichtung; muss 'desc' oder 'asc' sein" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "Nicht erkannter read_deleted-Wert '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "erzwinge %(action)s: %(credentials)s" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "%s wurde nicht ausgecheckt" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "FakeLdap-Element löschen: dn=%s" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "Token gehört nicht zu angegebenem Nutzer." - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "Nicht-Standard-Domäne wird nicht unterstützt" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "Bereichsorientiertes Token der Domäne wird nicht unterstützt" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "Token kann nicht unterzeichnet werden." - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/el/LC_MESSAGES/keystone.po b/keystone/locale/el/LC_MESSAGES/keystone.po deleted file mode 100644 index 06d51b32fd..0000000000 --- a/keystone/locale/el/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Greek translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Greek " -"(http://www.transifex.com/projects/p/keystone/language/el/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/en_GB/LC_MESSAGES/keystone.po b/keystone/locale/en_GB/LC_MESSAGES/keystone.po deleted file mode 100644 index 094ac2c7b5..0000000000 --- a/keystone/locale/en_GB/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1638 +0,0 @@ -# English (United Kingdom) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: English (United Kingdom) " -"(http://www.transifex.com/projects/p/keystone/language/en_GB/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "Request is too large." - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "No authenticated user" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Server error" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "Deprecated: %s" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "Error loading logging config %(log_config)s: %(err_msg)s" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "syslog facility must be one of: %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "Fatal call to deprecated config: %(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "JSON file containing policy" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "Rule enforced when requested rule is not found" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "Policy doesn't allow %s to be performed." - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "Rules must be an instance of dict or Rules, got %s instead" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "Unrecognised value '%(val)s', acceptable values are: %(acceptable)s" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "Invalid string format: %s" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "Invalid Parameter: Unicode is not supported by the current database." - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "version should be an integer" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "Sort key supplied was not valid." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "Unknown sort direction, must be 'desc' or 'asc'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "Unrecognised read_deleted value '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "Unsupported id columns type" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/es/LC_MESSAGES/keystone.po b/keystone/locale/es/LC_MESSAGES/keystone.po deleted file mode 100644 index 286f9b7f18..0000000000 --- a/keystone/locale/es/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1661 +0,0 @@ -# Spanish translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# Alberto Molina Coballes , 2014 -# gvgo , 2014 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-21 20:41+0000\n" -"Last-Translator: gvgo \n" -"Language-Team: Spanish " -"(http://www.transifex.com/projects/p/keystone/language/es/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s no puede estar vacío." - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s no puede tener menos de %(min_length)s caracteres." - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s no debe tener más de %(max_length)s caracteres." - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "%(property_name)s no es una %(display_expected_type)s" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "Excepción: faltan argumentos (error del programador)" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "Se precisan pasos adicionales de autenticación." - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "No está autorizado para realizar la acción solicitada." - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "No está autorizado para realizar la acción solicitada, %(action)s." - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" -"No se pueden cambiar atributos inalterables '%(attributes)s' en el " -"destino %(target)s" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "No se puede encontrar, %(target)s." - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "No se puede encontrar endpoint, %(endpoint_id)s." - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "La solicitud es demasiado larga." - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" -"El servidor no ha podido completar su petición debido a un error " -"inesperado." - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "Proyecto (%s)" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "Dominio (%s)" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "Se espera un diccionario o una lista: %s" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "No se puede eliminar un rol que no se ha otorgado, %s" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "ID duplicado, %s." - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "Nombre duplicado, %s." - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "Solo pueden asignarse roles heredados en dominios" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "No se ha encontrado el rol %s" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "El proyecto está inhabilitado: %s" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "El dominio está inhabilitado: %s" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "El ámbito para dominio y proyecto no está permitido" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "El ámbito para dominio y confianza no está permitido" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "El ámbito para proyecto y confianza no está permitido" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "Usuario no encontrado" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "Ningún usuario autenticado " - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "No se ha podido buscar el usuario %s" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "El token de acceso ha expirado" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "El usuario está inhabilitado: %s" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "Usuario o contraseña no válidos" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" -"Punto final formado incorrectamente %(url)s - clave desconocida " -"%(keyerror)s" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" -"Punto final con formato incorrecto %(url)s - clave desconocida " -"%(keyerror)s (¿Faltan corchetes?)" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "No se puede abrir el archivo de plantilla %s" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "RBAC: continuando sin proyecto" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "RBAC: Continuando sin arrendatario" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "RBAC: Autorizar %(action)s(%(kwargs)s)" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "RBAC: Señal no válida" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "RBAC: Eludiendo autorización" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "RBAC: Autorización otorgada" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "RBAC: añadiendo parámetros de filtro de consultas (%s)" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "No se puede cambiar el ID del Dominio" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" -"Error configurando el entorno de depuración. Verifique que la opción " -"--debug-url tiene el formato : y que un proceso de depuración" -" está publicado en ese host y puerto" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "No hay información de enlace en el testigo." - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "Se precisan credenciales Kerberos y no se encuentran" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "Las credenciales Kerberos no coinciden con las usadas en el enlace." - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "Enlace con autenticación Kerberos correcto." - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" -"No se pudo verificar un enlace desconocido: {%(bind_type)s: " -"%(identifier)s}" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "arg_dict: %s" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "Error de autorización. %(exception)s desde %(remote_addr)s" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "El recurso no se ha podido encontrar." - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "CACHE_GET: Clave: \"%(key)r\" Valor: \"%(value)r\"" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "CACHE_GET_MULTI: \"%(keys)r\" Valores: \"%(values)r\"" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "CACHE_SET: Clave: \"%(key)r\" Valor: \"%(value)r\"" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "CACHE_SET_MULTI: \"%r\"" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "CACHE_DELETE: \"%r\"" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "CACHE_DELETE_MULTI: \"%r\"" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "El valor db_hosts es necesario" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "Soporte SSL no disponible." - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "Entorno configurado como: %s" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "Iniciando %(arg0)s en %(host)s:%(port)s" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Error de servidor" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" -"Ámbito LDAP incorrecto: %(scope)s. Selecciones una de las siguientes " -"opciones: %(options)s" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "Combinación TLS/LDAPS no válida" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "No se ha encontrado o no es un fichero tls_cacertfile %s" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "No se ha encontrado o no es un directorio tls_cacertdir %s" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "LDAP TLS: opción=%s. TLS_REQUIRE_CERT incorrecta" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" -"El servidor LDAP no soporta la paginación. Inhabilite la paginación en " -"keystone.conf para evitar este mensaje." - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" -"Interrelación de atributos adicionales incorrecta:\"%s\". El formato debe" -" ser: :" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "Creación de LDAP %s" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "Actualización de LDAP %s" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "Supresión de LDAP %s" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "Firma no válida" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "El token solicitado ha expirado" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "Solo puede haber parámetros de oauth" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "No se ha encontrado el token solicitado" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "No se ha encontrado el token de acceso" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "Ha fallado la validación del token" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "Usuario no encontrado en grupo" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "El usuario %(user_id)s ya es miembro del grupo %(group_id)s" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "En desuso: %s" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "Error al cargar la configuración de registro %(log_config)s: %(err_msg)s" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "El recurso syslog debe ser uno de: %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "Llamada muy grave a configuración en desuso: %(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "Fichero JSON que contiene la política" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "Regla forzada cuando la regla solicitada no es encontrada" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "La política no permite que se realice %s." - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" -"Reglas deben ser una instancia del diccionario o Reglas, obtenido %s en " -"lugar de" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "Valor '%(val)s' no reconocido, los valores aceptables son: %(acceptable)s" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "Unidad del sistema no valida: \"%s\"" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "Formato inválido de cadena: %s" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "Parámetro no válido: la base de datos actual no soporta Unicode." - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "la versión debe ser un entero" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "La clave de clasificación proporcionada no es válida. " - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "Dirección de clasificación desconocida, debe ser 'desc' o ' asc'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "Valor de read_deleted no reconocido '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" -"Especifique la columna %s en el parámetro col_name_col_instance. Es " -"necesario porque la columna tiene un tipo no soportado por sqlite)." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" -"col_name_col_instance param tiene el tipo incorrecto de instancia de " -"columna para la columna %s. Debe ser una instancia de sqlalchemy.Column." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "Tipo de identificador de columnas no soportado" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "Aplique %(action)s: %(credentials)s" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "No se ha podido extraer %s" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "Supresión de elemento de FakeLDAP: dn=%s" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "El usuario %(u_id)s no está autorizado en el proyecto %(t_id)s" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "La señal no pertenece al arrendatario especificado." - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "El usuario %(user_id)s no tiene acceso al proyecto %(project_id)s" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "El usuario %(user_id)s no tiene acceso al Dominio %(domain_id)s" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "La entidad de confianza no tiene roles delegados." - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "Oauth está deshabilitado." - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "El dominio no predeterminado no está soportado" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "La señal con ámbito de dominio no está soportada" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "No se ha podido firmar la señal." - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "Al menos debe especificarse un rol" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/es_MX/LC_MESSAGES/keystone.po b/keystone/locale/es_MX/LC_MESSAGES/keystone.po deleted file mode 100644 index 9ffb1c4626..0000000000 --- a/keystone/locale/es_MX/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Spanish (Mexico) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Spanish (Mexico) " -"(http://www.transifex.com/projects/p/keystone/language/es_MX/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/eu/LC_MESSAGES/keystone.po b/keystone/locale/eu/LC_MESSAGES/keystone.po deleted file mode 100644 index 14a34eb471..0000000000 --- a/keystone/locale/eu/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Basque translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Basque " -"(http://www.transifex.com/projects/p/keystone/language/eu/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/eu_ES/LC_MESSAGES/keystone.po b/keystone/locale/eu_ES/LC_MESSAGES/keystone.po deleted file mode 100644 index 55d2766275..0000000000 --- a/keystone/locale/eu_ES/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Basque (Spain) translations for keystone. -# Copyright (C) 2013 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2013-11-27 07:37+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Basque (Spain) " -"(http://www.transifex.com/projects/p/openstack/language/eu_ES/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/fa/LC_MESSAGES/keystone.po b/keystone/locale/fa/LC_MESSAGES/keystone.po deleted file mode 100644 index 6cc3665ae0..0000000000 --- a/keystone/locale/fa/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Persian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Persian " -"(http://www.transifex.com/projects/p/keystone/language/fa/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/fi_FI/LC_MESSAGES/keystone.po b/keystone/locale/fi_FI/LC_MESSAGES/keystone.po deleted file mode 100644 index 2a9a141107..0000000000 --- a/keystone/locale/fi_FI/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Finnish (Finland) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Finnish (Finland) " -"(http://www.transifex.com/projects/p/keystone/language/fi_FI/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Server Error" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/fil/LC_MESSAGES/keystone.po b/keystone/locale/fil/LC_MESSAGES/keystone.po deleted file mode 100644 index c64b84d59c..0000000000 --- a/keystone/locale/fil/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Filipino translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Filipino " -"(http://www.transifex.com/projects/p/keystone/language/fil/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/fr/LC_MESSAGES/keystone.po b/keystone/locale/fr/LC_MESSAGES/keystone.po deleted file mode 100644 index c36c046c53..0000000000 --- a/keystone/locale/fr/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1663 +0,0 @@ -# French translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# operrin , 2013 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: French " -"(http://www.transifex.com/projects/p/keystone/language/fr/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s ne peut pas être vide." - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s ne peut pas contenir moins de %(min_length)s caractères." - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s ne doit pas contenir plus de %(max_length)s caractères." - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "%(property_name)s n'est pas du type %(display_expected_type)s" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "La demande est trop grande." - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "Type dictionnaire ou liste attendu: %s" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "Impossible de retirer le rôle qui n'est pas accordé, %s" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "ID en double, %s." - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "Nom en double, %s." - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "Rôle %s non trouvé" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "Projet désactivé : %s" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "Domaine désactivé : %s" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "La configuration du domaine et du projet n'est pas autorisée" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" -"La configuration du domaine et du certificat de confiance n'est pas " -"autorisée" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" -"La configuration du projet et du certificat de confiance n'est pas " -"autorisée" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "Utilisateur introuvable" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "Aucun utilisateur authentifié" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "Impossible de rechercher l'utilisateur %s" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "Utilisateur désactivé : %s" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "Noeud final incorrect %(url)s - clé inconnue %(keyerror)s" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" -"Noeud final incorrect %(url)s - clé inconnue %(keyerror)s(avez-vous des " -"parenthèses manquantes ?)" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "Impossible d'ouvrir le fichier modèle %s" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "RBAC : Poursuite sans projet" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "RBAC : Poursuite sans titulaire" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "RBAC: Autorisation %(action)s(%(kwargs)s)" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "RBAC : Jeton non valide" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "RBAC : Autorisation ignorée" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "RBAC : Autorisation accordée" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "RBAC : Ajout des paramètres de filtre de requête (%s)" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" -"Erreur de configuration de l'environnement de débogage. Vérifiez que " -"l'option --debug-url a le format : et que le processus de " -"débogage écoute sur ce port." - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "arg_dict : %s" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "Echec d'autorisation. %(exception)s depuis %(remote_addr)s" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "La ressource est introuvable." - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "Démarrage de %(arg0)s sur %(host)s:%(port)s" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Erreur serveur" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "Portée LDAP invalide: %(scope)s. Choisissez parmi: %(options)s" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "Combinaison TLS / LDAPS invalide" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "Mauvaise option LDAP TLS_AVAIL: %s. TLS n'est pas disponible" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "tls_cacertfile %s introuvable ou n'est pas un fichier" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "tls_cacertdir %s introuvable ou n'est pas un répertoire" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "LDAP TLS: Option TLS_REQUIRE_CERT invalide: %s" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" -"Le serveur LDAP ne prend pas en charge la pagination. Désactivez la " -"pagination dans keystone.conf pour éviter de recevoir ce message." - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" -"Mauvais mappage d'attribut additionnel: \"%s\". Le format doit être " -":" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "Création LDAP %s" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "Mise à jour LDAP %s" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "Suppression LDAP %s" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "Utilisateur non trouvé dans le groupe" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "L'utilisateur %(user_id)s est déjà membre du groupe %(group_id)s" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "Les objets message ne supportent pas l'addition." - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" -"Les objets message ne supportent pas str() parce qu'il peuvent contenir " -"des caractères non-ascii. Utiliser unicode() ou translate() à la place." - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "Obsolète : %s" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "Erreur lors du chargement de la configuration %(log_config)s: %(err_msg)s" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "la fonction syslog doit correspondre à l'une des options suivantes : %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "Appel fatal adressé à une configuration obsolète : %(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "fichier JSON contenant la politique" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "Règle appliquée quand la règle demandée n'est pas trouvée" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "La politique ne permet pas d'exécuter %s." - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" -"Les Règles doivent être une instance d'un dict ou une Règle, pris %s à la" -" place" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "Valeur inconnue '%(val)s', les valeurs acceptées sont: %(acceptable)s" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "Format de chaine de caractères non valide : %s" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" -"Paramètre non valide : Unicode n'est pas pris en charge par la base de " -"données actuelle." - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "la version doit être un entier" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" -"Les tables \"%s\" ont une collation non utf8, assurez-vous que pour " -"toutes les tables CHARSET=utf8." - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" -"La base de données n'est pas versionnée, mais contient des tables. " -"Veuillez indiquer manuellement la version courante du schéma." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "La clé de tri fournie n'était pas valide." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "Sens de tri inconnu, doit être 'desc' ou 'asc'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "Valeur read_deleted non reconnue '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" -"Spécifiez la colonne %s dans le paramètre col_name_col_instance. Ceci est" -" obligatoire car la colonne a un type non pris en charge dans sqlite)." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" -"Le paramètre col_name_col_instance contient un type d'instance de colonne" -" incorrect pour la colonne %s. Il devrait être une instance de " -"sqlalchemy.Column." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "Type de colonnes id non pris en charge" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "Vérifications des droits pour %(action)s: %(credentials)s" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "Echec de la réservation %s" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "Suppression de l'élément FakeLdap : dn=%s" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "Le jeton n'appartient pas au titulaire spécifié." - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "Le domaine non par défaut n'est pas pris en charge" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "Le jeton de périmètre du domaine n'est pas pris en charge" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "Impossible de signer le jeton" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/gl/LC_MESSAGES/keystone.po b/keystone/locale/gl/LC_MESSAGES/keystone.po deleted file mode 100644 index d0d20e8c4d..0000000000 --- a/keystone/locale/gl/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Galician translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Galician " -"(http://www.transifex.com/projects/p/keystone/language/gl/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/he/LC_MESSAGES/keystone.po b/keystone/locale/he/LC_MESSAGES/keystone.po deleted file mode 100644 index 9e75852e7e..0000000000 --- a/keystone/locale/he/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Hebrew translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Hebrew " -"(http://www.transifex.com/projects/p/keystone/language/he/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/he_IL/LC_MESSAGES/keystone.po b/keystone/locale/he_IL/LC_MESSAGES/keystone.po deleted file mode 100644 index 81f01ca295..0000000000 --- a/keystone/locale/he_IL/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Hebrew (Israel) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Hebrew (Israel) " -"(http://www.transifex.com/projects/p/keystone/language/he_IL/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/hi/LC_MESSAGES/keystone.po b/keystone/locale/hi/LC_MESSAGES/keystone.po deleted file mode 100644 index a21c3bf0ba..0000000000 --- a/keystone/locale/hi/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Hindi translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Hindi " -"(http://www.transifex.com/projects/p/keystone/language/hi/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "सर्वर त्रुटि" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/hr/LC_MESSAGES/keystone.po b/keystone/locale/hr/LC_MESSAGES/keystone.po deleted file mode 100644 index e6efac0272..0000000000 --- a/keystone/locale/hr/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Croatian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Croatian " -"(http://www.transifex.com/projects/p/keystone/language/hr/)\n" -"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/hu/LC_MESSAGES/keystone.po b/keystone/locale/hu/LC_MESSAGES/keystone.po deleted file mode 100644 index 1b69bc686e..0000000000 --- a/keystone/locale/hu/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1638 +0,0 @@ -# Hungarian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# FIRST AUTHOR , 2012 -# kelemeng , 2012 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Hungarian " -"(http://www.transifex.com/projects/p/keystone/language/hu/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s nem lehet üres" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s nem lehet kevesebb, mint %(min_length)s karakter." - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s nem lehet több, mint %(max_length)s karakter." - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "Többszörös azonosító: %s." - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "Többszörös név: %s." - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "Rosszul formázott végpont: %(url)s - ismeretlen kulcs: %(keyerror)s" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" -"Rosszul formázott végpont: %(url)s - ismeretlen kulcs: %(keyerror)s " -"(hiányoznak a zárójelek?)" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "Nem nyitható meg a sablonfájl: %s" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "arg_dict: %s" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "Az erőforrás nem található." - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "%(arg0)s indítása ezen: %(host)s:%(port)s" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "Nem sikerült %s kiiktatása" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "FakeLdap elem törlése: dn=%s" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/id/LC_MESSAGES/keystone.po b/keystone/locale/id/LC_MESSAGES/keystone.po deleted file mode 100644 index a6ec27fc51..0000000000 --- a/keystone/locale/id/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Indonesian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Indonesian " -"(http://www.transifex.com/projects/p/keystone/language/id/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/is_IS/LC_MESSAGES/keystone.po b/keystone/locale/is_IS/LC_MESSAGES/keystone.po deleted file mode 100644 index d2974a50a4..0000000000 --- a/keystone/locale/is_IS/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Icelandic (Iceland) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Icelandic (Iceland) " -"(http://www.transifex.com/projects/p/keystone/language/is_IS/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/it/LC_MESSAGES/keystone.po b/keystone/locale/it/LC_MESSAGES/keystone.po deleted file mode 100644 index b3fc004e03..0000000000 --- a/keystone/locale/it/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1642 +0,0 @@ -# Italian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Italian " -"(http://www.transifex.com/projects/p/keystone/language/it/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s non può essere vuoto." - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s non può essere inferiore a %(min_length)s caratteri." - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s non può essere superiore a %(max_length)s caratteri." - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "La richiesta è troppo grande." - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "Impossibile rimuovere un ruolo che non è stato concesso, %s" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "ID duplicato, %s." - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "Nome duplicato, %s." - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "Ruolo %s non trovato" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "Il progetto è disabilitato: %s" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "Il dominio è disabilitato: %s" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "Il controllo sia del dominio che del progetto non è consentito" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "Il controllo sia del dominio che di trust non è consentito" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "Il controllo sia delprogetto che di trust non è consentito" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "Utente non trovato" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "Nessun utente autenticato" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "Impossibile eseguire la ricerca dell'utente %s" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "L'utente è disabilitato: %s" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "Endpoint %(url)s non valdio - chiave sconosciuta %(keyerror)s" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" -"Endpoint %(url)s non corretto - chiave sconosciuta %(keyerror)s(mancano " -"le parentesi?)" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "Impossibile aprire il file di template %s" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "RBAC: si procede senza progetto" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "RBAC: si procede senza tenant" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "RBAC: token non valido" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "RBAC: autorizzazione oltrepassata" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "RBAC: autorizzazione concessa" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "RBAC: aggiunta parametri del filtro della query (%s)" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "arg_dict: %s" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "Impossibile trovare la risorsa." - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "Avvio %(arg0)s in %(host)s:%(port)s" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Errore del server" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" -"Il server LDAP non supporta la paginazione. Disabilitare la paginazione " -"in keystone.conf per evitare questo messaggio." - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "LDAP %s crea" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "LDAP %s aggiorna" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "LDAP %s elimina" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "Utente non trovato nel gruppo" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "Obsoleto: %s" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "La funzione syslog deve essere una tra le seguenti: %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "Chiamata errata alla configurazione obsoleta: %(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "Parametro non valido: Unicode non è supportato dal database corrente." - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "la versione deve essere un numero intero" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "La chiave di ordinamento fornita non è valida." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "Direzione ordinamento sconosciuta, deve essere 'desc' o 'asc'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "Valore read_deleted non riconosciuto '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" -"Specificar la colonna %s nel parametro col_name_col_instance. È richiesto" -" perché la colonna ha un tipo non supportato da sqlite)." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" -"Il parametro col_name_col_instance ha un tipo errato di istanza della " -"colonna per la colonna %s. Deve essere l'istanza di sqlalchemy.Column." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "Impossibile eseguire il checkout %s" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "FakeLdap elimina elemento: dn=%s" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "Il token non appartiene al tenant specificato." - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "Il dominio non predefinito non è supportato" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "L'ambito del dominio token non è supportato" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "Impossibile firmare il token." - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/it_IT/LC_MESSAGES/keystone.po b/keystone/locale/it_IT/LC_MESSAGES/keystone.po deleted file mode 100644 index 81b1690aab..0000000000 --- a/keystone/locale/it_IT/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Italian (Italy) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Italian (Italy) " -"(http://www.transifex.com/projects/p/keystone/language/it_IT/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ja/LC_MESSAGES/keystone.po b/keystone/locale/ja/LC_MESSAGES/keystone.po deleted file mode 100644 index 096f083d80..0000000000 --- a/keystone/locale/ja/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1645 +0,0 @@ -# Japanese translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# Tomoyuki KATO , 2012-2013 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Japanese " -"(http://www.transifex.com/projects/p/keystone/language/ja/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s は空にできません。" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s は %(min_length)s 文字より小さくできません。" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s は %(max_length)s 文字より大きくできません。" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "%(property_name)s が %(display_expected_type)s ではありません。" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "%(target)s が見つかりませんでした。" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "エンドポイント %(endpoint_id)s が見つかりませんでした。" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "ポリシー %(policy_id)s が見つかりませんでした。" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "ロール %(role_id)s が見つかりませんでした。" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "サービス %(service_id)s が見つかりませんでした。" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "ドメイン %(domain_id)s が見つかりませんでした。" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "プロジェクト %(project_id)s が見つかりませんでした。" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "トークン %(token_id)s が見つかりませんでした。" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "ユーザー %(user_id)s が見つかりませんでした。" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "グループ %(group_id)s が見つかりませんでした。" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "クレデンシャル %(credential_id)s が見つかりませんでした。" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "要求が大きすぎます。" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "期待される辞書または一覧: %s" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "許可されていないロールを削除できません、%s" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "重複した ID、%s。" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "重複した名前、%s。" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "ロール %s が見つかりませんでした" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "プロジェクトが無効化されています: %s" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "ドメインが無効化されています: %s" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "ドメインとプロジェクトの両方をスコープとすることは許可されません" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "ドメインとトラストの両方をスコープとすることは許可されません" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "プロジェクトとトラストの両方をスコープとすることは許可されません" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "ユーザーが見つかりませんでした" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "認証されていないユーザー" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "ユーザー %s を検索できません" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "ユーザーが無効化されています: %s" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "無効なユーザー名またはパスワード" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "不正な形式のエンドポイント %(url)s - 未知のキー %(keyerror)s" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "不正な形式のエンドポイント %(url)s - 未知のキー %(keyerror)s (括弧がありませんか?)" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "テンプレートファイル %s を開けません" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "RBAC: プロジェクトなしで続行中" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "RBAC: テナントなしで継続" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "RBAC: %(action)s(%(kwargs)s) の認可中" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "RBAC: 無効なトークン" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "RBAC: 権限確認の回避" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "RBAC: 認可された権限" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "RBAC: クエリーのフィルター・パラメーター (%s) の追加中" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" -"デバッグ環境のセットアップ中にエラーが発生しました。オプション --debug-url が : " -"の形式を持ち、デバッガープロセスがそのポートにおいてリッスンしていることを確認してください。" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "arg_dict: %s" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "権限がありません。%(remote_addr)s から %(exception)s" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "リソースが見つかりませんでした。" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "環境が次のように設定されました: %s" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "%(arg0)s を %(host)s:%(port)s において開始しています" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "サーバーエラー" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "無効な LDAP 範囲: %(scope)s。次のどれかを選んでください: %(options)s" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "無効な TLS / LDAPS の組み合わせ" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "無効な LDAP TLS_AVAIL オプション: %s。TLS が利用できません。" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "tls_cacertfile %s が見つかりませんでした。または、ファイルではありません。" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "tls_cacertdir %s が見つかりませんでした。または、ディレクトリではありません。" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "LDAP TLS: 無効な TLS_REQUIRE_CERT オプション=%s" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" -"LDAP サーバーがページングをサポートしません。このメッセージが表示されないようにするには、keystone.conf " -"においてページングを無効化します。" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "追加属性の無効なマッピング: \"%s\"。: 形式にする必要があります。" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "LDAP %s の作成" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "LDAP %s の更新" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "LDAP %s の削除" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "ユーザーがグループに見つかりませんでした" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" -"グループメンバー '%(user_dn)s' が '%(group_id)s' " -"に見つかりませんでした。ユーザーがグループから削除されているはずです。このユーザーは無視されます。" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "ユーザー %(user_id)s はすでにグループ %(group_id)s のメンバーです" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "非推奨: %s" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "ログ設定 %(log_config)s の読み込みエラー: %(err_msg)s" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "syslog 機能は次のいずれかでなければなりません: %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "推奨されない構成への致命的な呼び出し: %(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "ポリシーが格納された JSON ファイル" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "要求されたルールが見つからなかった場合に適用されるルール" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "ポリシーは %s の実行を許可していません。" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "ルールは辞書型または Rules のインスタンスでなければいけませんが、%s が渡されました。" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "無効なパラメーター: ユニコードは現在のデータベースではサポートされていません。" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "バージョンは整数である必要があります" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "指定されたソート・キーが無効でした。" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "ソート方向が不明です。'desc' または 'asc' でなければなりません" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "認識されない read_deleted 値 '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" -"col_name_col_instance パラメーターに列 %s を指定してください。これは、列に、sqlite) " -"によってサポートされないタイプがあるために必要です。" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" -"col_name_col_instance パラメーターに、列 %s では正しくないタイプの列インスタンスがあります。これは " -"sqlalchemy.Column のインスタンスでなければなりません。" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "強制的に%(action)s: %(credentials)s" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "%s のチェックアウトに失敗しました" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "FakeLdap 項目の削除: dn=%s" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "ユーザー %(u_id)s はテナント %(t_id)s のアクセス権限がありません。" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "トークンが指定されたテナントに所属していません。" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "標準以外のドメインはサポートされません" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "ドメインをスコープにしたトークンはサポートされません" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "トークンに署名できません。" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ka_GE/LC_MESSAGES/keystone.po b/keystone/locale/ka_GE/LC_MESSAGES/keystone.po deleted file mode 100644 index 01598d5be1..0000000000 --- a/keystone/locale/ka_GE/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Georgian (Georgia) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# Nika Chkhikvishvili , 2013 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Georgian (Georgia) " -"(http://www.transifex.com/projects/p/keystone/language/ka_GE/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s არ შეიძლება იყოს ცარიელი." - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "როლი %s ვერ მოიძებნა" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "დომენი გათიშულია: %s" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "მომხმარებელი ვერ მოიძებნა" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "LDAP %s შექმნა" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "LDAP %s განახლება" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "LDAP %s წაშლა" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/km/LC_MESSAGES/keystone.po b/keystone/locale/km/LC_MESSAGES/keystone.po deleted file mode 100644 index 6363088e97..0000000000 --- a/keystone/locale/km/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Khmer translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Khmer " -"(http://www.transifex.com/projects/p/keystone/language/km/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/kn/LC_MESSAGES/keystone.po b/keystone/locale/kn/LC_MESSAGES/keystone.po deleted file mode 100644 index a3927621c6..0000000000 --- a/keystone/locale/kn/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Kannada translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Kannada " -"(http://www.transifex.com/projects/p/keystone/language/kn/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ko/LC_MESSAGES/keystone.po b/keystone/locale/ko/LC_MESSAGES/keystone.po deleted file mode 100644 index 20c5a777f9..0000000000 --- a/keystone/locale/ko/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Korean translations for keystone. -# Copyright (C) 2013 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2013-07-29 22:01+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Korean " -"(http://www.transifex.com/projects/p/openstack/language/ko/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ko_KR/LC_MESSAGES/keystone.po b/keystone/locale/ko_KR/LC_MESSAGES/keystone.po deleted file mode 100644 index bff9c8017a..0000000000 --- a/keystone/locale/ko_KR/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1639 +0,0 @@ -# Korean (South Korea) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# ujuc Gang , 2013 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Korean (Korea) " -"(http://www.transifex.com/projects/p/keystone/language/ko_KR/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s은(는) 공백일 수 없습니다. " - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s은(는) %(min_length)s자 미만일 수 없습니다. " - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s은(는) %(max_length)s자 이하여야 합니다. " - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "요청이 너무 큽니다. " - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "권한이 부여되지 않은 역할을 제거할 수 없음: %s" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "중복 ID, %s." - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "중복 이름, %s." - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "%s 역할을 찾을 수 없음" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "프로젝트를 사용 안함: %s" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "도메인을 사용 안함: %s" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "도메인과 프로젝트에 대한 범위 지정이 허용되지 않음" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "도메인과 신뢰에 대한 범위 지정이 허용되지 않음" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "프로젝트와 신뢰에 대한 범위 지정이 허용되지 않음" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "사용자를 찾을 수 없음" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "%s 사용자를 검색할 수 없음" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "사용자를 사용 안함: %s" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "형식이 잘못된 엔드포인트 %(url)s - 알 수 없는 키 %(keyerror)s" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "형식이 잘못된 엔드포인트 %(url)s - 알 수 없는 키 %(keyerror)s(대괄호가 누락되었습니까?)" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "템플리트 파일 %s을(를) 열 수 없음" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "RBAC: 프로젝트 없이 진행" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "RBAC: 테넌트 없이 진행" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "RBAC: 올바르지 않은 토큰" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "RBAC: 권한 무시" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "RBAC: 권한 부여" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "RBAC: 조회 필터 매개변수 (%s) 추가 중" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "arg_dict: %s" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "자원을 찾을 수 없습니다. " - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "%(host)s:%(port)s에서 %(arg0)s 시작 중" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "서버 오류" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "잘못된 TLS / LDAPS 결합." - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "tls_cacertfile %s를 찾을 수 없스며, 그런 파일이 없습니다." - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "tls_cacertdir %s를 찾을 수 없으며, 이 디렉토리에 존재하지 않습니다." - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "LDAP TLS: 잘못된 TLS_REQUIRE_CERT 옵션=%s" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "LDAP 서버가 페이징을 지원하지 않습니다. 이 메시지를 방지하려면 keystone.conf에서 페이징을 사용 안함으로 설정하십시오." - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "잘못된 추가 속성 맵핑:\" %s\". 형식은 :" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "LDAP %s 작성" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "LDAP %s 업데이트" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "LDAP %s 삭제" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "그룹에서 사용자를 찾을 수 없음" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "더 이상 사용되지 않음: %s" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "%(log_config)s 설정 기록을 불러오는 중 오류가 발생했습니다: %(err_msg)s" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "syslog 기능이 다음 중 하나여야 함: %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "더 이상 사용되지 않는 구성에 대한 심각한 호출: %(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "JSON 파일에 정책이 포함됩니다." - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "요청한 규칙을 찾을 수 없을 때 규칙을 강제" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "정책에서 수행해야 할 %s을(를) 허용하지 않습니다." - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "규칙은 사전의 인스턴스이거나 규칙 그 자체여야 하지만 %s을(를) 가져왔습니다" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "올바르지 않은 매개변수: Unicode는 현재 데이터베이스에서 지원되지 않습니다. " - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "버전은 정수여야 함" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "제공되는 정렬 키가 올바르지 않습니다. " - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "알 수 없는 정렬 방향입니다. 'desc' 또는 'asc'여야 함" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "인식되지 않는 read_deleted 값 '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" -"col_name_col_instance 매개변수에 %s 열을 지정하십시오. sqlite에서 지원하지 않는 유형이 열에 있으므로 이는" -" 필수입니다." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" -"%s 열에 올바르지 않은 열 인스턴스 유형이 col_name_col_instance 매개변수에 있습니다. " -"sqlalchemy.Column의 인스턴스여야 합니다." - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "%s을(를) 체크아웃하지 못했음" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "FakeLdap 항목 삭제: dn=%s" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "토큰이 지정된 테넌트에 속하지 않습니다." - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "기본이 아닌 도메인은 지원되지 않음" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "도메인 범위 지정 토큰은 지원되지 않음" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "토큰을 부호화할 수 없습니다." - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ml_IN/LC_MESSAGES/keystone.po b/keystone/locale/ml_IN/LC_MESSAGES/keystone.po deleted file mode 100644 index 7d317c27f8..0000000000 --- a/keystone/locale/ml_IN/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Malayalam (India) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Malayalam (India) " -"(http://www.transifex.com/projects/p/keystone/language/ml_IN/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/mr_IN/LC_MESSAGES/keystone.po b/keystone/locale/mr_IN/LC_MESSAGES/keystone.po deleted file mode 100644 index 0917c51451..0000000000 --- a/keystone/locale/mr_IN/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Marathi (India) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Marathi (India) " -"(http://www.transifex.com/projects/p/keystone/language/mr_IN/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ms/LC_MESSAGES/keystone.po b/keystone/locale/ms/LC_MESSAGES/keystone.po deleted file mode 100644 index a07a8029f1..0000000000 --- a/keystone/locale/ms/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Malay translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Malay " -"(http://www.transifex.com/projects/p/keystone/language/ms/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/nb/LC_MESSAGES/keystone.po b/keystone/locale/nb/LC_MESSAGES/keystone.po deleted file mode 100644 index 2bb77ad1e4..0000000000 --- a/keystone/locale/nb/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Norwegian Bokmål translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Norwegian Bokmål " -"(http://www.transifex.com/projects/p/keystone/language/nb/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ne/LC_MESSAGES/keystone.po b/keystone/locale/ne/LC_MESSAGES/keystone.po deleted file mode 100644 index 8383bcae04..0000000000 --- a/keystone/locale/ne/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Nepali translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Nepali " -"(http://www.transifex.com/projects/p/keystone/language/ne/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/nl_NL/LC_MESSAGES/keystone.po b/keystone/locale/nl_NL/LC_MESSAGES/keystone.po deleted file mode 100644 index b6f4d868dd..0000000000 --- a/keystone/locale/nl_NL/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Dutch (Netherlands) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Dutch (Netherlands) " -"(http://www.transifex.com/projects/p/keystone/language/nl_NL/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Serverfout" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/pa_IN/LC_MESSAGES/keystone.po b/keystone/locale/pa_IN/LC_MESSAGES/keystone.po deleted file mode 100644 index 1f76bb3d1f..0000000000 --- a/keystone/locale/pa_IN/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Punjabi (Gurmukhi, India) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Panjabi (Punjabi) (India) " -"(http://www.transifex.com/projects/p/keystone/language/pa_IN/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/pl_PL/LC_MESSAGES/keystone.po b/keystone/locale/pl_PL/LC_MESSAGES/keystone.po deleted file mode 100644 index 792c893751..0000000000 --- a/keystone/locale/pl_PL/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Polish (Poland) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Polish (Poland) " -"(http://www.transifex.com/projects/p/keystone/language/pl_PL/)\n" -"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && " -"(n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Błąd serwera" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/pt/LC_MESSAGES/keystone.po b/keystone/locale/pt/LC_MESSAGES/keystone.po deleted file mode 100644 index b6c704f393..0000000000 --- a/keystone/locale/pt/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Portuguese translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# alfalb_mansil , 2014 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Portuguese " -"(http://www.transifex.com/projects/p/keystone/language/pt/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s não pode estar em branco" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s não pode ter menos de %(min_length)s carateres." - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s não deverá ter mais de %(max_length)s carateres." - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "Pedido demasiado longo." - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "Duplicar Id., %s." - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "Nome duplicado, %s." - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "Função %s não encontrada" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "O projeto está desativado: %s" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "O dominio está desativado: %s" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "Utilizador não encontrado" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "Utilizador não autenticado" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "O utilizador está desativado: %s" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "RBAC: Authorização garantida" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "arg_dict: %s" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "Não foi possível encontrar o recurso." - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "A iniciar %(arg0)s em %(host)s:%(port)s" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "Criar %s LDAP" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "Atualizar %s LDAP" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "Apagar %s LDAP" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "O utilizador não foi encontrado no grupo" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "Pedido: %s" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "A função registo do sistema deve ser uma de %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "Chamada fatal para a config. pedida: %(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "Ficheiro JSON, contendo a política" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "Regra a utilizar quando a regra solicitada não existir" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "A política não permite que %s seja realizada." - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "Parâmetro Inválido: o Unicode não é suportado pela base de dados atual." - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "a versão deverá ser um íntegro" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "Id. do tipo de colunas não suportada" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ro/LC_MESSAGES/keystone.po b/keystone/locale/ro/LC_MESSAGES/keystone.po deleted file mode 100644 index 92c79469ab..0000000000 --- a/keystone/locale/ro/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Romanian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Romanian " -"(http://www.transifex.com/projects/p/keystone/language/ro/)\n" -"Plural-Forms: nplurals=3; " -"plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1))\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ru/LC_MESSAGES/keystone.po b/keystone/locale/ru/LC_MESSAGES/keystone.po deleted file mode 100644 index ea0320ba5c..0000000000 --- a/keystone/locale/ru/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1638 +0,0 @@ -# Russian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# sher , 2013 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Russian " -"(http://www.transifex.com/projects/p/keystone/language/ru/)\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s не может быть пуст." - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s не может быть короче %(min_length)s символов." - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s не должен быть длинее %(max_length)s символов." - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "Искажено окончание %(url)s - неизвестный ключ %(keyerror)s" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" -"Искажено окончание %(url)s - неизвестный ключ %(keyerror)s(вы пропустили " -"скобки?)" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "Не удается открыть файл шаблона %s" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Ошибка сервера" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "Недопустимый параметр: Unicode не поддерживается используемой базой данных" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "Нераспознанное значение read_deleted '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "Сбой отладки %s" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ru_RU/LC_MESSAGES/keystone.po b/keystone/locale/ru_RU/LC_MESSAGES/keystone.po deleted file mode 100644 index 3bf1464897..0000000000 --- a/keystone/locale/ru_RU/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Russian (Russia) translations for keystone. -# Copyright (C) 2013 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2013-07-29 22:01+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Russian (Russia) " -"(http://www.transifex.com/projects/p/openstack/language/ru_RU/)\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/sk/LC_MESSAGES/keystone.po b/keystone/locale/sk/LC_MESSAGES/keystone.po deleted file mode 100644 index 8e79a17d1e..0000000000 --- a/keystone/locale/sk/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Slovak translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Slovak " -"(http://www.transifex.com/projects/p/keystone/language/sk/)\n" -"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/sl_SI/LC_MESSAGES/keystone.po b/keystone/locale/sl_SI/LC_MESSAGES/keystone.po deleted file mode 100644 index ceb2c96fb0..0000000000 --- a/keystone/locale/sl_SI/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Slovenian (Slovenia) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Slovenian (Slovenia) " -"(http://www.transifex.com/projects/p/keystone/language/sl_SI/)\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 " -"|| n%100==4 ? 2 : 3)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/sq/LC_MESSAGES/keystone.po b/keystone/locale/sq/LC_MESSAGES/keystone.po deleted file mode 100644 index 7e7f4cbe59..0000000000 --- a/keystone/locale/sq/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Albanian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Albanian " -"(http://www.transifex.com/projects/p/keystone/language/sq/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/sr/LC_MESSAGES/keystone.po b/keystone/locale/sr/LC_MESSAGES/keystone.po deleted file mode 100644 index be95d608e6..0000000000 --- a/keystone/locale/sr/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Serbian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Serbian " -"(http://www.transifex.com/projects/p/keystone/language/sr/)\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Greška servera" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "syslog okruženje mora biti jedno od: %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/sv/LC_MESSAGES/keystone.po b/keystone/locale/sv/LC_MESSAGES/keystone.po deleted file mode 100644 index d28c189149..0000000000 --- a/keystone/locale/sv/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Swedish translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Swedish " -"(http://www.transifex.com/projects/p/keystone/language/sv/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/sw_KE/LC_MESSAGES/keystone.po b/keystone/locale/sw_KE/LC_MESSAGES/keystone.po deleted file mode 100644 index f322236545..0000000000 --- a/keystone/locale/sw_KE/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Swahili (Kenya) translations for keystone. -# Copyright (C) 2013 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2013-07-29 22:01+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Swahili (Kenya) " -"(http://www.transifex.com/projects/p/openstack/language/sw_KE/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ta/LC_MESSAGES/keystone.po b/keystone/locale/ta/LC_MESSAGES/keystone.po deleted file mode 100644 index 4e537ccdc0..0000000000 --- a/keystone/locale/ta/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Tamil translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Tamil " -"(http://www.transifex.com/projects/p/keystone/language/ta/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/te_IN/LC_MESSAGES/keystone.po b/keystone/locale/te_IN/LC_MESSAGES/keystone.po deleted file mode 100644 index 59c14aff63..0000000000 --- a/keystone/locale/te_IN/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Telugu (India) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Telugu (India) " -"(http://www.transifex.com/projects/p/keystone/language/te_IN/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/tl/LC_MESSAGES/keystone.po b/keystone/locale/tl/LC_MESSAGES/keystone.po deleted file mode 100644 index 4c2a7aa61a..0000000000 --- a/keystone/locale/tl/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Filipino (Philippines) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Tagalog " -"(http://www.transifex.com/projects/p/keystone/language/tl/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/tl_PH/LC_MESSAGES/keystone.po b/keystone/locale/tl_PH/LC_MESSAGES/keystone.po deleted file mode 100644 index 847b372164..0000000000 --- a/keystone/locale/tl_PH/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Filipino (Philippines) translations for keystone. -# Copyright (C) 2013 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2013-09-29 03:14+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Tagalog (Philippines) " -"(http://www.transifex.com/projects/p/openstack/language/tl_PH/)\n" -"Plural-Forms: nplurals=2; plural=(n > 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/tr_TR/LC_MESSAGES/keystone.po b/keystone/locale/tr_TR/LC_MESSAGES/keystone.po deleted file mode 100644 index fe72f113fe..0000000000 --- a/keystone/locale/tr_TR/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Turkish (Turkey) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# catborise , 2013 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Turkish (Turkey) " -"(http://www.transifex.com/projects/p/keystone/language/tr_TR/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "%(policy_id)s politikası bulunamadı." - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "%(role_id)s rolü bulunamadı." - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "%(service_id)s servisi bulunamadı." - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr " %(domain_id)s alanı bulunamadı." - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "%(project_id)s projesi bulunamadı." - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr " %(user_id)s kullanıcısı bulunamadı." - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "İstek çok geniş" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "Verilmemiş rol silinemez, %s" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "%s rolü bulunamadı" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "Kullanıcı bulunamadı" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "Kimlik denetimi yapılmamış kullanıcı" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "Geçersiz kullanıcı adı ve parola" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "RBAC: Projesiz devam ediliyor" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "RBAC: Yetkilendirme baypas ediliyor" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "RBAC: Yetki verildi" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "Sunucu hatası" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "Geçersiz TLS / LDAPS kombinasyonu" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "LDAP %s oluştur" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "LDAP %s güncelle" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "LDAP %s sil" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "Kullanıcı ID leri uyuşmuyor" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "Rol bulunamadı" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "Grupte kullanıcı bulunamadı" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "syslog servisi bunlardan biri olmak zorundadır: %s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "Sürüm tam sayı olmak zorunda" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "Tanınmayan silinmiş okuma değeri '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "zorla %(action)s: %(credentials)s" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "Kullanıcı güvenilir değil." - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/uk/LC_MESSAGES/keystone.po b/keystone/locale/uk/LC_MESSAGES/keystone.po deleted file mode 100644 index dc3df5aef6..0000000000 --- a/keystone/locale/uk/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1635 +0,0 @@ -# Ukrainian translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Ukrainian " -"(http://www.transifex.com/projects/p/keystone/language/uk/)\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && " -"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "версія повинна бути цілим числом" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/ur/LC_MESSAGES/keystone.po b/keystone/locale/ur/LC_MESSAGES/keystone.po deleted file mode 100644 index 18495643c8..0000000000 --- a/keystone/locale/ur/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Urdu translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Urdu " -"(http://www.transifex.com/projects/p/keystone/language/ur/)\n" -"Plural-Forms: nplurals=2; plural=(n != 1)\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/vi_VN/LC_MESSAGES/keystone.po b/keystone/locale/vi_VN/LC_MESSAGES/keystone.po deleted file mode 100644 index 500fe6155f..0000000000 --- a/keystone/locale/vi_VN/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1636 +0,0 @@ -# Vietnamese (Vietnam) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Vietnamese (Viet Nam) " -"(http://www.transifex.com/projects/p/keystone/language/vi_VN/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" -"Thông số không hợp lệ: Unicode hiện chưa được hỗ trợ bởi hệ cơ sở dữ liệu" -" hiện tại." - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/zh_CN/LC_MESSAGES/keystone.po b/keystone/locale/zh_CN/LC_MESSAGES/keystone.po deleted file mode 100644 index cf30688d70..0000000000 --- a/keystone/locale/zh_CN/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1640 +0,0 @@ -# Chinese (Simplified, China) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -# Chaoliang Zhong , 2013 -# Dongliang Yu , 2013 -# icecreamliker , 2013 -# yan haifeng , 2014 -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Chinese (China) " -"(http://www.transifex.com/projects/p/keystone/language/zh_CN/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s 不能为空。" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s 不能少于 %(min_length)s 个字符。" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s 不应该超过 %(max_length)s 个字符。" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "%(property_name)s 不在 %(display_expected_type)s 之中" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "字符串长度过长.字符串'%(string)s' 的长度超过列限制 %(type)s(字符(%(length)d))." - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "你的请求需要先授权" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "认证插件错误" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "尝试使用未支持的方法进行验证" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "需要额外身份验证" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "您没有授权完成所请求的操作。" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "您无权完成此操作,%(action)s." - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "找不到目标,%(target)s" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "找不到endpoint, %(endpoint_id)s." - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "找不到策略, %(policy_id)s." - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "找不到角色, %(role_id)s." - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "找不到服务, %(service_id)s。" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "找不到域, %(domain_id)s." - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "找不到项目, %(project_id)s." - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "找不到口令, %(token_id)s." - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "找不到用户, %(user_id)s." - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "找不到组, %(group_id)s." - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "找不到证书, %(credential_id)s." - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "找不到版本, %(version)s." - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "当尝试存储 %(type)s. %(details)s的时候出现冲突" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "请求太大。" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "一个未知错误阻止了服务满足你的请求. %(exception)s" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "不正确的端点URL(%(endpoint)s), 查看错误日志获取详情" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "您请求的操作暂未被执行" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "正在创建默认角色%s,因这它之前不存在" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "期望字典或者列表: %s" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "无法除去尚未授予的角色 %s" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "标识 %s 重复。" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "名称 %s 重复。" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "继承角色只能被指派给域" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "找不到角色 %s" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "项目已禁用:%s" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "域已禁用:%s" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "不允许同时将作用域限定到域和项目" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "不允许同时将作用域限定到域和信任" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "不允许同时将作用域限定到项目和信任" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "找不到用户" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "不存在任何已认证的用户" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "无法查找用户 %s" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "访问令牌已过期" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "用户已禁用:%s" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "无效用户名或密码" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "端点 %(url)s 的格式不正确 - 键 %(keyerror)s 未知" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "端点 %(url)s 的格式不正确 - 键 %(keyerror)s 未知(您遗漏了方括号吗?)" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "无法打开模板文件 %s" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "RBAC:正在没有项目的情况下继续" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "RBAC:正在没有租户的情况下继续" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "RBAC:正在授权 %(action)s(%(kwargs)s)" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "RBAC:令牌无效" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "RBAC:正在绕过授权" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "RBAC:已授予权限" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "RBAC:正在添加查询过滤器参数 (%s)" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "截取用户密码到%s 字符" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "设置调试环境出错。请确保选项--debug-url 的格式是这样的: ,和确保有一个调试进程正在监听那个端口" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "令牌中暂无绑定信息" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "不能验证未知绑定: {%(bind_type)s: %(identifier)s}" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "arg_dict:%s" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "授权失败。%(exception)s 来自 %(remote_addr)s" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "找不到该资源。" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "环境设置为:%s" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "正在 %(host)s:%(port)s 上启动 %(arg0)s" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "服务器错误" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "无效的 LDAP作用域: %(scope)s. 选择以下选项之一: %(options)s" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "无效的 TLS / LDAPS 组合" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "无效的LDAP TLS_AVAIL 选项: %s.TLS无效" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "tls_cacertfile %s 未找到或者不是一个文件" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "tls_cacertdir %s 未找到或者不是一个目录" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "LDAP TLS: 无效的 TLS_REQUIRE_CERT 选项=%s" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "LDAP 服务器不支持页面调度。请在 keystone.conf 中禁用页面调度以避免出现此消息。" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "无效的附加属性映射:\"%s\"。格式必须符合 :" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "LDAP %s 创建" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "LDAP %s 更新" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "LDAP %s 删除" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "不能改变用户密码" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "用户ID不匹配" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "找不到角色" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "请求令牌已过期" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "提供的用户密钥与存储的用户密钥不符" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "token验证失败" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "在配置文件中发现无用的域名(%s)" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "找不到指定的域配置目录:%s" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "在组中找不到用户" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "在组'%(group_id)s'找不到成员'%(user_dn)s',这个用户应该从组中移除。这个用户将会被忽略。" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "用户%(user_id)s 已是组 %(group_id)s 的成员" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "消息对象不支持附加。" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "消息对象不支持str(),因为其中可能包含非ASCII字符。请使用unicode()或translate()代替。" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "建议不要使用:%s" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "加载登陆配置出错 %(log_config)s:%(err_msg)s" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "syslog设备必须作为一个 %s 。" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "对建议不要使用的配置进行了后果极严重的调用:%(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "JSON文件包含策略" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "当被请求的规则无法找到时,规则被强制执行。" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "策略不允许 %s 被执行。" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "规则必须是字典或者规则的实例化对像,获取 %s 取代" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "不可识别的值 '%(val)s', 可接受的值是: %(acceptable)s" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "字符串格式无效: %s" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "参数无效:当前数据库不支持 Unicode。" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "版本应该为整数" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "表 \"%s\" 包含非utf8核对, 请确保所有表是 CHARSET=utf8" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "数据库不受版本控制,但是包含表格。请手动标记schema的当前版本。" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "提供的排序键无效。" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "排序方向未知,必须为“降序”或“升序”" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "无法识别的 read_deleted 取值”%s“" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "请在 col_name_col_instance 参数中指定列 %s。要求执行此操作的原因是列中包含不受 sqlite 支持的类型)。" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "对于列 %s,col_name_col_instance 参数具有不正确类型的列实例。它应该是 sqlalchemy.Column 的实例。" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "不支持的id列类型" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "强制%(action)s: %(credentials)s" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "未能检出 %s" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "FakeLdap delete item:dn=%s" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "没有授权给用户%(u_id)s项目%(t_id)s的权限" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "令牌不属于指定的租户。" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" -"keystone.conf [signing] token_format (deprecated) 与 keystone.conf [token]" -" provider冲突" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "用户%(user_id)s 没有访问项目 %(project_id)s的权限" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "用户%(user_id)s对域%(domain_id)s没有任何访问权限" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "Trustor被禁用" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "用户不是受托人。" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "非缺省域不受支持" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "作用域限定到域的令牌不受支持" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "无法对令牌进行签名。" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/zh_HK/LC_MESSAGES/keystone.po b/keystone/locale/zh_HK/LC_MESSAGES/keystone.po deleted file mode 100644 index 75ed151025..0000000000 --- a/keystone/locale/zh_HK/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Chinese (Traditional, Hong Kong SAR China) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Chinese (Hong Kong) " -"(http://www.transifex.com/projects/p/keystone/language/zh_HK/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" - diff --git a/keystone/locale/zh_TW/LC_MESSAGES/keystone.po b/keystone/locale/zh_TW/LC_MESSAGES/keystone.po deleted file mode 100644 index 7a07096f03..0000000000 --- a/keystone/locale/zh_TW/LC_MESSAGES/keystone.po +++ /dev/null @@ -1,1634 +0,0 @@ -# Chinese (Traditional, Taiwan) translations for keystone. -# Copyright (C) 2014 OpenStack Foundation -# This file is distributed under the same license as the keystone project. -# -# Translators: -msgid "" -msgstr "" -"Project-Id-Version: Keystone\n" -"Report-Msgid-Bugs-To: https://bugs.launchpad.net/keystone\n" -"POT-Creation-Date: 2014-04-24 06:00+0000\n" -"PO-Revision-Date: 2014-04-19 01:30+0000\n" -"Last-Translator: openstackjenkins \n" -"Language-Team: Chinese (Taiwan) " -"(http://www.transifex.com/projects/p/keystone/language/zh_TW/)\n" -"Plural-Forms: nplurals=1; plural=0\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=utf-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 1.3\n" - -#: keystone/clean.py:24 -#, python-format -msgid "%s cannot be empty." -msgstr "%s 不能是空的。" - -#: keystone/clean.py:26 -#, python-format -msgid "%(property_name)s cannot be less than %(min_length)s characters." -msgstr "%(property_name)s 不能少於 %(min_length)s 個字元。" - -#: keystone/clean.py:31 -#, python-format -msgid "%(property_name)s should not be greater than %(max_length)s characters." -msgstr "%(property_name)s 不應超過 %(max_length)s 個字元。" - -#: keystone/clean.py:40 -#, python-format -msgid "%(property_name)s is not a %(display_expected_type)s" -msgstr "" - -#: keystone/exception.py:49 -msgid "missing exception kwargs (programmer error)" -msgstr "" - -#: keystone/exception.py:79 -#, python-format -msgid "" -"Expecting to find %(attribute)s in %(target)s. The server could not " -"comply with the request since it is either malformed or otherwise " -"incorrect. The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:88 -msgid "" -"Timestamp not in expected format. The server could not comply with the " -"request since it is either malformed or otherwise incorrect. The client " -"is assumed to be in error." -msgstr "" - -#: keystone/exception.py:97 -#, python-format -msgid "" -"String length exceeded.The length of string '%(string)s' exceeded the " -"limit of column %(type)s(CHAR(%(length)d))." -msgstr "" - -#: keystone/exception.py:103 -#, python-format -msgid "" -"Request attribute %(attribute)s must be less than or equal to %(size)i. " -"The server could not comply with the request because the attribute size " -"is invalid (too large). The client is assumed to be in error." -msgstr "" - -#: keystone/exception.py:113 -msgid "" -"The certificates you requested are not available. It is likely that this " -"server does not use PKI tokens otherwise this is the result of " -"misconfiguration." -msgstr "" - -#: keystone/exception.py:132 -msgid "The request you have made requires authentication." -msgstr "" - -#: keystone/exception.py:138 -msgid "Authentication plugin error." -msgstr "" - -#: keystone/exception.py:146 -#, python-format -msgid "Unable to find valid groups while using mapping %(mapping_id)s" -msgstr "" - -#: keystone/exception.py:151 -msgid "Attempted to authenticate with an unsupported method." -msgstr "" - -#: keystone/exception.py:159 -msgid "Additional authentications steps required." -msgstr "" - -#: keystone/exception.py:167 -msgid "You are not authorized to perform the requested action." -msgstr "" - -#: keystone/exception.py:174 -#, python-format -msgid "You are not authorized to perform the requested action, %(action)s." -msgstr "" - -#: keystone/exception.py:179 -#, python-format -msgid "" -"Could not change immutable attribute(s) '%(attributes)s' in target " -"%(target)s" -msgstr "" - -#: keystone/exception.py:184 -#, python-format -msgid "Could not find, %(target)s." -msgstr "" - -#: keystone/exception.py:190 -#, python-format -msgid "Could not find endpoint, %(endpoint_id)s." -msgstr "" - -#: keystone/exception.py:197 -msgid "An unhandled exception has occurred: Could not find metadata." -msgstr "" - -#: keystone/exception.py:202 -#, python-format -msgid "Could not find policy, %(policy_id)s." -msgstr "" - -#: keystone/exception.py:206 -#, python-format -msgid "Could not find role, %(role_id)s." -msgstr "" - -#: keystone/exception.py:210 -#, python-format -msgid "Could not find region, %(region_id)s." -msgstr "" - -#: keystone/exception.py:214 -#, python-format -msgid "Could not find service, %(service_id)s." -msgstr "" - -#: keystone/exception.py:218 -#, python-format -msgid "Could not find domain, %(domain_id)s." -msgstr "" - -#: keystone/exception.py:222 -#, python-format -msgid "Could not find project, %(project_id)s." -msgstr "" - -#: keystone/exception.py:226 -#, python-format -msgid "Could not find token, %(token_id)s." -msgstr "" - -#: keystone/exception.py:230 -#, python-format -msgid "Could not find user, %(user_id)s." -msgstr "" - -#: keystone/exception.py:234 -#, python-format -msgid "Could not find group, %(group_id)s." -msgstr "" - -#: keystone/exception.py:238 -#, python-format -msgid "Could not find mapping, %(mapping_id)s." -msgstr "" - -#: keystone/exception.py:242 -#, python-format -msgid "Could not find trust, %(trust_id)s." -msgstr "" - -#: keystone/exception.py:246 -#, python-format -msgid "No remaining uses for trust %(trust_id)s." -msgstr "" - -#: keystone/exception.py:250 -#, python-format -msgid "Could not find credential, %(credential_id)s." -msgstr "" - -#: keystone/exception.py:254 -#, python-format -msgid "Could not find version, %(version)s." -msgstr "" - -#: keystone/exception.py:258 -#, python-format -msgid "Could not find IdentityProvider, %(idp_id)s." -msgstr "" - -#: keystone/exception.py:262 -#, python-format -msgid "" -"Could not find federated protocol %(protocol_id)s for IdentityProvider, " -"%(idp_id)s" -msgstr "" - -#: keystone/exception.py:267 -#, python-format -msgid "Conflict occurred attempting to store %(type)s. %(details)s" -msgstr "" - -#: keystone/exception.py:274 -msgid "Request is too large." -msgstr "要求太大。" - -#: keystone/exception.py:281 -msgid "An unexpected error prevented the server from fulfilling your request." -msgstr "" - -#: keystone/exception.py:284 -#, python-format -msgid "" -"An unexpected error prevented the server from fulfilling your request. " -"%(exception)s" -msgstr "" - -#: keystone/exception.py:307 -msgid "" -"Expected signing certificates are not available on the server. Please " -"check Keystone configuration." -msgstr "" - -#: keystone/exception.py:313 -#, python-format -msgid "Malformed endpoint URL (%(endpoint)s), see ERROR log for details." -msgstr "" - -#: keystone/exception.py:318 -#, python-format -msgid "" -"Group %(group_id)s returned by mapping %(mapping_id)s was not found in " -"the backend." -msgstr "" - -#: keystone/exception.py:323 -msgid "The action you have requested has not been implemented." -msgstr "" - -#: keystone/exception.py:330 -msgid "The service you have requested is no longer available on this server." -msgstr "" - -#: keystone/exception.py:337 -#, python-format -msgid "The Keystone configuration file %(config_file)s could not be found." -msgstr "" - -#: keystone/exception.py:343 -#, python-format -msgid "" -"%(mod_name)s doesn't provide database migrations. The migration " -"repository path at %(path)s doesn't exist or isn't a directory." -msgstr "" - -#: keystone/notifications.py:120 -#, python-format -msgid "%(event)s is not a valid notification event, must be one of: %(actions)s" -msgstr "" - -#: keystone/notifications.py:129 -#, python-format -msgid "Method not callable: %s" -msgstr "" - -#: keystone/notifications.py:137 -#, python-format -msgid "Callback: `%(callback)s` subscribed to event `%(event)s`." -msgstr "" - -#: keystone/notifications.py:155 -#, python-format -msgid "" -"Invoking callback %(cb_name)s for event %(service)s %(resource_type)s " -"%(operation)s for%(payload)s" -msgstr "" - -#: keystone/notifications.py:218 -#, python-format -msgid "Failed to send %(res_id)s %(event_type)s notification" -msgstr "" - -#: keystone/notifications.py:289 -#, python-format -msgid "CADF Event: %s" -msgstr "" - -#: keystone/notifications.py:302 -#, python-format -msgid "Failed to send %(action)s %(event_type)s notification" -msgstr "" - -#: keystone/assignment/controllers.py:72 -#, python-format -msgid "Authentication failed: %s" -msgstr "" - -#: keystone/assignment/controllers.py:106 -#: keystone/assignment/controllers.py:220 keystone/identity/controllers.py:69 -msgid "Name field is required and cannot be empty" -msgstr "" - -#: keystone/assignment/controllers.py:143 -#, python-format -msgid "User %(user_id)s in project %(project_id)s doesn't exist." -msgstr "" - -#: keystone/assignment/controllers.py:161 -msgid "Marker could not be found" -msgstr "" - -#: keystone/assignment/controllers.py:172 -msgid "Invalid limit value" -msgstr "" - -#: keystone/assignment/controllers.py:475 -msgid "Specify a domain or project, not both" -msgstr "" - -#: keystone/assignment/controllers.py:480 -msgid "Specify a user or group, not both" -msgstr "" - -#: keystone/assignment/controllers.py:694 -#, python-format -msgid "" -"Group %(group)s not found for role-assignment - %(target)s with Role: " -"%(role)s" -msgstr "" - -#: keystone/assignment/core.py:242 -#, python-format -msgid "Creating the default role %s because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:274 -#, python-format -msgid "Removing role %s failed because it does not exist." -msgstr "" - -#: keystone/assignment/core.py:336 -msgid "delete the default domain" -msgstr "" - -#: keystone/assignment/core.py:347 -msgid "cannot delete a domain that is enabled, please disable it first." -msgstr "" - -#: keystone/assignment/core.py:384 -#, python-format -msgid "" -"Project %(projectid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:397 -#, python-format -msgid "" -"Group %(groupid)s not found when deleting domain contents for " -"%(domainid)s, continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:409 -#, python-format -msgid "" -"User %(userid)s not found when deleting domain contents for %(domainid)s," -" continuing with cleanup." -msgstr "" - -#: keystone/assignment/core.py:521 -#, python-format -msgid "Group %s not found, no tokens to invalidate." -msgstr "" - -#: keystone/assignment/core.py:559 -#, python-format -msgid "Project (%s)" -msgstr "" - -#: keystone/assignment/core.py:561 -#, python-format -msgid "Domain (%s)" -msgstr "" - -#: keystone/assignment/core.py:563 -msgid "Unknown Target" -msgstr "" - -#: keystone/assignment/core.py:564 -#, python-format -msgid "" -"Group (%(group)s), referenced in assignment for %(target)s, not found - " -"ignoring." -msgstr "" - -#: keystone/assignment/core.py:1005 keystone/common/controller.py:282 -#: keystone/identity/core.py:227 -#, python-format -msgid "Expected dict or list: %s" -msgstr "" - -#: keystone/assignment/backends/kvs.py:199 -#: keystone/assignment/backends/ldap.py:540 -#: keystone/assignment/backends/sql.py:345 -#, python-format -msgid "Cannot remove role that has not been granted, %s" -msgstr "無法移除尚未授權的角色,%s" - -#: keystone/assignment/backends/ldap.py:111 -msgid "Domain metadata not supported by LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:200 -#: keystone/assignment/backends/ldap.py:244 keystone/catalog/core.py:78 -#: keystone/common/ldap/core.py:863 keystone/identity/backends/kvs.py:117 -#: keystone/identity/backends/kvs.py:224 -#, python-format -msgid "Duplicate ID, %s." -msgstr "重複的 ID,%s。" - -#: keystone/assignment/backends/ldap.py:208 keystone/common/ldap/core.py:853 -#: keystone/identity/backends/kvs.py:125 keystone/identity/backends/kvs.py:152 -#: keystone/identity/backends/kvs.py:231 keystone/identity/backends/kvs.py:259 -#, python-format -msgid "Duplicate name, %s." -msgstr "重複的名稱,%s。" - -#: keystone/assignment/backends/ldap.py:246 -#: keystone/assignment/backends/ldap.py:254 -#: keystone/assignment/backends/ldap.py:258 -msgid "Domains are read-only against LDAP" -msgstr "" - -#: keystone/assignment/backends/ldap.py:306 -#: keystone/assignment/backends/sql.py:129 -msgid "Inherited roles can only be assigned to domains" -msgstr "" - -#: keystone/assignment/backends/ldap.py:517 -#, python-format -msgid "User %(user_id)s already has role %(role_id)s in tenant %(tenant_id)s" -msgstr "" - -#: keystone/assignment/backends/ldap.py:523 -#, python-format -msgid "Role %s not found" -msgstr "找不到角色 %s" - -#: keystone/assignment/backends/ldap.py:604 -#, python-format -msgid "Cannot duplicate name %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:116 -#, python-format -msgid "" -"Unexpected combination of grant attributes - User, Group, Project, " -"Domain: %s" -msgstr "" - -#: keystone/assignment/backends/sql.py:285 -msgid "Must specify either domain or project" -msgstr "" - -#: keystone/assignment/backends/sql.py:366 -#, python-format -msgid "Unexpected assignment type encountered, %s" -msgstr "" - -#: keystone/auth/controllers.py:57 -#, python-format -msgid "" -"Cannot load an auth-plugin by class-name without a \"method\" attribute " -"defined: %s" -msgstr "" - -#: keystone/auth/controllers.py:65 -#, python-format -msgid "Driver requested method %(req)s does not match plugin name %(plugin)s." -msgstr "" - -#: keystone/auth/controllers.py:70 -#, python-format -msgid "Auth Plugin %s does not have a \"method\" attribute." -msgstr "" - -#: keystone/auth/controllers.py:74 -#, python-format -msgid "" -"Auth plugin %(plugin)s is requesting previously registered method " -"%(method)s" -msgstr "" - -#: keystone/auth/controllers.py:115 -#, python-format -msgid "Project is disabled: %s" -msgstr "已停用專案:%s" - -#: keystone/auth/controllers.py:121 keystone/auth/plugins/password.py:41 -#: keystone/token/core.py:80 keystone/token/core.py:96 -#, python-format -msgid "Domain is disabled: %s" -msgstr "已停用網域:%s" - -#: keystone/auth/controllers.py:284 -msgid "Scoping to both domain and project is not allowed" -msgstr "不容許將範圍同時設定為網域及專案" - -#: keystone/auth/controllers.py:287 -msgid "Scoping to both domain and trust is not allowed" -msgstr "不容許將範圍同時設定為網域及信任" - -#: keystone/auth/controllers.py:290 -msgid "Scoping to both project and trust is not allowed" -msgstr "不容許將範圍同時設定為專案及信任" - -#: keystone/auth/controllers.py:386 -#, python-format -msgid "" -"User %(user_id)s doesn't have access to default project %(project_id)s. " -"The token will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:393 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s is disabled. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:402 -#, python-format -msgid "" -"User %(user_id)s's default project %(project_id)s not found. The token " -"will be unscoped rather than scoped to the project." -msgstr "" - -#: keystone/auth/controllers.py:433 -msgid "User not found" -msgstr "找不到使用者" - -#: keystone/auth/plugins/external.py:46 -msgid "No authenticated user" -msgstr "沒有已鑑別使用者" - -#: keystone/auth/plugins/external.py:56 -#, python-format -msgid "Unable to lookup user %s" -msgstr "無法查閱使用者 %s" - -#: keystone/auth/plugins/oauth1.py:38 -#, python-format -msgid "%s not supported" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:56 -msgid "Access token is expired" -msgstr "" - -#: keystone/auth/plugins/oauth1.py:70 -msgid "Could not validate the access token" -msgstr "" - -#: keystone/auth/plugins/password.py:47 keystone/token/core.py:72 -#, python-format -msgid "User is disabled: %s" -msgstr "已停用使用者:%s" - -#: keystone/auth/plugins/password.py:123 -msgid "Invalid username or password" -msgstr "" - -#: keystone/catalog/controllers.py:154 -#, python-format -msgid "Conflicting region IDs specified: \"%(url_id)s\" != \"%(ref_id)s\"" -msgstr "" - -#: keystone/catalog/controllers.py:206 keystone/catalog/controllers.py:265 -#: keystone/identity/controllers.py:72 -msgid "Enabled field must be a boolean" -msgstr "" - -#: keystone/catalog/core.py:42 -#, python-format -msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s" -msgstr "端點 %(url)s 的格式不正確 - 不明的索引鍵 %(keyerror)s" - -#: keystone/catalog/core.py:47 -#, python-format -msgid "" -"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing " -"brackets ?)" -msgstr "端點 %(url)s 的格式不正確 - 不明的索引鍵 %(keyerror)s(遺漏了方括弧嗎?)" - -#: keystone/catalog/core.py:53 -#, python-format -msgid "" -"Malformed endpoint %s - incomplete format (are you missing a type " -"notifier ?)" -msgstr "" - -#: keystone/catalog/backends/templated.py:106 -#, python-format -msgid "Unable to open template file %s" -msgstr "無法開啟範本檔 %s" - -#: keystone/common/authorization.py:56 -msgid "RBAC: Invalid user data in v3 token" -msgstr "" - -#: keystone/common/authorization.py:61 -msgid "RBAC: Proceeding without project" -msgstr "RBAC:在沒有專案的情況下繼續作業" - -#: keystone/common/authorization.py:80 -msgid "RBAC: Invalid user data in v2 token" -msgstr "" - -#: keystone/common/authorization.py:85 -msgid "RBAC: Proceeding without tenant" -msgstr "RBAC:在沒有 Tenant 的情況下繼續作業" - -#: keystone/common/base64utils.py:205 keystone/common/base64utils.py:278 -#: keystone/common/base64utils.py:332 -msgid "pad must be single character" -msgstr "" - -#: keystone/common/base64utils.py:211 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before 2nd to last char" -msgstr "" - -#: keystone/common/base64utils.py:215 -#, python-format -msgid "text is multiple of 4, but pad \"%s\" occurs before non-pad last char" -msgstr "" - -#: keystone/common/base64utils.py:221 -#, python-format -msgid "text is not a multiple of 4, but contains pad \"%s\"" -msgstr "" - -#: keystone/common/base64utils.py:240 keystone/common/base64utils.py:261 -msgid "padded base64url text must be multiple of 4 characters" -msgstr "" - -#: keystone/common/controller.py:52 -#, python-format -msgid "RBAC: Authorizing %(action)s(%(kwargs)s)" -msgstr "" - -#: keystone/common/controller.py:59 -msgid "RBAC: using auth context from the request environment" -msgstr "" - -#: keystone/common/controller.py:64 -msgid "RBAC: building auth context from the incoming auth token" -msgstr "" - -#: keystone/common/controller.py:75 keystone/middleware/core.py:266 -msgid "RBAC: Invalid token" -msgstr "RBAC:無效的記號" - -#: keystone/common/controller.py:104 keystone/common/controller.py:195 -#: keystone/common/controller.py:598 -msgid "RBAC: Bypassing authorization" -msgstr "RBAC:正在略過授權" - -#: keystone/common/controller.py:151 keystone/common/controller.py:193 -#: keystone/common/controller.py:616 -msgid "RBAC: Authorization granted" -msgstr "RBAC:已授與權限" - -#: keystone/common/controller.py:181 -#, python-format -msgid "RBAC: Adding query filter params (%s)" -msgstr "RBAC:正在新增查詢過濾器參數 (%s)" - -#: keystone/common/controller.py:545 -msgid "Cannot change Domain ID" -msgstr "" - -#: keystone/common/controller.py:569 -msgid "Invalid token in _get_domain_id_for_request" -msgstr "" - -#: keystone/common/dependency.py:83 -msgid "event_callbacks must be a dict" -msgstr "" - -#: keystone/common/dependency.py:88 -#, python-format -msgid "event_callbacks[%s] must be a dict" -msgstr "" - -#: keystone/common/pemutils.py:223 -#, python-format -msgid "unknown pem_type \"%(pem_type)s\", valid types are: %(valid_pem_types)s" -msgstr "" - -#: keystone/common/pemutils.py:242 -#, python-format -msgid "" -"unknown pem header \"%(pem_header)s\", valid headers are: " -"%(valid_pem_headers)s" -msgstr "" - -#: keystone/common/pemutils.py:298 -#, python-format -msgid "failed to find end matching \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:302 -#, python-format -msgid "" -"beginning & end PEM headers do not match (%(begin_pem_header)s!= " -"%(end_pem_header)s)" -msgstr "" - -#: keystone/common/pemutils.py:377 -#, python-format -msgid "unknown pem_type: \"%s\"" -msgstr "" - -#: keystone/common/pemutils.py:389 -#, python-format -msgid "" -"failed to base64 decode %(pem_type)s PEM at position%(position)d: " -"%(err_msg)s" -msgstr "" - -#: keystone/common/serializer.py:203 -msgid "Multiple truncation attributes found" -msgstr "" - -#: keystone/common/utils.py:95 -#, python-format -msgid "Truncating user password to %s characters." -msgstr "" - -#: keystone/common/utils.py:190 keystone/credential/controllers.py:42 -msgid "Invalid blob in credential" -msgstr "" - -#: keystone/common/utils.py:269 -msgid "" -"Error setting up the debug environment. Verify that the option --debug-" -"url has the format : and that a debugger processes is " -"listening on that port." -msgstr "" - -#: keystone/common/wsgi.py:67 -msgid "No bind information present in token" -msgstr "" - -#: keystone/common/wsgi.py:71 -#, python-format -msgid "Named bind mode %s not in bind information" -msgstr "" - -#: keystone/common/wsgi.py:78 -msgid "Kerberos credentials required and not present" -msgstr "" - -#: keystone/common/wsgi.py:82 -msgid "Kerberos credentials do not match those in bind" -msgstr "" - -#: keystone/common/wsgi.py:85 -msgid "Kerberos bind authentication successful" -msgstr "" - -#: keystone/common/wsgi.py:88 -#, python-format -msgid "Ignoring unknown bind for permissive mode: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:92 -#, python-format -msgid "Couldn't verify unknown bind: {%(bind_type)s: %(identifier)s}" -msgstr "" - -#: keystone/common/wsgi.py:181 -#, python-format -msgid "arg_dict: %s" -msgstr "arg_dict:%s" - -#: keystone/common/wsgi.py:210 -#, python-format -msgid "Authorization failed. %(exception)s from %(remote_addr)s" -msgstr "" - -#: keystone/common/wsgi.py:287 -#, python-format -msgid "%s field is required and cannot be empty" -msgstr "" - -#: keystone/common/wsgi.py:298 -msgid "" -"will not lookup trust as the request auth token is either absent or it is" -" the system admin token" -msgstr "" - -#: keystone/common/wsgi.py:305 -msgid "Invalid token in _get_trust_id_for_request" -msgstr "" - -#: keystone/common/wsgi.py:501 keystone/tests/test_wsgi.py:273 -msgid "The resource could not be found." -msgstr "找不到資源。" - -#: keystone/common/cache/core.py:54 -#, python-format -msgid "CACHE_GET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:60 -#, python-format -msgid "CACHE_GET_MULTI: \"%(keys)r\" Values: \"%(values)r\"" -msgstr "" - -#: keystone/common/cache/core.py:65 -#, python-format -msgid "CACHE_SET: Key: \"%(key)r\" Value: \"%(value)r\"" -msgstr "" - -#: keystone/common/cache/core.py:70 -#, python-format -msgid "CACHE_SET_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:75 -#, python-format -msgid "CACHE_DELETE: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:78 -#, python-format -msgid "CACHE_DELETE_MULTI: \"%r\"" -msgstr "" - -#: keystone/common/cache/core.py:96 -#, python-format -msgid "" -"Unable to build cache config-key. Expected format \":\". " -"Skipping unknown format: %s" -msgstr "" - -#: keystone/common/cache/core.py:104 -#, python-format -msgid "Keystone Cache Config: %s" -msgstr "" - -#: keystone/common/cache/core.py:119 -msgid "region not type dogpile.cache.CacheRegion" -msgstr "" - -#: keystone/common/cache/core.py:152 -#, python-format -msgid "Adding cache-proxy '%s' to backend." -msgstr "" - -#: keystone/common/cache/backends/mongo.py:231 -msgid "db_hosts value is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:236 -msgid "database db_name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:241 -msgid "cache_collection name is required" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:252 -msgid "integer value expected for w (write concern attribute)" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:260 -msgid "replicaset_name required when use_replica is True" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:275 -msgid "integer value expected for mongo_ttl_seconds" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:301 -msgid "no ssl support available" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:310 -#, python-format -msgid "" -"Invalid ssl_cert_reqs value of %s, must be one of \"NONE\", \"OPTIONAL\"," -" \"REQUIRED\"" -msgstr "" - -#: keystone/common/cache/backends/mongo.py:403 -#, python-format -msgid "" -"TTL index already exists on db collection <%(c_name)s>, remove index " -"<%(indx_name)s> first to make updated mongo_ttl_seconds value to be " -"effective" -msgstr "" - -#: keystone/common/environment/__init__.py:52 -#, python-format -msgid "Environment configured as: %s" -msgstr "" - -#: keystone/common/environment/eventlet_server.py:52 -#, python-format -msgid "Starting %(arg0)s on %(host)s:%(port)s" -msgstr "正在 %(host)s:%(port)s 上啟動 %(arg0)s" - -#: keystone/common/environment/eventlet_server.py:123 -msgid "Server error" -msgstr "伺服器錯誤" - -#: keystone/common/kvs/core.py:63 -#, python-format -msgid "Registering Dogpile Backend %(backend_path)s as %(backend_name)s" -msgstr "" - -#: keystone/common/kvs/core.py:71 -#, python-format -msgid "Lock Timeout occurred for key, %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:106 -#, python-format -msgid "KVS region %s is already configured. Cannot reconfigure." -msgstr "" - -#: keystone/common/kvs/core.py:122 -#, python-format -msgid "Importing class %s as KVS proxy." -msgstr "" - -#: keystone/common/kvs/core.py:130 -#, python-format -msgid "%s is not a dogpile.proxy.ProxyBackend" -msgstr "" - -#: keystone/common/kvs/core.py:134 -#, python-format -msgid "Adding proxy '%(proxy)s' to KVS %(name)s." -msgstr "" - -#: keystone/common/kvs/core.py:141 -#, python-format -msgid "Key Value Store not configured: %s" -msgstr "" - -#: keystone/common/kvs/core.py:158 -#, python-format -msgid "" -"Non-expiring keys not supported/required by %(region)s backend; unable to" -" set key_mangler for backend: %(err)s" -msgstr "" - -#: keystone/common/kvs/core.py:184 -#, python-format -msgid "Using %(func)s as KVS region %(name)s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:194 -msgid "`key_mangler` option must be a function reference" -msgstr "" - -#: keystone/common/kvs/core.py:196 -#, python-format -msgid "Using default dogpile sha1_mangle_key as KVS region %s key_mangler" -msgstr "" - -#: keystone/common/kvs/core.py:206 -#, python-format -msgid "KVS region %s key_mangler disabled." -msgstr "" - -#: keystone/common/kvs/core.py:235 -#, python-format -msgid "KVS region configuration for %(name)s: %(config)r" -msgstr "" - -#: keystone/common/kvs/core.py:348 -#, python-format -msgid "Lock key must match target key: %(lock)s != %(target)s" -msgstr "" - -#: keystone/common/kvs/core.py:352 -msgid "Must be called within an active lock context." -msgstr "" - -#: keystone/common/kvs/core.py:376 -#, python-format -msgid "KVS lock acquired for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:395 -#, python-format -msgid "KVS lock released for: %s" -msgstr "" - -#: keystone/common/kvs/core.py:397 -#, python-format -msgid "KVS lock released (timeout reached) for: %s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:72 -#, python-format -msgid "Maximum lock attempts on %s occurred." -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:111 -#, python-format -msgid "" -"Backend `%(driver)s` is not a valid memcached backend. Valid drivers: " -"%(driver_list)s" -msgstr "" - -#: keystone/common/kvs/backends/memcached.py:182 -msgid "`key_mangler` functions must be callable." -msgstr "" - -#: keystone/common/ldap/core.py:97 -msgid "" -"Referrals were returned and ignored. Enable referral chasing in " -"keystone.conf via [ldap] chase_referrals" -msgstr "" - -#: keystone/common/ldap/core.py:117 -#, python-format -msgid "Invalid LDAP deref option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:127 -#, python-format -msgid "Invalid LDAP TLS certs option: %(option)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:139 -#, python-format -msgid "Invalid LDAP scope: %(scope)s. Choose one of: %(options)s" -msgstr "" - -#: keystone/common/ldap/core.py:324 -msgid "Invalid TLS / LDAPS combination" -msgstr "" - -#: keystone/common/ldap/core.py:328 -#, python-format -msgid "Invalid LDAP TLS_AVAIL option: %s. TLS not available" -msgstr "" - -#: keystone/common/ldap/core.py:338 -#, python-format -msgid "tls_cacertfile %s not found or is not a file" -msgstr "" - -#: keystone/common/ldap/core.py:350 -#, python-format -msgid "tls_cacertdir %s not found or is not a directory" -msgstr "" - -#: keystone/common/ldap/core.py:357 -#, python-format -msgid "LDAP TLS: invalid TLS_REQUIRE_CERT Option=%s" -msgstr "" - -#: keystone/common/ldap/core.py:580 -msgid "" -"LDAP Server does not support paging. Disable paging in keystone.conf to " -"avoid this message." -msgstr "「LDAP 伺服器」不支援分頁。請在 keystone.conf 中停用分頁以避免此訊息。" - -#: keystone/common/ldap/core.py:741 -#, python-format -msgid "" -"Invalid additional attribute mapping: \"%s\". Format must be " -":" -msgstr "" - -#: keystone/common/ldap/core.py:832 -#, python-format -msgid "LDAP %s create" -msgstr "LDAP %s 建立" - -#: keystone/common/ldap/core.py:837 -#, python-format -msgid "LDAP %s update" -msgstr "LDAP %s 更新" - -#: keystone/common/ldap/core.py:842 -#, python-format -msgid "LDAP %s delete" -msgstr "LDAP %s 刪除" - -#: keystone/common/ldap/core.py:982 -#, python-format -msgid "Cannot change %(option_name)s %(attr)s" -msgstr "" - -#: keystone/common/sql/core.py:219 -msgid "" -"Cannot truncate a driver call without hints list as first parameter after" -" self " -msgstr "" - -#: keystone/common/sql/migration_helpers.py:145 -#: keystone/common/sql/migration_helpers.py:171 -#, python-format -msgid "%s extension does not exist." -msgstr "" - -#: keystone/contrib/ec2/controllers.py:305 -msgid "Token belongs to another user" -msgstr "" - -#: keystone/contrib/ec2/controllers.py:333 -msgid "Credential belongs to another user" -msgstr "" - -#: keystone/contrib/endpoint_filter/backends/sql.py:46 -#, python-format -msgid "Endpoint %(endpoint_id)s not found in project %(project_id)s" -msgstr "" - -#: keystone/contrib/example/core.py:64 keystone/contrib/example/core.py:73 -#, python-format -msgid "" -"Received the following notification: service %(service)s, resource_type: " -"%(resource_type)s, operation %(operation)s payload %(payload)s" -msgstr "" - -#: keystone/contrib/federation/utils.py:122 -msgid "Federation token is expired" -msgstr "" - -#: keystone/contrib/federation/utils.py:225 -msgid "Could not map user" -msgstr "" - -#: keystone/contrib/federation/utils.py:254 -#, python-format -msgid "Ignoring user name %s" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:79 -msgid "Cannot change consumer secret" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:153 -#: keystone/contrib/oauth1/backends/sql.py:278 -msgid "User IDs do not match" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:160 -msgid "Could not find role" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:203 -msgid "Invalid signature" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:252 -#: keystone/contrib/oauth1/controllers.py:322 -msgid "Request token is expired" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:266 -msgid "There should not be any non-oauth parameters" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:270 -msgid "provided consumer key does not match stored consumer key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:274 -msgid "provided verifier does not match stored verifier" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:278 -msgid "provided request key does not match stored request key" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:282 -msgid "Request Token does not have an authorizing user id" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:338 -msgid "authorizing user does not have role required" -msgstr "" - -#: keystone/contrib/oauth1/controllers.py:353 -msgid "User is not a member of the requested project" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:88 -msgid "Consumer not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:192 -msgid "Request token not found" -msgstr "" - -#: keystone/contrib/oauth1/backends/sql.py:258 -msgid "Access token not found" -msgstr "" - -#: keystone/contrib/revoke/controllers.py:32 -#, python-format -msgid "invalid date format %s" -msgstr "" - -#: keystone/contrib/revoke/core.py:173 keystone/token/provider.py:125 -#: keystone/token/provider.py:146 keystone/token/provider.py:224 -#: keystone/token/provider.py:231 keystone/token/providers/common.py:621 -msgid "Failed to validate token" -msgstr "" - -#: keystone/credential/core.py:120 -#, python-format -msgid "Deletion of credential is not required: %s" -msgstr "" - -#: keystone/identity/controllers.py:99 -msgid "Enabled field should be a boolean" -msgstr "" - -#: keystone/identity/controllers.py:140 -#, python-format -msgid "Unable to remove user %(user)s from %(tenant)s." -msgstr "" - -#: keystone/identity/controllers.py:159 -#, python-format -msgid "Unable to add user %(user)s to %(tenant)s." -msgstr "" - -#: keystone/identity/core.py:99 -#, python-format -msgid "Invalid domain name (%s) found in config file name" -msgstr "" - -#: keystone/identity/core.py:123 -#, python-format -msgid "Unable to locate domain config directory: %s" -msgstr "" - -#: keystone/identity/core.py:137 -#, python-format -msgid "Ignoring file (%s) while scanning domain config directory" -msgstr "" - -#: keystone/identity/core.py:178 -msgid "" -"Running an experimental and unsupported configuration " -"(domain_specific_drivers_enabled = True); this will result in known " -"issues." -msgstr "" - -#: keystone/identity/backends/kvs.py:72 keystone/identity/backends/kvs.py:74 -#: keystone/identity/backends/ldap.py:58 keystone/identity/backends/ldap.py:60 -#: keystone/identity/backends/ldap.py:66 keystone/identity/backends/ldap.py:68 -#: keystone/identity/backends/sql.py:104 keystone/identity/backends/sql.py:106 -msgid "Invalid user / password" -msgstr "" - -#: keystone/identity/backends/kvs.py:178 keystone/identity/backends/kvs.py:187 -#: keystone/identity/backends/ldap.py:183 keystone/identity/backends/sql.py:190 -#: keystone/identity/backends/sql.py:201 -msgid "User not found in group" -msgstr "在群組中找不到使用者" - -#: keystone/identity/backends/ldap.py:97 keystone/identity/backends/sql.py:152 -msgid "Cannot change user ID" -msgstr "" - -#: keystone/identity/backends/ldap.py:100 -msgid "Cannot change user name" -msgstr "" - -#: keystone/identity/backends/ldap.py:167 -#, python-format -msgid "" -"Group member '%(user_dn)s' not found in '%(group_id)s'. The user should " -"be removed from the group. The user will be ignored." -msgstr "" - -#: keystone/identity/backends/ldap.py:307 -#, python-format -msgid "User %(user_id)s is already a member of group %(group_id)s" -msgstr "" - -#: keystone/middleware/core.py:271 -msgid "Auth token not in the request header. Will not build auth context." -msgstr "" - -#: keystone/middleware/core.py:276 -msgid "Auth context already exists in the request environment" -msgstr "" - -#: keystone/middleware/core.py:281 -#, python-format -msgid "RBAC: auth_context: %s" -msgstr "" - -#: keystone/openstack/common/gettextutils.py:271 -msgid "Message objects do not support addition." -msgstr "" - -#: keystone/openstack/common/gettextutils.py:280 -msgid "" -"Message objects do not support str() because they may contain non-ascii " -"characters. Please use unicode() or translate() instead." -msgstr "" - -#: keystone/openstack/common/lockutils.py:102 -#, python-format -msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s" -msgstr "" - -#: keystone/openstack/common/log.py:327 -#, python-format -msgid "Deprecated: %s" -msgstr "已淘汰:%s" - -#: keystone/openstack/common/log.py:438 -#, python-format -msgid "Error loading logging config %(log_config)s: %(err_msg)s" -msgstr "" - -#: keystone/openstack/common/log.py:489 -#, python-format -msgid "syslog facility must be one of: %s" -msgstr "Syslog 機能必須是下列其中一項:%s" - -#: keystone/openstack/common/log.py:710 -#, python-format -msgid "Fatal call to deprecated config: %(msg)s" -msgstr "呼叫已淘汰的配置時發生嚴重錯誤:%(msg)s" - -#: keystone/openstack/common/policy.py:96 -msgid "JSON file containing policy" -msgstr "" - -#: keystone/openstack/common/policy.py:99 -msgid "Rule enforced when requested rule is not found" -msgstr "" - -#: keystone/openstack/common/policy.py:113 -#, python-format -msgid "Policy doesn't allow %s to be performed." -msgstr "" - -#: keystone/openstack/common/policy.py:207 -#, python-format -msgid "Rules must be an instance of dict or Rules, got %s instead" -msgstr "" - -#: keystone/openstack/common/strutils.py:92 -#, python-format -msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s" -msgstr "" - -#: keystone/openstack/common/strutils.py:203 -#, python-format -msgid "Invalid unit system: \"%s\"" -msgstr "" - -#: keystone/openstack/common/strutils.py:212 -#, python-format -msgid "Invalid string format: %s" -msgstr "" - -#: keystone/openstack/common/versionutils.py:69 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s in favor of %(in_favor_of)s and " -"may be removed in %(remove_in)s." -msgstr "" - -#: keystone/openstack/common/versionutils.py:73 -#, python-format -msgid "" -"%(what)s is deprecated as of %(as_of)s and may be removed in " -"%(remove_in)s. It will not be superseded." -msgstr "" - -#: keystone/openstack/common/db/exception.py:44 -msgid "Invalid Parameter: Unicode is not supported by the current database." -msgstr "無效參數:現行資料庫不支援 Unicode。" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:190 -msgid "version should be an integer" -msgstr "版本應該是整數" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:226 -#, python-format -msgid "" -"Tables \"%s\" have non utf8 collation, please make sure all tables are " -"CHARSET=utf8" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/migration.py:250 -msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:58 -msgid "Sort key supplied was not valid." -msgstr "提供的排序鍵無效。" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:119 -msgid "Unknown sort direction, must be 'desc' or 'asc'" -msgstr "不明的排序方向,必須為 'desc' 或 'asc'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:162 -#, python-format -msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:174 -#, python-format -msgid "Unrecognized read_deleted value '%s'" -msgstr "無法辨識 read_deleted 值 '%s'" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:181 -#, python-format -msgid "There is no `project_id` column in `%s` table." -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:243 -msgid "model should be a subclass of ModelBase" -msgstr "" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:286 -#, python-format -msgid "" -"Please specify column %s in col_name_col_instance param. It is required " -"because column has unsupported type by sqlite)." -msgstr "請在 col_name_col_instance 參數中指定直欄 %s。它是必要的,因為直欄具有不受 SQLite 支援的類型。" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:292 -#, python-format -msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." -msgstr "col_name_col_instance 參數的直欄 %s 具有錯誤類型的直欄實例。它應該是 sqlalchemy.Column 的實例。" - -#: keystone/openstack/common/db/sqlalchemy/utils.py:400 -msgid "Unsupported id columns type" -msgstr "" - -#: keystone/policy/backends/rules.py:99 -#, python-format -msgid "enforce %(action)s: %(credentials)s" -msgstr "" - -#: keystone/tests/core.py:147 -#, python-format -msgid "Failed to checkout %s" -msgstr "無法移出 %s" - -#: keystone/tests/fakeldap.py:318 -#, python-format -msgid "FakeLdap delete item: dn=%s" -msgstr "FakeLdap 刪除項目:DN = %s" - -#: keystone/token/controllers.py:363 -#, python-format -msgid "User %(u_id)s is unauthorized for tenant %(t_id)s" -msgstr "" - -#: keystone/token/controllers.py:380 keystone/token/controllers.py:383 -msgid "Token does not belong to specified tenant." -msgstr "記號不屬於所指定的 Tenant。" - -#: keystone/token/core.py:87 -#, python-format -msgid "Tenant is disabled: %s" -msgstr "" - -#: keystone/token/provider.py:88 -msgid "" -"keystone.conf [signing] token_format (deprecated) conflicts with " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:96 -msgid "" -"keystone.conf [signing] token_format is deprecated in favor of " -"keystone.conf [token] provider" -msgstr "" - -#: keystone/token/provider.py:106 -msgid "" -"Unrecognized keystone.conf [signing] token_format: expected either 'UUID'" -" or 'PKI'" -msgstr "" - -#: keystone/token/provider.py:222 -#, python-format -msgid "Unexpected error or malformed token determining token expiry: %s" -msgstr "" - -#: keystone/token/backends/kvs.py:56 -msgid "" -"It is recommended to only use the base key-value-store implementation for" -" the token driver for testing purposes. Please use " -"keystone.token.backends.memcache.Token or " -"keystone.token.backends.sql.Token instead." -msgstr "" - -#: keystone/token/backends/kvs.py:131 -#, python-format -msgid "Unknown token version %s" -msgstr "" - -#: keystone/token/backends/kvs.py:170 -#, python-format -msgid "Token `%(token_id)s` is expired, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:179 -#, python-format -msgid "Token `%(token_id)s` is revoked, removing from `%(user_key)s`." -msgstr "" - -#: keystone/token/backends/kvs.py:204 -#, python-format -msgid "Token `%s` is expired, not adding to the revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:224 -#, python-format -msgid "" -"Reinitializing revocation list due to error in loading revocation list " -"from backend. Expected `list` type got `%(type)s`. Old revocation list " -"data: %(list)r" -msgstr "" - -#: keystone/token/backends/kvs.py:238 -#, python-format -msgid "" -"Removing `%s` from revocation list due to invalid expires data in " -"revocation list." -msgstr "" - -#: keystone/token/backends/kvs.py:269 -#, python-format -msgid "" -"Invalid token entry expected tuple of `(, )` got: " -"`%(item)r`" -msgstr "" - -#: keystone/token/backends/kvs.py:278 -#, python-format -msgid "Invalid expires time on token `%(token_id)s`: %(expires)r" -msgstr "" - -#: keystone/token/providers/common.py:182 -#: keystone/token/providers/common.py:285 -#, python-format -msgid "User %(user_id)s has no access to project %(project_id)s" -msgstr "" - -#: keystone/token/providers/common.py:187 -#: keystone/token/providers/common.py:290 -#, python-format -msgid "User %(user_id)s has no access to domain %(domain_id)s" -msgstr "" - -#: keystone/token/providers/common.py:212 -msgid "Trustor is disabled." -msgstr "" - -#: keystone/token/providers/common.py:276 -msgid "Trustee has no delegated roles." -msgstr "" - -#: keystone/token/providers/common.py:340 -msgid "User is not a trustee." -msgstr "" - -#: keystone/token/providers/common.py:433 -msgid "Oauth is disabled." -msgstr "" - -#: keystone/token/providers/common.py:546 -msgid "Non-default domain is not supported" -msgstr "不支援非預設網域" - -#: keystone/token/providers/common.py:554 -msgid "Domain scoped token is not supported" -msgstr "不支援網域範圍的記號" - -#: keystone/token/providers/pki.py:42 -msgid "Unable to sign token" -msgstr "" - -#: keystone/token/providers/pki.py:43 -msgid "Unable to sign token." -msgstr "無法簽署記號。" - -#: keystone/trust/controllers.py:144 -msgid "At least one role should be specified." -msgstr "" - -#: keystone/trust/core.py:58 -msgid "remaining_uses must be a positive integer or null." -msgstr "" -