~ubuntu-branches/ubuntu/utopic/language-pack-bs-base/utopic

« back to all changes in this revision

Viewing changes to data/bs/LC_MESSAGES/glance.po

  • Committer: Package Import Robot
  • Author(s): Ubuntu automatic language-pack builder
  • Date: 2014-09-10 13:43:19 UTC
  • Revision ID: package-import@ubuntu.com-20140910134319-46vpcd3pcuha5miu
Tags: 1:14.10+20140909
Initial Release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
"MIME-Version: 1.0\n"
15
15
"Content-Type: text/plain; charset=UTF-8\n"
16
16
"Content-Transfer-Encoding: 8bit\n"
17
 
"X-Launchpad-Export-Date: 2014-08-04 17:42+0000\n"
18
 
"X-Generator: Launchpad (build 17147)\n"
 
17
"X-Launchpad-Export-Date: 2014-09-09 16:59+0000\n"
 
18
"X-Generator: Launchpad (build 17196)\n"
19
19
"Generated-By: Babel 1.3\n"
20
20
 
21
 
#: glance/location.py:79
 
21
#: glance/location.py:82
22
22
msgid "Invalid location"
23
23
msgstr ""
24
24
 
25
 
#: glance/location.py:273
 
25
#: glance/location.py:293
26
26
msgid "Invalid locations"
27
27
msgstr ""
28
28
 
29
 
#: glance/location.py:279
 
29
#: glance/store/__init__.py:667
30
30
#, python-format
31
31
msgid "Original locations is not empty: %s"
32
32
msgstr ""
33
33
 
34
 
#: glance/location.py:342 glance/common/exception.py:345
 
34
#: glance/common/exception.py:337 glance/store/__init__.py:730
35
35
msgid "No image data could be found"
36
36
msgstr ""
37
37
 
38
 
#: glance/location.py:351
 
38
#: glance/store/__init__.py:739
39
39
#, python-format
40
40
msgid "Get image %(id)s data failed: %(err)s."
41
41
msgstr ""
42
42
 
43
 
#: glance/location.py:356
 
43
#: glance/store/__init__.py:744
44
44
#, python-format
45
45
msgid ""
46
46
"Glance tried all locations to get data for image %s but all have failed."
47
47
msgstr ""
48
48
 
49
 
#: glance/notifier.py:178 glance/api/common.py:86
 
49
#: glance/notifier.py:229 glance/api/common.py:82
50
50
#, python-format
51
51
msgid "An error occurred during image.send notification: %(err)s"
52
52
msgstr "Greška se pojavila prilikom image.send notifikacije: %(err)s"
53
53
 
54
 
#: glance/notifier.py:195 glance/api/v1/upload_utils.py:185
55
 
#: glance/api/v2/image_data.py:111
 
54
#: glance/notifier.py:239 glance/api/v1/upload_utils.py:184
 
55
#: glance/api/v2/image_data.py:107
56
56
#, python-format
57
57
msgid "Image storage media is full: %s"
58
58
msgstr "Medij pohrane slike je pun: %s"
59
59
 
60
 
#: glance/notifier.py:199 glance/api/v1/upload_utils.py:194
61
 
#: glance/api/v2/image_data.py:132
 
60
#: glance/notifier.py:243 glance/api/v1/upload_utils.py:193
 
61
#: glance/api/v2/image_data.py:128
62
62
#, python-format
63
63
msgid "Insufficient permissions on image storage media: %s"
64
64
msgstr "Nedovoljna dopuštenja na mediju pohrane slike: %s"
65
65
 
66
 
#: glance/notifier.py:204
 
66
#: glance/notifier.py:248
67
67
#, python-format
68
68
msgid "Cannot save data for image %(image_id)s: %(error)s"
69
69
msgstr ""
70
70
 
71
 
#: glance/notifier.py:211
 
71
#: glance/notifier.py:254
72
72
#, python-format
73
73
msgid ""
74
74
"Unable to upload duplicate image data for image%(image_id)s: %(error)s"
75
75
msgstr ""
76
76
 
77
 
#: glance/notifier.py:218
 
77
#: glance/notifier.py:261
78
78
#, python-format
79
79
msgid "Not allowed to upload image data for image %(image_id)s: %(error)s"
80
80
msgstr ""
81
81
 
82
 
#: glance/notifier.py:224
 
82
#: glance/notifier.py:267
83
83
#, python-format
84
84
msgid ""
85
85
"Image %(image_id)s could not be found after upload. The image may have been "
86
86
"deleted during the upload: %(error)s"
87
87
msgstr ""
88
88
 
89
 
#: glance/notifier.py:232
 
89
#: glance/notifier.py:274
90
90
#, python-format
91
91
msgid ""
92
92
"Failed to upload image data for image %(image_id)s due to HTTP error: "
93
93
"%(error)s"
94
94
msgstr ""
95
95
 
96
 
#: glance/notifier.py:239
 
96
#: glance/notifier.py:281
97
97
#, python-format
98
98
msgid ""
99
99
"Failed to upload image data for image %(image_id)s due to internal error: "
100
100
"%(error)s"
101
101
msgstr ""
102
102
 
103
 
#: glance/schema.py:59
 
103
#: glance/schema.py:58
104
104
#, python-format
105
105
msgid "custom properties (%(props)s) conflict with base properties"
106
106
msgstr ""
107
107
 
108
 
#: glance/scrubber.py:38 glance/store/__init__.py:46
 
108
#: glance/scrubber.py:37 glance/store/__init__.py:48
109
109
msgid ""
110
110
"Directory that the scrubber will use to track information about what to "
111
111
"delete. Make sure this is set in glance-api.conf and glance-scrubber.conf."
112
112
msgstr ""
113
113
 
114
 
#: glance/scrubber.py:43 glance/store/__init__.py:56
 
114
#: glance/scrubber.py:42 glance/store/__init__.py:58
115
115
msgid "The amount of time in seconds to delay before performing a delete."
116
116
msgstr ""
117
117
 
118
 
#: glance/scrubber.py:46
 
118
#: glance/scrubber.py:45
119
119
msgid ""
120
120
"A boolean that determines if the scrubber should clean up the files it uses "
121
121
"for taking data. Only one server in your deployment should be designated the "
122
122
"cleanup host."
123
123
msgstr ""
124
124
 
125
 
#: glance/scrubber.py:51
 
125
#: glance/scrubber.py:50
126
126
msgid ""
127
127
"Items must have a modified time that is older than this value in order to be "
128
128
"candidates for cleanup."
129
129
msgstr ""
130
130
 
131
 
#: glance/scrubber.py:135
 
131
#: glance/scrubber.py:134
132
132
#, python-format
133
133
msgid "%s file can not be read."
134
134
msgstr ""
135
135
 
136
 
#: glance/scrubber.py:159
 
136
#: glance/scrubber.py:158
137
137
#, python-format
138
138
msgid "%s file can not be wrote."
139
139
msgstr ""
140
140
 
141
 
#: glance/scrubber.py:184 glance/api/v1/images.py:1040
 
141
#: glance/scrubber.py:183 glance/api/v1/images.py:1022
142
142
#, python-format
143
143
msgid "Failed to find image to delete: %(e)s"
144
144
msgstr ""
145
145
 
146
 
#: glance/scrubber.py:216
 
146
#: glance/scrubber.py:215
147
147
#, python-format
148
148
msgid "%s directory does not exist."
149
149
msgstr ""
150
150
 
151
 
#: glance/scrubber.py:363
 
151
#: glance/scrubber.py:362
152
152
#, python-format
153
153
msgid "Starting Daemon: wakeup_time=%(wakeup_time)s threads=%(threads)s"
154
154
msgstr "Pokretanje Daemona: vrijeme_buđenja=%(wakeup_time)s niti=%(threads)s"
155
155
 
156
 
#: glance/scrubber.py:377
 
156
#: glance/scrubber.py:376
157
157
msgid "Daemon Shutdown on KeyboardInterrupt"
158
158
msgstr "Gašenje Daemona ili KeyboardInterrupt"
159
159
 
160
 
#: glance/scrubber.py:389
 
160
#: glance/scrubber.py:388
161
161
#, python-format
162
162
msgid "Initializing scrubber with configuration: %s"
163
163
msgstr ""
164
164
 
165
 
#: glance/scrubber.py:413
 
165
#: glance/scrubber.py:412
166
166
#, python-format
167
167
msgid "Can not %s scrub jobs from queue."
168
168
msgstr ""
169
169
 
170
 
#: glance/scrubber.py:437
 
170
#: glance/scrubber.py:436
171
171
#, python-format
172
172
msgid "Scrubbing image %(id)s from %(count)d locations."
173
173
msgstr ""
174
174
 
175
 
#: glance/scrubber.py:465
 
175
#: glance/scrubber.py:464
176
176
#, python-format
177
177
msgid "Failed to delete URI from image %(image_id)s"
178
178
msgstr ""
179
179
 
180
 
#: glance/scrubber.py:477
 
180
#: glance/scrubber.py:476
181
181
#, python-format
182
182
msgid "%s file is not exists."
183
183
msgstr ""
184
184
 
185
 
#: glance/scrubber.py:482
 
185
#: glance/scrubber.py:481
186
186
#, python-format
187
187
msgid "%s file contains conflicting cleanup timestamp."
188
188
msgstr ""
189
189
 
190
 
#: glance/scrubber.py:501
 
190
#: glance/scrubber.py:500
191
191
#, python-format
192
192
msgid "%s file can not be created."
193
193
msgstr ""
194
194
 
195
 
#: glance/scrubber.py:516
 
195
#: glance/scrubber.py:514
196
196
#, python-format
197
197
msgid "Getting images deleted before %s"
198
198
msgstr "Brisanje slika prije %s"
199
199
 
200
 
#: glance/api/authorization.py:129 glance/api/authorization.py:140
 
200
#: glance/api/authorization.py:118 glance/api/authorization.py:129
201
201
#, python-format
202
202
msgid "You cannot get image member for %s"
203
203
msgstr "Ne možete preuzeti člana slike za %s"
204
204
 
205
 
#: glance/api/authorization.py:148
 
205
#: glance/api/authorization.py:137
206
206
#, python-format
207
207
msgid "You cannot delete image member for %s"
208
208
msgstr "Ne možete obrisati člana slike za %s"
209
209
 
210
 
#: glance/api/authorization.py:157
 
210
#: glance/api/authorization.py:146
211
211
#, python-format
212
212
msgid "You cannot add image member for %s"
213
213
msgstr "Ne možete dodati člana slike za %s"
214
214
 
215
 
#: glance/api/authorization.py:166
 
215
#: glance/api/authorization.py:155
216
216
#, python-format
217
217
msgid "You cannot update image member %s"
218
218
msgstr "Ne možete ažurirti člana slike %s"
219
219
 
220
 
#: glance/api/authorization.py:185
 
220
#: glance/api/authorization.py:174
221
221
#, python-format
222
222
msgid "You are not permitted to create images owned by '%s'."
223
223
msgstr ""
224
224
 
225
 
#: glance/api/authorization.py:203
 
225
#: glance/api/authorization.py:192
226
226
msgid "You are not permitted to create image members for the image."
227
227
msgstr ""
228
228
 
229
 
#: glance/api/authorization.py:208 glance/api/authorization.py:399
 
229
#: glance/api/authorization.py:197 glance/api/authorization.py:380
230
230
msgid "Public images do not have members."
231
231
msgstr "Javne slike nemaju članova"
232
232
 
233
 
#: glance/api/authorization.py:224
 
233
#: glance/api/authorization.py:213
234
234
#, python-format
235
235
msgid "You are not permitted to modify '%(attr)s' on this %(resource)s."
236
236
msgstr ""
237
237
 
238
 
#: glance/api/authorization.py:234
 
238
#: glance/api/authorization.py:223
239
239
msgid "You are not permitted to modify locations for this image."
240
240
msgstr ""
241
241
 
242
 
#: glance/api/authorization.py:258
 
242
#: glance/api/authorization.py:247
243
243
#, python-format
244
244
msgid "You are not permitted to modify '%s' on this image."
245
245
msgstr ""
246
246
 
247
 
#: glance/api/authorization.py:262
 
247
#: glance/api/authorization.py:251
248
248
msgid "You are not permitted to modify this image."
249
249
msgstr "Nemate pravo mijenjati ovu sliku."
250
250
 
251
 
#: glance/api/authorization.py:275
 
251
#: glance/api/authorization.py:264
252
252
msgid "You are not permitted to modify tags on this image."
253
253
msgstr "Nemate pravo mijenjati oznake ove slike."
254
254
 
255
 
#: glance/api/authorization.py:316
 
255
#: glance/api/authorization.py:305
256
256
msgid "You are not permitted to delete this image."
257
257
msgstr "Nemate pravo brisati ovu sliku."
258
258
 
259
 
#: glance/api/authorization.py:327
 
259
#: glance/api/authorization.py:316
260
260
msgid "You are not permitted to upload data for this image."
261
261
msgstr "Nemate pravo slati podatke za ovu sliku."
262
262
 
263
 
#: glance/api/authorization.py:364 glance/api/authorization.py:368
264
 
#: glance/api/authorization.py:372
 
263
#: glance/api/authorization.py:350 glance/api/authorization.py:354
 
264
#: glance/api/authorization.py:358
265
265
msgid "You are not permitted to set status on this task."
266
266
msgstr ""
267
267
 
268
 
#: glance/api/authorization.py:431
 
268
#: glance/api/authorization.py:420
269
269
#, python-format
270
270
msgid "You are not permitted to create this task with owner as: %s"
271
271
msgstr ""
272
272
 
273
 
#: glance/api/common.py:49
 
273
#: glance/api/common.py:44
274
274
#, python-format
275
275
msgid ""
276
276
"An error occurred reading from backend storage for image %(image_id)s: "
277
277
"%(err)s"
278
278
msgstr ""
279
279
 
280
 
#: glance/api/common.py:55
 
280
#: glance/api/common.py:51
281
281
#, python-format
282
282
msgid ""
283
283
"Backend storage for image %(image_id)s disconnected after writing only "
286
286
"Backend medij za sliku %(image_id)s je odspojen nakon upisivanja samo "
287
287
"%(bytes_written)d bajta"
288
288
 
289
 
#: glance/api/common.py:60
 
289
#: glance/api/common.py:56
290
290
#, python-format
291
291
msgid "Corrupt image download for image %(image_id)s"
292
292
msgstr "Greška u slikovno preuzimanju slike %(image_id)s"
296
296
msgid "Invalid value for option user_storage_quota: %(users_quota)s"
297
297
msgstr ""
298
298
 
299
 
#: glance/api/common.py:157
 
299
#: glance/api/common.py:134
300
300
#, python-format
301
301
msgid ""
302
302
"User %(user)s attempted to upload an image of unknown size that will exceeed "
303
303
"the quota. %(remaining)d bytes remaining."
304
304
msgstr ""
305
305
 
306
 
#: glance/api/common.py:166
 
306
#: glance/api/common.py:143
307
307
#, python-format
308
308
msgid ""
309
309
"User %(user)s attempted to upload an image of size %(size)d that will "
322
322
msgid "Unable to find policy file"
323
323
msgstr "Ne mogu pronaći datoteku pravila."
324
324
 
325
 
#: glance/api/policy.py:220 glance/quota/__init__.py:344
 
325
#: glance/api/policy.py:220 glance/quota/__init__.py:343
 
326
#: glance/store/__init__.py:662
326
327
#, python-format
327
328
msgid "Invalid locations: %s"
328
329
msgstr ""
393
394
msgid "Store for image_id not found: %s"
394
395
msgstr ""
395
396
 
396
 
#: glance/api/v1/images.py:76
 
397
#: glance/api/v1/images.py:73
397
398
#, python-format
398
399
msgid "Invalid disk format '%s' for image."
399
400
msgstr ""
400
401
 
401
 
#: glance/api/v1/images.py:81
 
402
#: glance/api/v1/images.py:78
402
403
#, python-format
403
404
msgid "Invalid container format '%s' for image."
404
405
msgstr ""
405
406
 
406
 
#: glance/api/v1/images.py:86
 
407
#: glance/api/v1/images.py:83
407
408
#, python-format
408
409
msgid "Image name too long: %d"
409
410
msgstr ""
410
411
 
411
 
#: glance/api/v1/images.py:97
 
412
#: glance/api/v1/images.py:94
412
413
msgid ""
413
414
"Invalid mix of disk and container formats. When setting a disk or container "
414
415
"format to one of 'aki', 'ari', or 'ami', the container and disk formats must "
415
416
"match."
416
417
msgstr ""
417
418
 
418
 
#: glance/api/v1/images.py:175
 
419
#: glance/api/v1/images.py:172
419
420
#, python-format
420
421
msgid ""
421
422
"The limit has been exceeded on the number of allowed image properties. "
422
423
"Attempted: %(num)s, Maximum: %(quota)s"
423
424
msgstr ""
424
425
 
425
 
#: glance/api/v1/images.py:338
 
426
#: glance/api/v1/images.py:341
426
427
msgid "This operation is currently not permitted on Glance images details."
427
428
msgstr ""
428
429
 
429
 
#: glance/api/v1/images.py:389
 
430
#: glance/api/v1/images.py:380
430
431
#, python-format
431
432
msgid "Bad value passed to filter %(filter)s got %(val)s"
432
433
msgstr ""
433
434
 
434
 
#: glance/api/v1/images.py:544
 
435
#: glance/api/v1/images.py:535
435
436
#, python-format
436
437
msgid "Failed to reserve image. Got error: %(e)s"
437
438
msgstr "Rezerviranje slike nije uspjelo. Dobivena greška: %(e)s"
438
439
 
