From fd1d2fc6044dd74ffe219bb5dd5d3dd64787c773 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 13 Sep 2018 06:52:39 +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: Ie1475e5d51e884be1d059cbc1076deb8c6cd8f8f --- barbican/locale/en_GB/LC_MESSAGES/barbican.po | 10 +++++----- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 16 ++++++++++++++-- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/barbican/locale/en_GB/LC_MESSAGES/barbican.po b/barbican/locale/en_GB/LC_MESSAGES/barbican.po index 8f0f888cd..5d3dbc063 100644 --- a/barbican/locale/en_GB/LC_MESSAGES/barbican.po +++ b/barbican/locale/en_GB/LC_MESSAGES/barbican.po @@ -7,11 +7,11 @@ msgid "" msgstr "" "Project-Id-Version: barbican VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2018-08-23 14:54+0000\n" +"POT-Creation-Date: 2018-09-11 20:08+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-17 09:24+0000\n" +"PO-Revision-Date: 2018-09-12 09:02+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -401,9 +401,6 @@ msgstr "File to pull entropy for seeding RNG" msgid "Flag for Read/Write Sessions" msgstr "Flag for Read/Write Sessions" -msgid "Flag for plugin generated iv case" -msgstr "Flag for plugin generated iv case" - msgid "" "Flag to enable multiple secret store plugin backend support. Default is False" msgstr "" @@ -422,6 +419,9 @@ msgstr "Full CMC Requests are not yet supported." msgid "General exception" msgstr "General exception" +msgid "Generate IVs for CKM_AES_GCM mechanism." +msgstr "Generate IVs for CKM_AES_GCM mechanism." + msgid "Generating keys encrypted with passphrases is not supported" msgstr "Generating keys encrypted with passphrases is not supported" diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po index d251e5fb1..e2eeff6d8 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: barbican\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-09-07 15:01+0000\n" +"POT-Creation-Date: 2018-09-11 20:08+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-09-10 12:19+0000\n" +"PO-Revision-Date: 2018-09-12 09:02+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -45,6 +45,9 @@ msgstr "6.0.0" msgid "7.0.0" msgstr "7.0.0" +msgid "7.0.0-11" +msgstr "7.0.0-11" + msgid "" "Added new options to the PKCS#11 Cryptographic Plugin configuration to " "enable the use of different encryption and hmac mechanisms. Added support " @@ -90,6 +93,15 @@ msgstr "Critical Issues" msgid "Current Series Release Notes" msgstr "Current Series Release Notes" +msgid "" +"Deprecated the `generate_iv` option name. It has been renamed to " +"`aes_gcm_generate_iv` to reflect the fact that it only applies to the " +"CKM_AES_GCM mechanism." +msgstr "" +"Deprecated the `generate_iv` option name. It has been renamed to " +"`aes_gcm_generate_iv` to reflect the fact that it only applies to the " +"CKM_AES_GCM mechanism." + msgid "" "Deprecated the `p11_crypto_plugin:algoritm` option. Users should update " "their configuration to use `p11_crypto_plugin:encryption_mechanism` instead."