From bb965c7037049a3f712609e165b9cead5e7ab2bc Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Tue, 18 Sep 2018 06:07:16 +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: I28a2c529cd63db05e7a08ab433ff3aba25bd4146 --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 49b81de8..683a95ad 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -5,11 +5,11 @@ msgid "" msgstr "" "Project-Id-Version: glance_store\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-08-14 13:59+0000\n" +"POT-Creation-Date: 2018-09-17 19:38+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-08-08 09:17+0000\n" +"PO-Revision-Date: 2018-08-28 02:06+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -57,6 +57,9 @@ msgstr "0.25.0" msgid "0.26.0" msgstr "0.26.0" +msgid "0.26.1" +msgstr "0.26.1" + msgid "" "A `BufferedReader`_ has been added to the Swift store driver in order to " "enable better recovery from errors during uploads of large image files. " @@ -163,6 +166,9 @@ msgstr "Bug 1764200_: Glance Cinder backed images & multiple regions" msgid "Bug 1779455_: cinder backend causes BadRequest due to NULL mountpoint" msgstr "Bug 1779455_: cinder backend causes BadRequest due to NULL mountpoint" +msgid "Bug 1784420_: Interface function for multihash not wrapped correctly" +msgstr "Bug 1784420_: Interface function for multihash not wrapped correctly" + msgid "Bug Fixes" msgstr "Bug Fixes" @@ -348,6 +354,17 @@ msgstr "" "threads (configured in **glance-api.conf** as the value of ``workers``). " "Disk utilisation will cap at the following value" +msgid "" +"The Rocky release of glance_store contains support for computing secure hash " +"values of stored data, but the function called by Glance to store data was " +"not wrapped correctly, thereby making the computed secure hash value " +"unavailable to Glance." +msgstr "" +"The Rocky release of glance_store contains support for computing secure hash " +"values of stored data, but the function called by Glance to store data was " +"not wrapped correctly, thereby making the computed secure hash value " +"unavailable to Glance." + 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 "