439
 
#: glance/api/v1/images.py:706
 
440
#: glance/api/v1/images.py:694
440
441
msgid "Triggering asynchronous copy from external source"
441
442
msgstr ""
442
443
 
443
 
#: glance/api/v1/images.py:849
 
444
#: glance/api/v1/images.py:831
444
445
msgid "Forbidden to update deleted image."
445
446
msgstr ""
446
447
 
 
448
#: glance/api/v1/images.py:842
 
449
#, python-format
 
450
msgid "Forbidden to modify '%s' of active image."
 
451
msgstr ""
 
452
 
447
453
#: glance/api/v1/images.py:860
448
 
#, python-format
449
 
msgid "Forbidden to modify '%s' of active image."
450
 
msgstr ""
451
 
 
452
 
#: glance/api/v1/images.py:878
453
454
msgid "Cannot upload to an unqueued image"
454
455
msgstr "Nije moguće postavljanje kao slike u stanju nečekanja"
455
456
 
456
 
#: glance/api/v1/images.py:902
 
457
#: glance/api/v1/images.py:884
457
458
msgid "Attempted to update Location field for an image not in queued status."
458
459
msgstr ""
459
460
"Pokušaj ažuriranja polja Lokacija za sliku koja nije u stanju čekanja."
460
461
 
461
 
#: glance/api/v1/images.py:949
 
462
#: glance/api/v1/images.py:931
462
463
#, python-format
463
464
msgid "Failed to find image to update: %(e)s"
464
465
msgstr ""
465
466
 
466
 
#: glance/api/v1/images.py:956
 
467
#: glance/api/v1/images.py:938
467
468
#, python-format
468
469
msgid "Forbidden to update image: %(e)s"
469
470
msgstr ""
470
471
 
471
 
#: glance/api/v1/images.py:1047
 
472
#: glance/api/v1/images.py:1029
472
473
#, python-format
473
474
msgid "Forbidden to delete image: %(e)s"
474
475
msgstr ""
475
476
 
476
 
#: glance/api/v1/images.py:1109 glance/api/v1/upload_utils.py:203
 
477
#: glance/api/v1/images.py:1091 glance/api/v1/upload_utils.py:202
477
478
#, python-format
478
479
msgid "Denying attempt to upload image larger than %d bytes."
479
480
msgstr ""
480
481
 
481
 
#: glance/api/v1/members.py:40 glance/registry/api/v1/members.py:32
 
482
#: glance/api/v1/members.py:41 glance/registry/api/v1/members.py:32
482
483
msgid "No authenticated user"
483
484
msgstr "Neovjeren korisnik"
484
485
 
485
 
#: glance/api/v1/members.py:52
 
486
#: glance/api/v1/members.py:53
486
487
#, python-format
487
488
msgid "Image with identifier %s has been deleted."
488
489
msgstr ""
489
490
 
490
 
#: glance/api/v1/members.py:116 glance/common/exception.py:295
 
491
#: glance/api/v1/members.py:117 glance/common/exception.py:287
491
492
#, python-format
492
493
msgid ""
493
494
"The limit has been exceeded on the number of allowed image members for this "
499
500
msgid "Unable to kill image %(id)s: "
500
501
msgstr ""
501
502
 
502
 
#: glance/api/v1/upload_utils.py:108
 
503
#: glance/api/v1/upload_utils.py:107
503
504
#, python-format
504
505
msgid "Cleaning up %s after exceeding the quota"
505
506
msgstr ""
506
507
 
507
 
#: glance/api/v1/upload_utils.py:116
 
508
#: glance/api/v1/upload_utils.py:115
508
509
#, python-format
509
510
msgid ""
510
511
"Supplied %(attr)s (%(supplied)s) and %(attr)s generated from uploaded image "
511
512
"(%(actual)s) did not match. Setting image status to 'killed'."
512
513
msgstr ""
513
514
 
514
 
#: glance/api/v1/upload_utils.py:149
 
515
#: glance/api/v1/upload_utils.py:148
515
516
#, python-format
516
517
msgid ""
517
518
"Image %s could not be found after upload. The image may have been deleted "
518
519
"during the upload."
519
520
msgstr ""
520
521
 
521
 
#: glance/api/v1/upload_utils.py:213 glance/api/v2/images.py:133
 
522
#: glance/api/v1/upload_utils.py:212 glance/api/v2/images.py:132
522
523
#, python-format
523
524
msgid "Denying attempt to upload image because it exceeds the .quota: %s"
524
525
msgstr ""
525
526
 
526
 
#: glance/api/v1/upload_utils.py:227
 
527
#: glance/api/v1/upload_utils.py:226
527
528
#, python-format
528
529
msgid "Received HTTP error while uploading image %s"
529
530
msgstr ""
530
531
 
531
 
#: glance/api/v1/upload_utils.py:242
 
532
#: glance/api/v1/upload_utils.py:241
532
533
#, python-format
533
534
msgid "Failed to upload image %s"
534
535
msgstr ""
535
536
 
536
 
#: glance/api/v2/image_data.py:57
 
537
#: glance/api/v2/image_data.py:56
537
538
#, python-format
538
539
msgid "Unable to restore image %(image_id)s: %(e)s"
539
540
msgstr ""
540
541
 
541
 
#: glance/api/v2/image_data.py:73
 
542
#: glance/api/v2/image_data.py:71
542
543
#, python-format
543
544
msgid ""
544
545
"Image %(id)s could not be found after upload.The image may have been deleted "
545
546
"during the upload: %(error)s Cleaning up the chunks uploaded"
546
547
msgstr ""
547
548
 
548
 
#: glance/api/v2/image_data.py:118
 
549
#: glance/api/v2/image_data.py:114
549
550
#, python-format
550
551
msgid "Image exceeds the storage quota: %s"
551
552
msgstr ""
552
553
 
553
 
#: glance/api/v2/image_data.py:125
 
554
#: glance/api/v2/image_data.py:121
554
555
#, python-format
555
556
msgid "The incoming image is too large: %s"
556
557
msgstr ""
557
558
 
 
559
#: glance/api/v2/image_data.py:135
 
560
msgid "Failed to upload image data due to HTTP error"
 
561
msgstr ""
 
562
 
558
563
#: glance/api/v2/image_data.py:140
559
 
msgid "Failed to upload image data due to HTTP error"
560
 
msgstr ""
561
 
 
562
 
#: glance/api/v2/image_data.py:145
563
564
msgid "Failed to upload image data due to internal error"
564
565
msgstr ""
565
566
 
566
 
#: glance/api/v2/image_members.py:191 glance/api/v2/images.py:291
 
567
#: glance/api/v2/image_members.py:189 glance/api/v2/images.py:287
567
568
msgid "Body expected in request."
568
569
msgstr ""
569
570
 
570
 
#: glance/api/v2/image_members.py:202
 
571
#: glance/api/v2/image_members.py:200
571
572
msgid "Member to be added not specified"
572
573
msgstr ""
573
574
 
574
 
#: glance/api/v2/image_members.py:205
 
575
#: glance/api/v2/image_members.py:203
575
576
msgid "Member can't be empty"
576
577
msgstr ""
577
578
 
578
 
#: glance/api/v2/image_members.py:214
 
579
#: glance/api/v2/image_members.py:212
579
580
msgid "Status not specified"
580
581
msgstr ""
581
582
 
582
 
#: glance/api/v2/image_members.py:269
 
583
#: glance/api/v2/image_members.py:267
583
584
msgid "An identifier for the image member (tenantId)"
584
585
msgstr ""
585
586
 
586
 
#: glance/api/v2/image_members.py:273 glance/api/v2/images.py:650
 
587
#: glance/api/v2/image_members.py:271 glance/api/v2/images.py:644
587
588
msgid "An identifier for the image"
588
589
msgstr ""
589
590
 
590
 
#: glance/api/v2/image_members.py:279
 
591
#: glance/api/v2/image_members.py:277
591
592
msgid "Date and time of image member creation"
592
593
msgstr ""
593
594
 
594
 
#: glance/api/v2/image_members.py:286
 
595
#: glance/api/v2/image_members.py:284
595
596
msgid "Date and time of last modification of image member"
596
597
msgstr ""
597
598
 
598
 
#: glance/api/v2/image_members.py:291
 
599
#: glance/api/v2/image_members.py:289
599
600
msgid "The status of this image member"
600
601
msgstr ""
601
602
 
602
 
#: glance/api/v2/images.py:157 glance/api/v2/images.py:185
 
603
#: glance/api/v2/images.py:156 glance/api/v2/images.py:184
603
604
#, python-format
604
605
msgid "Property %s does not exist."
605
606
msgstr ""
606
607
 
607
 
#: glance/api/v2/images.py:169
 
608
#: glance/api/v2/images.py:168
608
609
#, python-format
609
610
msgid "Property %s already present."
610
611
msgstr ""
611
612
 
612
 
#: glance/api/v2/images.py:180
 
613
#: glance/api/v2/images.py:179
613
614
#, python-format
614
615
msgid "Property %s may not be removed."
615
616
msgstr ""
616
617
 
617
 
#: glance/api/v2/images.py:198
 
618
#: glance/api/v2/images.py:197
618
619
#, python-format
619
620
msgid "Failed to find image %(image_id)s to delete"
620
621
msgstr ""
621
622
 
622
 
#: glance/api/v2/images.py:217
 
623
#: glance/api/v2/images.py:216
623
624
msgid "Cannot replace locations from a non-empty list to a non-empty list."
624
625
msgstr ""
625
626
 
626
 
#: glance/api/v2/images.py:241
 
627
#: glance/api/v2/images.py:239
627
628
msgid "Invalid position for adding a location."
628
629
msgstr ""
629
630
 
630
 
#: glance/api/v2/images.py:257
 
631
#: glance/api/v2/images.py:254
631
632
msgid "Invalid position for removing a location."
632
633
msgstr ""
633
634
 
634
 
#: glance/api/v2/images.py:299 glance/api/v2/images.py:399
 
635
#: glance/api/v2/images.py:295 glance/api/v2/images.py:394
635
636
#, python-format
636
637
msgid "Attribute '%s' is read-only."
637
638
msgstr ""
638
639
 
639
 
#: glance/api/v2/images.py:324 glance/api/v2/images.py:346
 
640
#: glance/api/v2/images.py:319 glance/api/v2/images.py:341
640
641
#, python-format
641
642
msgid "Unable to find '%s' in JSON Schema change"
642
643
msgstr ""
643
644
 
644
 
#: glance/api/v2/images.py:332
 
645
#: glance/api/v2/images.py:327
645
646
msgid ""
646
647
"Operation objects must contain only one member named \"add\", \"remove\", or "
647
648
"\"replace\"."
648
649
msgstr ""
649
650
 
650
 
#: glance/api/v2/images.py:337
 
651
#: glance/api/v2/images.py:332
651
652
msgid ""
652
653
"Operation objects must contain exactly one member named \"add\", \"remove\", "
653
654
"or \"replace\"."
654
655
msgstr ""
655
656
 
656
 
#: glance/api/v2/images.py:374
 
657
#: glance/api/v2/images.py:369
657
658
#, python-format
658
659
msgid "Pointer `%s` does not start with \"/\"."
659
660
msgstr ""
660
661
 
661
 
#: glance/api/v2/images.py:377
 
662
#: glance/api/v2/images.py:372
662
663
#, python-format
663
664
msgid "Pointer `%s` contains adjacent \"/\"."
664
665
msgstr ""
665
666
 
666
 
#: glance/api/v2/images.py:380
 
667
#: glance/api/v2/images.py:375
667
668
#, python-format
668
669
msgid "Pointer `%s` end with \"/\"."
669
670
msgstr ""
670
671
 
671
 
#: glance/api/v2/images.py:383
 
672
#: glance/api/v2/images.py:378
672
673
#, python-format
673
674
msgid "Pointer `%s` does not contains valid token."
674
675
msgstr ""
675
676
 
676
 
#: glance/api/v2/images.py:386
 
677
#: glance/api/v2/images.py:381
677
678
#, python-format
678
679
msgid "Pointer `%s` contains \"~\" not part of a recognized escape sequence."
679
680
msgstr ""
680
681
 
681
 
#: glance/api/v2/images.py:392
 
682
#: glance/api/v2/images.py:387
682
683
#, python-format
683
684
msgid "Operation \"%s\" requires a member named \"value\"."
684
685
msgstr ""
685
686
 
686
 
#: glance/api/v2/images.py:402
 
687
#: glance/api/v2/images.py:397
687
688
#, python-format
688
689
msgid "Attribute '%s' is reserved."
689
690
msgstr ""
690
691
 
691
 
#: glance/api/v2/images.py:432
 
692
#: glance/api/v2/images.py:427
692
693
#, python-format
693
694
msgid "Invalid JSON pointer for this resource: '/%s'"
694
695
msgstr ""
695
696
 
696
 
#: glance/api/v2/images.py:444
 
697
#: glance/api/v2/images.py:439
697
698
msgid "Unrecognized JSON Schema draft version"
698
699
msgstr ""
699
700
 
 
701
#: glance/api/v2/images.py:460
 
702
msgid "Request body must be a JSON array of operation objects."
 
703
msgstr ""
 
704
 
700
705
#: glance/api/v2/images.py:465
701
 
msgid "Request body must be a JSON array of operation objects."
702
 
msgstr ""
703
 
 
704
 
#: glance/api/v2/images.py:470
705
706
msgid "Operations must be JSON objects."
706
707
msgstr ""
707
708
 
708
 
#: glance/api/v2/images.py:492 glance/api/v2/tasks.py:166
709
 
#: glance/registry/api/v1/images.py:247
 
709
#: glance/api/v2/images.py:487 glance/api/v2/tasks.py:164
 
710
#: glance/registry/api/v1/images.py:246
710
711
msgid "limit param must be an integer"
711
712
msgstr "limit parametar mora biti cijeli broj"
712
713
 
713
 
#: glance/api/v2/images.py:496 glance/api/v2/tasks.py:170
714
 
#: glance/registry/api/v1/images.py:250
 
714
#: glance/api/v2/images.py:491 glance/api/v2/tasks.py:168
 
715
#: glance/registry/api/v1/images.py:249
715
716
msgid "limit param must be positive"
716
717
msgstr "limit parametar mora biti pozitivan"
717
718
 
718
 
#: glance/api/v2/images.py:503 glance/api/v2/tasks.py:136
 
719
#: glance/api/v2/images.py:498 glance/api/v2/tasks.py:134
719
720
#, python-format
720
721
msgid "Invalid sort direction: %s"
721
722
msgstr ""
722
723
 
723
 
#: glance/api/v2/images.py:510
 
724
#: glance/api/v2/images.py:505
724
725
#, python-format
725
726
msgid "Invalid status: %s"
726
727
msgstr ""
727
728
 
728
 
#: glance/api/v2/images.py:519
 
729
#: glance/api/v2/images.py:514
729
730
#, python-format
730
731
msgid "Invalid visibility value: %s"
731
732
msgstr ""
732
733
 
733
 
#: glance/api/v2/images.py:656
 
734
#: glance/api/v2/images.py:650
734
735
msgid "Descriptive name for the image"
735
736
msgstr ""
736
737
 
 
738
#: glance/api/v2/images.py:655
 
739
msgid "Status of the image (READ-ONLY)"
 
740
msgstr ""
 
741
 
737
742
#: glance/api/v2/images.py:661
738
 
msgid "Status of the image (READ-ONLY)"
739
 
msgstr ""
740
 
 
741
 
#: glance/api/v2/images.py:667
742
743
msgid "Scope of image accessibility"
743
744
msgstr ""
744
745
 
745
 
#: glance/api/v2/images.py:672
 
746
#: glance/api/v2/images.py:666
746
747
msgid "If true, image will not be deletable."
747
748
msgstr ""
748
749
 
749
 
#: glance/api/v2/images.py:676
 
750
#: glance/api/v2/images.py:670
750
751
msgid "md5 hash of image contents. (READ-ONLY)"
751
752
msgstr ""
752
753
 
753
 
#: glance/api/v2/images.py:681
 
754
#: glance/api/v2/images.py:675
754
755
msgid "Owner of the image"
755
756
msgstr ""
756
757
 
757
 
#: glance/api/v2/images.py:686
 
758
#: glance/api/v2/images.py:680
758
759
msgid "Size of image file in bytes (READ-ONLY)"
759
760
msgstr ""
760
761
 
761
 
#: glance/api/v2/images.py:690
 
762
#: glance/api/v2/images.py:684
762
763
msgid "Virtual size of image in bytes (READ-ONLY)"
763
764
msgstr ""
764
765
 
765
 
#: glance/api/v2/images.py:694
 
766
#: glance/api/v2/images.py:688
766
767
msgid "Format of the container"
767
768
msgstr ""
768
769
 
769
 
#: glance/api/v2/images.py:699
 
770
#: glance/api/v2/images.py:693
770
771
msgid "Format of the disk"
771
772
msgstr ""
772
773
 
773
 
#: glance/api/v2/images.py:704
 
774
#: glance/api/v2/images.py:698
774
775
msgid "Date and time of image registration (READ-ONLY)"
775
776
msgstr ""
776
777
 
 
778
#: glance/api/v2/images.py:706
 
779
msgid "Date and time of the last image modification (READ-ONLY)"
 
780
msgstr ""
 
781
 
777
782
#: glance/api/v2/images.py:712
778
 
msgid "Date and time of the last image modification (READ-ONLY)"
779
 
msgstr ""
780
 
 
781
 
#: glance/api/v2/images.py:718
782
783
msgid "List of strings related to the image"
783
784
msgstr ""
784
785
 
785
 
#: glance/api/v2/images.py:726
 
