summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-12-06 06:20:19 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-12-06 06:20:19 +0000
commit15152f8e6340f8e6bb81b46478da0a3a25354c4a (patch)
tree022a1a7a6b21d22939ea6b96a04f821bd1ad77f1 /releasenotes
parent05c8579ef05e31d59b8f6a87f12a4f9fbd438ca0 (diff)
downloadoslo-db-15152f8e6340f8e6bb81b46478da0a3a25354c4a.tar.gz
Imported Translations from Zanata
For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I634e66ed72301ab085113bd66dbe869c970d978d
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po24
1 files changed, 21 insertions, 3 deletions
diff --git a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
index 5f691b5..e6fcd71 100644
--- a/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
+++ b/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po
@@ -2,13 +2,13 @@
# Andi Chandler <andi@gowling.com>, 2017. #zanata
msgid ""
msgstr ""
-"Project-Id-Version: oslo.db Release Notes 4.27.1.dev3\n"
+"Project-Id-Version: oslo.db Release Notes\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-09-25 02:55+0000\n"
+"POT-Creation-Date: 2017-12-05 12:09+0000\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"PO-Revision-Date: 2017-10-05 03:54+0000\n"
+"PO-Revision-Date: 2017-12-05 10:29+0000\n"
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom)\n"
"Language: en-GB\n"
@@ -33,6 +33,9 @@ msgstr "4.22.0"
msgid "4.26.0"
msgstr "4.26.0"
+msgid "4.30.0"
+msgstr "4.30.0"
+
msgid "4.6.0"
msgstr "4.6.0"
@@ -100,6 +103,21 @@ msgid "Pike Series Release Notes"
msgstr "Pike Series Release Notes"
msgid ""
+"PyMySQL is a default MySQL DB API driver for oslo.db, as well as for the "
+"whole OpenStack. So far it was possible to use MySQL-python as an "
+"alternative DB API driver. This driver is no longer being tested in this "
+"release, hence it should be considered unsupported. Please switch to "
+"PyMySQL, which is an adequate replacement. Refer to https://wiki.openstack."
+"org/wiki/PyMySQL_evaluation for details."
+msgstr ""
+"PyMySQL is a default MySQL DB API driver for oslo.db, as well as for the "
+"whole OpenStack. So far it was possible to use MySQL-python as an "
+"alternative DB API driver. This driver is no longer being tested in this "
+"release, hence it should be considered unsupported. Please switch to "
+"PyMySQL, which is an adequate replacement. Refer to https://wiki.openstack."
+"org/wiki/PyMySQL_evaluation for details."
+
+msgid ""
"The allowed values for the ``connection_debug`` option are now restricted to "
"the range between 0 and 100 (inclusive). Previously a number lower than 0 or "
"higher than 100 could be given without error. But now, a "