# Translations template for glance. # Copyright (C) 2016 ORGANIZATION # This file is distributed under the same license as the glance project. # FIRST AUTHOR , 2016. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: glance 13.0.1.dev1\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" "POT-Creation-Date: 2016-11-04 14:18+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 2.3.4\n" #: glance/location.py:478 #, python-format msgid "Get image %(id)s data failed: %(err)s." msgstr "" #: glance/scrubber.py:449 #, python-format msgid "" "One or more image locations couldn't be scrubbed from backend. Leaving " "image '%s' in 'pending_delete' status" msgstr "" #: glance/api/common.py:167 #, python-format msgid "" "User %(user)s attempted to upload an image of unknown size that will " "exceed the quota. %(remaining)d bytes remaining." msgstr "" #: glance/api/common.py:176 #, python-format msgid "" "User %(user)s attempted to upload an image of size %(size)d that will " "exceed the quota. %(remaining)d bytes remaining." msgstr "" #: glance/api/versions.py:91 msgid "" "The Images (Glance) v1 API is deprecated and will be removed on or after " "the Pike release, following the standard OpenStack deprecation policy. " "Currently, the solution is to set enable_v1_api=False and " "enable_v2_api=True in your glance-api.conf file. Once those options are " "removed from the code, Images (Glance) v2 API will be switched on by " "default and will be the only option to deploy and use." msgstr "" #: glance/api/middleware/context.py:113 msgid "Unable to retrieve request id from context" msgstr "" #: glance/api/v1/images.py:764 #, python-format msgid "" "Failed to activate image %s in registry. About to delete image bits from " "store and update status to 'killed'." msgstr "" #: glance/api/v2/images.py:1009 #, python-format msgid "" "Could not find schema properties file %s. Continuing without custom " "properties" msgstr "" #: glance/api/v2/tasks.py:81 #, python-format msgid "Forbidden to create task. Reason: %(reason)s" msgstr "" #: glance/api/v2/tasks.py:121 #, python-format msgid "Failed to find task %(task_id)s. Reason: %(reason)s" msgstr "" #: glance/api/v2/tasks.py:127 #, python-format msgid "Forbidden to get task %(task_id)s. Reason: %(reason)s" msgstr "" #: glance/api/v3/router.py:42 msgid "" "/v3 controller is deprecated and will be removed from glance-api soon. " "Remove the reference to it from glance-api-paste.ini configuration file " "and use Glance Artifact Service API instead" msgstr "" #: glance/async/utils.py:75 #, python-format msgid "An optional task has failed, the failure was: %s" msgstr "" #: glance/async/flows/convert.py:97 #, python-format msgid "" "The conversion format is None, please add a value for it in the config " "file for this task to work: %s" msgstr "" #: glance/async/flows/ovf_process.py:242 msgid "" "OVF metadata of interest was not specified in ovf-metadata.json config " "file. Please set \"cim_pasd\" to a list of interested " "CIM_ProcessorAllocationSettingData properties." msgstr "" #: glance/async/flows/ovf_process.py:248 msgid "OVF properties config file \"ovf-metadata.json\" was not found." msgstr "" #: glance/cmd/replicator.py:636 #, python-format msgid "" "%(image_id)s: field %(key)s differs (source is %(master_value)s, " "destination is %(slave_value)s)" msgstr "" #: glance/cmd/replicator.py:649 #, python-format msgid "" "Image %(image_id)s (\"%(image_name)s\") entirely missing from the " "destination" msgstr "" #: glance/common/property_utils.py:167 #, python-format msgid "" "Property protection on operation %(operation)s for rule %(rule)s is not " "found. No role will be allowed to perform this operation." msgstr "" #: glance/common/store_utils.py:55 #, python-format msgid "Failed to delete image %s in store from URI" msgstr "" #: glance/common/utils.py:426 msgid "" "The FIPS (FEDERAL INFORMATION PROCESSING STANDARDS) state that the SHA-1 " "is not suitable for general-purpose digital signature applications (as " "specified in FIPS 186-3) that require 112 bits of security. The default " "value is sha1 in Kilo for a smooth upgrade process, and it will be " "updated with sha256 in next release(L)." msgstr "" #: glance/common/wsgi.py:544 #, python-format msgid "Unrecognised child %s" msgstr "" #: glance/common/glare/loader.py:120 #, python-format msgid "Can't load artifact %s: load disabled in config" msgstr "" #: glance/common/glare/loader.py:146 #, python-format msgid "Can't load artifact %s: not in available_plugins list" msgstr "" #: glance/common/location_strategy/store_type.py:114 msgid "" "The value ``filesystem`` is DEPRECATED for use with " "``store_type_preference``. It will be removed in the Pike release. Please" " use ``file`` instead. Please see the Glance Newton release notes for " "more information." msgstr "" #: glance/common/location_strategy/store_type.py:122 msgid "" "The value ``vmware_datastore`` is DEPRECATED for use with " "``store_type_preference``. It will be removed in the Pike release. Please" " use ``vmware`` instead. Please see the Glance Newton release notes for " "more information." msgstr "" #: glance/common/scripts/image_import/main.py:153 #, python-format msgid "Task %(task_id)s failed with exception %(error)s" msgstr "" #: glance/db/simple/api.py:407 #, python-format msgid "Could not find image %s" msgstr "" #: glance/db/simple/api.py:412 msgid "Unable to get deleted image" msgstr "" #: glance/db/simple/api.py:416 msgid "Unable to get unowned image" msgstr "" #: glance/db/simple/api.py:930 #, python-format msgid "Could not find task %s" msgstr "" #: glance/db/simple/api.py:935 #, python-format msgid "Unable to get deleted task %s" msgstr "" #: glance/db/simple/api.py:1108 #, python-format msgid "Could not find task info %s" msgstr "" #: glance/db/sqlalchemy/api.py:78 msgid "Deadlock detected. Retrying..." msgstr "" #: glance/db/sqlalchemy/api.py:135 msgid "Attempted to modify image user did not own." msgstr "" #: glance/db/sqlalchemy/api.py:369 msgid "Id not in sort_keys; is sort_keys unique?" msgstr "" #: glance/db/sqlalchemy/api.py:1311 #, python-format msgid "Expected table %(tbl)s was not found in DB." msgstr "" #: glance/db/sqlalchemy/glare.py:134 msgid "Artifact with the specified type, name and version already exists" msgstr "" #: glance/db/sqlalchemy/glare.py:240 #, python-format msgid "Artifact with id=%s not found" msgstr "" #: glance/db/sqlalchemy/glare.py:243 #, python-format msgid "Artifact with id=%s is not accessible" msgstr "" #: glance/db/sqlalchemy/glare.py:445 #, python-format msgid "Show level %s is not supported in this operation" msgstr "" #: glance/db/sqlalchemy/glare.py:686 #, python-format msgid "" "Artifact with the specified type, name and versions already has the " "direct dependency=%s" msgstr "" #: glance/db/sqlalchemy/glare.py:716 #, python-format msgid "" "Artifact with the specified type, name and version already has the direct" " dependency=%d" msgstr "" #: glance/db/sqlalchemy/metadata.py:371 glance/db/sqlalchemy/metadata.py:379 #: glance/db/sqlalchemy/metadata.py:388 #, python-format msgid "Duplicate entry for values: %s" msgstr "" #: glance/db/sqlalchemy/metadef_api/tag.py:36 #, python-format msgid "Metadata tag not found for id %s" msgstr "" #: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:80 #, python-format msgid "Failed to decrypt location value for image %(image_id)s" msgstr "" #: glance/domain/__init__.py:499 msgid "The `eventlet` executor has been deprecated. Use `taskflow` instead." msgstr "" #: glance/glare/location.py:122 #, python-format msgid "Failed to delete blob %s in store from URI" msgstr "" #: glance/glare/location.py:159 #, python-format msgid "Get blob %(name)s data failed: %(err)s." msgstr "" #: glance/image_cache/__init__.py:175 #, python-format msgid "" "Image cache driver '%(driver_name)s' failed to load. Got error: " "'%(import_err)s." msgstr "" #: glance/image_cache/__init__.py:196 #, python-format msgid "" "Image cache driver '%(driver_module)s' failed to configure. Got error: " "'%(config_err)s" msgstr "" #: glance/image_cache/prefetcher.py:46 #, python-format msgid "Image '%s' is not active. Not caching." msgstr "" #: glance/image_cache/prefetcher.py:51 #, python-format msgid "No metadata found for image '%s'" msgstr "" #: glance/image_cache/prefetcher.py:79 msgid "Failed to successfully cache all images in queue." msgstr "" #: glance/image_cache/drivers/sqlite.py:343 #, python-format msgid "" "Fetch of cache file failed (%(e)s), rolling back by moving " "'%(incomplete_path)s' to '%(invalid_path)s'" msgstr "" #: glance/image_cache/drivers/sqlite.py:466 #, python-format msgid "Failed to delete file %(path)s. Got error: %(e)s" msgstr "" #: glance/image_cache/drivers/sqlite.py:503 #: glance/image_cache/drivers/xattr.py:439 #, python-format msgid "Cached image file '%s' doesn't exist, unable to delete" msgstr "" #: glance/registry/api/v1/images.py:124 #, python-format msgid "Invalid marker. Image %(id)s could not be found." msgstr "" #: glance/registry/api/v1/images.py:129 glance/registry/api/v1/members.py:74 #: glance/registry/api/v1/members.py:108 glance/registry/api/v1/members.py:228 #: glance/registry/api/v1/members.py:292 #, python-format msgid "Access denied to image %(id)s but returning 'not found'" msgstr "" #: glance/registry/api/v1/members.py:115 glance/registry/api/v1/members.py:235 #: glance/registry/api/v1/members.py:299 #, python-format msgid "User lacks permission to share image %(id)s" msgstr "" #: glance/registry/api/v1/members.py:126 glance/registry/api/v1/members.py:143 #: glance/registry/api/v1/members.py:248 #, python-format msgid "Invalid membership association specified for image %(id)s" msgstr "" #: glance/registry/api/v1/members.py:336 #, python-format msgid "Member %(id)s not found" msgstr ""