786
#: glance/api/v2/images.py:720
786
787
msgid "URL to access the image file kept in external store (READ-ONLY)"
787
788
msgstr ""
788
789
 
789
 
#: glance/api/v2/images.py:731
 
790
#: glance/api/v2/images.py:725
790
791
msgid "Amount of ram (in MB) required to boot image."
791
792
msgstr ""
792
793
 
793
 
#: glance/api/v2/images.py:735
 
794
#: glance/api/v2/images.py:729
794
795
msgid "Amount of disk space (in GB) required to boot image."
795
796
msgstr ""
796
797
 
797
 
#: glance/api/v2/images.py:765
 
798
#: glance/api/v2/images.py:759
798
799
msgid "A set of URLs to access the image file kept in external store"
799
800
msgstr ""
800
801
 
801
 
#: glance/api/v2/images.py:804
 
802
#: glance/api/v2/images.py:798
802
803
#, python-format
803
804
msgid ""
804
805
"Could not find schema properties file %s. Continuing without custom "
810
811
msgid "Forbidden to create task. Reason: %(reason)s"
811
812
msgstr ""
812
813
 
813
 
#: glance/api/v2/tasks.py:104
 
814
#: glance/api/v2/tasks.py:109
814
815
#, python-format
815
816
msgid "Failed to find task %(task_id)s. Reason: %(reason)s"
816
817
msgstr ""
817
818
 
818
 
#: glance/api/v2/tasks.py:109
 
819
#: glance/api/v2/tasks.py:114
819
820
#, python-format
820
821
msgid "Forbidden to get task %(task_id)s. Reason: %(reason)s"
821
822
msgstr ""
822
823
 
823
 
#: glance/api/v2/tasks.py:116
 
824
#: glance/api/v2/tasks.py:119
824
825
msgid ""
825
826
"This operation is currently not permitted on Glance Tasks. They are auto "
826
827
"deleted after reaching the time based on their expires_at property."
827
828
msgstr ""
828
829
 
829
 
#: glance/api/v2/tasks.py:130
 
830
#: glance/api/v2/tasks.py:128
830
831
msgid "Body expected in request"
831
832
msgstr ""
832
833
 
833
 
#: glance/api/v2/tasks.py:145
 
834
#: glance/api/v2/tasks.py:143
834
835
#, python-format
835
836
msgid "Invalid status value: %s"
836
837
msgstr ""
837
838
 
838
 
#: glance/api/v2/tasks.py:151
 
839
#: glance/api/v2/tasks.py:149
839
840
#, python-format
840
841
msgid "Invalid type value: %s"
841
842
msgstr ""
842
843
 
843
 
#: glance/api/v2/tasks.py:158 glance/registry/api/v1/images.py:259
 
844
#: glance/api/v2/tasks.py:156 glance/registry/api/v1/images.py:258
844
845
msgid "Invalid marker format"
845
846
msgstr "Nepodržan format markera"
846
847
 
847
 
#: glance/api/v2/tasks.py:179
 
848
#: glance/api/v2/tasks.py:177
848
849
#, python-format
849
850
msgid "Task '%s' is required"
850
851
msgstr ""
851
852
 
852
 
#: glance/api/v2/tasks.py:302
 
853
#: glance/api/v2/tasks.py:292
853
854
msgid "An identifier for the task"
854
855
msgstr ""
855
856
 
856
 
#: glance/api/v2/tasks.py:303
 
857
#: glance/api/v2/tasks.py:293
857
858
msgid ""
858
859
"^([0-9a-fA-F]){8}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-fA-F]){4}-([0-9a-"
859
860
"fA-F]){12}$"
860
861
msgstr ""
861
862
 
862
 
#: glance/api/v2/tasks.py:308
 
863
#: glance/api/v2/tasks.py:298
863
864
msgid "The type of task represented by this content"
864
865
msgstr ""
865
866
 
 
867
#: glance/api/v2/tasks.py:305
 
868
msgid "The current status of this task"
 
869
msgstr ""
 
870
 
866
871
#: glance/api/v2/tasks.py:315
867
 
msgid "The current status of this task"
868
 
msgstr ""
869
 
 
870
 
#: glance/api/v2/tasks.py:325
871
872
msgid "The parameters required by task, JSON blob"
872
873
msgstr ""
873
874
 
874
 
#: glance/api/v2/tasks.py:329
 
875
#: glance/api/v2/tasks.py:319
875
876
msgid "The result of current task, JSON blob"
876
877
msgstr ""
877
878
 
878
 
#: glance/api/v2/tasks.py:333
 
879
#: glance/api/v2/tasks.py:323
879
880
msgid "An identifier for the owner of this task"
880
881
msgstr ""
881
882
 
882
 
#: glance/api/v2/tasks.py:337
 
883
#: glance/api/v2/tasks.py:327
883
884
msgid ""
884
885
"Human-readable informative message only included when appropriate (usually "
885
886
"on failure)"
886
887
msgstr ""
887
888
 
888
 
#: glance/api/v2/tasks.py:342
 
889
#: glance/api/v2/tasks.py:332
889
890
msgid "Datetime when this resource would be subject to removal"
890
891
msgstr ""
891
892
 
892
 
#: glance/api/v2/tasks.py:347
 
893
#: glance/api/v2/tasks.py:337
893
894
msgid "Datetime when this resource was created"
894
895
msgstr ""
895
896
 
896
 
#: glance/api/v2/tasks.py:351
 
897
#: glance/api/v2/tasks.py:341
897
898
msgid "Datetime when this resource was updated"
898
899
msgstr ""
899
900
 
911
912
msgid "Unable to increase file descriptor limit.  Running as non-root?"
912
913
msgstr ""
913
914
 
914
 
#: glance/cmd/control.py:160
 
915
#: glance/cmd/control.py:161
915
916
#, python-format
916
917
msgid "%(verb)sing %(serv)s"
917
918
msgstr ""
918
919
 
919
 
#: glance/cmd/control.py:175
 
920
#: glance/cmd/control.py:176
920
921
#, python-format
921
922
msgid "unable to launch %(serv)s. Got error: %(e)s"
922
923
msgstr ""
964
965
msgid "Suppressed respawn as %(serv)s was %(rsn)s."
965
966
msgstr ""
966
967
 
967
 
#: glance/cmd/manage.py:57
 
968
#: glance/cmd/manage.py:60
968
969
msgid ""
969
970
"DEPRECATED. TO BE REMOVED IN THE JUNO RELEASE. Whether or not to enforce "
970
971
"that all DB tables have charset utf8. If your database tables do not have "
987
988
"images on the slave server."
988
989
msgstr ""
989
990
 
990
 
#: glance/cmd/replicator.py:280 glance/cmd/replicator.py:312
991
 
#: glance/cmd/replicator.py:383 glance/cmd/replicator.py:457
992
 
#: glance/cmd/replicator.py:527
 
991
#: glance/cmd/replicator.py:282 glance/cmd/replicator.py:319
 
992
#: glance/cmd/replicator.py:404 glance/cmd/replicator.py:483
 
993
#: glance/cmd/replicator.py:560
993
994
msgid "Too few arguments."
994
995
msgstr ""
995
996
 
996
 
#: glance/cmd/replicator.py:296
 
997
#: glance/cmd/replicator.py:303
997
998
#, python-format
998
999
msgid "Total size is %(size)d bytes across %(img_count)d images"
999
1000
msgstr ""
1000
1001
 
1001
 
#: glance/cmd/replicator.py:321 glance/cmd/replicator.py:397
 
1002
#: glance/cmd/replicator.py:333 glance/cmd/replicator.py:423
1002
1003
#, python-format
1003
1004
msgid "Considering: %s"
1004
1005
msgstr ""
1005
1006
 
1006
 
#: glance/cmd/replicator.py:325
 
1007
#: glance/cmd/replicator.py:337
1007
1008
msgid "... storing"
1008
1009
msgstr ""
1009
1010
 
1010
 
#: glance/cmd/replicator.py:336
 
1011
#: glance/cmd/replicator.py:348
1011
1012
msgid "... image is active"
1012
1013
msgstr ""
1013
1014
 
1014
 
#: glance/cmd/replicator.py:423 glance/cmd/replicator.py:496
 
1015
#: glance/cmd/replicator.py:449 glance/cmd/replicator.py:529
1015
1016
msgid "... metadata has changed"
1016
1017
msgstr ""
1017
1018
 
1018
 
#: glance/cmd/replicator.py:430
 
1019
#: glance/cmd/replicator.py:456
1019
1020
msgid "... dump is missing image data, skipping"
1020
1021
msgstr ""
1021
1022
 
1022
 
#: glance/cmd/replicator.py:472
 
1023
#: glance/cmd/replicator.py:505
1023
1024
#, python-format
1024
1025
msgid "Considering %(id)s"
1025
1026
msgstr ""
1026
1027
 
1027
 
#: glance/cmd/replicator.py:502
 
1028
#: glance/cmd/replicator.py:535
1028
1029
#, python-format
1029
1030
msgid "%s is being synced"
1030
1031
msgstr ""
1031
1032
 
1032
 
#: glance/cmd/replicator.py:556
 
1033
#: glance/cmd/replicator.py:596
1033
1034
#, python-format
1034
1035
msgid ""
1035
1036
"%(image_id)s: field %(key)s differs (source is %(master_value)s, destination "
1036
1037
"is %(slave_value)s)"
1037
1038
msgstr ""
1038
1039
 
1039
 
#: glance/cmd/replicator.py:570
 
1040
#: glance/cmd/replicator.py:610
1040
1041
#, python-format
1041
1042
msgid "%s: entirely missing from the destination"
1042
1043
msgstr ""
1043
1044
 
1044
 
#: glance/cmd/replicator.py:677
 
1045
#: glance/cmd/replicator.py:717
1045
1046
#, python-format
1046
1047
msgid "Unknown command: %s"
1047
1048
msgstr ""
1201
1202
"sensitive."
1202
1203
msgstr ""
1203
1204
 
1204
 
#: glance/common/config.py:113
 
1205
#: glance/common/config.py:107
1205
1206
msgid "Deploy the v1 OpenStack Images API."
1206
1207
msgstr ""
1207
1208
 
1208
 
#: glance/common/config.py:115
 
1209
#: glance/common/config.py:109
1209
1210
msgid "Deploy the v2 OpenStack Images API."
1210
1211
msgstr ""
1211
1212
 
1212
 
#: glance/common/config.py:117
 
1213
#: glance/common/config.py:111
1213
1214
msgid "Deploy the v1 OpenStack Registry API."
1214
1215
msgstr ""
1215
1216
 
1216
 
#: glance/common/config.py:119
 
1217
#: glance/common/config.py:113
1217
1218
msgid "Deploy the v2 OpenStack Registry API."
1218
1219
msgstr ""
1219
1220
 
1220
 
#: glance/common/config.py:121
 
1221
#: glance/common/config.py:115
1221
1222
msgid "The hostname/IP of the pydev process listening for debug connections"
1222
1223
msgstr ""
1223
1224
 
1224
 
#: glance/common/config.py:124
 
1225
#: glance/common/config.py:118
1225
1226
msgid "The port on which a pydev process is listening for connections."
1226
1227
msgstr ""
1227
1228
 
1228
 
#: glance/common/config.py:127
 
1229
#: glance/common/config.py:121
1229
1230
msgid ""
1230
1231
"Key used for encrypting sensitive metadata while talking to the registry or "
1231
1232
"database."
1232
1233
msgstr ""
1233
1234
 
1234
 
#: glance/common/config.py:185
 
1235
#: glance/common/config.py:179
1235
1236
#, python-format
1236
1237
msgid "Unable to locate paste config file for %s."
1237
1238
msgstr ""
1238
1239
 
1239
 
#: glance/common/config.py:224
 
1240
#: glance/common/config.py:218
1240
1241
#, python-format
1241
1242
msgid ""
1242
1243
"Unable to load %(app_name)s from configuration file %(conf_file)s.\n"
1327
1328
msgstr "Navedeni podaci nicu tačni."
1328
1329
 
1329
1330
#: glance/common/exception.py:138
1330
 
#: glance/openstack/common/db/sqlalchemy/utils.py:58
 
1331
#: glance/openstack/common/db/sqlalchemy/utils.py:60
1331
1332
msgid "Sort key supplied was not valid."
1332
1333
msgstr ""
1333
1334
 
1339
1340
msgid "Invalid configuration in glance-swift conf file."
1340
1341
msgstr ""
1341
1342
 
 
1343
#: glance/common/exception.py:146
 
1344
msgid "Unable to filter using the specified range."
 
1345
msgstr ""
 
1346
 
1342
1347
#: glance/common/exception.py:150
1343
 
msgid "Unable to filter using the specified range."
 
1348
#, python-format
 
1349
msgid "Attribute '%(property)s' is read-only."
1344
1350
msgstr ""
1345
1351
 
1346
1352
#: glance/common/exception.py:154
1347
1353
#, python-format
1348
 
msgid "Attribute '%(property)s' is read-only."
 
1354
msgid "Attribute '%(property)s' is reserved."
1349
1355
msgstr ""
1350
1356
 
1351
1357
#: glance/common/exception.py:158
1352
1358
#, python-format
1353
 
msgid "Attribute '%(property)s' is reserved."
1354
 
msgstr ""
1355
 
 
1356
 
#: glance/common/exception.py:162
1357
 
#, python-format
1358
1359
msgid "Redirecting to %(uri)s for authorization."
1359
1360
msgstr "Preusmjeravanje na %(uri)s za autorizaciju."
1360
1361
 
1361
 
#: glance/common/exception.py:166
 
1362
#: glance/common/exception.py:162
1362
1363
msgid "There was an error connecting to a server"
1363
1364
msgstr "Dogodila se greška pri pristupu serveru."
1364
1365
 
1365
 
#: glance/common/exception.py:170
 
1366
#: glance/common/exception.py:166
1366
1367
msgid "There was an error configuring the client."
1367
1368
msgstr "Greška u konfiguriranju klijenta."
1368
1369
 
1369
 
#: glance/common/exception.py:174
 
1370
#: glance/common/exception.py:170
1370
1371
#, python-format
1371
1372
msgid ""
1372
1373
"The request returned a 302 Multiple Choices. This generally means that you "
1381
1382
"Tijelo odgovora vratilo:\n"
1382
1383
"%(body)s"
1383
1384
 
1384
 
#: glance/common/exception.py:180
 
1385
#: glance/common/exception.py:176
1385
1386
#, python-format
1386
1387
msgid ""
1387
1388
"The request returned a 413 Request Entity Too Large. This generally means "
1391
1392
"%(body)s"
1392
1393
msgstr ""
1393
1394
 
1394
 
#: glance/common/exception.py:191
 
1395
#: glance/common/exception.py:187
1395
1396
msgid ""
1396
1397
"The request returned 503 Service Unavilable. This generally occurs on "
1397
1398
"service overload or other transient outage."
1398
1399
msgstr ""
1399
1400
 
 
1401
#: glance/common/exception.py:198
 
1402
msgid "The request returned 500 Internal Server Error."
 
1403
msgstr ""
 
1404
 
1400
1405
#: glance/common/exception.py:202
1401
 
msgid "The request returned 500 Internal Server Error."
1402
 
msgstr ""
1403
 
 
1404
 
#: glance/common/exception.py:206
1405
1406
#, python-format
1406
1407
msgid ""
1407
1408
"The request returned an unexpected status: %(status)s.\n"
1410
1411
"%(body)s"
1411
1412
msgstr ""
1412
1413
 
1413
 
#: glance/common/exception.py:211
 
1414
#: glance/common/exception.py:207
1414
1415
#, python-format
1415
1416
msgid "Invalid content type %(content_type)s"
1416
1417
msgstr "Nepodržan tip sadržaja %(content_type)s"
1417
1418
 
1418
 
#: glance/common/exception.py:215
 
1419
#: glance/common/exception.py:211
1419
1420
#, python-format
1420
1421
msgid ""
1421
1422
"Registry was not configured correctly on API server. Reason: %(reason)s"
1422
1423
msgstr "Registar nije tačno konfiguriran na API serveru. Razlog: %(reason)s"
1423
1424
 
1424
 
#: glance/common/exception.py:220
 
1425
#: glance/common/exception.py:216
1425
1426
#, python-format
1426
1427
msgid ""
1427
1428
"Store %(store_name)s could not be configured correctly. Reason: %(reason)s"
1428
1429
msgstr ""
1429
1430
"Radnja %(store_name)s se nije mogla tačno konfigurirati. Razlog: %(reason)s"
1430
1431
 
1431
 
#: glance/common/exception.py:225
 
1432
#: glance/common/exception.py:221
1432
1433
#, python-format
1433
1434
msgid ""
1434
1435
"Driver %(driver_name)s could not be configured correctly. Reason: %(reason)s"
1435
1436
msgstr ""
1436
1437
"Drajver %(driver_name)s nije se mogao tačno konfigurirati. Razlog: %(reason)s"
1437
1438
 
1438
 
#: glance/common/exception.py:230
 
1439
#: glance/common/exception.py:226
1439
1440
msgid "Deleting images from this store is not supported."
1440
1441
msgstr "Brisanje slika iz ove radnje nije podržano."
1441
1442
 
 
1443
#: glance/common/exception.py:230
 
1444
msgid "Getting images from this store is not supported."
 
1445
msgstr ""
 
1446
 
1442
1447
#: glance/common/exception.py:234
1443
 
msgid "Getting images from this store is not supported."
 
1448
msgid "Adding images to this store is not supported."
1444
1449
msgstr ""
1445
1450
 
1446
1451
#: glance/common/exception.py:238
1447
 
