From e7365a4474159383c28c385a5bc2908d36f52dbc Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 5 Dec 2018 12:14:47 +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: I80f69af223f6af7bdfc04eabc748cd89ca1661ba --- glance/locale/en_GB/LC_MESSAGES/glance.po | 49 ++++++++++++++++++- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 7 ++- 2 files changed, 52 insertions(+), 4 deletions(-) diff --git a/glance/locale/en_GB/LC_MESSAGES/glance.po b/glance/locale/en_GB/LC_MESSAGES/glance.po index b579425e13..8dc94a45d1 100644 --- a/glance/locale/en_GB/LC_MESSAGES/glance.po +++ b/glance/locale/en_GB/LC_MESSAGES/glance.po @@ -12,11 +12,11 @@ msgid "" msgstr "" "Project-Id-Version: glance VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-08-09 04:23+0000\n" +"POT-Creation-Date: 2018-11-20 06:34+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:19+0000\n" +"PO-Revision-Date: 2018-12-04 05:26+0000\n" "Last-Translator: Andi Chandler \n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -3427,6 +3427,10 @@ msgstr "" msgid "%s can't contain 4 byte unicode characters." msgstr "%s can't contain 4 byte unicode characters." +#, python-format +msgid "%s is already set with a different value" +msgstr "%s is already set with a different value" + #, python-format msgid "%s is already stopped" msgstr "%s is already stopped" @@ -3659,6 +3663,10 @@ msgstr "Command not found" msgid "Configuration option was not valid" msgstr "Configuration option was not valid" +#, python-format +msgid "Conflicting values for %s" +msgstr "Conflicting values for %s" + #, python-format msgid "Connect error/bad request to Auth service at URL %(url)s." msgstr "Connect error/bad request to Auth service at URL %(url)s." @@ -4484,6 +4492,10 @@ msgstr "" msgid "Must supply a non-negative value for age." msgstr "Must supply a non-negative value for age." +#, python-format +msgid "New value(s) for %s may only be provided when image status is 'queued'" +msgstr "New value(s) for %s may only be provided when image status is 'queued'" + msgid "No authenticated user" msgstr "No authenticated user" @@ -5416,6 +5428,15 @@ msgstr "Uploading the image failed due to: %(exc)s" msgid "Use the http_proxy_to_wsgi middleware instead." msgstr "Use the http_proxy_to_wsgi middleware instead." +msgid "" +"Values to be used to populate the corresponding image properties. If the " +"image status is not 'queued', values must exactly match those already " +"contained in the image properties." +msgstr "" +"Values to be used to populate the corresponding image properties. If the " +"image status is not 'queued', values must exactly match those already " +"contained in the image properties." + msgid "Virtual size of image in bytes" msgstr "Virtual size of image in bytes" @@ -5643,6 +5664,14 @@ msgstr "" "cannot transition from %(current)s to %(next)s in update (wanted from_state=" "%(from)s)" +#, python-format +msgid "checksum (%s) is not a valid hexadecimal value" +msgstr "checksum (%s) is not a valid hexadecimal value" + +#, python-format +msgid "checksum (%s) is not the correct size for md5 (should be 16 bytes)" +msgstr "checksum (%s) is not the correct size for MD5 (should be 16 bytes)" + #, python-format msgid "custom properties (%(props)s) conflict with base properties" msgstr "custom properties (%(props)s) conflict with base properties" @@ -5666,6 +5695,22 @@ msgstr "MD5 hash of image contents." msgid "new_image() got unexpected keywords %s" msgstr "new_image() got unexpected keywords %s" +#, python-format +msgid "os_hash_algo must be %(want)s, not %(got)s" +msgstr "os_hash_algo must be %(want)s, not %(got)s" + +#, python-format +msgid "" +"os_hash_value (%(value)s) is not the correct size for %(algo)s (should be " +"%(want)d bytes)" +msgstr "" +"os_hash_value (%(value)s) is not the correct size for %(algo)s (should be " +"%(want)d bytes)" + +#, python-format +msgid "os_hash_value (%s) is not a valid hexadecimal value" +msgstr "os_hash_value (%s) is not a valid hexadecimal value" + msgid "protected must be True, or False" msgstr "protected must be True, or False" diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index 801bdcdbff..c68324623c 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -4,11 +4,11 @@ msgid "" msgstr "" "Project-Id-Version: Glance Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-11-08 05:54+0000\n" +"POT-Creation-Date: 2018-11-20 06:33+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-11-07 06:12+0000\n" +"PO-Revision-Date: 2018-12-04 05:26+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -117,6 +117,9 @@ msgstr "17.0.0" msgid "17.0.0.0rc1" msgstr "17.0.0.0rc1" +msgid "17.0.0.0rc1-40" +msgstr "17.0.0.0rc1-40" + msgid "" "A new interoperable image import method, ``web-download`` is introduced." msgstr ""