summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-03-21 06:01:13 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-03-21 06:01:13 +0000
commit1792c9f5609d756cc9cae36e8c29d5574cf02d24 (patch)
treec3352e89f10e61345a09f44b0a53dbfa1f2f834b
parentec9b64565b8a86d3cc2827f24fe6494a86e9d4e4 (diff)
downloadoslo-db-1792c9f5609d756cc9cae36e8c29d5574cf02d24.tar.gz
Imported Translations from Transifex
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: Ia882bd0eba82f558737d84830b70215da173cd3f
-rw-r--r--oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-error.po18
-rw-r--r--oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-warning.po10
2 files changed, 15 insertions, 13 deletions
diff --git a/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-error.po b/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-error.po
index e001a43..22dcb5e 100644
--- a/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-error.po
+++ b/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-error.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the oslo.db project.
#
# Translators:
-# Andi Chandler <andi@gowling.com>, 2014
+# Andi Chandler <andi@gowling.com>, 2014-2015
msgid ""
msgstr ""
"Project-Id-Version: oslo.db\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-01-30 06:20+0000\n"
-"PO-Revision-Date: 2015-01-27 15:33+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
+"POT-Creation-Date: 2015-03-21 06:01+0000\n"
+"PO-Revision-Date: 2015-03-19 19:04+0000\n"
+"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"oslodb/language/en_GB/)\n"
"Language: en_GB\n"
@@ -20,13 +20,13 @@ msgstr ""
"Generated-By: Babel 1.3\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: oslo_db/api.py:120
+#: oslo_db/api.py:134
msgid "DB exceeded retry limit."
msgstr "DB exceeded retry limit."
-#: oslo_db/api.py:124
+#: oslo_db/api.py:142
msgid "DB error."
-msgstr ""
+msgstr "DB error."
#: oslo_db/concurrency.py:64
msgid "'eventlet' is required for TpoolDbapiWrapper."
@@ -41,12 +41,12 @@ msgstr "DBAPIError exception wrapped from %s"
msgid "DB exception wrapped."
msgstr "DB exception wrapped."
-#: oslo_db/sqlalchemy/test_migrations.py:272
+#: oslo_db/sqlalchemy/test_migrations.py:271
#, python-format
msgid "Failed to migrate to version %(ver)s on engine %(eng)s"
msgstr "Failed to migrate to version %(ver)s on engine %(eng)s"
-#: oslo_db/sqlalchemy/migration_cli/ext_migrate.py:61
+#: oslo_db/sqlalchemy/migration_cli/ext_migrate.py:59
msgid ""
"Migration number for migrate plugin must be valid integer or empty, if you "
"want to downgrade to initial state"
diff --git a/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-warning.po b/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-warning.po
index fcd26ca..479ccc3 100644
--- a/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-warning.po
+++ b/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-warning.po
@@ -3,14 +3,14 @@
# This file is distributed under the same license as the oslo.db project.
#
# Translators:
-# Andi Chandler <andi@gowling.com>, 2014
+# Andi Chandler <andi@gowling.com>, 2014-2015
msgid ""
msgstr ""
"Project-Id-Version: oslo.db\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2015-03-19 06:01+0000\n"
-"PO-Revision-Date: 2015-03-15 14:48+0000\n"
-"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
+"POT-Creation-Date: 2015-03-21 06:01+0000\n"
+"PO-Revision-Date: 2015-03-19 19:04+0000\n"
+"Last-Translator: Andi Chandler <andi@gowling.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
"oslodb/language/en_GB/)\n"
"Language: en_GB\n"
@@ -42,6 +42,8 @@ msgid ""
"Parent process %(orig)s forked (%(newproc)s) with an open database "
"connection, which is being discarded and recreated."
msgstr ""
+"Parent process %(orig)s forked (%(newproc)s) with an open database "
+"connection, which is being discarded and recreated."
#: oslo_db/sqlalchemy/utils.py:127
msgid "Id not in sort_keys; is sort_keys unique?"