msgid "Adding images to this store is not supported."
1448
 
msgstr ""
1449
 
 
1450
 
#: glance/common/exception.py:242
1451
1452
msgid ""
1452
1453
"Configuration for store failed. Adding images to this store is disabled."
1453
1454
msgstr ""
1457
1458
msgid "Store is not configured."
1458
1459
msgstr ""
1459
1460
 
1460
 
#: glance/common/exception.py:251
 
1461
#: glance/common/exception.py:243
1461
1462
#, python-format
1462
1463
msgid "Maximum redirects (%(redirects)s) was exceeded."
1463
1464
msgstr "Maksimalno preusmjeravanje (%(redirects)s) je prevaziđeno."
1464
1465
 
1465
 
#: glance/common/exception.py:255
 
1466
#: glance/common/exception.py:247
1466
1467
msgid "Received invalid HTTP redirect."
1467
1468
msgstr "Primljeno nepodržano HTTP preusmjeravanje."
1468
1469
 
1469
 
#: glance/common/exception.py:259
 
1470
#: glance/common/exception.py:251
1470
1471
msgid "Response from Keystone does not contain a Glance endpoint."
1471
1472
msgstr "Odgovor od Keystonea ne sadrži Glance krajnju tačku."
1472
1473
 
1473
 
#: glance/common/exception.py:263
 
1474
#: glance/common/exception.py:255
1474
1475
#, python-format
1475
1476
msgid ""
1476
1477
"Multiple 'image' service matches for region %(region)s. This generally means "
1477
1478
"that a region is required and you have not supplied one."
1478
1479
msgstr ""
1479
1480
 
1480
 
#: glance/common/exception.py:269
 
1481
#: glance/common/exception.py:261
1481
1482
#, python-format
1482
1483
msgid "Server worker creation failed: %(reason)s."
1483
1484
msgstr ""
1484
1485
 
1485
 
#: glance/common/exception.py:273
 
1486
#: glance/common/exception.py:265
1486
1487
#, python-format
1487
1488
msgid "Unable to load schema: %(reason)s"
1488
1489
msgstr ""
1489
1490
 
1490
 
#: glance/common/exception.py:277
 
1491
#: glance/common/exception.py:269
1491
1492
#, python-format
1492
1493
msgid "Provided object does not match schema '%(schema)s': %(reason)s"
1493
1494
msgstr ""
1494
1495
 
1495
 
#: glance/common/exception.py:282
 
1496
#: glance/common/exception.py:274
1496
1497
#, python-format
1497
1498
msgid "Provided header feature is unsupported: %(feature)s"
1498
1499
msgstr ""
1499
1500
 
1500
 
#: glance/common/exception.py:286
 
1501
#: glance/common/exception.py:278
1501
1502
msgid ""
1502
1503
"The image cannot be deleted because it is in use through the backend store "
1503
1504
"outside of Glance."
1504
1505
msgstr ""
1505
1506
 
1506
 
#: glance/common/exception.py:291
 
1507
#: glance/common/exception.py:283
1507
1508
msgid "The provided image is too large."
1508
1509
msgstr ""
1509
1510
 
1510
 
#: glance/common/exception.py:301
 
1511
#: glance/common/exception.py:293
1511
1512
#, python-format
1512
1513
msgid ""
1513
1514
"The limit has been exceeded on the number of allowed image properties. "
1514
1515
"Attempted: %(attempted)s, Maximum: %(maximum)s"
1515
1516
msgstr ""
1516
1517
 
1517
 
#: glance/common/exception.py:306
 
1518
#: glance/common/exception.py:298
1518
1519
#, python-format
1519
1520
msgid ""
1520
1521
"The limit has been exceeded on the number of allowed image tags. Attempted: "
1521
1522
"%(attempted)s, Maximum: %(maximum)s"
1522
1523
msgstr ""
1523
1524
 
1524
 
#: glance/common/exception.py:311
 
1525
#: glance/common/exception.py:303
1525
1526
#, python-format
1526
1527
msgid ""
1527
1528
"The limit has been exceeded on the number of allowed image locations. "
1528
1529
"Attempted: %(attempted)s, Maximum: %(maximum)s"
1529
1530
msgstr ""
1530
1531
 
1531
 
#: glance/common/exception.py:316
 
1532
#: glance/common/exception.py:308
1532
1533
#, python-format
1533
1534
msgid "%(cls)s exception was raised in the last rpc call: %(val)s"
1534
1535
msgstr ""
1535
1536
 
1536
 
#: glance/common/exception.py:320
 
1537
#: glance/common/exception.py:312
1537
1538
msgid "An unknown task exception occurred"
1538
1539
msgstr ""
1539
1540
 
1540
 
#: glance/common/exception.py:324
 
1541
#: glance/common/exception.py:316
1541
1542
#, python-format
1542
1543
msgid "Task with the given id %(task_id)s was not found"
1543
1544
msgstr ""
1544
1545
 
1545
 
#: glance/common/exception.py:328
 
1546
#: glance/common/exception.py:320
1546
1547
#, python-format
1547
1548
msgid "Provided status of task is unsupported: %(status)s"
1548
1549
msgstr ""
1549
1550
 
1550
 
#: glance/common/exception.py:332
 
1551
#: glance/common/exception.py:324
1551
1552
#, python-format
1552
1553
msgid "Provided type of task is unsupported: %(type)s"
1553
1554
msgstr ""
1554
1555
 
1555
 
#: glance/common/exception.py:336
 
1556
#: glance/common/exception.py:328
1556
1557
#, python-format
1557
1558
msgid ""
1558
1559
"Status transition from %(cur_status)s to %(new_status)s is not allowed"
1559
1560
msgstr ""
1560
1561
 
 
1562
#: glance/common/exception.py:333
 
1563
#, python-format
 
1564
msgid "The location %(location)s already exists"
 
1565
msgstr ""
 
1566
 
1561
1567
#: glance/common/exception.py:341
1562
1568
#, python-format
1563
 
msgid "The location %(location)s already exists"
1564
 
msgstr ""
1565
 
 
1566
 
#: glance/common/exception.py:349
1567
 
#, python-format
1568
1569
msgid "Invalid value '%(value)s' for parameter '%(param)s': %(extra_msg)s"
1569
1570
msgstr ""
1570
1571
 
1571
 
#: glance/common/exception.py:354
 
1572
#: glance/common/exception.py:346
1572
1573
#, python-format
1573
1574
msgid ""
1574
1575
"Image status transition from %(cur_status)s to %(new_status)s is not allowed"
1575
1576
msgstr ""
1576
1577
 
1577
 
#: glance/common/property_utils.py:36
 
1578
#: glance/common/property_utils.py:37
1578
1579
msgid "The location of the property protection file."
1579
1580
msgstr ""
1580
1581
 
1581
 
#: glance/common/property_utils.py:39
 
1582
#: glance/common/property_utils.py:40
1582
1583
msgid ""
1583
1584
"This config value indicates whether \"roles\" or \"policies\" are used in "
1584
1585
"the property protection file."
1585
1586
msgstr ""
1586
1587
 
1587
 
#: glance/common/property_utils.py:74
 
1588
#: glance/common/property_utils.py:75
1588
1589
#, python-format
1589
1590
msgid "Couldn't find property protection file %(file)s: %(error)s."
1590
1591
msgstr ""
1591
1592
 
1592
 
#: glance/common/property_utils.py:81
 
1593
#: glance/common/property_utils.py:82
1593
1594
#, python-format
1594
1595
msgid ""
1595
1596
"Invalid value '%s' for 'property_protection_rule_format'. The permitted "
1596
1597
"values are 'roles' and 'policies'"
1597
1598
msgstr ""
1598
1599
 
1599
 
#: glance/common/property_utils.py:100
 
1600
#: glance/common/property_utils.py:101
1600
1601
#, python-format
1601
1602
msgid ""
1602
1603
"Multiple policies '%s' not allowedfor a given operation. Policies can be "
1603
1604
"combined in the policy file"
1604
1605
msgstr ""
1605
1606
 
1606
 
#: glance/common/property_utils.py:113
 
1607
#: glance/common/property_utils.py:114
1607
1608
#, python-format
1608
1609
msgid ""
1609
1610
"Malformed property protection rule in [%(prop)s] %(op)s=%(perm)s: '@' and "
1610
1611
"'!' are mutually exclusive"
1611
1612
msgstr ""
1612
1613
 
1613
 
#: glance/common/property_utils.py:126
 
1614
#: glance/common/property_utils.py:127
1614
1615
#, python-format
1615
1616
msgid ""
1616
1617
"Property protection on operation %(operation)s for rule %(rule)s is not "
1617
1618
"found. No role will be allowed to perform this operation."
1618
1619
msgstr ""
1619
1620
 
1620
 
#: glance/common/property_utils.py:138
 
1621
#: glance/common/property_utils.py:139
1621
1622
#, python-format
1622
1623
msgid "Encountered a malformed property protection rule %(rule)s: %(error)s."
1623
1624
msgstr ""
1624
1625
 
1625
 
#: glance/common/rpc.py:140
 
1626
#: glance/common/rpc.py:139
1626
1627
msgid "Request must be a list of commands"
1627
1628
msgstr ""
1628
1629
 
1629
 
#: glance/common/rpc.py:145
 
1630
#: glance/common/rpc.py:144
1630
1631
#, python-format
1631
1632
msgid "Bad Command: %s"
1632
1633
msgstr ""
1633
1634
 
1634
 
#: glance/common/rpc.py:152
 
1635
#: glance/common/rpc.py:151
1635
1636
#, python-format
1636
1637
msgid "Wrong command structure: %s"
1637
1638
msgstr ""
1638
1639
 
1639
 
#: glance/common/rpc.py:161
 
1640
#: glance/common/rpc.py:160
1640
1641
msgid "Command not found"
1641
1642
msgstr ""
1642
1643
 
1643
 
#: glance/common/rpc.py:183
 
1644
#: glance/common/rpc.py:182
1644
1645
#, python-format
1645
1646
msgid ""
1646
1647
"RPC Call Error: %(val)s\n"
1683
1684
msgid "Invalid format of swift store configcfg"
1684
1685
msgstr ""
1685
1686
 
1686
 
#: glance/common/utils.py:111
 
1687
#: glance/common/utils.py:103
1687
1688
#, python-format
1688
1689
msgid "Error: cooperative_iter exception %s"
1689
1690
msgstr ""
1690
1691
 
1691
 
#: glance/common/utils.py:258
 
1692
#: glance/common/utils.py:251
1692
1693
#, python-format
1693
1694
msgid "Bad header: %(header_name)s"
1694
1695
msgstr ""
1695
1696
 
 
1697
#: glance/common/utils.py:261
 
1698
#, python-format
 
1699
msgid "Cannot convert image %(key)s '%(value)s' to an integer."
 
1700
msgstr ""
 
1701
 
1696
1702
#: glance/common/utils.py:268
1697
1703
#, python-format
1698
 
msgid "Cannot convert image %(key)s '%(value)s' to an integer."
1699
 
msgstr ""
1700
 
 
1701
 
#: glance/common/utils.py:275
1702
 
#, python-format
1703
1704
msgid "Image %(key)s must be >= 0 ('%(value)s' specified)."
1704
1705
msgstr ""
1705
1706
 
1706
 
#: glance/common/utils.py:448
 
1707
#: glance/common/utils.py:433
1707
1708
msgid ""
1708
1709
"Error setting up the debug environment.  Verify that the option "
1709
1710
"pydev_worker_debug_host is pointing to a valid hostname or IP on which a "
1710
1711
"pydev server is listening on the port indicated by pydev_worker_debug_port."
1711
1712
msgstr ""
1712
1713
 
1713
 
#: glance/common/utils.py:485
 
1714
#: glance/common/utils.py:478
1714
1715
#, python-format
1715
1716
msgid "Invalid backend: %s"
1716
1717
msgstr ""
1717
1718
 
1718
 
#: glance/common/utils.py:518
 
1719
#: glance/common/utils.py:509
1719
1720
#, python-format
1720
1721
msgid ""
1721
1722
"There is a problem with your %(error_key_name)s %(error_filename)s.  Please "
1722
1723
"verify it.  Error: %(ioe)s"
1723
1724
msgstr ""
1724
1725
 
1725
 
#: glance/common/utils.py:525
 
1726
#: glance/common/utils.py:516
1726
1727
#, python-format
1727
1728
msgid ""
1728
1729
"There is a problem with your %(error_key_name)s %(error_filename)s.  Please "
1729
1730
"verify it. OpenSSL error: %(ce)s"
1730
1731
msgstr ""
1731
1732
 
1732
 
#: glance/common/utils.py:539
 
1733
#: glance/common/utils.py:530
1733
1734
#, python-format
1734
1735
msgid ""
1735
1736
"There is a problem with your key pair.  Please verify that cert "
1736
1737
"%(cert_file)s and key %(key_file)s belong together.  OpenSSL error %(ce)s"
1737
1738
msgstr ""
1738
1739
 
1739
 
#: glance/common/utils.py:617
 
1740
#: glance/common/utils.py:602
1740
1741
#, python-format
1741
1742
msgid "Host and port \"%s\" is not valid."
1742
1743
msgstr ""
1743
1744
 
1744
 
#: glance/common/utils.py:620
 
1745
#: glance/common/utils.py:605
1745
1746
#, python-format
1746
1747
msgid "Port \"%s\" is not valid."
1747
1748
msgstr ""
1748
1749
 
1749
 
#: glance/common/utils.py:629
 
1750
#: glance/common/utils.py:614
1750
1751
#, python-format
1751
1752
msgid "Host \"%s\" is not valid."
1752
1753
msgstr ""
1753
1754
 
1754
 
#: glance/common/utils.py:632
 
1755
#: glance/common/utils.py:617
1755
1756
#, python-format
1756
1757
msgid ""
1757
1758
"%s Please specify a host:port pair, where host is an IPv4 address, IPv6 "
1759
1760
"separately from the port (i.e., \"[fe80::a:b:c]:9876\")."
1760
1761
msgstr ""
1761
1762
 
1762
 
#: glance/common/wsgi.py:55
 
1763
#: glance/common/wsgi.py:53
1763
1764
msgid ""
1764
1765
"Address to bind the server.  Useful when selecting a particular network "
1765
1766
"interface."
1766
1767
msgstr ""
1767
1768
 
1768
 
#: glance/common/wsgi.py:58
 
1769
#: glance/common/wsgi.py:56
1769
1770
msgid "The port on which the server will listen."
1770
1771
msgstr ""
1771
1772
 
1772
 
#: glance/common/wsgi.py:63
 
1773
#: glance/common/wsgi.py:61
1773
1774
msgid ""
1774
1775
"The backlog value that will be used when creating the TCP listener socket."
1775
1776
msgstr ""
1776
1777
 
1777
 
#: glance/common/wsgi.py:66
 
1778
#: glance/common/wsgi.py:64
1778
1779
msgid ""
1779
1780
"The value for the socket option TCP_KEEPIDLE.  This is the time in seconds "
1780
1781
"that the connection must be idle before TCP starts sending keepalive probes."
1781
1782
msgstr ""
1782
1783
 
 
1784
#: glance/common/wsgi.py:67
 
1785
msgid "CA certificate file to use to verify connecting clients."
 
1786
msgstr ""
 
1787
 
1783
1788
#: glance/common/wsgi.py:69
1784
 
msgid "CA certificate file to use to verify connecting clients."
 
1789
msgid "Certificate file to use when starting API server securely."
1785
1790
msgstr ""
1786
1791
 
1787
1792
#: glance/common/wsgi.py:71
1788
 
msgid "Certificate file to use when starting API server securely."
1789
 
msgstr ""
1790
 
 
1791
 
#: glance/common/wsgi.py:73
1792
1793
msgid "Private key file to use when starting API server securely."
1793
1794
msgstr ""
1794
1795
 
1798
1799
"requests. The default will be equal to the number of CPUs available."
1799
1800
msgstr ""
1800
1801
 
1801
 
#: glance/common/wsgi.py:83
 
1802
#: glance/common/wsgi.py:80
1802
1803
msgid ""
1803
1804
"Name of eventlet hub to use. Traditionally, we have only supported 'poll', "
1804
1805
"however 'selects' may be appropriate for some platforms. See "
1805
1806
"http://eventlet.net/doc/hubs.html for more details."
1806
1807
msgstr ""
1807
1808
 
1808
 
#: glance/common/wsgi.py:88
 
1809
#: glance/common/wsgi.py:85
1809
1810
msgid ""
1810
1811
"Maximum line size of message headers to be accepted. max_header_line may "
1811
1812
"need to be increased when using large tokens (typically those generated by "
1812
1813
"the Keystone v3 API with big service catalogs"
1813
1814
msgstr ""
1814
1815
 
1815
 
#: glance/common/wsgi.py:134
 
1816
#: glance/common/wsgi.py:131
1816
1817
msgid ""
1817
1818
"When running server in SSL mode, you must specify both a cert_file and "
1818
1819
"key_file option value in your configuration file"
1820
1821
"Za vrijeme pokretanja servera u SSL modeu, morate specificirati i cert_file "
1821
1822
"i key_file vrijednost opcije u Vašoj konfiguracijskoj datoteci"
1822
1823
 
1823
 
#: glance/common/wsgi.py:172
 
1824
#: glance/common/wsgi.py:169
1824
1825
#, python-format
1825
1826
msgid "Could not bind to %(host)s:%(port)s after trying for 30 seconds"
1826
1827
msgstr ""
1827
1828
 
1828
 
#: glance/common/wsgi.py:247
 
