summaryrefslogtreecommitdiff
path: root/glance_store/locale/glance_store.pot
blob: 0d97a995c6e29b70cd93bd694f7346c83a579085 (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
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
# Translations template for glance_store.
# Copyright (C) 2014 ORGANIZATION
# This file is distributed under the same license as the glance_store
# project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: glance_store 0.1.7.56.g0584204\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2014-10-01 06:07+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"

#: glance_store/backend.py:40
msgid "List of stores enabled"
msgstr ""

#: glance_store/backend.py:43
msgid ""
"Default scheme to use to store image data. The scheme must be registered "
"by one of the stores defined by the 'stores' config option."
msgstr ""

#: glance_store/backend.py:219
#, python-format
msgid "Store for scheme %s not found"
msgstr ""

#: glance_store/backend.py:307
#, python-format
msgid ""
"The image metadata key %(key)s has an invalid type of %(type)s. Only "
"dict, list, and unicode are supported."
msgstr ""

#: glance_store/backend.py:331
#, python-format
msgid ""
"The storage driver %(driver)s returned invalid  metadata %(metadata)s. "
"This must be a dictionary type"
msgstr ""

#: glance_store/backend.py:339
#, python-format
msgid ""
"A bad metadata structure was returned from the %(driver)s storage driver:"
" %(metadata)s.  %(e)s."
msgstr ""

#: glance_store/backend.py:373
msgid "Skipping store.set_acls... not implemented."
msgstr ""

#: glance_store/driver.py:69
#, python-format
msgid "Failed to configure store correctly: %s Disabling add method."
msgstr ""

#: glance_store/exceptions.py:55
#, python-format
msgid "Missing required credential: %(required)s"
msgstr ""

#: glance_store/exceptions.py:59
#, python-format
msgid ""
"Incorrect auth strategy, expected \"%(expected)s\" but received "
"\"%(received)s\""
msgstr ""

#: glance_store/exceptions.py:64
#, python-format
msgid "Redirecting to %(uri)s for authorization."
msgstr ""

#: glance_store/exceptions.py:68
#, python-format
msgid "Image %(image)s not found"
msgstr ""

#: glance_store/exceptions.py:72
#, python-format
msgid "Unknown scheme '%(scheme)s' found in URI"
msgstr ""

#: glance_store/exceptions.py:76
msgid "The Store URI was malformed: %(uri)"
msgstr ""

#: glance_store/exceptions.py:80
#, python-format
msgid "Image %(image)s already exists"
msgstr ""

#: glance_store/exceptions.py:84
msgid "An object with the same identifier is currently being operated on."
msgstr ""

#: glance_store/exceptions.py:89
msgid "There is not enough disk space on the image storage media."
msgstr ""

#: glance_store/exceptions.py:93
#, python-format
msgid ""
"The size of the data %(image_size)s will exceed the limit. %(remaining)s "
"bytes remaining."
msgstr ""

#: glance_store/exceptions.py:98
msgid "Permission to write image storage media denied."
msgstr ""

#: glance_store/exceptions.py:102
#, python-format
msgid "Connect error/bad request to Auth service at URL %(url)s."
msgstr ""

#: glance_store/exceptions.py:106
#, python-format
msgid "Auth service at URL %(url)s not found."
msgstr ""

#: glance_store/exceptions.py:110
msgid "Authorization failed."
msgstr ""

#: glance_store/exceptions.py:114
msgid "You are not authenticated."
msgstr ""

#: glance_store/exceptions.py:118 glance_store/exceptions.py:122
msgid "You are not authorized to complete this action."
msgstr ""

#: glance_store/exceptions.py:126
#, python-format
msgid "Image %(image_id)s is protected and cannot be deleted."
msgstr ""

#: glance_store/exceptions.py:130
msgid "Data supplied was not valid."
msgstr ""

#: glance_store/exceptions.py:134
#, python-format
msgid "Store %(store_name)s could not be configured correctly. Reason: %(reason)s"
msgstr ""

#: glance_store/exceptions.py:139
#, python-format
msgid "Driver %(driver_name)s could not be loaded."
msgstr ""

#: glance_store/exceptions.py:143
#, python-format
msgid ""
"Driver %(driver_name)s could not be configured correctly. Reason: "
"%(reason)s"
msgstr ""

#: glance_store/exceptions.py:148
msgid "Deleting images from this store is not supported."
msgstr ""

#: glance_store/exceptions.py:152
msgid "Getting images from this store is not supported."
msgstr ""

#: glance_store/exceptions.py:156
msgid "Adding images to this store is not supported."
msgstr ""

#: glance_store/exceptions.py:160
msgid "Configuration for store failed. Adding images to this store is disabled."
msgstr ""

#: glance_store/exceptions.py:165
#, python-format
msgid "Maximum redirects (%(redirects)s) was exceeded."
msgstr ""

#: glance_store/exceptions.py:169
msgid "Received invalid HTTP redirect."
msgstr ""

#: glance_store/exceptions.py:173
msgid "Response from Keystone does not contain a Glance endpoint."
msgstr ""

#: glance_store/exceptions.py:177
#, python-format
msgid ""
"Multiple 'image' service matches for region %(region)s. This generally "
"means that a region is required and you have not supplied one."
msgstr ""

#: glance_store/exceptions.py:183
#, python-format
msgid "Server worker creation failed: %(reason)s."
msgstr ""

#: glance_store/exceptions.py:187
#, python-format
msgid "Unable to load schema: %(reason)s"
msgstr ""

#: glance_store/exceptions.py:191
#, python-format
msgid "Provided object does not match schema '%(schema)s': %(reason)s"
msgstr ""

#: glance_store/exceptions.py:196
#, python-format
msgid "Provided header feature is unsupported: %(feature)s"
msgstr ""

#: glance_store/exceptions.py:200
msgid ""
"The image cannot be deleted because it is in use through the backend "
"store outside of Glance."
msgstr ""

#: glance_store/exceptions.py:205
msgid "No image data could be found"
msgstr ""

#: glance_store/exceptions.py:209
#, python-format
msgid "Invalid value '%(value)s' for parameter '%(param)s': %(extra_msg)s"
msgstr ""

#: glance_store/exceptions.py:214
#, python-format
msgid ""
"Image status transition from %(cur_status)s to %(new_status)s is not "
"allowed"
msgstr ""

#: glance_store/common/auth.py:186 glance_store/common/auth.py:226
#, python-format
msgid "Unexpected response: %s"
msgstr ""

#: glance_store/common/auth.py:254
#, python-format
msgid "Unknown auth strategy '%s'"
msgstr ""

#: glance_store/common/auth.py:275
#, python-format
msgid "Encountered service with no \"type\": %s"
msgstr ""

#: glance_store/common/config.py:33
msgid ""
"Partial name of a pipeline in your paste configuration file with the "
"service name removed. For example, if your paste section name is "
"[pipeline:glance-api-keystone] use the value \"keystone\""
msgstr ""

#: glance_store/common/config.py:39
msgid "Name of the paste configuration file."
msgstr ""

#: glance_store/common/config.py:44
msgid "Supported values for the 'container_format' image attribute"
msgstr ""

#: glance_store/common/config.py:51
msgid "Supported values for the 'disk_format' image attribute"
msgstr ""

#: glance_store/common/config.py:59
msgid "Time in hours for which a task lives after, either succeeding or failing"
msgstr ""

#: glance_store/common/config.py:66
msgid ""
"Whether to allow users to specify image properties beyond what the image "
"schema provides"
msgstr ""

#: glance_store/common/config.py:69
msgid ""
"Maximum number of image members per image. Negative values evaluate to "
"unlimited."
msgstr ""

#: glance_store/common/config.py:72
msgid ""
"Maximum number of properties allowed on an image. Negative values "
"evaluate to unlimited."
msgstr ""

#: glance_store/common/config.py:75
msgid ""
"Maximum number of tags allowed on an image. Negative values evaluate to "
"unlimited."
msgstr ""

#: glance_store/common/config.py:78
msgid ""
"Maximum number of locations allowed on an image. Negative values evaluate"
" to unlimited."
msgstr ""

#: glance_store/common/config.py:81
msgid "Python module path of data access API"
msgstr ""

#: glance_store/common/config.py:83
msgid ""
"Default value for the number of items returned by a request if not "
"specified explicitly in the request"
msgstr ""

#: glance_store/common/config.py:86
msgid "Maximum permissible number of items that could be returned by a request"
msgstr ""

#: glance_store/common/config.py:89
msgid ""
"Whether to include the backend image storage location in image "
"properties. Revealing storage location can be a security risk, so use "
"this setting with caution!"
msgstr ""

#: glance_store/common/config.py:94
msgid ""
"Whether to include the backend image locations in image properties. "
"Revealing storage location can be a security risk, so use this setting "
"with caution!  The overrides show_image_direct_url."
msgstr ""

#: glance_store/common/config.py:99
msgid ""
"Maximum size of image a user can upload in bytes. Defaults to "
"1099511627776 bytes (1 TB)."
msgstr ""

#: glance_store/common/config.py:102
msgid ""
"Set a system wide quota for every user.  This value is the total number "
"of bytes that a user can use across all storage systems.  A value of 0 "
"means unlimited."
msgstr ""

#: glance_store/common/config.py:106
msgid "Deploy the v1 OpenStack Images API."
msgstr ""

#: glance_store/common/config.py:108
msgid "Deploy the v2 OpenStack Images API."
msgstr ""

#: glance_store/common/config.py:110
msgid "The hostname/IP of the pydev process listening for debug connections"
msgstr ""

#: glance_store/common/config.py:113
msgid "The port on which a pydev process is listening for connections."
msgstr ""

#: glance_store/common/config.py:116
msgid ""
"Key used for encrypting sensitive metadata while talking to the registry "
"or database."
msgstr ""

#: glance_store/common/config.py:202
#, python-format
msgid "Loading %(app_name)s from %(conf_file)s"
msgstr ""

#: glance_store/common/config.py:213
#, python-format
msgid ""
"Unable to load %(app_name)s from configuration file %(conf_file)s.\n"
"Got: %(e)r"
msgstr ""

#: glance_store/common/utils.py:86
#, python-format
msgid "Error: cooperative_iter exception %s"
msgstr ""

#: glance_store/openstack/common/processutils.py:59
msgid "Unexpected error while running command."
msgstr ""

#: glance_store/openstack/common/processutils.py:62
#, python-format
msgid ""
"%(description)s\n"
"Command: %(cmd)s\n"
"Exit code: %(exit_code)s\n"
"Stdout: %(stdout)r\n"
"Stderr: %(stderr)r"
msgstr ""

#: glance_store/openstack/common/processutils.py:143
#, python-format
msgid "Got unknown keyword args: %r"
msgstr ""

#: glance_store/openstack/common/processutils.py:148
msgid "Command requested root, but did not specify a root helper."
msgstr ""

#: glance_store/openstack/common/processutils.py:158
#, python-format
msgid "Running cmd (subprocess): %s"
msgstr ""

#: glance_store/openstack/common/processutils.py:206
#, python-format
msgid "%r failed. Retrying."
msgstr ""

#: glance_store/openstack/common/processutils.py:248
msgid "Environment not supported over SSH"
msgstr ""

#: glance_store/openstack/common/processutils.py:252
msgid "process_input not supported over SSH"
msgstr ""