f61fbd8e7e
For more information about this automatic import see: https://wiki.openstack.org/wiki/Translations/Infrastructure Change-Id: I5dbecf9f37b7ecf2397c44c8ac6c2488cc811e11
83 lines
2.7 KiB
Plaintext
83 lines
2.7 KiB
Plaintext
# English (United Kingdom) translations for oslo.db.
|
|
# Copyright (C) 2015 ORGANIZATION
|
|
# This file is distributed under the same license as the oslo.db project.
|
|
#
|
|
# Translators:
|
|
# 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-08-27 06:18+0000\n"
|
|
"PO-Revision-Date: 2015-08-27 00:47+0000\n"
|
|
"Last-Translator: Andi Chandler <andi@gowling.com>\n"
|
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/openstack/"
|
|
"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 2.0\n"
|
|
|
|
msgid "Invalid Parameter: Encoding directive wasn't provided."
|
|
msgstr "Invalid Parameter: Encoding directive wasn't provided."
|
|
|
|
#, python-format
|
|
msgid ""
|
|
"Please specify column %s in col_name_col_instance param. It is required "
|
|
"because column has unsupported type by SQLite."
|
|
msgstr ""
|
|
"Please specify column %s in col_name_col_instance param. It is required "
|
|
"because column has unsupported type by SQLite."
|
|
|
|
msgid "Sort key supplied was not valid."
|
|
msgstr "Sort key supplied was not valid."
|
|
|
|
#, python-format
|
|
msgid ""
|
|
"Tables \"%s\" have non utf8 collation, please make sure all tables are "
|
|
"CHARSET=utf8"
|
|
msgstr ""
|
|
"Tables \"%s\" have non utf8 collation, please make sure all tables are "
|
|
"CHARSET=utf8"
|
|
|
|
msgid ""
|
|
"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."
|
|
|
|
#, python-format
|
|
msgid ""
|
|
"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."
|
|
|
|
#, python-format
|
|
msgid "There is no `project_id` column in `%s` table."
|
|
msgstr "There is no `project_id` column in `%s` table."
|
|
|
|
#, python-format
|
|
msgid "Unknown sort direction, must be one of: %s"
|
|
msgstr "Unknown sort direction, must be one of: %s"
|
|
|
|
msgid "Unsupported id columns type"
|
|
msgstr "Unsupported id columns type"
|
|
|
|
#, 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 ""
|
|
"col_name_col_instance param has wrong type of column instance for column %s "
|
|
"It should be instance of sqlalchemy.Column."
|
|
|
|
msgid "model should be a subclass of ModelBase"
|
|
msgstr "model should be a subclass of ModelBase"
|
|
|
|
msgid "version should be an integer"
|
|
msgstr "version should be an integer"
|