1829
#: glance/common/wsgi.py:244 glance/openstack/common/service.py:240
1829
1830
#, python-format
1830
1831
msgid "Starting %d workers"
1831
1832
msgstr "Započinje %d radnika"
1832
1833
 
1833
 
#: glance/common/wsgi.py:262
 
1834
#: glance/common/wsgi.py:259
1834
1835
#, python-format
1835
1836
msgid "Removing dead child %s"
1836
1837
msgstr "Brisanje mrtvog djeteta %s"
1837
1838
 
1838
 
#: glance/common/wsgi.py:265
 
1839
#: glance/common/wsgi.py:262
1839
1840
#, python-format
1840
1841
msgid "Not respawning child %d, cannot recover from termination"
1841
1842
msgstr ""
1842
1843
 
1843
 
#: glance/common/wsgi.py:269
 
1844
#: glance/common/wsgi.py:266
1844
1845
msgid "All workers have terminated. Exiting"
1845
1846
msgstr ""
1846
1847
 
1847
 
#: glance/common/wsgi.py:277
 
1848
#: glance/common/wsgi.py:274
1848
1849
msgid "Caught keyboard interrupt. Exiting."
1849
1850
msgstr "Uhvaćena prekid u tastatuti. Izlazak."
1850
1851
 
1851
 
#: glance/common/wsgi.py:303
 
1852
#: glance/common/wsgi.py:300
1852
1853
#, python-format
1853
1854
msgid "Child %d exiting normally"
1854
1855
msgstr "Dijete %d izlazi normalno"
1855
1856
 
1856
 
#: glance/common/wsgi.py:308
 
1857
#: glance/common/wsgi.py:305
1857
1858
#, python-format
1858
1859
msgid "Started child %s"
1859
1860
msgstr "Započinje dijete %s"
1860
1861
 
1861
 
#: glance/common/wsgi.py:321
 
1862
#: glance/common/wsgi.py:318
1862
1863
#, python-format
1863
1864
msgid "eventlet '%s' hub is not available on this platform"
1864
1865
msgstr ""
1865
1866
 
1866
 
#: glance/common/wsgi.py:338
 
1867
#: glance/common/wsgi.py:335
1867
1868
msgid "Starting single process server"
1868
1869
msgstr "Započinje server sa jednim procesom"
1869
1870
 
1870
 
#: glance/common/wsgi.py:555
 
1871
#: glance/common/wsgi.py:552
1871
1872
msgid "Malformed JSON in request body."
1872
1873
msgstr ""
1873
1874
 
1904
1905
"location strategy defined by the 'location_strategy' config option."
1905
1906
msgstr ""
1906
1907
 
1907
 
#: glance/db/__init__.py:67 glance/db/__init__.py:170 glance/db/__init__.py:182
 
1908
#: glance/db/__init__.py:64 glance/db/__init__.py:167 glance/db/__init__.py:179
 
1909
#: glance/db/sqlalchemy/api.py:181
1908
1910
#, python-format
1909
1911
msgid "No image found with ID %s"
1910
1912
msgstr ""
1911
1913
 
1912
 
#: glance/db/__init__.py:241
 
1914
#: glance/db/__init__.py:238
1913
1915
#, python-format
1914
1916
msgid ""
1915
1917
"The target member %(member_id)s is already associated with image "
1916
1918
"%(image_id)s."
1917
1919
msgstr ""
1918
1920
 
1919
 
#: glance/db/__init__.py:258
 
1921
#: glance/db/__init__.py:255
1920
1922
#, python-format
1921
1923
msgid "The specified member %s could not be found"
1922
1924
msgstr ""
1923
1925
 
1924
 
#: glance/db/__init__.py:336 glance/db/__init__.py:357
1925
 
#: glance/db/__init__.py:374 glance/db/simple/api.py:764
 
1926
#: glance/db/__init__.py:334 glance/db/__init__.py:360
 
1927
#: glance/db/__init__.py:377 glance/db/simple/api.py:762
1926
1928
#, python-format
1927
1929
msgid "Could not find task %s"
1928
1930
msgstr ""
1929
1931
 
1930
 
#: glance/db/simple/api.py:43
 
1932
#: glance/db/simple/api.py:41
1931
1933
#, python-format
1932
1934
msgid "Calling %(funcname)s: args=%(args)s, kwargs=%(kwargs)s"
1933
1935
msgstr ""
1934
1936
 
1935
 
#: glance/db/simple/api.py:48
 
1937
#: glance/db/simple/api.py:46
1936
1938
#, python-format
1937
1939
msgid "Returning %(funcname)s: %(output)s"
1938
1940
msgstr ""
1939
1941
 
1940
 
#: glance/db/simple/api.py:258 glance/db/sqlalchemy/api.py:408
 
1942
#: glance/db/simple/api.py:256 glance/db/sqlalchemy/api.py:407
1941
1943
msgid "Unable to filter on a range with a non-numeric value."
1942
1944
msgstr ""
1943
1945
 
1944
 
#: glance/db/simple/api.py:331
 
1946
#: glance/db/simple/api.py:329
1945
1947
#, python-format
1946
1948
msgid "Could not find image %s"
1947
1949
msgstr ""
1948
1950
 
1949
 
#: glance/db/simple/api.py:335
 
1951
#: glance/db/simple/api.py:333
1950
1952
msgid "Unable to get deleted image"
1951
1953
msgstr ""
1952
1954
 
1953
 
#: glance/db/simple/api.py:339
 
1955
#: glance/db/simple/api.py:337
1954
1956
msgid "Unable to get unowned image"
1955
1957
msgstr ""
1956
1958
 
1957
 
#: glance/db/simple/api.py:427 glance/db/sqlalchemy/api.py:952
 
1959
#: glance/db/simple/api.py:425 glance/db/sqlalchemy/api.py:951
1958
1960
msgid "Image id is required."
1959
1961
msgstr ""
1960
1962
 
1961
 
#: glance/db/simple/api.py:769
 
1963
#: glance/db/simple/api.py:767
1962
1964
#, python-format
1963
1965
msgid "Unable to get deleted task %s"
1964
1966
msgstr ""
1965
1967
 
1966
 
#: glance/db/simple/api.py:892
 
1968
#: glance/db/simple/api.py:890
1967
1969
msgid "Task does not exist"
1968
1970
msgstr ""
1969
1971
 
1970
 
#: glance/db/simple/api.py:930
 
1972
#: glance/db/simple/api.py:928
1971
1973
#, python-format
1972
1974
msgid "Could not find task info %s"
1973
1975
msgstr ""
1974
1976
 
1975
 
#: glance/db/sqlalchemy/api.py:85
 
1977
#: glance/db/sqlalchemy/api.py:84
1976
1978
msgid "Attempted to modify image user did not own."
1977
1979
msgstr "Pokušaj da se promijeni slika koju korisnik ne posjeduje."
1978
1980
 
1979
 
#: glance/db/sqlalchemy/api.py:86
 
1981
#: glance/db/sqlalchemy/api.py:85
1980
1982
msgid "You do not own this image"
1981
1983
msgstr "Ne posjedujete ovu sliku"
1982
1984
 
1983
 
#: glance/db/sqlalchemy/api.py:275
 
1985
#: glance/db/sqlalchemy/api.py:274
1984
1986
msgid "Id not in sort_keys; is sort_keys unique?"
1985
1987
msgstr ""
1986
1988
 
1987
 
#: glance/db/sqlalchemy/api.py:338
1988
 
#: glance/openstack/common/db/sqlalchemy/utils.py:119
 
1989
#: glance/db/sqlalchemy/api.py:337
 
1990
#: glance/openstack/common/db/sqlalchemy/utils.py:121
1989
1991
msgid "Unknown sort direction, must be 'desc' or 'asc'"
1990
1992
msgstr ""
1991
1993
 
1992
 
#: glance/db/sqlalchemy/api.py:683
 
1994
#: glance/db/sqlalchemy/api.py:682
1993
1995
#: glance/tests/unit/v2/test_registry_client.py:500
1994
1996
#, python-format
1995
1997
msgid ""
2007
2009
msgid "dropping table %(table)s"
2008
2010
msgstr "ispuštanje tabele %(table)s"
2009
2011
 
2010
 
#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:60
2011
 
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:90
 
2012
#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:58
 
2013
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:88
2012
2014
#, python-format
2013
2015
msgid "Invalid store uri for image: %(image_id)s. Details: %(reason)s"
2014
2016
msgstr ""
2015
2017
 
2016
 
#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:88
2017
 
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:151
 
2018
#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:86
 
2019
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:149
2018
2020
msgid ""
2019
2021
"URI cannot contain more than one occurrence of a scheme.If you have "
2020
2022
"specified a URI like swift://user:pass@http://authurl.com/v1/container/obj, "
2026
2028
"morate ga promijeniti da biste koristili  swift+http:// shemu, poput: "
2027
2029
"swift+http://user:pass@authurl.com/v1/container/obj"
2028
2030
 
2029
 
#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:125
2030
 
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:187
 
2031
#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:123
 
2032
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:185
2031
2033
#, python-format
2032
2034
msgid "Badly formed credentials '%(creds)s' in Swift URI"
2033
2035
msgstr "Loše kreirana uvjerenja '%(creds)s' u Swift URI-u"
2034
2036
 
2035
 
#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:137
2036
 
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:199
2037
 
#: glance/store/swift.py:248
 
2037
#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:135
 
2038
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:197
 
2039
#: glance/store/swift.py:246
2038
2040
msgid "Badly formed credentials in Swift URI."
2039
2041
msgstr ""
2040
2042
 
2041
 
#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:154
2042
 
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:216
 
2043
#: glance/db/sqlalchemy/migrate_repo/versions/015_quote_swift_credentials.py:152
 
2044
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:214
2043
2045
#, python-format
2044
2046
msgid "Badly formed S3 URI: %(uri)s"
2045
2047
msgstr ""
2046
2048
 
2047
 
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:66
 
2049
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:65
2048
2050
msgid ""
2049
2051
"'metadata_encryption_key' was not specified in the config file or a config "
2050
2052
"file was not specified. This means that this migration is a NOOP."
2051
2053
msgstr ""
2052
2054
 
2053
 
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:86
 
2055
#: glance/db/sqlalchemy/migrate_repo/versions/017_quote_encrypted_swift_credentials.py:85
2054
2056
#, python-format
2055
2057
msgid "Failed to decrypt location value for image %(image_id)s"
2056
2058
msgstr ""
2057
2059
 
2058
 
#: glance/domain/__init__.py:60
 
2060
#: glance/domain/__init__.py:59
2059
2061
#, python-format
2060
2062
msgid "new_image() got unexpected keywords %s"
2061
2063
msgstr ""
2062
2064
 
2063
 
#: glance/domain/__init__.py:130
 
2065
#: glance/domain/__init__.py:129
2064
2066
#, python-format
2065
2067
msgid "__init__() got unexpected keyword argument '%s'"
2066
2068
msgstr ""
2067
2069
 
2068
 
#: glance/domain/__init__.py:152
 
2070
#: glance/domain/__init__.py:151
2069
2071
#, python-format
2070
2072
msgid "Property %s must be set prior to saving data."
2071
2073
msgstr ""
2072
2074
 
2073
 
#: glance/domain/__init__.py:155
 
2075
#: glance/domain/__init__.py:154
2074
2076
#, python-format
2075
2077
msgid "Properties %s must be set prior to saving data."
2076
2078
msgstr ""
2077
2079
 
2078
 
#: glance/domain/__init__.py:172
 
2080
#: glance/domain/__init__.py:171
2079
2081
msgid "Visibility must be either \"public\" or \"private\""
2080
2082
msgstr ""
2081
2083
 
2082
 
#: glance/domain/__init__.py:191
 
2084
#: glance/domain/__init__.py:190
2083
2085
msgid "Attribute container_format can be only replaced for a queued image."
2084
2086
msgstr ""
2085
2087
 
2086
 
#: glance/domain/__init__.py:203
 
2088
#: glance/domain/__init__.py:202
2087
2089
msgid "Attribute disk_format can be only replaced for a queued image."
2088
2090
msgstr ""
2089
2091
 
2090
 
#: glance/domain/__init__.py:215 glance/domain/__init__.py:228
 
2092
#: glance/domain/__init__.py:214 glance/domain/__init__.py:227
2091
2093
msgid "Cannot be a negative value"
2092
2094
msgstr ""
2093
2095
 
2094
 
#: glance/domain/__init__.py:293
 
2096
#: glance/domain/__init__.py:292
2095
2097
msgid "Status must be \"pending\", \"accepted\" or \"rejected\"."
2096
2098
msgstr ""
2097
2099
 
2098
 
#: glance/domain/__init__.py:369
 
2100
#: glance/domain/__init__.py:356
2099
2101
#, python-format
2100
2102
msgid "Task status changed from %(cur_status)s to %(new_status)s"
2101
2103
msgstr ""
2102
2104
 
2103
 
#: glance/domain/__init__.py:374
 
2105
#: glance/domain/__init__.py:361
2104
2106
#, python-format
2105
2107
msgid "Task status failed to change from %(cur_status)s to %(new_status)s"
2106
2108
msgstr ""
2107
2109
 
2108
 
#: glance/image_cache/__init__.py:35
 
2110
#: glance/image_cache/__init__.py:34
2109
2111
msgid "The driver to use for image cache management."
2110
2112
msgstr ""
2111
2113
 
2112
 
#: glance/image_cache/__init__.py:37
 
2114
#: glance/image_cache/__init__.py:36
2113
2115
msgid "The maximum size in bytes that the cache can use."
2114
2116
msgstr ""
2115
2117
 
2116
 
#: glance/image_cache/__init__.py:39
 
2118
#: glance/image_cache/__init__.py:38
2117
2119
msgid ""
2118
2120
"The amount of time to let an image remain in the cache without being "
2119
2121
"accessed."
2120
2122
msgstr ""
2121
2123
 
2122
 
#: glance/image_cache/__init__.py:42
 
2124
#: glance/image_cache/__init__.py:41
2123
2125
msgid "Base directory that the Image Cache uses."
2124
2126
msgstr ""
2125
2127
 
2126
 
#: glance/image_cache/__init__.py:64
 
2128
#: glance/image_cache/__init__.py:63
2127
2129
#, python-format
2128
2130
msgid "Image cache loaded driver '%s'."
2129
2131
msgstr "Keš slika pokrenula drajver '%s'."
2130
2132
 
2131
 
#: glance/image_cache/__init__.py:67
 
2133
#: glance/image_cache/__init__.py:66
2132
2134
#, python-format
2133
2135
msgid ""
2134
2136
"Image cache driver '%(driver_name)s' failed to load. Got error: "
2137
2139
"Drajver za keš sliku '%(driver_name)s' se nije mogao učitati. Dobivena "
2138
2140
"greška: '%(import_err)s."
2139
2141
 
2140
 
#: glance/image_cache/__init__.py:74 glance/image_cache/__init__.py:93
 
2142
#: glance/image_cache/__init__.py:73 glance/image_cache/__init__.py:92
2141
2143
msgid "Defaulting to SQLite driver."
2142
2144
msgstr "Standardizira se na SQLite drajver."
2143
2145
 
2144
 
#: glance/image_cache/__init__.py:88
 
2146
#: glance/image_cache/__init__.py:87
2145
2147
#, python-format
2146
2148
msgid ""
2147
2149
"Image cache driver '%(driver_module)s' failed to configure. Got error: "
2150
2152
"Drajver za keš sliku '%(driver_module)s' se nije mogao podesiti. Dobivena "
2151
2153
"greška: '%(config_err)s."
2152
2154
 
2153
 
#: glance/image_cache/__init__.py:254
 
2155
#: glance/image_cache/__init__.py:253
2154
2156
#, python-format
2155
2157
msgid "Checksum verification failed. Aborted caching of image '%s'."
2156
2158
msgstr ""
2157
2159
 
2158
 
#: glance/image_cache/__init__.py:264
 
2160
#: glance/image_cache/__init__.py:263
2159
2161
#, python-format
2160
2162
msgid ""
2161
2163
"Exception encountered while tee'ing image '%(image_id)s' into cache: "
2192
2194
msgid "Failed to read %s from config"
2193
2195
msgstr "Neuspješno čitanje %s iz config-a"
2194
2196
 
2195
 
#: glance/image_cache/drivers/sqlite.py:40
 
2197
#: glance/image_cache/drivers/sqlite.py:39
2196
2198
msgid ""
2197
2199
"The path to the sqlite file database that will be used for image cache "
2198
2200
"management."
2199
2201
msgstr ""
2200
2202
 
2201
 
#: glance/image_cache/drivers/sqlite.py:122
 
2203
#: glance/image_cache/drivers/sqlite.py:121
2202
2204
#, python-format
2203
2205
msgid "Failed to initialize the image cache database. Got error: %s"
2204
2206
msgstr ""
2205
2207
"Neuspješno inicijaliziranje baze podataka o keš slici. Dobivena greška: %s"
2206
2208
 
2207
 
#: glance/image_cache/drivers/sqlite.py:393
 
2209
#: glance/image_cache/drivers/sqlite.py:392
2208
2210
#, python-format
2209
2211
msgid "Error executing SQLite call. Got error: %s"
2210
2212
msgstr "Greška prilikom izvršavanja SQLite poziva. Dobivena greška: %s"
2211
2213
 
2212
 
#: glance/image_cache/drivers/sqlite.py:409
2213
 
#: glance/image_cache/drivers/xattr.py:338
 
2214
#: glance/image_cache/drivers/sqlite.py:408
 
2215
#: glance/image_cache/drivers/xattr.py:337
2214
2216
#, python-format
2215
2217
msgid "Not queueing image '%s'. Already cached."
2216
2218
msgstr "Slika '%s' nije na čekanju. Već keširana."
2217
2219
 
