File: oslo_versionedobjects.pot

package info (click to toggle)
python-oslo.versionedobjects 1.8.0-2~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 512 kB
  • sloc: python: 4,660; makefile: 46
file content (158 lines) | stat: -rw-r--r-- 4,129 bytes parent folder | download
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# Translations template for oslo.versionedobjects.
# Copyright (C) 2016 ORGANIZATION
# This file is distributed under the same license as the
# oslo.versionedobjects project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: oslo.versionedobjects 1.3.1.dev1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2016-01-17 06:05+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 2.2.0\n"

#: oslo_versionedobjects/base.py:578
#, python-format
msgid "Cannot load '%s' in the base class"
msgstr ""

#: oslo_versionedobjects/base.py:586
msgid "Cannot save anything in the base class"
msgstr ""

#: oslo_versionedobjects/base.py:657
#, python-format
msgid "%(objname)s object has no attribute '%(attrname)s'"
msgstr ""

#: oslo_versionedobjects/exception.py:104
msgid "An unknown exception occurred."
msgstr ""

#: oslo_versionedobjects/exception.py:146
#, python-format
msgid "Object action %(action)s failed because: %(reason)s"
msgstr ""

#: oslo_versionedobjects/exception.py:150
#, python-format
msgid "Field %(field)s of %(objname)s is not an instance of Field"
msgstr ""

#: oslo_versionedobjects/exception.py:154
#, python-format
msgid "Cannot call %(method)s on orphaned %(objtype)s object"
msgstr ""

#: oslo_versionedobjects/exception.py:158
#, python-format
msgid "Version %(objver)s of %(objname)s is not supported"
msgstr ""

#: oslo_versionedobjects/exception.py:162
#, python-format
msgid "Cannot modify readonly field %(field)s"
msgstr ""

#: oslo_versionedobjects/exception.py:166
#, python-format
msgid "Unsupported object type %(objtype)s"
msgstr ""

#: oslo_versionedobjects/exception.py:170
msgid "Enum fields require a list of valid_values"
msgstr ""

#: oslo_versionedobjects/exception.py:174
msgid "Enum valid values are not valid"
msgstr ""

#: oslo_versionedobjects/exception.py:178
#, python-format
msgid "%(typename)s in %(fieldname)s is not an instance of Enum"
msgstr ""

#: oslo_versionedobjects/exception.py:182
#, python-format
msgid "%(fieldname)s missing field type"
msgstr ""

#: oslo_versionedobjects/exception.py:186
#, python-format
msgid "Invalid target version %(version)s"
msgstr ""

#: oslo_versionedobjects/exception.py:190
#, python-format
msgid "No subobject existed at version %(target_version)s"
msgstr ""

#: oslo_versionedobjects/fields.py:35
#, python-format
msgid "Key %(key)s must be of type %(expected)s not %(actual)s"
msgstr ""

#: oslo_versionedobjects/fields.py:45
#, python-format
msgid "Element %(key)s:%(val)s must be of type %(expected)s not %(actual)s"
msgstr ""

#: oslo_versionedobjects/fields.py:166
#, python-format
msgid "Field `%s' cannot be None"
msgstr ""

#: oslo_versionedobjects/fields.py:248
#, python-format
msgid "A string is required in field %(attr)s, not a %(type)s"
msgstr ""

#: oslo_versionedobjects/fields.py:273
#, python-format
msgid "Version %(val)s is not a valid predicate in field %(attr)s"
msgstr ""

#: oslo_versionedobjects/fields.py:294 oslo_versionedobjects/fields.py:300
#, python-format
msgid "Field value %s is invalid"
msgstr ""

#: oslo_versionedobjects/fields.py:359
#, python-format
msgid "A datetime.datetime is required in field %(attr)s, not a %(type)s"
msgstr ""

#: oslo_versionedobjects/fields.py:405 oslo_versionedobjects/fields.py:416
#, python-format
msgid "Network \"%(val)s\" is not valid in field %(attr)s"
msgstr ""

#: oslo_versionedobjects/fields.py:457
#, python-format
msgid "A list is required in field %(attr)s, not a %(type)s"
msgstr ""

#: oslo_versionedobjects/fields.py:479
#, python-format
msgid "A dict is required in field %(attr)s, not a %(type)s"
msgstr ""

#: oslo_versionedobjects/fields.py:542
#, python-format
msgid "A set is required in field %(attr)s, not a %(type)s"
msgstr ""

#: oslo_versionedobjects/fields.py:591
#, python-format
msgid ""
"An object of type %(type)s is required in field %(attr)s, not a "
"%(valtype)s"
msgstr ""