summaryrefslogtreecommitdiffstats
path: root/keystone/locale/keystone.pot
blob: e8d0e04e2dc560e90601a4439cf370cb9e92d082 (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
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
# Translations template for keystone.
# Copyright (C) 2013 ORGANIZATION
# This file is distributed under the same license as the keystone project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2013.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: keystone 2013.1\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2013-02-05 00:01+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 0.9.6\n"

#: keystone/clean.py:23
#, python-format
msgid "%s cannot be empty."
msgstr ""

#: keystone/clean.py:25
#, python-format
msgid "%(property_name)s cannot be less than %(min_length)s characters."
msgstr ""

#: keystone/clean.py:29
#, python-format
msgid "%(property_name)s should not be greater than %(max_length)s characters."
msgstr ""

#: keystone/clean.py:36
#, python-format
msgid "%(property_name)s is not a%(display_expected_type)s"
msgstr ""

#: keystone/config.py:44
#, python-format
msgid "Unable to locate specified logging config file: %s"
msgstr ""

#: keystone/config.py:62
msgid "Invalid syslog facility"
msgstr ""

#: keystone/test.py:106
#, python-format
msgid "Failed to checkout %s"
msgstr ""

#: keystone/catalog/core.py:38
#, python-format
msgid "Malformed endpoint %(url)s - unknown key %(keyerror)s"
msgstr ""

#: keystone/catalog/core.py:43
#, python-format
msgid ""
"Malformed endpoint %(url)s - unknown key %(keyerror)s(are you missing "
"brackets ?)"
msgstr ""

#: keystone/catalog/core.py:49
#, python-format
msgid ""
"Malformed endpoint %s - incomplete format                   (are you "
"missing a type notifier ?)"
msgstr ""

#: keystone/catalog/backends/templated.py:109
#, python-format
msgid "Unable to open template file %s"
msgstr ""

#: keystone/common/bufferedhttp.py:102
#, python-format
msgid "HTTP PERF: %(time).5f seconds to %(method)s %(host)s:%(port)s %(path)s)"
msgstr ""

#: keystone/common/cms.py:44
#, python-format
msgid "Verify error: %s"
msgstr ""

#: keystone/common/cms.py:134
#, python-format
msgid "Signing error: %s"
msgstr ""

#: keystone/common/controller.py:21
#, python-format
msgid "RBAC: Authorizing %s(%s)"
msgstr ""

#: keystone/common/controller.py:29
msgid "RBAC: Invalid token"
msgstr ""

#: keystone/common/controller.py:37
msgid "RBAC: Invalid user"
msgstr ""

#: keystone/common/controller.py:43
msgid "RBAC: Proceeding without tenant"
msgstr ""

#: keystone/common/controller.py:51
msgid "RBAC: Authorization granted"
msgstr ""

#: keystone/common/controller.py:53
msgid "RBAC: Bypassing authorization"
msgstr ""

#: keystone/common/utils.py:93
#, python-format
msgid "Unknown Signature Version: %s"
msgstr ""

#: keystone/common/utils.py:124
msgid "using _calc_signature_2"
msgstr ""

#: keystone/common/utils.py:140
#, python-format
msgid "query string: %s"
msgstr ""

#: keystone/common/utils.py:142
#, python-format
msgid "string_to_sign: %s"
msgstr ""

#: keystone/common/utils.py:145
#, python-format
msgid "len(b64)=%d"
msgstr ""

#: keystone/common/utils.py:146
#, python-format
msgid "base64 encoded digest: %s"
msgstr ""

#: keystone/common/wsgi.py:74
#, python-format
msgid "Starting %(arg0)s on %(host)s:%(port)s"
msgstr ""

#: keystone/common/wsgi.py:209
#, python-format
msgid "arg_dict: %s"
msgstr ""

#: keystone/common/wsgi.py:230
#, python-format
msgid "Authorization failed. %s from %s"
msgstr ""

#: keystone/common/wsgi.py:443
msgid "The resource could not be found."
msgstr ""

#: keystone/common/ldap/core.py:171
#, python-format
msgid "Duplicate name, %s."
msgstr ""

#: keystone/common/ldap/core.py:181
#, python-format
msgid "Duplicate ID, %s."
msgstr ""

#: keystone/common/ldap/core.py:186
#, python-format
msgid "LDAP %s create"
msgstr ""

#: keystone/common/ldap/core.py:292
#, python-format
msgid "LDAP %s update"
msgstr ""

#: keystone/common/ldap/core.py:319
#, python-format
msgid "LDAP %s delete"
msgstr ""

#: keystone/common/ldap/core.py:336
#, python-format
msgid "LDAP init: url=%s"
msgstr ""

#: keystone/common/ldap/core.py:340
#, python-format
msgid "LDAP bind: dn=%s"
msgstr ""

#: keystone/common/ldap/core.py:351
#, python-format
msgid "LDAP add: dn=%s, attrs=%s"
msgstr ""

#: keystone/common/ldap/core.py:356
#, python-format
msgid "LDAP search: dn=%s, scope=%s, query=%s"
msgstr ""

#: keystone/common/ldap/core.py:379
#, python-format
msgid "LDAP modify: dn=%s, modlist=%s"
msgstr ""

#: keystone/common/ldap/core.py:384
#, python-format
msgid "LDAP delete: dn=%s"
msgstr ""

#: keystone/common/ldap/core.py:388
#, python-format
msgid "LDAP delete_ext: dn=%s, serverctrls=%s"
msgstr ""

#: keystone/common/ldap/fakeldap.py:148
#, python-format
msgid "FakeLdap initialize url=%s"
msgstr ""

#: keystone/common/ldap/fakeldap.py:158
#, python-format
msgid "FakeLdap bind dn=%s"
msgstr ""

#: keystone/common/ldap/fakeldap.py:165
#, python-format
msgid "FakeLdap bind fail: dn=%s not found"
msgstr ""

#: keystone/common/ldap/fakeldap.py:172
#, python-format
msgid "FakeLdap bind fail: password for dn=%s not found"
msgstr ""

#: keystone/common/ldap/fakeldap.py:177
#, python-format
msgid "FakeLdap bind fail: password for dn=%s does not match"
msgstr ""

#: keystone/common/ldap/fakeldap.py:192
#, python-format
msgid "FakeLdap add item: dn=%s, attrs=%s"
msgstr ""

#: keystone/common/ldap/fakeldap.py:194
#, python-format
msgid "FakeLdap add item failed: dn=%s is already in store."
msgstr ""

#: keystone/common/ldap/fakeldap.py:208 keystone/common/ldap/fakeldap.py:222
#, python-format
msgid "FakeLdap delete item: dn=%s"
msgstr ""

#: keystone/common/ldap/fakeldap.py:212 keystone/common/ldap/fakeldap.py:226
#, python-format
msgid "FakeLdap delete item failed: dn=%s not found."
msgstr ""

#: keystone/common/ldap/fakeldap.py:241
#, python-format
msgid "FakeLdap modify item: dn=%s attrs=%s"
msgstr ""

#: keystone/common/ldap/fakeldap.py:245
#, python-format
msgid "FakeLdap modify item failed: dn=%s not found."
msgstr ""

#: keystone/common/ldap/fakeldap.py:262
#, python-format
msgid "FakeLdap modify item failed: item has no attribute \"%s\" to delete"
msgstr ""

#: keystone/common/ldap/fakeldap.py:273
#, python-format
msgid ""
"FakeLdap modify item failed: item has no attribute \"%s\" with value "
"\"%s\" to delete"
msgstr ""

#: keystone/common/ldap/fakeldap.py:278
#, python-format
msgid "FakeLdap modify item failed: unknown command %s"
msgstr ""

#: keystone/common/ldap/fakeldap.py:280
#, python-format
msgid "modify_s action %s not implemented"
msgstr ""

#: keystone/common/ldap/fakeldap.py:298
#, python-format
msgid "FakeLdap search at dn=%s scope=%s query=%s"
msgstr ""

#: keystone/common/ldap/fakeldap.py:304
msgid "FakeLdap search fail: dn not found for SCOPE_BASE"
msgstr ""

#: keystone/common/ldap/fakeldap.py:318
#, python-format
msgid "Search scope %s not implemented."
msgstr ""

#: keystone/common/sql/core.py:203
#, python-format
msgid "Got mysql server has gone away: %s"
msgstr ""

#: keystone/common/sql/legacy.py:175
#, python-format
msgid "Cannot migrate EC2 credential: %s"
msgstr ""

#: keystone/common/sql/migration.py:47
msgid "version should be an integer"
msgstr ""

#: keystone/common/sql/nova.py:58
#, python-format
msgid "Create tenant %s"
msgstr ""

#: keystone/common/sql/nova.py:74
#, python-format
msgid "Create user %s"
msgstr ""

#: keystone/common/sql/nova.py:83
#, python-format
msgid "Add user %s to tenant %s"
msgstr ""

#: keystone/common/sql/nova.py:91
#, python-format
msgid "Ignoring existing role %s"
msgstr ""

#: keystone/common/sql/nova.py:98
#, python-format
msgid "Create role %s"
msgstr ""

#: keystone/common/sql/nova.py:108
#, python-format
msgid "Assign role %s to user %s on tenant %s"
msgstr ""

#: keystone/common/sql/nova.py:123
#, python-format
msgid "Creating ec2 cred for user %s and tenant %s"
msgstr ""

#: keystone/identity/backends/kvs.py:250 keystone/identity/backends/kvs.py:259
msgid "User not found in group"
msgstr ""

#: keystone/identity/backends/ldap/core.py:751
#, python-format
msgid "Role %s not found"
msgstr ""

#: keystone/identity/backends/ldap/core.py:1115
msgid "Changing Name not supported by LDAP"
msgstr ""

#: keystone/policy/backends/rules.py:95
#, python-format
msgid "enforce %s: %s"
msgstr ""

#: keystone/token/backends/memcache.py:81
msgid "Unable to add token user list."
msgstr ""

#: keystone/token/backends/memcache.py:91
msgid "Unable to add token to revocation list."
msgstr ""