2218
 
#: glance/image_cache/drivers/sqlite.py:414
2219
 
#: glance/image_cache/drivers/xattr.py:343
 
2220
#: glance/image_cache/drivers/sqlite.py:413
 
2221
#: glance/image_cache/drivers/xattr.py:342
2220
2222
#, python-format
2221
2223
msgid "Not queueing image '%s'. Already being written to cache"
2222
2224
msgstr "Slika '%s' nije na čekanju. Već se zapisuje u keš"
2223
2225
 
2224
 
#: glance/image_cache/drivers/sqlite.py:420
2225
 
#: glance/image_cache/drivers/xattr.py:349
 
2226
#: glance/image_cache/drivers/sqlite.py:419
 
2227
#: glance/image_cache/drivers/xattr.py:348
2226
2228
#, python-format
2227
2229
msgid "Not queueing image '%s'. Already queued."
2228
2230
msgstr "Slika '%s' nije na čekanju. Več je bila na čekanju."
2229
2231
 
2230
 
#: glance/image_cache/drivers/sqlite.py:438
 
2232
#: glance/image_cache/drivers/sqlite.py:437
2231
2233
#, python-format
2232
2234
msgid "Removed invalid cache file %s"
2233
2235
msgstr ""
2234
2236
 
2235
 
#: glance/image_cache/drivers/sqlite.py:452
 
2237
#: glance/image_cache/drivers/sqlite.py:451
2236
2238
#, python-format
2237
2239
msgid "Removed stalled cache file %s"
2238
2240
msgstr ""
2239
2241
 
2240
 
#: glance/image_cache/drivers/sqlite.py:454
 
2242
#: glance/image_cache/drivers/sqlite.py:453
2241
2243
#, python-format
2242
2244
msgid "Failed to delete file %(path)s. Got error: %(e)s"
2243
2245
msgstr ""
2244
2246
 
2245
 
#: glance/image_cache/drivers/sqlite.py:491
2246
 
#: glance/image_cache/drivers/xattr.py:442
 
2247
#: glance/image_cache/drivers/sqlite.py:490
 
2248
#: glance/image_cache/drivers/xattr.py:441
2247
2249
#, python-format
2248
2250
msgid "Cached image file '%s' doesn't exist, unable to delete"
2249
2251
msgstr "Datoteka keširane slike '%s' ne postoji, nije je moguće izbrisati"
2250
2252
 
2251
 
#: glance/image_cache/drivers/xattr.py:105
 
2253
#: glance/image_cache/drivers/xattr.py:104
2252
2254
#, python-format
2253
2255
msgid ""
2254
2256
"The device housing the image cache directory %(image_cache_dir)s does not "
2260
2262
"xattr. Vjerovatno ćete morati promijeniti Vaš fstab i dodati user_xattr "
2261
2263
"opciju odgovarajućoj liniji za uređaj koji sadrži keš direktorij."
2262
2264
 
2263
 
#: glance/image_cache/drivers/xattr.py:395
 
2265
#: glance/image_cache/drivers/xattr.py:394
2264
2266
#, python-format
2265
2267
msgid "Reaped %(reaped)s %(entry_type)s cache entries"
2266
2268
msgstr "Skupljanje %(reaped)s %(entry_type)s keš unosa"
2267
2269
 
2268
 
#: glance/openstack/common/gettextutils.py:320
 
2270
#: glance/openstack/common/gettextutils.py:297
2269
2271
msgid "Message objects do not support addition."
2270
2272
msgstr ""
2271
2273
 
2272
 
#: glance/openstack/common/gettextutils.py:330
 
2274
#: glance/openstack/common/gettextutils.py:306
2273
2275
msgid ""
2274
2276
"Message objects do not support str() because they may contain non-ascii "
2275
2277
"characters. Please use unicode() or translate() instead."
2280
2282
msgid "Unable to acquire lock on `%(filename)s` due to %(exception)s"
2281
2283
msgstr ""
2282
2284
 
2283
 
#: glance/openstack/common/log.py:327
 
2285
#: glance/openstack/common/log.py:313
2284
2286
#, python-format
2285
2287
msgid "Deprecated: %s"
2286
2288
msgstr ""
2287
2289
 
2288
 
#: glance/openstack/common/log.py:436
 
2290
#: glance/openstack/common/log.py:416
2289
2291
#, python-format
2290
2292
msgid "Error loading logging config %(log_config)s: %(err_msg)s"
2291
2293
msgstr ""
2292
2294
 
2293
 
#: glance/openstack/common/log.py:486
 
2295
#: glance/openstack/common/log.py:467
2294
2296
#, python-format
2295
2297
msgid "syslog facility must be one of: %s"
2296
2298
msgstr ""
2297
2299
 
2298
 
#: glance/openstack/common/log.py:729
 
2300
#: glance/openstack/common/log.py:688
2299
2301
#, python-format
2300
2302
msgid "Fatal call to deprecated config: %(msg)s"
2301
2303
msgstr ""
2329
2331
"Stderr: %(stderr)r"
2330
2332
msgstr ""
2331
2333
 
2332
 
#: glance/openstack/common/processutils.py:144
 
2334
#: glance/openstack/common/processutils.py:127
2333
2335
#, python-format
2334
2336
msgid "Got unknown keyword args to utils.execute: %r"
2335
2337
msgstr ""
2338
2340
msgid "Command requested root, but did not specify a root helper."
2339
2341
msgstr ""
2340
2342
 
2341
 
#: glance/openstack/common/processutils.py:247
 
2343
#: glance/openstack/common/processutils.py:221
2342
2344
msgid "Environment not supported over SSH"
2343
2345
msgstr ""
2344
2346
 
2345
 
#: glance/openstack/common/processutils.py:251
 
2347
#: glance/openstack/common/processutils.py:225
2346
2348
msgid "process_input not supported over SSH"
2347
2349
msgstr ""
2348
2350
 
2349
 
#: glance/openstack/common/strutils.py:92
 
2351
#: glance/openstack/common/strutils.py:86
2350
2352
#, python-format
2351
2353
msgid "Unrecognized value '%(val)s', acceptable values are: %(acceptable)s"
2352
2354
msgstr ""
2356
2358
msgid "Invalid unit system: \"%s\""
2357
2359
msgstr ""
2358
2360
 
2359
 
#: glance/openstack/common/strutils.py:206
 
2361
#: glance/openstack/common/strutils.py:188
2360
2362
#, python-format
2361
2363
msgid "Invalid string format: %s"
2362
2364
msgstr ""
2365
2367
msgid "Invalid Parameter: Unicode is not supported by the current database."
2366
2368
msgstr ""
2367
2369
 
2368
 
#: glance/openstack/common/db/sqlalchemy/migration.py:190
 
2370
#: glance/openstack/common/db/sqlalchemy/migration.py:188
2369
2371
msgid "version should be an integer"
2370
2372
msgstr ""
2371
2373
 
2372
 
#: glance/openstack/common/db/sqlalchemy/migration.py:219
 
2374
#: glance/openstack/common/db/sqlalchemy/migration.py:216
2373
2375
#, python-format
2374
2376
msgid ""
2375
2377
"Tables \"%s\" have non utf8 collation, please make sure all tables are "
2376
2378
"CHARSET=utf8"
2377
2379
msgstr ""
2378
2380
 
2379
 
#: glance/openstack/common/db/sqlalchemy/migration.py:243
 
2381
#: glance/openstack/common/db/sqlalchemy/migration.py:240
2380
2382
msgid ""
2381
2383
"The database is not under version control, but has tables. Please stamp the "
2382
2384
"current version of the schema manually."
2392
2394
msgid "latest version is %s"
2393
2395
msgstr ""
2394
2396
 
2395
 
#: glance/openstack/common/db/sqlalchemy/utils.py:162
 
2397
#: glance/openstack/common/db/sqlalchemy/utils.py:164
2396
2398
#, python-format
2397
2399
msgid ""
2398
2400
"There is no `deleted` column in `%s` table. Project doesn't use soft-deleted "
2399
2401
"feature."
2400
2402
msgstr ""
2401
2403
 
2402
 
#: glance/openstack/common/db/sqlalchemy/utils.py:174
 
2404
#: glance/openstack/common/db/sqlalchemy/utils.py:176
2403
2405
#, python-format
2404
2406
msgid "Unrecognized read_deleted value '%s'"
2405
2407
msgstr ""
2406
2408
 
2407
 
#: glance/openstack/common/db/sqlalchemy/utils.py:181
 
2409
#: glance/openstack/common/db/sqlalchemy/utils.py:183
2408
2410
#, python-format
2409
2411
msgid "There is no `project_id` column in `%s` table."
2410
2412
msgstr ""
2411
2413
 
2412
 
#: glance/openstack/common/db/sqlalchemy/utils.py:243
 
2414
#: glance/openstack/common/db/sqlalchemy/utils.py:241
2413
2415
msgid "model should be a subclass of ModelBase"
2414
2416
msgstr ""
2415
2417
 
2416
 
#: glance/openstack/common/db/sqlalchemy/utils.py:286
 
2418
#: glance/openstack/common/db/sqlalchemy/utils.py:284
2417
2419
#, python-format
2418
2420
msgid ""
2419
2421
"Please specify column %s in col_name_col_instance param. It is required "
2420
2422
"because column has unsupported type by sqlite)."
2421
2423
msgstr ""
2422
2424
 
2423
 
#: glance/openstack/common/db/sqlalchemy/utils.py:292
 
2425
#: glance/openstack/common/db/sqlalchemy/utils.py:290
2424
2426
#, python-format
2425
2427
msgid ""
2426
2428
"col_name_col_instance param has wrong type of column instance for column %s "
2427
2429
"It should be instance of sqlalchemy.Column."
2428
2430
msgstr ""
2429
2431
 
2430
 
#: glance/openstack/common/db/sqlalchemy/utils.py:400
 
2432
#: glance/openstack/common/db/sqlalchemy/utils.py:391
2431
2433
msgid "Unsupported id columns type"
2432
2434
msgstr ""
2433
2435
 
2434
 
#: glance/quota/__init__.py:318
 
2436
#: glance/quota/__init__.py:316
2435
2437
#, python-format
2436
2438
msgid "Cleaning up %s after exceeding the quota."
2437
2439
msgstr ""
2444
2446
msgid "Port the registry server is listening on."
2445
2447
msgstr ""
2446
2448
 
2447
 
#: glance/registry/api/v1/images.py:106
 
2449
#: glance/registry/api/v1/images.py:105
2448
2450
#, python-format
2449
2451
msgid "Invalid marker. Image %(id)s could not be found."
2450
2452
msgstr ""
2451
2453
 
2452
 
#: glance/registry/api/v1/images.py:108 glance/registry/api/v1/images.py:113
 
2454
#: glance/registry/api/v1/images.py:107 glance/registry/api/v1/images.py:112
2453
2455
msgid "Invalid marker. Image could not be found."
2454
2456
msgstr "Nepodržan marker. Slika nije pronađena."
2455
2457
 
2456
 
#: glance/registry/api/v1/images.py:111 glance/registry/api/v1/images.py:329
2457
 
#: glance/registry/api/v1/images.py:360 glance/registry/api/v1/images.py:479
 
2458
#: glance/registry/api/v1/images.py:110 glance/registry/api/v1/images.py:328
 
2459
#: glance/registry/api/v1/images.py:359 glance/registry/api/v1/images.py:478
2458
2460
#: glance/registry/api/v1/members.py:72 glance/registry/api/v1/members.py:106
2459
2461
#: glance/registry/api/v1/members.py:219 glance/registry/api/v1/members.py:279
2460
2462
#, python-format
2461
2463
msgid "Access denied to image %(id)s but returning 'not found'"
2462
2464
msgstr ""
2463
2465
 
2464
 
#: glance/registry/api/v1/images.py:116
 
2466
#: glance/registry/api/v1/images.py:115
2465
2467
msgid "Unable to get images"
2466
2468
msgstr ""
2467
2469
 
2468
 
#: glance/registry/api/v1/images.py:148
 
2470
#: glance/registry/api/v1/images.py:147
2469
2471
msgid "Returning image list"
2470
2472
msgstr ""
2471
2473
 
2472
 
#: glance/registry/api/v1/images.py:166
 
2474
#: glance/registry/api/v1/images.py:165
2473
2475
msgid "Returning detailed image list"
2474
2476
msgstr ""
2475
2477
 
2476
 
#: glance/registry/api/v1/images.py:217
 
2478
#: glance/registry/api/v1/images.py:216
2477
2479
msgid "Unrecognized changes-since value"
2478
2480
msgstr "Neprepoznata vrijednost changes-since"
2479
2481
 
2480
 
#: glance/registry/api/v1/images.py:222
 
2482
#: glance/registry/api/v1/images.py:221
2481
2483
msgid "protected must be True, or False"
2482
2484
msgstr "zaštićeno mora biti Tačno ili Netačno"
2483
2485
 
2484
 
#: glance/registry/api/v1/images.py:269
 
2486
#: glance/registry/api/v1/images.py:268
2485
2487
#, python-format
2486
2488
msgid "Unsupported sort_key. Acceptable values: %s"
2487
2489
msgstr "Nepodržan sort_key. Prihvatljive vrijednosti: %s"
2488
2490
 
2489
 
#: glance/registry/api/v1/images.py:278
 
2491
#: glance/registry/api/v1/images.py:277
2490
2492
#, python-format
2491
2493
msgid "Unsupported sort_dir. Acceptable values: %s"
2492
2494
msgstr "Nepodržan sort_dir. Prihvatljive vrijednosti: %s"
2493
2495
 
2494
 
#: glance/registry/api/v1/images.py:304
 
2496
#: glance/registry/api/v1/images.py:303
2495
2497
msgid "is_public must be None, True, or False"
2496
2498
msgstr "je_javno mora biti Nikakvo, Tačno ili Netačno"
2497
2499
 
2498
 
#: glance/registry/api/v1/images.py:320
 
2500
#: glance/registry/api/v1/images.py:319
2499
2501
#, python-format
2500
2502
msgid "Successfully retrieved image %(id)s"
2501
2503
msgstr ""
2502
2504
 
2503
 
#: glance/registry/api/v1/images.py:323 glance/registry/api/v1/images.py:364
2504
 
#: glance/registry/api/v1/images.py:467 glance/registry/api/v1/members.py:66
 
2505
#: glance/registry/api/v1/images.py:322 glance/registry/api/v1/images.py:363
 
2506
#: glance/registry/api/v1/images.py:466 glance/registry/api/v1/members.py:66
2505
2507
#: glance/registry/api/v1/members.py:100 glance/registry/api/v1/members.py:213
2506
2508
#: glance/registry/api/v1/members.py:273
2507
2509
#, python-format
2508
2510
msgid "Image %(id)s not found"
2509
2511
msgstr ""
2510
2512
 
2511
 
#: glance/registry/api/v1/images.py:333
 
2513
#: glance/registry/api/v1/images.py:332
2512
2514
#, python-format
2513
2515
msgid "Unable to show image %s"
2514
2516
msgstr ""
2515
2517
 
2516
 
#: glance/registry/api/v1/images.py:350
 
2518
#: glance/registry/api/v1/images.py:349
2517
2519
#, python-format
2518
2520
msgid "Successfully deleted image %(id)s"
2519
2521
msgstr ""
2520
2522
 
2521
 
#: glance/registry/api/v1/images.py:354
 
2523
#: glance/registry/api/v1/images.py:353
2522
2524
#, python-format
2523
2525
msgid "Delete denied for public image %(id)s"
2524
2526
msgstr ""
2525
2527
 
2526
 
#: glance/registry/api/v1/images.py:368
 
2528
#: glance/registry/api/v1/images.py:367
2527
2529
#, python-format
2528
2530
msgid "Unable to delete image %s"
2529
2531
msgstr ""
2530
2532
 
2531
 
#: glance/registry/api/v1/images.py:393
 
2533
#: glance/registry/api/v1/images.py:392
2532
2534
#, python-format
2533
2535
msgid "Rejecting image creation request for invalid image id '%(bad_id)s'"
2534
2536
msgstr ""
2535
2537
 
2536
 
#: glance/registry/api/v1/images.py:396
 
2538
#: glance/registry/api/v1/images.py:395
2537
2539
msgid "Invalid image id format"
2538
2540
msgstr "Nepodržan id format slike"
2539
2541
 
2540
 
#: glance/registry/api/v1/images.py:406
 
2542
#: glance/registry/api/v1/images.py:405
2541
2543
#, python-format
2542
2544
msgid "Successfully created image %(id)s"
2543
2545
msgstr ""
2544
2546
 
2545
 
#: glance/registry/api/v1/images.py:410
 
2547
#: glance/registry/api/v1/images.py:409
2546
2548
#, python-format
2547
2549
msgid "Image with identifier %s already exists!"
2548
2550
msgstr "Slika sa '%s' identifikatorom već postoji!"
2549
2551
 
2550
 
#: glance/registry/api/v1/images.py:414
 
2552
#: glance/registry/api/v1/images.py:413
2551
2553
#, python-format
2552
2554
msgid "Failed to add image metadata. Got error: %(e)s"
2553
2555
msgstr "Neuspješno dodavanje meta-podataka slike. Dobivena poruka: %(e)s"
2554
2556
 
2555
 
#: glance/registry/api/v1/images.py:419
 
2557
#: glance/registry/api/v1/images.py:418
2556
2558
#, python-format
2557
2559
msgid "Unable to create image %s"
2558
2560
msgstr ""
2559
2561
 
2560
 
#: glance/registry/api/v1/images.py:458
 
