diff options
Diffstat (limited to 'oslo.db/locale/oslo.db.pot')
-rw-r--r-- | oslo.db/locale/oslo.db.pot | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/oslo.db/locale/oslo.db.pot b/oslo.db/locale/oslo.db.pot index 2135ea9..c7064cc 100644 --- a/oslo.db/locale/oslo.db.pot +++ b/oslo.db/locale/oslo.db.pot @@ -1,82 +1,82 @@ # Translations template for oslo.db. -# Copyright (C) 2014 ORGANIZATION +# Copyright (C) 2015 ORGANIZATION # This file is distributed under the same license as the oslo.db project. -# FIRST AUTHOR <EMAIL@ADDRESS>, 2014. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2015. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: oslo.db 0.4.0.14.g0e854f2\n" +"Project-Id-Version: oslo.db 2.2.1.dev2\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2014-09-02 06:05+0000\n" +"POT-Creation-Date: 2015-07-29 06:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\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" +"Generated-By: Babel 2.0\n" -#: oslo/db/exception.py:133 +#: oslo_db/exception.py:150 msgid "Invalid Parameter: Encoding directive wasn't provided." msgstr "" -#: oslo/db/exception.py:161 +#: oslo_db/exception.py:186 msgid "Sort key supplied was not valid." msgstr "" -#: oslo/db/sqlalchemy/migration.py:72 +#: oslo_db/sqlalchemy/migration.py:72 msgid "version should be an integer" msgstr "" -#: oslo/db/sqlalchemy/migration.py:108 +#: oslo_db/sqlalchemy/migration.py:112 #, python-format msgid "" "Tables \"%s\" have non utf8 collation, please make sure all tables are " "CHARSET=utf8" msgstr "" -#: oslo/db/sqlalchemy/migration.py:132 +#: oslo_db/sqlalchemy/migration.py:136 msgid "" "The database is not under version control, but has tables. Please stamp " "the current version of the schema manually." msgstr "" -#: oslo/db/sqlalchemy/utils.py:122 +#: oslo_db/sqlalchemy/utils.py:122 msgid "Unknown sort direction, must be 'desc' or 'asc'" msgstr "" -#: oslo/db/sqlalchemy/utils.py:165 +#: oslo_db/sqlalchemy/utils.py:181 #, python-format msgid "" "There is no `deleted` column in `%s` table. Project doesn't use soft-" "deleted feature." msgstr "" -#: oslo/db/sqlalchemy/utils.py:179 +#: oslo_db/sqlalchemy/utils.py:195 #, python-format msgid "There is no `project_id` column in `%s` table." msgstr "" -#: oslo/db/sqlalchemy/utils.py:291 +#: oslo_db/sqlalchemy/utils.py:307 msgid "model should be a subclass of ModelBase" msgstr "" -#: oslo/db/sqlalchemy/utils.py:340 +#: oslo_db/sqlalchemy/utils.py:377 #, python-format msgid "" "Please specify column %s in col_name_col_instance param. It is required " "because column has unsupported type by SQLite." msgstr "" -#: oslo/db/sqlalchemy/utils.py:346 +#: oslo_db/sqlalchemy/utils.py:383 #, python-format msgid "" "col_name_col_instance param has wrong type of column instance for column " "%s It should be instance of sqlalchemy.Column." msgstr "" -#: oslo/db/sqlalchemy/utils.py:454 +#: oslo_db/sqlalchemy/utils.py:448 msgid "Unsupported id columns type" msgstr "" |