summaryrefslogtreecommitdiff
path: root/oslo.db/locale/oslo.db.pot
blob: 41f943abfe71b3d1b592ae25ea68e43db9e5e4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Translations template for oslo.db.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the oslo.db project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.db 0.3.0.63.g3b17365\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-07-31 06:03+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"

#: oslo/db/exception.py:133
msgid "Invalid Parameter: Encoding directive wasn't provided."
msgstr ""

#: oslo/db/exception.py:161
msgid "Sort key supplied was not valid."
msgstr ""

#: oslo/db/openstack/common/gettextutils.py:271
msgid "Message objects do not support addition."
msgstr ""

#: oslo/db/openstack/common/gettextutils.py:281
msgid ""
"Message objects do not support str() because they may contain non-ascii "
"characters. Please use unicode() or translate() instead."
msgstr ""

#: oslo/db/sqlalchemy/migration.py:70
msgid "version should be an integer"
msgstr ""

#: oslo/db/sqlalchemy/migration.py:106
#, python-format
msgid ""
"Tables \"%s\" have non utf8 collation, please make sure all tables are "
"CHARSET=utf8"
msgstr ""

#: oslo/db/sqlalchemy/migration.py:130
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:117
msgid "Unknown sort direction, must be 'desc' or 'asc'"
msgstr ""

#: oslo/db/sqlalchemy/utils.py:160
#, python-format
msgid ""
"There is no `deleted` column in `%s` table. Project doesn't use soft-"
"deleted feature."
msgstr ""

#: oslo/db/sqlalchemy/utils.py:174
#, python-format
msgid "There is no `project_id` column in `%s` table."
msgstr ""

#: oslo/db/sqlalchemy/utils.py:286
msgid "model should be a subclass of ModelBase"
msgstr ""

#: oslo/db/sqlalchemy/utils.py:335
#, 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:341
#, 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:449
msgid "Unsupported id columns type"
msgstr ""