From 9f336d73653f07a822722a39f83a36101213b554 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 5 Oct 2017 10:51:11 +0000 Subject: [PATCH] Imported Translations from Zanata For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I6d371dc05eb1f8e9debc0135d530f24345bfc7a5 --- .../locale/en_GB/LC_MESSAGES/glance_store.po | 174 ++++++++++- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 274 +++++++++++++++++- 2 files changed, 441 insertions(+), 7 deletions(-) diff --git a/glance_store/locale/en_GB/LC_MESSAGES/glance_store.po b/glance_store/locale/en_GB/LC_MESSAGES/glance_store.po index 074defab..9f10e087 100644 --- a/glance_store/locale/en_GB/LC_MESSAGES/glance_store.po +++ b/glance_store/locale/en_GB/LC_MESSAGES/glance_store.po @@ -1,20 +1,188 @@ # Andi Chandler , 2016. #zanata # Andreas Jaeger , 2016. #zanata +# Andi Chandler , 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: glance_store 0.20.1.dev18\n" +"Project-Id-Version: glance_store 0.21.1.dev17\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2017-03-22 21:38+0000\n" +"POT-Creation-Date: 2017-09-22 13:54+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2016-07-05 01:51+0000\n" +"PO-Revision-Date: 2017-10-05 01:01+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" "X-Generator: Zanata 3.9.6\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" +msgid "" +"\n" +"List of enabled Glance stores.\n" +"\n" +"Register the storage backends to use for storing disk images\n" +"as a comma separated list. The default stores enabled for\n" +"storing disk images with Glance are ``file`` and ``http``.\n" +"\n" +"Possible values:\n" +" * A comma separated list that could include:\n" +" * file\n" +" * http\n" +" * swift\n" +" * rbd\n" +" * sheepdog\n" +" * cinder\n" +" * vmware\n" +"\n" +"Related Options:\n" +" * default_store\n" +"\n" +msgstr "" +"\n" +"List of enabled Glance stores.\n" +"\n" +"Register the storage backends to use for storing disk images\n" +"as a comma separated list. The default stores enabled for\n" +"storing disk images with Glance are ``file`` and ``http``.\n" +"\n" +"Possible values:\n" +" * A comma separated list that could include:\n" +" * file\n" +" * http\n" +" * swift\n" +" * rbd\n" +" * sheepdog\n" +" * cinder\n" +" * vmware\n" +"\n" +"Related Options:\n" +" * default_store\n" +"\n" + +msgid "" +"\n" +"Minimum interval in seconds to execute updating dynamic storage\n" +"capabilities based on current backend status.\n" +"\n" +"Provide an integer value representing time in seconds to set the\n" +"minimum interval before an update of dynamic storage capabilities\n" +"for a storage backend can be attempted. Setting\n" +"``store_capabilities_update_min_interval`` does not mean updates\n" +"occur periodically based on the set interval. Rather, the update\n" +"is performed at the elapse of this interval set, if an operation\n" +"of the store is triggered.\n" +"\n" +"By default, this option is set to zero and is disabled. Provide an\n" +"integer value greater than zero to enable this option.\n" +"\n" +"NOTE: For more information on store capabilities and their updates,\n" +"please visit: https://specs.openstack.org/openstack/glance-specs/specs/kilo/" +"store-capabilities.html\n" +"\n" +"For more information on setting up a particular store in your\n" +"deployment and help with the usage of this feature, please contact\n" +"the storage driver maintainers listed here:\n" +"http://docs.openstack.org/developer/glance_store/drivers/index.html\n" +"\n" +"Possible values:\n" +" * Zero\n" +" * Positive integer\n" +"\n" +"Related Options:\n" +" * None\n" +"\n" +msgstr "" +"\n" +"Minimum interval in seconds to execute updating dynamic storage\n" +"capabilities based on current backend status.\n" +"\n" +"Provide an integer value representing time in seconds to set the\n" +"minimum interval before an update of dynamic storage capabilities\n" +"for a storage backend can be attempted. Setting\n" +"``store_capabilities_update_min_interval`` does not mean updates\n" +"occur periodically based on the set interval. Rather, the update\n" +"is performed at the elapse of this interval set, if an operation\n" +"of the store is triggered.\n" +"\n" +"By default, this option is set to zero and is disabled. Provide an\n" +"integer value greater than zero to enable this option.\n" +"\n" +"NOTE: For more information on store capabilities and their updates,\n" +"please visit: https://specs.openstack.org/openstack/glance-specs/specs/kilo/" +"store-capabilities.html\n" +"\n" +"For more information on setting up a particular store in your\n" +"deployment and help with the usage of this feature, please contact\n" +"the storage driver maintainers listed here:\n" +"http://docs.openstack.org/developer/glance_store/drivers/index.html\n" +"\n" +"Possible values:\n" +" * Zero\n" +" * Positive integer\n" +"\n" +"Related Options:\n" +" * None\n" +"\n" + +msgid "" +"\n" +"The default scheme to use for storing images.\n" +"\n" +"Provide a string value representing the default scheme to use for\n" +"storing images. If not set, Glance uses ``file`` as the default\n" +"scheme to store images with the ``file`` store.\n" +"\n" +"NOTE: The value given for this configuration option must be a valid\n" +"scheme for a store registered with the ``stores`` configuration\n" +"option.\n" +"\n" +"Possible values:\n" +" * file\n" +" * filesystem\n" +" * http\n" +" * https\n" +" * swift\n" +" * swift+http\n" +" * swift+https\n" +" * swift+config\n" +" * rbd\n" +" * sheepdog\n" +" * cinder\n" +" * vsphere\n" +"\n" +"Related Options:\n" +" * stores\n" +"\n" +msgstr "" +"\n" +"The default scheme to use for storing images.\n" +"\n" +"Provide a string value representing the default scheme to use for\n" +"storing images. If not set, Glance uses ``file`` as the default\n" +"scheme to store images with the ``file`` store.\n" +"\n" +"NOTE: The value given for this configuration option must be a valid\n" +"scheme for a store registered with the ``stores`` configuration\n" +"option.\n" +"\n" +"Possible values:\n" +" * file\n" +" * filesystem\n" +" * http\n" +" * https\n" +" * swift\n" +" * swift+http\n" +" * swift+https\n" +" * swift+config\n" +" * rbd\n" +" * sheepdog\n" +" * cinder\n" +" * vsphere\n" +"\n" +"Related Options:\n" +" * stores\n" +"\n" + #, python-format msgid "" "A bad metadata structure was returned from the %(driver)s storage driver: " diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 02102a77..33dde632 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -1,17 +1,18 @@ # Andi Chandler , 2016. #zanata +# Andi Chandler , 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: Glance_store Release Notes 0.13.1\n" +"Project-Id-Version: Glance_store Release Notes 0.21.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-07-01 12:05+0000\n" +"POT-Creation-Date: 2017-09-22 13:53+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2016-07-05 01:54+0000\n" +"PO-Revision-Date: 2017-10-05 01:04+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en-GB\n" -"X-Generator: Zanata 3.7.3\n" +"X-Generator: Zanata 3.9.6\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" msgid "0.11.0" @@ -20,6 +21,24 @@ msgstr "0.11.0" msgid "0.12.0" msgstr "0.12.0" +msgid "0.14.0" +msgstr "0.14.0" + +msgid "0.16.0" +msgstr "0.16.0" + +msgid "0.17.0" +msgstr "0.17.0" + +msgid "0.18.0-5" +msgstr "0.18.0-5" + +msgid "0.19.0" +msgstr "0.19.0" + +msgid "0.21.0" +msgstr "0.21.0" + msgid "" "Allow glance_store to refresh token when upload or download data to Swift " "store. glance_store identifies if token is going to expire soon when " @@ -35,6 +54,42 @@ msgstr "" "uses credentials from swift store configurations. Please also note that this " "feature is enabled if and only if Keystone V3 API is available and enabled." +msgid "Bug 1618666_: Fix SafeConfigParser DeprecationWarning in Python 3.2+" +msgstr "Bug 1618666_: Fix SafeConfigParser DeprecationWarning in Python 3.2+" + +msgid "" +"Bug 1619487 is fixed which was causing random order of the generation of " +"configs in Glance. See ``upgrade`` section for more details." +msgstr "" +"Bug 1619487 is fixed which was causing random order of the generation of " +"configs in Glance. See ``upgrade`` section for more details." + +msgid "Bug 1620214_: Sheepdog: command execution failure" +msgstr "Bug 1620214_: Sheepdog: command execution failure" + +msgid "Bug 1643516_: Cinder driver: TypeError in _open_cinder_volume" +msgstr "Bug 1643516_: Cinder driver: TypeError in _open_cinder_volume" + +msgid "" +"Bug 1657710_: Unit test passes only because is launched as non-root user" +msgstr "" +"Bug 1657710_: Unit test passes only because is launched as non-root user" + +msgid "Bug 1668848_: PBR 2.0.0 will break projects not using constraints" +msgstr "Bug 1668848_: PBR 2.0.0 will break projects not using constraints" + +msgid "Bug 1686063_: RBD driver can't delete image with unprotected snapshot" +msgstr "Bug 1686063_: RBD driver can't delete image with unprotected snapshot" + +msgid "Bug 1691132_: Fixed tests failing due to updated oslo.config" +msgstr "Bug 1691132_: Fixed tests failing due to updated oslo.config" + +msgid "Bug 1693670_: Fix doc generation for Python3" +msgstr "Bug 1693670_: Fix doc generation for Python3" + +msgid "Bug Fixes" +msgstr "Bug Fixes" + msgid "Current Series Release Notes" msgstr "Current Series Release Notes" @@ -53,6 +108,19 @@ msgstr "" msgid "Glance_store Release Notes" msgstr "Glance_store Release Notes" +msgid "" +"If using Swift in the multi-tenant mode for storing images in Glance, please " +"note that the configuration options ``swift_store_multi_tenant`` and " +"``swift_store_config_file`` are now mutually exclusive and cannot be " +"configured together. If you intend to use multi-tenant store, please make " +"sure that you have not set a swift configuration file." +msgstr "" +"If using Swift in the multi-tenant mode for storing images in Glance, please " +"note that the configuration options ``swift_store_multi_tenant`` and " +"``swift_store_config_file`` are now mutually exclusive and cannot be " +"configured together. If you intend to use multi-tenant store, please make " +"sure that you have not set a swift configuration file." + msgid "" "Implemented image uploading, downloading and deletion for cinder store. It " "also supports new settings to put image volumes into a specific project to " @@ -66,6 +134,13 @@ msgstr "" "that Cinder store is currently considered experimental, so current deployers " "should be aware that the use of it in production right now may be risky." +msgid "" +"Improved configuration options for glance_store. Please refer to the " +"``other`` section for more information." +msgstr "" +"Improved configuration options for glance_store. Please refer to the " +"``other`` section for more information." + msgid "Liberty Series Release Notes" msgstr "Liberty Series Release Notes" @@ -75,9 +150,30 @@ msgstr "Mitaka Series Release Notes" msgid "New Features" msgstr "New Features" +msgid "Newton Series Release Notes" +msgstr "Newton Series Release Notes" + +msgid "Ocata Series Release Notes" +msgstr "Ocata Series Release Notes" + msgid "Other Notes" msgstr "Other Notes" +msgid "" +"Packagers should be aware that the rootwrap configuration files have been " +"moved from etc/ to etc/glance/ in order to be consistent with where other " +"projects place these files." +msgstr "" +"Packagers should be aware that the rootwrap configuration files have been " +"moved from etc/ to etc/glance/ in order to be consistent with where other " +"projects place these files." + +msgid "Pike Series Release Notes" +msgstr "Pike Series Release Notes" + +msgid "Prelude" +msgstr "Prelude" + msgid "" "Prevent Unauthorized errors during uploading or donwloading data to Swift " "store." @@ -96,12 +192,101 @@ msgstr "" "the VMware storage backend now verifies HTTPS connection to vCenter server " "and thus addresses the vulnerabilities described in OSSN-0033." +msgid "" +"Return list of store drivers in sorted order for generating configs. More " +"info in ``Upgrade Notes`` and ``Bug Fixes`` section." +msgstr "" +"Return list of store drivers in sorted order for generating configs. More " +"info in ``Upgrade Notes`` and ``Bug Fixes`` section." + msgid "Security Issues" msgstr "Security Issues" +msgid "" +"Some deprecated exceptions have been removed. See upgrade section for more " +"details." +msgstr "" +"Some deprecated exceptions have been removed. See upgrade section for more " +"details." + msgid "Start using reno to manage release notes." msgstr "Start using reno to manage release notes." +msgid "" +"The S3 driver has been removed completely from the glance_store source tree. " +"All environments running and (or) using this s3-driver piece of code and " +"have not been migrated will stop working after the upgrade. We recommend you " +"use a different storage backend that is still being supported by Glance. The " +"standard deprecation path has been used to remove this. The proces requiring " +"store driver maintainers was initiated at http://lists.openstack.org/" +"pipermail/openstack-dev/2015-December/081966.html . Since, S3 driver did not " +"get any maintainer, it was decided to remove it." +msgstr "" +"The S3 driver has been removed completely from the glance_store source tree. " +"All environments running and (or) using this s3-driver piece of code and " +"have not been migrated will stop working after the upgrade. We recommend you " +"use a different storage backend that is still being supported by Glance. The " +"standard deprecation path has been used to remove this. The process " +"requiring store driver maintainers was initiated at http://lists.openstack." +"org/pipermail/openstack-dev/2015-December/081966.html . Since, S3 driver did " +"not get any maintainer, it was decided to remove it." + +msgid "The following bugs were fixed during the Pike release cycle." +msgstr "The following bugs were fixed during the Pike release cycle." + +msgid "The following improvements were made during the Pike release cycle." +msgstr "The following improvements were made during the Pike release cycle." + +msgid "" +"The following list of exceptions have been deprecated since 0.10.0 release " +"-- ``Conflict``, ``ForbiddenPublicImage`` ``ProtectedImageDelete``, " +"``BadDriverConfiguration``, ``InvalidRedirect``, ``WorkerCreationFailure``, " +"``SchemaLoadError``, ``InvalidObject``, ``UnsupportedHeaderFeature``, " +"``ImageDataNotFound``, ``InvalidParameterValue``, " +"``InvalidImageStatusTransition``. This release removes these exceptions so " +"any remnant consumption of the same must be avoided/removed." +msgstr "" +"The following list of exceptions have been deprecated since 0.10.0 release " +"-- ``Conflict``, ``ForbiddenPublicImage`` ``ProtectedImageDelete``, " +"``BadDriverConfiguration``, ``InvalidRedirect``, ``WorkerCreationFailure``, " +"``SchemaLoadError``, ``InvalidObject``, ``UnsupportedHeaderFeature``, " +"``ImageDataNotFound``, ``InvalidParameterValue``, " +"``InvalidImageStatusTransition``. This release removes these exceptions so " +"any remnant consumption of the same must be avoided/removed." + +msgid "" +"The glance_store configuration options have been improved with detailed help " +"texts, defaults for sample configuration files, explicit choices of values " +"for operators to choose from, and a strict range defined with ``min`` and " +"``max`` boundaries. It is to be noted that the configuration options that " +"take integer values now have a strict range defined with \"min\" and/or \"max" +"\" boundaries where appropriate. This renders the configuration options " +"incapable of taking certain values that may have been accepted before but " +"were actually invalid. For example, configuration options specifying counts, " +"where a negative value was undefined, would have still accepted the supplied " +"negative value. Such options will no longer accept negative values. However, " +"options where a negative value was previously defined (for example, -1 to " +"mean unlimited) will remain unaffected by this change. Values that do not " +"comply with the appropriate restrictions will prevent the service from " +"starting. The logs will contain a message indicating the problematic " +"configuration option and the reason why the supplied value has been rejected." +msgstr "" +"The glance_store configuration options have been improved with detailed help " +"texts, defaults for sample configuration files, explicit choices of values " +"for operators to choose from, and a strict range defined with ``min`` and " +"``max`` boundaries. It is to be noted that the configuration options that " +"take integer values now have a strict range defined with \"min\" and/or \"max" +"\" boundaries where appropriate. This renders the configuration options " +"incapable of taking certain values that may have been accepted before but " +"were actually invalid. For example, configuration options specifying counts, " +"where a negative value was undefined, would have still accepted the supplied " +"negative value. Such options will no longer accept negative values. However, " +"options where a negative value was previously defined (for example, -1 to " +"mean unlimited) will remain unaffected by this change. Values that do not " +"comply with the appropriate restrictions will prevent the service from " +"starting. The logs will contain a message indicating the problematic " +"configuration option and the reason why the supplied value has been rejected." + msgid "" "The gridfs driver has been removed from the tree. The environments using " "this driver that were not migrated will stop working after the upgrade." @@ -109,5 +294,86 @@ msgstr "" "The gridfs driver has been removed from the tree. The environments using " "this driver that were not migrated will stop working after the upgrade." +msgid "" +"This version of glance_store will result in Glance generating the configs in " +"a sorted (deterministic) order. So, preferably store releases on or after " +"this should be used for generating any new configs if the mismatched " +"ordering of the configs results in an issue in your environment." +msgstr "" +"This version of glance_store will result in Glance generating the configs in " +"a sorted (deterministic) order. So, preferably store releases on or after " +"this should be used for generating any new configs if the mismatched " +"ordering of the configs results in an issue in your environment." + +msgid "" +"This was a quiet development cycle for the ``glance_store`` library. No new " +"features were added. Several bugs were fixed and some code changes were " +"committed to increase stability." +msgstr "" +"This was a quiet development cycle for the ``glance_store`` library. No new " +"features were added. Several bugs were fixed and some code changes were " +"committed to increase stability." + +msgid "Upgrade Notes" +msgstr "Upgrade Notes" + +msgid "" +"`Add python 3.5 in classifier and envlist `_" +msgstr "" +"`Add python 3.5 in classifier and envlist `_" + +msgid "" +"`Correct error msg variable that could be unassigned `_" +msgstr "" +"`Correct error msg variable that could be unassigned `_" + +msgid "" +"`Documentation was reorganized according to the new standard layout `_" +msgstr "" +"`Documentation was reorganised according to the new standard layout `_" + +msgid "" +"`Fixed string formatting in log message `_" +msgstr "" +"`Fixed string formatting in log message `_" + +msgid "" +"`Initialize privsep root_helper command `_" +msgstr "" +"`Initialize privsep root_helper command `_" + +msgid "" +"`Replace six.iteritems() with .items() `_" +msgstr "" +"`Replace six.iteritems() with .items() `_" + +msgid "" +"`Use HostAddressOpt for store opts that accept IP and hostnames `_" +msgstr "" +"`Use HostAddressOpt for store opts that accept IP and hostnames `_" + msgid "glance_store._drivers.gridfs" msgstr "glance_store._drivers.gridfs" + +msgid "glance_store._drivers.s3 removed from tree." +msgstr "glance_store._drivers.s3 removed from tree."