1# Translations template for oslo.db.
2# Copyright (C) 2015 ORGANIZATION
3# This file is distributed under the same license as the oslo.db project.
4#
5# Translators:
6# Andi Chandler <andi@gowling.com>, 2014-2015
7# Andreas Jaeger <jaegerandi@gmail.com>, 2016. #zanata
8msgid ""
9msgstr ""
10"Project-Id-Version: oslo.db VERSION\n"
11"Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n"
12"POT-Creation-Date: 2018-02-20 22:06+0000\n"
13"MIME-Version: 1.0\n"
14"Content-Type: text/plain; charset=UTF-8\n"
15"Content-Transfer-Encoding: 8bit\n"
16"PO-Revision-Date: 2016-06-20 06:31+0000\n"
17"Last-Translator: Andreas Jaeger <jaegerandi@gmail.com>\n"
18"Language: en_GB\n"
19"Plural-Forms: nplurals=2; plural=(n != 1);\n"
20"Generated-By: Babel 2.0\n"
21"X-Generator: Zanata 4.3.3\n"
22"Language-Team: English (United Kingdom)\n"
23
24msgid "Invalid Parameter: Encoding directive wasn't provided."
25msgstr "Invalid Parameter: Encoding directive wasn't provided."
26
27#, python-format
28msgid ""
29"Please specify column %s in col_name_col_instance param. It is required "
30"because column has unsupported type by SQLite."
31msgstr ""
32"Please specify column %s in col_name_col_instance param. It is required "
33"because column has unsupported type by SQLite."
34
35#, python-format
36msgid "Sort key supplied is invalid: %s"
37msgstr "Sort key supplied is invalid: %s"
38
39#, python-format
40msgid ""
41"Tables \"%s\" have non utf8 collation, please make sure all tables are "
42"CHARSET=utf8"
43msgstr ""
44"Tables \"%s\" have non utf8 collation, please make sure all tables are "
45"CHARSET=utf8"
46
47msgid ""
48"The database is not under version control, but has tables. Please stamp the "
49"current version of the schema manually."
50msgstr ""
51"The database is not under version control, but has tables. Please stamp the "
52"current version of the schema manually."
53
54#, python-format
55msgid ""
56"There is no `deleted` column in `%s` table. Project doesn't use soft-deleted "
57"feature."
58msgstr ""
59"There is no `deleted` column in `%s` table. Project doesn't use soft-deleted "
60"feature."
61
62#, python-format
63msgid "There is no `project_id` column in `%s` table."
64msgstr "There is no `project_id` column in `%s` table."
65
66#, python-format
67msgid "Unknown sort direction, must be one of: %s"
68msgstr "Unknown sort direction, must be one of: %s"
69
70msgid "Unsupported id columns type"
71msgstr "Unsupported id columns type"
72
73#, python-format
74msgid ""
75"col_name_col_instance param has wrong type of column instance for column %s "
76"It should be instance of sqlalchemy.Column."
77msgstr ""
78"col_name_col_instance param has wrong type of column instance for column %s "
79"It should be instance of sqlalchemy.Column."
80
81msgid "model should be a subclass of ModelBase"
82msgstr "model should be a subclass of ModelBase"
83
84msgid "version should be an integer"
85msgstr "version should be an integer"
86