diff options
author | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-05-03 06:01:11 +0000 |
---|---|---|
committer | OpenStack Proposal Bot <openstack-infra@lists.openstack.org> | 2015-05-03 06:01:11 +0000 |
commit | 3daf70243b07217e9a15bc958ceaa2de62da010a (patch) | |
tree | a2be36eb190dccf16812f9d62a373da95f3c2b09 /oslo.db | |
parent | 0b2e1a70e9feb28f8f7104eacee7a988b5727b7c (diff) | |
download | oslo-db-3daf70243b07217e9a15bc958ceaa2de62da010a.tar.gz |
Imported Translations from Transifex
For more information about this automatic import see:
https://wiki.openstack.org/wiki/Translations/Infrastructure
Change-Id: I226b4993533c4ce4a9278075dbf50707429b9178
Diffstat (limited to 'oslo.db')
7 files changed, 14 insertions, 61 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 22dcb5e..8addc95 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 @@ -20,33 +20,26 @@ msgstr "" "Generated-By: Babel 1.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: oslo_db/api.py:134 msgid "DB exceeded retry limit." msgstr "DB exceeded retry limit." -#: oslo_db/api.py:142 msgid "DB error." msgstr "DB error." -#: oslo_db/concurrency.py:64 msgid "'eventlet' is required for TpoolDbapiWrapper." msgstr "'eventlet' is required for TpoolDbapiWrapper." -#: oslo_db/sqlalchemy/exc_filters.py:292 #, python-format msgid "DBAPIError exception wrapped from %s" msgstr "DBAPIError exception wrapped from %s" -#: oslo_db/sqlalchemy/exc_filters.py:303 msgid "DB exception wrapped." msgstr "DB exception wrapped." -#: 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: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-info.po b/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-info.po index 78948d8..41623a6 100644 --- a/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-info.po +++ b/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db-log-info.po @@ -20,12 +20,10 @@ msgstr "" "Generated-By: Babel 1.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: oslo/db/sqlalchemy/provision.py:151 oslo/db/sqlalchemy/provision.py:162 #, python-format msgid "The %(dbapi)s backend is unavailable: %(err)s" msgstr "The %(dbapi)s backend is unavailable: %(err)s" -#: oslo/db/sqlalchemy/utils.py:415 #, python-format msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" msgstr "Deleting duplicated row with id: %(id)s from table: %(table)s" 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 479ccc3..a229d38 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 @@ -20,23 +20,19 @@ msgstr "" "Generated-By: Babel 1.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: oslo_db/sqlalchemy/session.py:510 msgid "Unable to detect effective SQL mode" msgstr "Unable to detect effective SQL mode" -#: oslo_db/sqlalchemy/session.py:517 #, python-format msgid "" "MySQL SQL mode is '%s', consider enabling TRADITIONAL or STRICT_ALL_TABLES" msgstr "" "MySQL SQL mode is '%s', consider enabling TRADITIONAL or STRICT_ALL_TABLES" -#: oslo_db/sqlalchemy/session.py:585 #, python-format msgid "SQL connection failed. %s attempts left." msgstr "SQL connection failed. %s attempts left." -#: oslo_db/sqlalchemy/session.py:632 #, python-format msgid "" "Parent process %(orig)s forked (%(newproc)s) with an open database " @@ -45,6 +41,5 @@ 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?" msgstr "Id not in sort_keys; is sort_keys unique?" diff --git a/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po b/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po index c1157c7..e3a462b 100644 --- a/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po +++ b/oslo.db/locale/en_GB/LC_MESSAGES/oslo.db.po @@ -11,27 +11,23 @@ msgstr "" "POT-Creation-Date: 2014-09-12 06:00+0000\n" "PO-Revision-Date: 2014-09-02 09:18+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-Team: English (United Kingdom) (http://www.transifex.com/projects/p/" +"oslodb/language/en_GB/)\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: Babel 1.3\n" -#: oslo/db/exception.py:133 msgid "Invalid Parameter: Encoding directive wasn't provided." msgstr "Invalid Parameter: Encoding directive wasn't provided." -#: oslo/db/exception.py:161 msgid "Sort key supplied was not valid." msgstr "Sort key supplied was not valid." -#: oslo/db/sqlalchemy/migration.py:72 msgid "version should be an integer" msgstr "version should be an integer" -#: oslo/db/sqlalchemy/migration.py:108 #, python-format msgid "" "Tables \"%s\" have non utf8 collation, please make sure all tables are " @@ -40,37 +36,31 @@ msgstr "" "Tables \"%s\" have non utf8 collation, please make sure all tables are " "CHARSET=utf8" -#: oslo/db/sqlalchemy/migration.py:132 msgid "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." +"The database is not under version control, but has tables. Please stamp the " +"current version of the schema manually." msgstr "" -"The database is not under version control, but has tables. Please stamp " -"the current version of the schema manually." +"The database is not under version control, but has tables. Please stamp the " +"current version of the schema manually." -#: oslo/db/sqlalchemy/utils.py:122 msgid "Unknown sort direction, must be 'desc' or 'asc'" msgstr "Unknown sort direction, must be 'desc' or 'asc'" -#: oslo/db/sqlalchemy/utils.py:165 #, python-format msgid "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." +"There is no `deleted` column in `%s` table. Project doesn't use soft-deleted " +"feature." msgstr "" -"There is no `deleted` column in `%s` table. Project doesn't use soft-" -"deleted feature." +"There is no `deleted` column in `%s` table. Project doesn't use soft-deleted " +"feature." -#: oslo/db/sqlalchemy/utils.py:179 #, python-format msgid "There is no `project_id` column in `%s` table." msgstr "There is no `project_id` column in `%s` table." -#: oslo/db/sqlalchemy/utils.py:291 msgid "model should be a subclass of ModelBase" msgstr "model should be a subclass of ModelBase" -#: oslo/db/sqlalchemy/utils.py:340 #, python-format msgid "" "Please specify column %s in col_name_col_instance param. It is required " @@ -79,16 +69,13 @@ msgstr "" "Please specify column %s in col_name_col_instance param. It is required " "because column has unsupported type by SQLite." -#: oslo/db/sqlalchemy/utils.py:346 #, python-format msgid "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." +"col_name_col_instance param has wrong type of column instance for column %s " +"It should be instance of sqlalchemy.Column." msgstr "" -"col_name_col_instance param has wrong type of column instance for column " -"%s It should be instance of sqlalchemy.Column." +"col_name_col_instance param has wrong type of column instance for column %s " +"It should be instance of sqlalchemy.Column." -#: oslo/db/sqlalchemy/utils.py:454 msgid "Unsupported id columns type" msgstr "Unsupported id columns type" - diff --git a/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po b/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po index a227bb4..55d6366 100644 --- a/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po +++ b/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-error.po @@ -20,33 +20,26 @@ msgstr "" "Generated-By: Babel 1.3\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: oslo_db/api.py:134 msgid "DB exceeded retry limit." msgstr "DB limite de tentatives dépassé." -#: oslo_db/api.py:142 msgid "DB error." msgstr "Erreur DB." -#: oslo_db/concurrency.py:64 msgid "'eventlet' is required for TpoolDbapiWrapper." msgstr "'eventlet' est requis pour poolDbapiWrapper." -#: oslo_db/sqlalchemy/exc_filters.py:292 #, python-format msgid "DBAPIError exception wrapped from %s" msgstr "Exception DBAPIError enveloppé depuis %s" -#: oslo_db/sqlalchemy/exc_filters.py:303 msgid "DB exception wrapped." msgstr "DB exception enveloppé." -#: oslo_db/sqlalchemy/test_migrations.py:271 #, python-format msgid "Failed to migrate to version %(ver)s on engine %(eng)s" msgstr "Échec de migration de la version %(ver)s sur le moteur %(eng)s" -#: 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/fr/LC_MESSAGES/oslo.db-log-info.po b/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-info.po index 7cbe808..8a0e4b6 100644 --- a/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-info.po +++ b/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-info.po @@ -20,12 +20,10 @@ msgstr "" "Generated-By: Babel 1.3\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: oslo/db/sqlalchemy/provision.py:151 oslo/db/sqlalchemy/provision.py:162 #, python-format msgid "The %(dbapi)s backend is unavailable: %(err)s" msgstr "%(dbapi)s backend n'est pas disponible: %(err)s" -#: oslo/db/sqlalchemy/utils.py:415 #, python-format msgid "Deleting duplicated row with id: %(id)s from table: %(table)s" msgstr "" diff --git a/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-warning.po b/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-warning.po index 046d86d..530186c 100644 --- a/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-warning.po +++ b/oslo.db/locale/fr/LC_MESSAGES/oslo.db-log-warning.po @@ -20,28 +20,17 @@ msgstr "" "Generated-By: Babel 1.3\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: oslo_db/sqlalchemy/session.py:510 msgid "Unable to detect effective SQL mode" msgstr "Impossible de détecter le mode SQL" -#: oslo_db/sqlalchemy/session.py:517 #, python-format msgid "" "MySQL SQL mode is '%s', consider enabling TRADITIONAL or STRICT_ALL_TABLES" msgstr "MySQL SQL mode est '%s', TRADITIONAL ou STRICT_ALL_TABLES" -#: oslo_db/sqlalchemy/session.py:585 #, python-format msgid "SQL connection failed. %s attempts left." msgstr "Echec de connexion SQL. %s tentatives échouées" -#: oslo_db/sqlalchemy/session.py:632 -#, python-format -msgid "" -"Parent process %(orig)s forked (%(newproc)s) with an open database " -"connection, which is being discarded and recreated." -msgstr "" - -#: oslo_db/sqlalchemy/utils.py:127 msgid "Id not in sort_keys; is sort_keys unique?" msgstr "Id n'est pas dans sort_keys; sort_keys est unique ?" |