From e4ba09ea37df2aa91e15295c2c8c72082b4e34ea Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 16 Apr 2020 06:11:27 +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: Iae4ccfd7a4d531c43d3dc7db3659956e4900e06e --- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 47 ++++++++++++++++++- 1 file changed, 45 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 386f84dc..24e5590d 100644 --- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po +++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po @@ -2,15 +2,16 @@ # Andi Chandler , 2017. #zanata # Andi Chandler , 2018. #zanata # Andi Chandler , 2019. #zanata +# Andi Chandler , 2020. #zanata msgid "" msgstr "" "Project-Id-Version: oslo.cache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-11-06 04:11+0000\n" +"POT-Creation-Date: 2020-04-14 11:40+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2019-11-14 11:24+0000\n" +"PO-Revision-Date: 2020-04-16 12:35+0000\n" "Last-Translator: Andi Chandler \n" "Language-Team: English (United Kingdom)\n" "Language: en_GB\n" @@ -20,6 +21,9 @@ msgstr "" msgid "1.22.0" msgstr "1.22.0" +msgid "1.28.1-1" +msgstr "1.28.1-1" + msgid "1.30.0" msgstr "1.30.0" @@ -44,6 +48,15 @@ msgstr "1.37.0" msgid "1.9.0" msgstr "1.9.0" +msgid "2.0.0" +msgstr "2.0.0" + +msgid "2.1.0" +msgstr "2.1.0" + +msgid "2.2.0" +msgstr "2.2.0" + msgid "@param flush_on_reconnect: optional flag which prevents a" msgstr "@param flush_on_reconnect: optional flag which prevents a" @@ -57,6 +70,17 @@ msgstr "" msgid "Bug Fixes" msgstr "Bug Fixes" +msgid "" +"Fix the memcache_pool backend broken in oslo.cache's version 2.1.0 by " +"switching from a python-memcache based client to a pymemcache based client. " +"Reintroducing the client based on python-memcached as the default client for " +"the memcache_pool dogpile backend." +msgstr "" +"Fix the memcache_pool backend broken in oslo.cache's version 2.1.0 by " +"switching from a python-memcache based client to a pymemcache based client. " +"Reintroducing the client based on python-memcached as the default client for " +"the memcache_pool dogpile backend." + msgid "New Features" msgstr "New Features" @@ -72,6 +96,13 @@ msgstr "Other Notes" msgid "Pike Series Release Notes" msgstr "Pike Series Release Notes" +msgid "" +"Python 2.7 support has been dropped. The minimum version of Python now " +"supported by oslo.cache is Python 3.6." +msgstr "" +"Python 2.7 support has been dropped. The minimum version of Python now " +"supported by oslo.cache is Python 3.6." + msgid "Queens Series Release Notes" msgstr "Queens Series Release Notes" @@ -84,6 +115,15 @@ msgstr "See the help from python-memcached:" msgid "Stein Series Release Notes" msgstr "Stein Series Release Notes" +msgid "" +"Switch from python-memcached to pymemcache for memcache_pool. This avoids " +"issues with thread.local usage and fixes errors seen with inheritance. This " +"is only applicable with dogpile.cache memcached backend." +msgstr "" +"Switch from python-memcached to pymemcache for memcache_pool. This avoids " +"issues with thread.local usage and fixes errors seen with inheritance. This " +"is only applicable with dogpile.cache memcached backend." + msgid "Switch to reno for managing release notes." msgstr "Switch to reno for managing release notes." @@ -109,6 +149,9 @@ msgstr "Unreleased Release Notes" msgid "Upgrade Notes" msgstr "Upgrade Notes" +msgid "Ussuri Series Release Notes" +msgstr "Ussuri Series Release Notes" + msgid "" "[`bug 1743036 `_] The " "`backend_argument` value(s) for `url` when configuring memcache did not "