2562
#: glance/registry/api/v1/images.py:457
2561
2563
#, python-format
2562
2564
msgid "Updating metadata for image %(id)s"
2563
2565
msgstr ""
2564
2566
 
2565
 
#: glance/registry/api/v1/images.py:462
 
2567
#: glance/api/v1/images.py:924 glance/registry/api/v1/images.py:461
2566
2568
#, python-format
2567
2569
msgid "Failed to update image metadata. Got error: %(e)s"
2568
2570
msgstr ""
2569
2571
"Greška u ažuriranju meta-podataka slike. Dobivena Failed to update image "
2570
2572
"metadata. Got error: %(e)s"
2571
2573
 
2572
 
#: glance/registry/api/v1/images.py:473
 
2574
#: glance/registry/api/v1/images.py:472
2573
2575
#, python-format
2574
2576
msgid "Update denied for public image %(id)s"
2575
2577
msgstr ""
2576
2578
 
2577
 
#: glance/registry/api/v1/images.py:490
 
2579
#: glance/registry/api/v1/images.py:489
2578
2580
#, python-format
2579
2581
msgid "Unable to update image %s"
2580
2582
msgstr ""
2675
2677
"request to complete. A value of 0 implies no timeout."
2676
2678
msgstr ""
2677
2679
 
2678
 
#: glance/registry/client/__init__.py:43 glance/store/__init__.py:53
 
2680
#: glance/registry/client/__init__.py:43 glance/store/__init__.py:55
2679
2681
msgid ""
2680
2682
"Whether to pass through the user token when making requests to the registry."
2681
2683
msgstr ""
2722
2724
msgid "Could not find required configuration option"
2723
2725
msgstr "Traženje potrebne opcije konfiguracije nije uspjelo"
2724
2726
 
2725
 
#: glance/registry/client/v1/client.py:120
 
2727
#: glance/registry/client/v1/client.py:118
2726
2728
#, python-format
2727
2729
msgid "Registry client request %(method)s %(action)s raised %(exc_name)s"
2728
2730
msgstr ""
2729
2731
 
2730
 
#: glance/store/__init__.py:38
 
2732
#: glance/store/__init__.py:40
2731
2733
msgid ""
2732
2734
"List of which store classes and store class locations are currently known to "
2733
2735
"glance at startup."
2734
2736
msgstr ""
2735
2737
 
2736
 
#: glance/store/__init__.py:41
 
2738
#: glance/store/__init__.py:43
2737
2739
msgid ""
2738
2740
"Default scheme to use to store image data. The scheme must be registered by "
2739
2741
"one of the stores defined by the 'known_stores' config option."
2740
2742
msgstr ""
2741
2743
 
2742
 
#: glance/store/__init__.py:51
 
2744
#: glance/store/__init__.py:53
2743
2745
msgid "Turn on/off delayed delete."
2744
2746
msgstr ""
2745
2747
 
2748
2750
msgid "%s Skipping store driver."
2749
2751
msgstr ""
2750
2752
 
2751
 
#: glance/store/__init__.py:197
 
2753
#: glance/store/__init__.py:196
2752
2754
#, python-format
2753
2755
msgid ""
2754
2756
"%s not found in `known_store`. Stores need to be explicitly enabled in the "
2755
2757
"configuration file."
2756
2758
msgstr ""
2757
2759
 
2758
 
#: glance/store/__init__.py:233
 
2760
#: glance/api/v1/images.py:1052 glance/store/__init__.py:231
2759
2761
#, python-format
2760
2762
msgid "Store for scheme %s not found"
2761
2763
msgstr ""
2762
2764
 
2763
 
#: glance/store/__init__.py:326
 
2765
#: glance/store/__init__.py:318
2764
2766
#, python-format
2765
2767
msgid "Failed to delete image %s in store from URI"
2766
2768
msgstr ""
2767
2769
 
2768
 
#: glance/store/__init__.py:332
 
2770
#: glance/store/__init__.py:324
2769
2771
#, python-format
2770
2772
msgid "Failed to delete image %(image_id)s from store (%(error)s)"
2771
2773
msgstr ""
2772
2774
 
2773
 
#: glance/store/__init__.py:367
 
2775
#: glance/store/__init__.py:359
2774
2776
#, python-format
2775
2777
msgid ""
2776
2778
"The image metadata key %(key)s has an invalid type of %(val)s.  Only dict, "
2777
2779
"list, and unicode are supported."
2778
2780
msgstr ""
2779
2781
 
2780
 
#: glance/store/__init__.py:391
 
2782
#: glance/store/__init__.py:383
2781
2783
#, python-format
2782
2784
msgid ""
2783
2785
"The storage driver %(store)s returned invalid metadata %(metadata)s. This "
2784
2786
"must be a dictionary type"
2785
2787
msgstr ""
2786
2788
 
2787
 
#: glance/store/__init__.py:400
 
2789
#: glance/store/__init__.py:392
2788
2790
#, python-format
2789
2791
msgid ""
2790
2792
"A bad metadata structure was returned from the %(store)s storage driver: "
2791
2793
"%(metadata)s.  %(error)s."
2792
2794
msgstr ""
2793
2795
 
2794
 
#: glance/store/base.py:57
 
2796
#: glance/store/base.py:56
2795
2797
#, python-format
2796
2798
msgid "Failed to configure store correctly: %s Disabling add method."
2797
2799
msgstr ""
2804
2806
msgid "URI contains invalid volume ID"
2805
2807
msgstr ""
2806
2808
 
2807
 
#: glance/store/cinder.py:146
 
2809
#: glance/store/cinder.py:149
2808
2810
msgid "Cinder storage requires a context."
2809
2811
msgstr ""
2810
2812
 
2811
 
#: glance/store/cinder.py:150
 
2813
#: glance/store/cinder.py:153
2812
2814
msgid "Cinder storage requires a service catalog."
2813
2815
msgstr ""
2814
2816
 
2815
 
#: glance/store/cinder.py:172
 
2817
#: glance/store/cinder.py:175
2816
2818
#, python-format
2817
2819
msgid "Failed to get image size due to volume can not be found: %s"
2818
2820
msgstr ""
2819
2821
 
2820
 
#: glance/store/cinder.py:177
 
2822
#: glance/store/cinder.py:180
2821
2823
#, python-format
2822
2824
msgid "Failed to get image size due to internal error: %s"
2823
2825
msgstr ""
2824
2826
 
2825
 
#: glance/store/filesystem.py:42
 
2827
#: glance/store/filesystem.py:41
2826
2828
msgid "Directory to which the Filesystem backend store writes images."
2827
2829
msgstr ""
2828
2830
 
2829
 
#: glance/store/filesystem.py:45
 
2831
#: glance/store/filesystem.py:44
2830
2832
msgid ""
2831
2833
"List of directories and its priorities to which the Filesystem backend store "
2832
2834
"writes images."
2833
2835
msgstr ""
2834
2836
 
2835
 
#: glance/store/filesystem.py:48
 
2837
#: glance/store/filesystem.py:47
2836
2838
msgid ""
2837
2839
"The path to a file which contains the metadata to be returned with any "
2838
2840
"location associated with this store.  The file must contain a valid JSON "
2843
2845
msgid "No path specified in URI"
2844
2846
msgstr ""
2845
2847
 
2846
 
#: glance/store/filesystem.py:132
 
2848
#: glance/store/filesystem.py:131
2847
2849
#, python-format
2848
2850
msgid "Permission to write in %s denied"
2849
2851
msgstr ""
2850
2852
 
2851
 
#: glance/store/filesystem.py:149
 
2853
#: glance/store/filesystem.py:148
2852
2854
#, python-format
2853
2855
msgid "Directory to write image files does not exist (%s). Creating."
2854
2856
msgstr "Direktorij za pisanje slikovnih datoteka ne postoji (%s). Kreira se."
2855
2857
 
2856
 
#: glance/store/filesystem.py:163
 
2858
#: glance/store/filesystem.py:162
2857
2859
#, python-format
2858
2860
msgid "Unable to create datadir: %s"
2859
2861
msgstr "Neuspješno kreiranje podatkovnog direktorija: %s"
2860
2862
 
2861
 
#: glance/store/filesystem.py:177
 
2863
#: glance/store/filesystem.py:176
2862
2864
msgid ""
2863
2865
"Specify at least 'filesystem_store_datadir' or 'filesystem_store_datadirs' "
2864
2866
"option"
2865
2867
msgstr ""
2866
2868
 
2867
 
#: glance/store/filesystem.py:184
 
2869
#: glance/store/filesystem.py:183
2868
2870
msgid ""
2869
2871
"Specify either 'filesystem_store_datadir' or 'filesystem_store_datadirs' "
2870
2872
"option"
2871
2873
msgstr ""
2872
2874
 
2873
 
#: glance/store/filesystem.py:221
 
2875
#: glance/store/filesystem.py:220
2874
2876
#, python-format
2875
2877
msgid ""
2876
2878
"Directory %(datadir_path)s specified multiple times in "
2877
2879
"filesystem_store_datadirs option of filesystem configuration"
2878
2880
msgstr ""
2879
2881
 
2880
 
#: glance/store/filesystem.py:246
 
2882
#: glance/store/filesystem.py:245
2881
2883
#, python-format
2882
2884
msgid "Invalid priority value %(priority)s in filesystem configuration"
2883
2885
msgstr ""
2884
2886
 
2885
 
#: glance/store/filesystem.py:253
 
2887
#: glance/store/filesystem.py:252
2886
2888
msgid "Invalid directory specified in filesystem configuration"
2887
2889
msgstr ""
2888
2890
 
2889
 
#: glance/store/filesystem.py:265
 
2891
#: glance/store/filesystem.py:264
2890
2892
#, python-format
2891
2893
msgid "Image file %s not found"
2892
2894
msgstr "Slikovna datoteka %s nije pronađena"
2893
2895
 
2894
 
#: glance/store/filesystem.py:280
 
2896
#: glance/store/filesystem.py:279
2895
2897
#, python-format
2896
2898
msgid ""
2897
2899
"The JSON in the metadata file %(file)s could not be used: %(error)s  An "
2898
2900
"empty dictionary will be returned to the client."
2899
2901
msgstr ""
2900
2902
 
2901
 
#: glance/store/filesystem.py:287
 
2903
#: glance/store/filesystem.py:286
2902
2904
#, python-format
2903
2905
msgid ""
2904
2906
"The path for the metadata file %(file)s could not be opened: %(error)s  An "
2905
2907
"empty dictionary will be returned to the client."
2906
2908
msgstr ""
2907
2909
 
2908
 
#: glance/store/filesystem.py:294
 
2910
#: glance/store/filesystem.py:293
2909
2911
#, python-format
2910
2912
msgid ""
2911
2913
"An error occurred processing the storage systems meta data file: %s.  An "
2912
2914
"empty dictionary will be returned to the client."
2913
2915
msgstr ""
2914
2916
 
2915
 
#: glance/store/filesystem.py:348
 
2917
#: glance/store/filesystem.py:346
2916
2918
#, python-format
2917
2919
msgid "You cannot delete file %s"
2918
2920
msgstr "Ne možete izbrisati datoteku %s"
2919
2921
 
2920
 
#: glance/store/filesystem.py:350
 
2922
#: glance/store/filesystem.py:348
2921
2923
#, python-format
2922
2924
msgid "Image file %s does not exist"
2923
2925
msgstr "Slikovna datoteka %s ne postoji"
2924
2926
 
2925
 
#: glance/store/filesystem.py:395
 
2927
#: glance/store/filesystem.py:393
2926
2928
#, python-format
2927
2929
msgid ""
2928
2930
"There is no enough disk space left on the image storage media. requested=%s"
2929
2931
msgstr ""
2930
2932
 
2931
 
#: glance/store/filesystem.py:426
 
2933
#: glance/store/filesystem.py:424
2932
2934
#, python-format
2933
2935
msgid "Image file %s already exists!"
2934
2936
msgstr "Slikovna datoteka %s ne postoji!"
2935
2937
 
2936
 
#: glance/store/filesystem.py:464
 
2938
#: glance/store/filesystem.py:462
2937
2939
#, python-format
2938
2940
msgid "Unable to remove partial image data for image %(id)s: %(error)s"
2939
2941
msgstr ""
2942
2944
msgid "Missing dependencies: pymongo"
2943
2945
msgstr ""
2944
2946
 
2945
 
#: glance/store/gridfs.py:113 glance/store/swift.py:422
2946
 
#: glance/store/vmware_datastore.py:257
 
2947
#: glance/store/gridfs.py:113 glance/store/s3.py:252 glance/store/swift.py:366
 
2948
#: glance/store/vmware_datastore.py:235
2947
2949
#, python-format
2948
2950
msgid "Could not find %(param)s in configuration options."
2949
2951
msgstr "%(param)s u konfiguracijskim opcijama nije pronađen."
2969
2971
msgid "HTTP datastore could not find image at URI."
2970
2972
msgstr ""
2971
2973
 
2972
 
#: glance/store/http.py:177
 
2974
#: glance/store/http.py:166
2973
2975
#, python-format
2974
2976
msgid "HTTP URL returned a %s status code."
2975
2977
msgstr ""
2976
2978
 
2977
 
#: glance/store/http.py:184
 
2979
#: glance/store/http.py:173
2978
2980
#, python-format
2979
2981
msgid "The HTTP URL attempted to redirect with an invalid %s status code."
2980
2982
msgstr ""
2981
2983
 
2982
 
#: glance/store/rbd.py:55
 
2984
#: glance/store/rbd.py:51
2983
2985
msgid ""
2984
2986
"RADOS images will be chunked into objects of this size (in megabytes). For "
2985
2987
"best performance, this should be a power of two."
2986
2988
msgstr ""
2987
2989
 
2988
 
#: glance/store/rbd.py:59
 
2990
#: glance/store/rbd.py:55
2989
2991
msgid "RADOS pool in which images are stored."
2990
2992
msgstr ""
2991
2993
 
2992
 
#: glance/store/rbd.py:61
 
2994
#: glance/store/rbd.py:57
2993
2995
msgid ""
2994
2996
"RADOS user to authenticate as (only applicable if using Cephx. If <None>, a "
2995
2997
"default will be chosen based on the client. section in rbd_store_ceph_conf)."
2996
2998
msgstr ""
2997
2999
 
2998
 
#: glance/store/rbd.py:65
 
3000
#: glance/store/rbd.py:61
2999
3001
msgid ""
3000
3002
"Ceph configuration file path. If <None>, librados will locate the default "
3001
3003
"config. If using cephx authentication, this file should include a reference "
3002
3004
"to the right keyring in a client.<USER> section."
3003
3005
msgstr ""
3004
3006
 
3005
 
#: glance/store/rbd.py:111
 
3007
#: glance/store/rbd.py:107
3006
3008
msgid "URI must start with rbd://"
3007
3009
msgstr "URI mora započinjati sa rbd://"
3008
3010
 
3009
 
#: glance/store/rbd.py:119
 
3011
#: glance/store/rbd.py:116
3010
3012
msgid "URI contains non-ascii characters"
3011
3013
msgstr ""
3012
3014
 
3013
 
#: glance/store/rbd.py:131
 
3015
#: glance/store/rbd.py:129
3014
3016
msgid "URI must have exactly 1 or 4 components"
3015
3017
msgstr ""
3016
3018
 
3017
 
#: glance/store/rbd.py:136
 
3019
#: glance/store/rbd.py:135
3018
3020
msgid "URI cannot contain empty components"
3019
3021
msgstr ""
3020
3022
 
3021
 
#: glance/store/rbd.py:171 glance/store/rbd.py:295
 
3023
#: glance/store/rbd.py:171 glance/store/rbd.py:235 glance/store/rbd.py:295
3022
3024
#, python-format
3023
3025
msgid "RBD image %s does not exist"
3024
3026
msgstr "RBD slika %s ne postoji"
3025
3027
 
3026
 
#: glance/store/rbd.py:198 glance/store/sheepdog.py:198
3027
 
#: glance/store/sheepdog.py:214
 
3028
#: glance/store/rbd.py:198 glance/store/sheepdog.py:197
 
3029
#: glance/store/sheepdog.py:205
3028
3030
#, python-format
3029
3031
msgid "Error in store configuration: %s"
3030
3032
msgstr "Greška u konfiguriranju medija: %s"
3031
3033
 
3032
 
#: glance/store/rbd.py:331
 
3034
#: glance/store/rbd.py:328
3033
3035
msgid ""
3034
3036
"since image size is zero we will be doing resize-before-write for each chunk "
3035
3037
"which will be considerably slower than normal"
3036
3038
msgstr ""
3037
3039
 
3038
 
#: glance/store/rbd.py:340
 
3040
#: glance/store/rbd.py:337
3039
3041
#, python-format
3040
3042
msgid "RBD image %s already exists"
3041
3043
msgstr "RBD slika %s već postoji"
3042
3044
 
3043
 
#: glance/store/s3.py:50
 
3045
#: glance/store/s3.py:37
3044
3046
msgid "The host where the S3 server is listening."
3045
3047
msgstr ""
3046
3048
 
3047
 
#: glance/store/s3.py:52
 
3049
#: glance/store/s3.py:39
3048
3050
msgid "The S3 query token access key."
3049
3051
msgstr ""
3050
3052
 
3051
 
#: glance/store/s3.py:54
 
3053
#: glance/store/s3.py:41
3052
3054
msgid "The S3 query token secret key."
3053
3055
msgstr ""
3054
3056
 
3055
 
#: glance/store/s3.py:56
 
3057
#: glance/store/s3.py:43
3056
3058
msgid "The S3 bucket to be used to store the Glance data."
3057
3059
msgstr ""
3058
3060
 
3059
 
