glance_store/glance_store/locale/glance_store.pot

291 lines
7.1 KiB
Plaintext

# Translations template for glance_store.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the glance_store
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: glance_store 0.10.1.dev20\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2016-01-18 06:28+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.2.0\n"
#: glance_store/backend.py:37
msgid ""
"List of stores enabled. Valid stores are: cinder, file, http, rbd, "
"sheepdog, swift, s3, vsphere"
msgstr ""
#: glance_store/backend.py:41
msgid ""
"Default scheme to use to store image data. The scheme must be registered "
"by one of the stores defined by the 'stores' config option."
msgstr ""
#: glance_store/backend.py:45
msgid ""
"Minimum interval seconds to execute updating dynamic storage capabilities"
" based on backend status then. It's not a periodic routine, the update "
"logic will be executed only when interval seconds elapsed and an "
"operation of store has triggered. The feature will be enabled only when "
"the option value greater then zero."
msgstr ""
#: glance_store/backend.py:219
#, python-format
msgid "Store for scheme %s not found"
msgstr ""
#: glance_store/backend.py:318
#, python-format
msgid ""
"The image metadata key %(key)s has an invalid type of %(type)s. Only "
"dict, list, and unicode are supported."
msgstr ""
#: glance_store/backend.py:345
#, python-format
msgid ""
"The storage driver %(driver)s returned invalid metadata %(metadata)s. "
"This must be a dictionary type"
msgstr ""
#: glance_store/backend.py:353
#, python-format
msgid ""
"A bad metadata structure was returned from the %(driver)s storage driver:"
" %(metadata)s. %(e)s."
msgstr ""
#: glance_store/backend.py:385
msgid "Skipping store.set_acls... not implemented."
msgstr ""
#: glance_store/driver.py:69
#, python-format
msgid "Failed to configure store correctly: %s Disabling add method."
msgstr ""
#: glance_store/exceptions.py:47
msgid "An unknown exception occurred"
msgstr ""
#: glance_store/exceptions.py:68
#, python-format
msgid "Missing required credential: %(required)s"
msgstr ""
#: glance_store/exceptions.py:72
#, python-format
msgid ""
"Incorrect auth strategy, expected \"%(expected)s\" but received "
"\"%(received)s\""
msgstr ""
#: glance_store/exceptions.py:77
#, python-format
msgid "Redirecting to %(uri)s for authorization."
msgstr ""
#: glance_store/exceptions.py:81
#, python-format
msgid "Image %(image)s not found"
msgstr ""
#: glance_store/exceptions.py:85
msgid "Zero size chunk"
msgstr ""
#: glance_store/exceptions.py:89
#, python-format
msgid "Unknown scheme '%(scheme)s' found in URI"
msgstr ""
#: glance_store/exceptions.py:93
#, python-format
msgid "The Store URI was malformed: %(uri)s"
msgstr ""
#: glance_store/exceptions.py:97
#, python-format
msgid "Image %(image)s already exists"
msgstr ""
#: glance_store/exceptions.py:101
msgid "An object with the same identifier is currently being operated on."
msgstr ""
#: glance_store/exceptions.py:106
msgid "There is not enough disk space on the image storage media."
msgstr ""
#: glance_store/exceptions.py:110
msgid "Permission to write image storage media denied."
msgstr ""
#: glance_store/exceptions.py:114
#, python-format
msgid "Connect error/bad request to Auth service at URL %(url)s."
msgstr ""
#: glance_store/exceptions.py:118
#, python-format
msgid "Auth service at URL %(url)s not found."
msgstr ""
#: glance_store/exceptions.py:122
msgid "Authorization failed."
msgstr ""
#: glance_store/exceptions.py:126
msgid "You are not authenticated."
msgstr ""
#: glance_store/exceptions.py:130 glance_store/exceptions.py:134
msgid "You are not authorized to complete this action."
msgstr ""
#: glance_store/exceptions.py:138
#, python-format
msgid "Image %(image_id)s is protected and cannot be deleted."
msgstr ""
#: glance_store/exceptions.py:142
msgid "Data supplied was not valid."
msgstr ""
#: glance_store/exceptions.py:146
#, python-format
msgid "Store %(store_name)s could not be configured correctly. Reason: %(reason)s"
msgstr ""
#: glance_store/exceptions.py:151
#, python-format
msgid "Driver %(driver_name)s could not be loaded."
msgstr ""
#: glance_store/exceptions.py:155
#, python-format
msgid ""
"Driver %(driver_name)s could not be configured correctly. Reason: "
"%(reason)s"
msgstr ""
#: glance_store/exceptions.py:160
msgid "Deleting images from this store is not supported."
msgstr ""
#: glance_store/exceptions.py:164
msgid "Getting images from this store is not supported."
msgstr ""
#: glance_store/exceptions.py:168
#, python-format
msgid ""
"Getting images randomly from this store is not supported. Offset: "
"%(offset)s, length: %(chunk_size)s"
msgstr ""
#: glance_store/exceptions.py:173
msgid "Configuration for store failed. Adding images to this store is disabled."
msgstr ""
#: glance_store/exceptions.py:178
#, python-format
msgid "Maximum redirects (%(redirects)s) was exceeded."
msgstr ""
#: glance_store/exceptions.py:182
msgid "Received invalid HTTP redirect."
msgstr ""
#: glance_store/exceptions.py:186
msgid "Response from Keystone does not contain a Glance endpoint."
msgstr ""
#: glance_store/exceptions.py:190
#, python-format
msgid ""
"Multiple 'image' service matches for region %(region)s. This generally "
"means that a region is required and you have not supplied one."
msgstr ""
#: glance_store/exceptions.py:196
msgid "Remote server where the image is present is unavailable."
msgstr ""
#: glance_store/exceptions.py:200
#, python-format
msgid "Server worker creation failed: %(reason)s."
msgstr ""
#: glance_store/exceptions.py:204
#, python-format
msgid "Unable to load schema: %(reason)s"
msgstr ""
#: glance_store/exceptions.py:208
#, python-format
msgid "Provided object does not match schema '%(schema)s': %(reason)s"
msgstr ""
#: glance_store/exceptions.py:213
#, python-format
msgid "Provided header feature is unsupported: %(feature)s"
msgstr ""
#: glance_store/exceptions.py:217
msgid "The image cannot be deleted because it has snapshot(s)."
msgstr ""
#: glance_store/exceptions.py:221
msgid ""
"The image cannot be deleted because it is in use through the backend "
"store outside of Glance."
msgstr ""
#: glance_store/exceptions.py:226
msgid "No image data could be found"
msgstr ""
#: glance_store/exceptions.py:230
#, python-format
msgid "Invalid value '%(value)s' for parameter '%(param)s': %(extra_msg)s"
msgstr ""
#: glance_store/exceptions.py:235
#, python-format
msgid ""
"Image status transition from %(cur_status)s to %(new_status)s is not "
"allowed"
msgstr ""
#: glance_store/common/auth.py:189 glance_store/common/auth.py:229
#, python-format
msgid "Unexpected response: %s"
msgstr ""
#: glance_store/common/auth.py:257
#, python-format
msgid "Unknown auth strategy '%s'"
msgstr ""
#: glance_store/common/auth.py:278
#, python-format
msgid "Encountered service with no \"type\": %s"
msgstr ""
#: glance_store/common/utils.py:88
#, python-format
msgid "Error: cooperative_iter exception %s"
msgstr ""