#: glance/store/s3.py:58
 
3061
#: glance/store/s3.py:45
3060
3062
msgid ""
3061
3063
"The local directory where uploads will be staged before they are transferred "
3062
3064
"into S3."
3063
3065
msgstr ""
3064
3066
 
3065
 
#: glance/store/s3.py:61
 
3067
#: glance/store/s3.py:48
3066
3068
msgid ""
3067
3069
"A boolean to determine if the S3 bucket should be created on upload if it "
3068
3070
"does not exist or if an error should be returned to the user."
3069
3071
msgstr ""
3070
3072
 
3071
 
#: glance/store/s3.py:65
 
3073
#: glance/store/s3.py:52
3072
3074
msgid ""
3073
3075
"The S3 calling format used to determine the bucket. Either subdomain or path "
3074
3076
"can be used."
3090
3092
msgid "The number of thread pools to perform a multipart upload in S3."
3091
3093
msgstr ""
3092
3094
 
3093
 
#: glance/store/s3.py:198
 
3095
#: glance/store/s3.py:115
3094
3096
msgid ""
3095
3097
"URI cannot contain more than one occurrence of a scheme. If you have "
3096
3098
"specified a URI like "
3103
3105
msgid "Badly formed S3 credentials"
3104
3106
msgstr ""
3105
3107
 
3106
 
#: glance/store/s3.py:245
 
3108
#: glance/store/s3.py:162
3107
3109
msgid "Badly formed S3 URI. Missing s3 service URL."
3108
3110
msgstr "Loše formiran S3 URI. Nedostaje s3 servis URL."
3109
3111
 
3111
3113
msgid "Badly formed S3 URI"
3112
3114
msgstr "Loše formiran S3 URI"
3113
3115
 
3114
 
#: glance/store/s3.py:337
 
3116
#: glance/store/s3.py:338
3115
3117
#, python-format
3116
3118
msgid ""
3117
3119
"s3_store_large_object_chunk_size must be at least %(_s3_ck_min)d MB. You "
3118
3120
"configured it as %(_s3_ck_size)d MB"
3119
3121
msgstr ""
3120
3122
 
3121
 
#: glance/store/s3.py:347
 
3123
#: glance/store/s3.py:348
3122
3124
#, python-format
3123
3125
msgid "s3_store_thread_pools must be a positive integer. %s"
3124
3126
msgstr ""
3125
3127
 
3126
 
#: glance/store/s3.py:471
 
3128
#: glance/store/s3.py:367
3127
3129
#, python-format
3128
3130
msgid "S3 already has an image at location %s"
3129
3131
msgstr "S3 već ima sliku na lokaciji %s"
3130
3132
 
3131
 
#: glance/store/s3.py:596
 
3133
#: glance/store/s3.py:597
3132
3134
#, python-format
3133
3135
msgid "Failed to add image object to S3. key=%(obj_name)s"
3134
3136
msgstr ""
3135
3137
 
3136
 
#: glance/store/s3.py:684
 
3138
#: glance/store/s3.py:505
3137
3139
#, python-format
3138
3140
msgid ""
3139
3141
"Failed to add bucket to S3.\n"
3140
3142
"Got error from S3: %(e)s"
3141
3143
msgstr ""
3142
3144
 
3143
 
#: glance/store/s3.py:688
 
3145
#: glance/store/s3.py:509
3144
3146
#, python-format
3145
3147
msgid ""
3146
3148
"The bucket %(bucket)s does not exist in S3. Please set the "
3147
3149
"s3_store_create_bucket_on_put option to add bucket to S3 automatically."
3148
3150
msgstr ""
3149
3151
 
3150
 
#: glance/store/sheepdog.py:43
 
3152
#: glance/store/sheepdog.py:42
3151
3153
msgid ""
3152
3154
"Images will be chunked into objects of this size (in megabytes). For best "
3153
3155
"performance, this should be a power of two."
3154
3156
msgstr ""
3155
3157
 
3156
 
#: glance/store/sheepdog.py:47
 
3158
#: glance/store/sheepdog.py:46
3157
3159
msgid "Port of sheep daemon."
3158
3160
msgstr ""
3159
3161
 
3160
 
#: glance/store/sheepdog.py:49
 
3162
#: glance/store/sheepdog.py:48
3161
3163
msgid "IP address of sheep daemon."
3162
3164
msgstr ""
3163
3165
 
3170
3172
msgid "URI must contains well-formated image id"
3171
3173
msgstr ""
3172
3174
 
3173
 
#: glance/store/sheepdog.py:204
 
3175
#: glance/store/sheepdog.py:206
3174
3176
#, python-format
3175
3177
msgid "Invalid address configuration of sheepdog store: %s"
3176
3178
msgstr ""
3177
3179
 
3178
 
#: glance/store/sheepdog.py:234 glance/store/sheepdog.py:253
3179
 
#: glance/store/sheepdog.py:314
 
3180
#: glance/store/sheepdog.py:225 glance/store/sheepdog.py:244
 
3181
#: glance/store/sheepdog.py:305
3180
3182
#, python-format
3181
3183
msgid "Sheepdog image %s does not exist"
3182
3184
msgstr ""
3183
3185
 
3184
 
#: glance/store/sheepdog.py:275
 
3186
#: glance/store/sheepdog.py:266
3185
3187
#, python-format
3186
3188
msgid "Sheepdog image %s already exists"
3187
3189
msgstr ""
3188
3190
 
3189
 
#: glance/store/swift.py:53
 
3191
#: glance/store/swift.py:49
3190
3192
msgid ""
3191
3193
"Whether to use ServiceNET to communicate with the Swift storage servers."
3192
3194
msgstr ""
3193
3195
 
3194
 
#: glance/store/swift.py:56
 
3196
#: glance/store/swift.py:58
3195
3197
msgid ""
3196
3198
"Version of the authentication service to use. Valid versions are 2 for "
3197
3199
"keystone and 1 for swauth and rackspace. (deprecated)"
3198
3200
msgstr ""
3199
3201
 
3200
 
#: glance/store/swift.py:60
 
3202
#: glance/store/swift.py:65
3201
3203
msgid ""
3202
3204
"If True, swiftclient won't check for a valid SSL certificate when "
3203
3205
"authenticating."
3204
3206
msgstr ""
3205
3207
 
3206
 
#: glance/store/swift.py:63
 
3208
#: glance/store/swift.py:68
3207
3209
msgid ""
3208
3210
"The region of the swift endpoint to be used for single tenant. This setting "
3209
3211
"is only necessary if the tenant has multiple swift endpoints."
3210
3212
msgstr ""
3211
3213
 
3212
 
#: glance/store/swift.py:67
 
3214
#: glance/store/swift.py:72
3213
3215
msgid ""
3214
3216
"A string giving the endpoint type of the swift service to use (publicURL, "
3215
3217
"adminURL or internalURL). This setting is only used if "
3216
3218
"swift_store_auth_version is 2."
3217
3219
msgstr ""
3218
3220
 
3219
 
#: glance/store/swift.py:72
 
3221
#: glance/store/swift.py:77
3220
3222
msgid ""
3221
3223
"A string giving the service type of the swift service to use. This setting "
3222
3224
"is only used if swift_store_auth_version is 2."
3223
3225
msgstr ""
3224
3226
 
3225
 
#: glance/store/swift.py:77
 
3227
#: glance/store/swift.py:82
3226
3228
msgid ""
3227
3229
"Container within the account that the account should use for storing images "
3228
3230
"in Swift."
3229
3231
msgstr ""
3230
3232
 
3231
 
#: glance/store/swift.py:81
 
3233
#: glance/store/swift.py:86
3232
3234
msgid ""
3233
3235
"The size, in MB, that Glance will start chunking image files and do a large "
3234
3236
"object manifest in Swift."
3235
3237
msgstr ""
3236
3238
 
3237
 
#: glance/store/swift.py:85
 
3239
#: glance/store/swift.py:90
3238
3240
msgid ""
3239
3241
"The amount of data written to a temporary disk buffer during the process of "
3240
3242
"chunking the image file."
3241
3243
msgstr ""
3242
3244
 
3243
 
#: glance/store/swift.py:88
 
3245
#: glance/store/swift.py:93
3244
3246
msgid ""
3245
3247
"A boolean value that determines if we create the container if it does not "
3246
3248
"exist."
3247
3249
msgstr ""
3248
3250
 
3249
 
#: glance/store/swift.py:91
 
3251
#: glance/store/swift.py:96
3250
3252
msgid ""
3251
3253
"If set to True, enables multi-tenant storage mode which causes Glance images "
3252
3254
"to be stored in tenant specific Swift accounts."
3253
3255
msgstr ""
3254
3256
 
3255
 
#: glance/store/swift.py:95
 
3257
#: glance/store/swift.py:100
3256
3258
msgid ""
3257
3259
"A list of tenants that will be granted read/write access on all Swift "
3258
3260
"containers created by Glance in multi-tenant mode."
3259
3261
msgstr ""
3260
3262
 
3261
 
#: glance/store/swift.py:99
 
3263
#: glance/store/swift.py:104
3262
3264
msgid ""
3263
3265
"If set to False, disables SSL layer compression of https swift requests. "
3264
3266
"Setting to False may improve performance for images which are already in a "
3265
3267
"compressed format, eg qcow2."
3266
3268
msgstr ""
3267
3269
 
3268
 
#: glance/store/swift.py:104
 
3270
#: glance/store/swift.py:109
3269
3271
msgid ""
3270
3272
"The number of times a Swift download will be retried before the request "
3271
3273
"fails."
3272
3274
msgstr ""
3273
3275
 
3274
 
#: glance/store/swift.py:126
 
3276
#: glance/store/swift.py:129
3275
3277
#, python-format
3276
3278
msgid "Swift exception raised %s"
3277
3279
msgstr ""
3278
3280
 
3279
 
#: glance/store/swift.py:131
 
3281
#: glance/store/swift.py:134
3280
3282
#, python-format
3281
3283
msgid "Stopping Swift retries after %d attempts"
3282
3284
msgstr ""
3283
3285
 
3284
 
#: glance/store/swift.py:136
 
3286
#: glance/store/swift.py:139
3285
3287
#, python-format
3286
3288
msgid ""
3287
3289
"Retrying Swift connection (%(retries)d/%(max_retries)d) with range=%(start)d-"
3292
3294
msgid "Badly formed Swift URI. Credentials not found foraccount reference"
3293
3295
msgstr ""
3294
3296
 
3295
 
#: glance/store/swift.py:274
 
3297
#: glance/store/swift.py:264
3296
3298
msgid "Badly formed Swift URI."
3297
3299
msgstr ""
3298
3300
 
3299
 
#: glance/store/swift.py:293
 
3301
#: glance/store/swift.py:214
3300
3302
msgid ""
3301
3303
"URI cannot contain more than one occurrence of a scheme. If you have "
3302
3304
"specified a URI like swift://user:pass@http://authurl.com/v1/container/obj, "
3304
3306
"swift+http://user:pass@authurl.com/v1/container/obj"
3305
3307
msgstr ""
3306
3308
 
3307
 
#: glance/store/swift.py:384
 
3309
#: glance/store/swift.py:328
3308
3310
#, python-format
3309
3311
msgid "Swift could not find object %s."
3310
3312
msgstr ""
3311
3313
 
3312
 
#: glance/store/swift.py:435
 
3314
#: glance/store/swift.py:379
3313
3315
#, python-format
3314
3316
msgid "Failed to delete orphaned chunk %(container)s/%(chunk)s"
3315
3317
msgstr ""
3316
3318
 
3317
 
#: glance/store/swift.py:496
 
3319
#: glance/store/swift.py:440
3318
3320
msgid "Error during chunked upload to backend, deleting stale chunks"
3319
3321
msgstr ""
3320
3322
 
3321
 
#: glance/store/swift.py:559
 
3323
#: glance/store/swift.py:498
3322
3324
msgid "Swift already has an image at this location"
3323
3325
msgstr ""
3324
3326
 
3325
 
#: glance/store/swift.py:561
 
3327
#: glance/store/swift.py:500
3326
3328
#, python-format
3327
3329
msgid ""
3328
3330
"Failed to add object to Swift.\n"
3331
3333
"Greška prilikom dodavanja objekta Swiftu.\n"
3332
3334
"Dobivena greška od Swifta: %(e)s"
3333
3335
 
3334
 
#: glance/store/swift.py:602 glance/store/swift.py:787
 
3336
#: glance/store/swift.py:541 glance/store/swift.py:702
3335
3337
msgid "Swift could not find image at URI."
3336
3338
msgstr ""
3337
3339
 
3338
 
#: glance/store/swift.py:626
 
3340
#: glance/store/swift.py:562
3339
3341
#, python-format
3340
3342
msgid ""
3341
3343
"Failed to add container to Swift.\n"
3344
3346
"Neuspješno dodavanje kontejnera Swiftu.\n"
3345
3347
"Dobivena greška od Swifta: %(e)s"
3346
3348
 
3347
 
#: glance/store/swift.py:630
 
3349
#: glance/store/swift.py:566
3348
3350
#, python-format
3349
3351
msgid ""
3350
3352
"The container %(container)s does not exist in Swift. Please set the "
3355
3357
"swift_store_create_container_on_put opciju kako biste automatski dodali "
3356
3358
"kontejner Swiftu."
3357
3359
 
3358
 
#: glance/store/swift.py:660
 
3360
#: glance/store/swift.py:663
3359
3361
msgid "A value for swift_store_auth_address is required."
3360
3362
msgstr ""
3361
3363
 
3362
 
#: glance/store/swift.py:673
 
3364
#: glance/store/swift.py:676
3363
3365
msgid "A value for swift_store_ref_params is required."
3364
3366
msgstr ""
3365
3367
 
3366
 
#: glance/store/swift.py:690
 
3368
#: glance/store/swift.py:693
3367
3369
msgid "Location credentials are invalid"
3368
3370
msgstr ""
3369
3371
 
3370
 
#: glance/store/swift.py:695
 
3372
#: glance/store/swift.py:610
3371
3373
msgid "Location is missing user:password information."
3372
3374
msgstr ""
3373
3375
 
3374
 
#: glance/store/swift.py:707
 
3376
#: glance/store/swift.py:622
3375
3377
#, python-format
3376
3378
msgid "Badly formed tenant:user '%(user)s' in Swift URI"
3377
3379
msgstr ""
3378
3380
 
3379
 
#: glance/store/swift.py:734
 
3381
#: glance/store/swift.py:649
3380
3382
msgid "Multi-tenant Swift storage requires a context."
3381
3383
msgstr ""
3382
3384
 
3383
 
#: glance/store/swift.py:738
 
3385
#: glance/store/swift.py:653
3384
3386
msgid "Multi-tenant Swift storage requires a service catalog."
3385
3387
msgstr ""
3386
3388
 
3430
3432
msgid "Allow to perform insecure SSL requests to ESX/VC."
3431
3433
msgstr ""
3432
3434
 
3433
 
#: glance/store/vmware_datastore.py:189
 
3435
#: glance/store/vmware_datastore.py:216
3434
3436
#, python-format
3435
3437
msgid "URI must start with %s://"
3436
3438
msgstr ""
3437
3439
 
3438
 
#: glance/store/vmware_datastore.py:204
 
3440
#: glance/store/vmware_datastore.py:231
3439
3441
msgid "Badly formed VMware datastore URI"
3440
3442
msgstr ""
3441
3443
 
3442
 
#: glance/store/vmware_datastore.py:244
 
3444
#: glance/store/vmware_datastore.py:222
3443
3445
#, python-format
3444
3446
msgid "Could not find datastore %(ds_name)s in datacenter %(dc_path)s"
3445
3447
msgstr ""
3446
3448
 
3447
 
#: glance/store/vmware_datastore.py:304 glance/store/vmware_datastore.py:312
 
3449
#: glance/store/vmware_datastore.py:280 glance/store/vmware_datastore.py:288
3448
3450
#, python-format
3449
3451
msgid "Failed to upload content of image %(image)s"
3450
3452
msgstr ""
3451
3453
 
3452
 
#: glance/store/vmware_datastore.py:308
 
3454
#: glance/store/vmware_datastore.py:284
3453
3455
#, python-format
3454
3456
msgid "Image file %(image_id)s already exists!"
3455
3457
msgstr ""
3456
3458
 
3457
 
#: glance/store/vmware_datastore.py:383
 
3459
#: glance/store/vmware_datastore.py:359
3458
3460
#, python-format
3459
3461
msgid "Failed to delete image %(image)s content."
3460
3462
msgstr ""
3461
3463
 
3462
 
#: glance/store/vmware_datastore.py:398
 
3464
#: glance/store/vmware_datastore.py:374
3463
3465
#, python-format
3464
3466
msgid "Failed to access image %(image)s content."
3465
3467
msgstr ""
3466
3468
 
3467
 
#: glance/store/vmware_datastore.py:405
 
3469
#: glance/store/vmware_datastore.py:381
3468
3470
#, python-format
3469
3471
msgid "HTTP request returned a %(status)s status code."
3470
3472
msgstr ""
3471
3473
 
3472
 
#: glance/store/vmware_datastore.py:412
 
3474
#: glance/store/vmware_datastore.py:388
3473
3475
#, python-format
3474
3476
msgid ""
3475
3477
"The HTTP URL %(path)s attempted to redirect with an invalid %(status)s "
3476
3478
"status code."
3477
3479
msgstr ""
3478
3480
 
3479
 
#: glance/tests/unit/test_migrations.py:929
 
3481
#: glance/tests/unit/test_migrations.py:927
3480
3482
#, python-format
3481
3483
msgid "location: %s data lost"
3482
3484
msgstr ""