~ubuntu-cloud-archive/ubuntu/precise/nova/trunk

« back to all changes in this revision

Viewing changes to nova/locale/en_US/LC_MESSAGES/nova.po

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short, Vishvananda Ishaya
  • Date: 2012-09-20 07:45:50 UTC
  • mfrom: (1.1.62)
  • Revision ID: package-import@ubuntu.com-20120920074550-fzmmmzqcntnw1vu7
Tags: 2012.2~rc1-0ubuntu1
[ Adam Gandelman ]
* Ensure /etc/nova/rootwrap.d/ is only writable by root, ensure
  those permissions on /etc/nova/rootwrap.conf as well as
  all individual filter configurations.

[ Chuck Short ]
* Fix lintian warnings
* debian/*.lograote: compress logfiles when they are rotated. (LP:
  #1049915)
* debian/control: 
  - Suggest ceph-common for nova-volume.
  - Add python-cinderclient as a build depends.

[Vishvananda Ishaya]
* Split up vncproxy and xvpvncproxy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# English (United States) translations for nova.
 
2
# Copyright (C) 2012 ORGANIZATION
 
3
# This file is distributed under the same license as the nova project.
 
4
#
 
5
# Translators:
 
6
msgid ""
 
7
msgstr ""
 
8
"Project-Id-Version:  Nova\n"
 
9
"Report-Msgid-Bugs-To: https://bugs.launchpad.net/nova\n"
 
10
"POT-Creation-Date: 2012-09-13 21:33+0000\n"
 
11
"PO-Revision-Date: 2012-09-13 10:30+0000\n"
 
12
"Last-Translator: openstackjenkins <jenkins@openstack.org>\n"
 
13
"Language-Team: en_US <LL@li.org>\n"
 
14
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
 
15
"MIME-Version: 1.0\n"
 
16
"Content-Type: text/plain; charset=utf-8\n"
 
17
"Content-Transfer-Encoding: 8bit\n"
 
18
"Generated-By: Babel 0.9.6\n"
 
19
 
 
20
#: nova/context.py:62
 
21
#, python-format
 
22
msgid "Arguments dropped when creating context: %s"
 
23
msgstr "Arguments dropped when creating context: %s"
 
24
 
 
25
#: nova/context.py:100
 
26
#, python-format
 
27
msgid "read_deleted can only be one of 'no', 'yes' or 'only', not %r"
 
28
msgstr "read_deleted can only be one of 'no', 'yes' or 'only', not %r"
 
29
 
 
30
#: nova/crypto.py:46
 
31
msgid "Filename of root CA"
 
32
msgstr "Filename of root CA"
 
33
 
 
34
#: nova/crypto.py:49
 
35
msgid "Filename of private key"
 
36
msgstr "Filename of private key"
 
37
 
 
38
#: nova/crypto.py:52
 
39
msgid "Filename of root Certificate Revocation List"
 
40
msgstr "Filename of root Certificate Revocation List"
 
41
 
 
42
#: nova/crypto.py:55
 
43
msgid "Where we keep our keys"
 
44
msgstr "Where we keep our keys"
 
45
 
 
46
#: nova/crypto.py:58
 
47
msgid "Where we keep our root CA"
 
48
msgstr "Where we keep our root CA"
 
49
 
 
50
#: nova/crypto.py:61
 
51
msgid "Should we use a CA for each project?"
 
52
msgstr "Should we use a CA for each project?"
 
53
 
 
54
#: nova/crypto.py:65
 
55
#, python-format
 
56
msgid "Subject for certificate for users, %s for project, user, timestamp"
 
57
msgstr "Subject for certificate for users, %s for project, user, timestamp"
 
58
 
 
59
#: nova/crypto.py:70
 
60
#, python-format
 
61
msgid "Subject for certificate for projects, %s for project, timestamp"
 
62
msgstr "Subject for certificate for projects, %s for project, timestamp"
 
63
 
 
64
#: nova/crypto.py:300
 
65
#, python-format
 
66
msgid "Flags path: %s"
 
67
msgstr "Flags path: %s"
 
68
 
 
69
#: nova/exception.py:56
 
70
msgid "Unexpected error while running command."
 
71
msgstr "Unexpected error while running command."
 
72
 
 
73
#: nova/exception.py:59
 
74
#, python-format
 
75
msgid ""
 
76
"%(description)s\n"
 
77
"Command: %(cmd)s\n"
 
78
"Exit code: %(exit_code)s\n"
 
79
"Stdout: %(stdout)r\n"
 
80
"Stderr: %(stderr)r"
 
81
msgstr ""
 
82
"%(description)s\n"
 
83
"Command: %(cmd)s\n"
 
84
"Exit code: %(exit_code)s\n"
 
85
"Stdout: %(stdout)r\n"
 
86
"Stderr: %(stderr)r"
 
87
 
 
88
#: nova/exception.py:72
 
89
msgid "DB exception wrapped."
 
90
msgstr "DB exception wrapped."
 
91
 
 
92
#: nova/exception.py:131
 
93
msgid "An unknown exception occurred."
 
94
msgstr "An unknown exception occurred."
 
95
 
 
96
#: nova/exception.py:152 nova/openstack/common/rpc/common.py:46
 
97
msgid "Exception in string format operation"
 
98
msgstr "Exception in string format operation"
 
99
 
 
100
#: nova/exception.py:162
 
101
msgid "Unknown"
 
102
msgstr "Unknown"
 
103
 
 
104
#: nova/exception.py:182
 
105
#, python-format
 
106
msgid "Fatal call to deprecated config %(msg)s"
 
107
msgstr "Fatal call to deprecated config %(msg)s"
 
108
 
 
109
#: nova/exception.py:186
 
110
msgid "Failed to decrypt text"
 
111
msgstr "Failed to decrypt text"
 
112
 
 
113
#: nova/exception.py:190
 
114
msgid "Virtual Interface creation failed"
 
115
msgstr "Virtual Interface creation failed"
 
116
 
 
117
#: nova/exception.py:194
 
118
msgid "5 attempts to create virtual interfacewith unique mac address failed"
 
119
msgstr "5 attempts to create virtual interfacewith unique mac address failed"
 
120
 
 
121
#: nova/exception.py:199
 
122
#, python-format
 
123
msgid "Connection to glance host %(host)s:%(port)s failed: %(reason)s"
 
124
msgstr "Connection to glance host %(host)s:%(port)s failed: %(reason)s"
 
125
 
 
126
#: nova/exception.py:204
 
127
msgid "Not authorized."
 
128
msgstr "Not authorized."
 
129
 
 
130
#: nova/exception.py:209
 
131
msgid "User does not have admin privileges"
 
132
msgstr "User does not have admin privileges"
 
133
 
 
134
#: nova/exception.py:213
 
135
#, python-format
 
136
msgid "Policy doesn't allow %(action)s to be performed."
 
137
msgstr "Policy doesn't allow %(action)s to be performed."
 
138
 
 
139
#: nova/exception.py:217
 
140
#, python-format
 
141
msgid "Not authorized for image %(image_id)s."
 
142
msgstr "Not authorized for image %(image_id)s."
 
143
 
 
144
#: nova/exception.py:221
 
145
msgid "Unacceptable parameters."
 
146
msgstr "Unacceptable parameters."
 
147
 
 
148
#: nova/exception.py:226
 
149
msgid "Invalid snapshot"
 
150
msgstr "Invalid snapshot"
 
151
 
 
152
#: nova/exception.py:230
 
153
#, python-format
 
154
msgid "Volume %(volume_id)s is not attached to anything"
 
155
msgstr "Volume %(volume_id)s is not attached to anything"
 
156
 
 
157
#: nova/exception.py:234
 
158
#, python-format
 
159
msgid "Volume %(volume_id)s is still attached, detach volume first."
 
160
msgstr "Volume %(volume_id)s is still attached, detach volume first."
 
161
 
 
162
#: nova/exception.py:238 nova/api/ec2/cloud.py:388 nova/api/ec2/cloud.py:413
 
163
#: nova/api/openstack/compute/contrib/keypairs.py:98 nova/compute/api.py:2115
 
164
msgid "Keypair data is invalid"
 
165
msgstr "Keypair data is invalid"
 
166
 
 
167
#: nova/exception.py:242
 
168
msgid "Failed to load data into json format"
 
169
msgstr "Failed to load data into json format"
 
170
 
 
171
#: nova/exception.py:246
 
172
msgid "The request is invalid."
 
173
msgstr "The request is invalid."
 
174
 
 
175
#: nova/exception.py:250
 
176
msgid "Invalid input received"
 
177
msgstr "Invalid input received"
 
178
 
 
179
#: nova/exception.py:254
 
180
msgid "Invalid volume type"
 
181
msgstr "Invalid volume type"
 
182
 
 
183
#: nova/exception.py:258
 
184
msgid "Invalid volume"
 
185
msgstr "Invalid volume"
 
186
 
 
187
#: nova/exception.py:262 nova/api/openstack/compute/servers.py:1171
 
188
#: nova/api/openstack/compute/contrib/admin_actions.py:242
 
189
msgid "Invalid metadata"
 
190
msgstr "Invalid metadata"
 
191
 
 
192
#: nova/exception.py:266
 
193
#, python-format
 
194
msgid "Invalid port range %(from_port)s:%(to_port)s. %(msg)s"
 
195
msgstr "Invalid port range %(from_port)s:%(to_port)s. %(msg)s"
 
196
 
 
197
#: nova/exception.py:270
 
198
#, python-format
 
199
msgid "Invalid IP protocol %(protocol)s."
 
200
msgstr "Invalid IP protocol %(protocol)s."
 
201
 
 
202
#: nova/exception.py:274
 
203
#, python-format
 
204
msgid "Invalid content type %(content_type)s."
 
205
msgstr "Invalid content type %(content_type)s."
 
206
 
 
207
#: nova/exception.py:278
 
208
#, python-format
 
209
msgid "Invalid cidr %(cidr)s."
 
210
msgstr "Invalid cidr %(cidr)s."
 
211
 
 
212
#: nova/exception.py:282
 
213
msgid "Invalid Parameter: Unicode is not supported by the current database."
 
214
msgstr "Invalid Parameter: Unicode is not supported by the current database."
 
215
 
 
216
#: nova/exception.py:289
 
217
#, python-format
 
218
msgid "%(err)s"
 
219
msgstr "%(err)s"
 
220
 
 
221
#: nova/exception.py:293
 
222
#, python-format
 
223
msgid ""
 
224
"Cannot perform action '%(action)s' on aggregate %(aggregate_id)s. Reason:"
 
225
" %(reason)s."
 
226
msgstr ""
 
227
"Cannot perform action '%(action)s' on aggregate %(aggregate_id)s. Reason:"
 
228
" %(reason)s."
 
229
 
 
230
#: nova/exception.py:298
 
231
#, python-format
 
232
msgid "Group not valid. Reason: %(reason)s"
 
233
msgstr "Group not valid. Reason: %(reason)s"
 
234
 
 
235
#: nova/exception.py:302
 
236
msgid "Sort key supplied was not valid."
 
237
msgstr "Sort key supplied was not valid."
 
238
 
 
239
#: nova/exception.py:306
 
240
#, python-format
 
241
msgid ""
 
242
"Instance %(instance_uuid)s in %(attr)s %(state)s. Cannot %(method)s while"
 
243
" the instance is in this state."
 
244
msgstr ""
 
245
"Instance %(instance_uuid)s in %(attr)s %(state)s. Cannot %(method)s while"
 
246
" the instance is in this state."
 
247
 
 
248
#: nova/exception.py:311
 
249
#, python-format
 
250
msgid "Instance %(instance_id)s is not running."
 
251
msgstr "Instance %(instance_id)s is not running."
 
252
 
 
253
#: nova/exception.py:315
 
254
#, python-format
 
255
msgid "Instance %(instance_id)s is not in rescue mode"
 
256
msgstr "Instance %(instance_id)s is not in rescue mode"
 
257
 
 
258
#: nova/exception.py:319
 
259
#, python-format
 
260
msgid "Instance %(instance_id)s is not ready"
 
261
msgstr "Instance %(instance_id)s is not ready"
 
262
 
 
263
#: nova/exception.py:323
 
264
msgid "Failed to suspend instance"
 
265
msgstr "Failed to suspend instance"
 
266
 
 
267
#: nova/exception.py:327
 
268
msgid "Failed to resume server"
 
269
msgstr "Failed to resume server"
 
270
 
 
271
#: nova/exception.py:331
 
272
msgid "Failed to reboot instance"
 
273
msgstr "Failed to reboot instance"
 
274
 
 
275
#: nova/exception.py:335
 
276
msgid "Failed to terminate instance"
 
277
msgstr "Failed to terminate instance"
 
278
 
 
279
#: nova/exception.py:339
 
280
msgid "Service is unavailable at this time."
 
281
msgstr "Service is unavailable at this time."
 
282
 
 
283
#: nova/exception.py:343
 
284
msgid "Insufficient compute resources."
 
285
msgstr "Insufficient compute resources."
 
286
 
 
287
#: nova/exception.py:347
 
288
msgid "Compute service is unavailable at this time."
 
289
msgstr "Compute service is unavailable at this time."
 
290
 
 
291
#: nova/exception.py:351
 
292
#, python-format
 
293
msgid "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)."
 
294
msgstr "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)."
 
295
 
 
296
#: nova/exception.py:356
 
297
msgid "The supplied hypervisor type of is invalid."
 
298
msgstr "The supplied hypervisor type of is invalid."
 
299
 
 
300
#: nova/exception.py:360
 
301
msgid "The instance requires a newer hypervisor version than has been provided."
 
302
msgstr "The instance requires a newer hypervisor version than has been provided."
 
303
 
 
304
#: nova/exception.py:365
 
305
#, python-format
 
306
msgid ""
 
307
"The supplied disk path (%(path)s) already exists, it is expected not to "
 
308
"exist."
 
309
msgstr ""
 
310
"The supplied disk path (%(path)s) already exists, it is expected not to "
 
311
"exist."
 
312
 
 
313
#: nova/exception.py:370
 
314
#, python-format
 
315
msgid "The supplied device path (%(path)s) is invalid."
 
316
msgstr "The supplied device path (%(path)s) is invalid."
 
317
 
 
318
#: nova/exception.py:374
 
319
#, python-format
 
320
msgid "The supplied device path (%(path)s) is in use."
 
321
msgstr "The supplied device path (%(path)s) is in use."
 
322
 
 
323
#: nova/exception.py:378
 
324
#, python-format
 
325
msgid "The supplied device (%(device)s) is busy."
 
326
msgstr "The supplied device (%(device)s) is busy."
 
327
 
 
328
#: nova/exception.py:382
 
329
msgid "Unacceptable CPU info"
 
330
msgstr "Unacceptable CPU info"
 
331
 
 
332
#: nova/exception.py:386
 
333
#, python-format
 
334
msgid "%(address)s is not a valid IP v4/6 address."
 
335
msgstr "%(address)s is not a valid IP v4/6 address."
 
336
 
 
337
#: nova/exception.py:390
 
338
#, python-format
 
339
msgid ""
 
340
"VLAN tag is not appropriate for the port group %(bridge)s. Expected VLAN "
 
341
"tag is %(tag)s, but the one associated with the port group is %(pgroup)s."
 
342
msgstr ""
 
343
"VLAN tag is not appropriate for the port group %(bridge)s. Expected VLAN "
 
344
"tag is %(tag)s, but the one associated with the port group is %(pgroup)s."
 
345
 
 
346
#: nova/exception.py:396
 
347
#, python-format
 
348
msgid ""
 
349
"vSwitch which contains the port group %(bridge)s is not associated with "
 
350
"the desired physical adapter. Expected vSwitch is %(expected)s, but the "
 
351
"one associated is %(actual)s."
 
352
msgstr ""
 
353
"vSwitch which contains the port group %(bridge)s is not associated with "
 
354
"the desired physical adapter. Expected vSwitch is %(expected)s, but the "
 
355
"one associated is %(actual)s."
 
356
 
 
357
#: nova/exception.py:403
 
358
#, python-format
 
359
msgid "Disk format %(disk_format)s is not acceptable"
 
360
msgstr "Disk format %(disk_format)s is not acceptable"
 
361
 
 
362
#: nova/exception.py:407
 
363
#, python-format
 
364
msgid "Image %(image_id)s is unacceptable: %(reason)s"
 
365
msgstr "Image %(image_id)s is unacceptable: %(reason)s"
 
366
 
 
367
#: nova/exception.py:411
 
368
#, python-format
 
369
msgid "Instance %(instance_id)s is unacceptable: %(reason)s"
 
370
msgstr "Instance %(instance_id)s is unacceptable: %(reason)s"
 
371
 
 
372
#: nova/exception.py:415
 
373
#, python-format
 
374
msgid "Ec2 id %(ec2_id)s is unacceptable."
 
375
msgstr "Ec2 id %(ec2_id)s is unacceptable."
 
376
 
 
377
#: nova/exception.py:419
 
378
#, python-format
 
379
msgid "Expected a uuid but received %(uuid)s."
 
380
msgstr "Expected a uuid but received %(uuid)s."
 
381
 
 
382
#: nova/exception.py:423
 
383
msgid "Constraint not met."
 
384
msgstr "Constraint not met."
 
385
 
 
386
#: nova/exception.py:428
 
387
msgid "Resource could not be found."
 
388
msgstr "Resource could not be found."
 
389
 
 
390
#: nova/exception.py:433
 
391
#, python-format
 
392
msgid "Could not find driver for connection_type %(name)s"
 
393
msgstr "Could not find driver for connection_type %(name)s"
 
394
 
 
395
#: nova/exception.py:437
 
396
#, python-format
 
397
msgid "Volume %(volume_id)s persistence file could not be found."
 
398
msgstr "Volume %(volume_id)s persistence file could not be found."
 
399
 
 
400
#: nova/exception.py:441
 
401
#, python-format
 
402
msgid "Volume %(volume_id)s could not be found."
 
403
msgstr "Volume %(volume_id)s could not be found."
 
404
 
 
405
#: nova/exception.py:445
 
406
#, python-format
 
407
msgid "Unable to locate account %(account_name)s on Solidfire device"
 
408
msgstr "Unable to locate account %(account_name)s on Solidfire device"
 
409
 
 
410
#: nova/exception.py:450
 
411
#, python-format
 
412
msgid "Volume %(volume_id)s has no metadata with key %(metadata_key)s."
 
413
msgstr "Volume %(volume_id)s has no metadata with key %(metadata_key)s."
 
414
 
 
415
#: nova/exception.py:455
 
416
#, python-format
 
417
msgid "Volume type %(volume_type_id)s could not be found."
 
418
msgstr "Volume type %(volume_type_id)s could not be found."
 
419
 
 
420
#: nova/exception.py:459
 
421
#, python-format
 
422
msgid "Volume type with name %(volume_type_name)s could not be found."
 
423
msgstr "Volume type with name %(volume_type_name)s could not be found."
 
424
 
 
425
#: nova/exception.py:464
 
426
#, python-format
 
427
msgid ""
 
428
"Volume Type %(volume_type_id)s has no extra specs with key "
 
429
"%(extra_specs_key)s."
 
430
msgstr ""
 
431
"Volume Type %(volume_type_id)s has no extra specs with key "
 
432
"%(extra_specs_key)s."
 
433
 
 
434
#: nova/exception.py:469
 
435
#, python-format
 
436
msgid "Snapshot %(snapshot_id)s could not be found."
 
437
msgstr "Snapshot %(snapshot_id)s could not be found."
 
438
 
 
439
#: nova/exception.py:473
 
440
#, python-format
 
441
msgid "deleting volume %(volume_name)s that has snapshot"
 
442
msgstr "deleting volume %(volume_name)s that has snapshot"
 
443
 
 
444
#: nova/exception.py:477
 
445
#, python-format
 
446
msgid "deleting snapshot %(snapshot_name)s that has dependent volumes"
 
447
msgstr "deleting snapshot %(snapshot_name)s that has dependent volumes"
 
448
 
 
449
#: nova/exception.py:482
 
450
#, python-format
 
451
msgid "No target id found for volume %(volume_id)s."
 
452
msgstr "No target id found for volume %(volume_id)s."
 
453
 
 
454
#: nova/exception.py:486
 
455
#, python-format
 
456
msgid "Failed to create iscsi target for volume %(volume_id)s."
 
457
msgstr "Failed to create iscsi target for volume %(volume_id)s."
 
458
 
 
459
#: nova/exception.py:490
 
460
#, python-format
 
461
msgid "Failed to remove iscsi target for volume %(volume_id)s."
 
462
msgstr "Failed to remove iscsi target for volume %(volume_id)s."
 
463
 
 
464
#: nova/exception.py:494
 
465
#, python-format
 
466
msgid "No disk at %(location)s"
 
467
msgstr "No disk at %(location)s"
 
468
 
 
469
#: nova/exception.py:498
 
470
#, python-format
 
471
msgid "Could not find a handler for %(driver_type)s volume."
 
472
msgstr "Could not find a handler for %(driver_type)s volume."
 
473
 
 
474
#: nova/exception.py:502
 
475
#, python-format
 
476
msgid "Invalid image href %(image_href)s."
 
477
msgstr "Invalid image href %(image_href)s."
 
478
 
 
479
#: nova/exception.py:506
 
480
#, python-format
 
481
msgid "Image %(image_id)s could not be found."
 
482
msgstr "Image %(image_id)s could not be found."
 
483
 
 
484
#: nova/exception.py:510
 
485
#, python-format
 
486
msgid ""
 
487
"Image %(image_id)s could not be found. The nova EC2 API assigns image ids"
 
488
" dynamically when they are listed for the first time. Have you listed "
 
489
"image ids since adding this image?"
 
490
msgstr ""
 
491
"Image %(image_id)s could not be found. The nova EC2 API assigns image ids"
 
492
" dynamically when they are listed for the first time. Have you listed "
 
493
"image ids since adding this image?"
 
494
 
 
495
#: nova/exception.py:517
 
496
#, python-format
 
497
msgid "Project %(project_id)s could not be found."
 
498
msgstr "Project %(project_id)s could not be found."
 
499
 
 
500
#: nova/exception.py:521
 
501
msgid "Cannot find SR to read/write VDI."
 
502
msgstr "Cannot find SR to read/write VDI."
 
503
 
 
504
#: nova/exception.py:525
 
505
#, python-format
 
506
msgid "Network %(network_id)s is still in use."
 
507
msgstr "Network %(network_id)s is still in use."
 
508
 
 
509
#: nova/exception.py:529
 
510
#, python-format
 
511
msgid "%(req)s is required to create a network."
 
512
msgstr "%(req)s is required to create a network."
 
513
 
 
514
#: nova/exception.py:533
 
515
#, python-format
 
516
msgid "Network %(network_id)s could not be found."
 
517
msgstr "Network %(network_id)s could not be found."
 
518
 
 
519
#: nova/exception.py:537
 
520
#, python-format
 
521
msgid "Network could not be found for bridge %(bridge)s"
 
522
msgstr "Network could not be found for bridge %(bridge)s"
 
523
 
 
524
#: nova/exception.py:541
 
525
#, python-format
 
526
msgid "Network could not be found for uuid %(uuid)s"
 
527
msgstr "Network could not be found for uuid %(uuid)s"
 
528
 
 
529
#: nova/exception.py:545
 
530
#, python-format
 
531
msgid "Network could not be found with cidr %(cidr)s."
 
532
msgstr "Network could not be found with cidr %(cidr)s."
 
533
 
 
534
#: nova/exception.py:549
 
535
#, python-format
 
536
msgid "Network could not be found for instance %(instance_id)s."
 
537
msgstr "Network could not be found for instance %(instance_id)s."
 
538
 
 
539
#: nova/exception.py:553
 
540
msgid "No networks defined."
 
541
msgstr "No networks defined."
 
542
 
 
543
#: nova/exception.py:557
 
544
#, python-format
 
545
msgid ""
 
546
"Either Network uuid %(network_uuid)s is not present or is not assigned to"
 
547
" the project %(project_id)s."
 
548
msgstr ""
 
549
"Either Network uuid %(network_uuid)s is not present or is not assigned to"
 
550
" the project %(project_id)s."
 
551
 
 
552
#: nova/exception.py:562
 
553
#, python-format
 
554
msgid "Host is not set to the network (%(network_id)s)."
 
555
msgstr "Host is not set to the network (%(network_id)s)."
 
556
 
 
557
#: nova/exception.py:566
 
558
msgid "Could not find the datastore reference(s) which the VM uses."
 
559
msgstr "Could not find the datastore reference(s) which the VM uses."
 
560
 
 
561
#: nova/exception.py:570
 
562
#, python-format
 
563
msgid "Port %(port_id)s is still in use."
 
564
msgstr "Port %(port_id)s is still in use."
 
565
 
 
566
#: nova/exception.py:574
 
567
#, python-format
 
568
msgid "Port %(port_id)s could not be found."
 
569
msgstr "Port %(port_id)s could not be found."
 
570
 
 
571
#: nova/exception.py:578
 
572
#, python-format
 
573
msgid "No fixed IP associated with id %(id)s."
 
574
msgstr "No fixed IP associated with id %(id)s."
 
575
 
 
576
#: nova/exception.py:582
 
577
#, python-format
 
578
msgid "Fixed ip not found for address %(address)s."
 
579
msgstr "Fixed ip not found for address %(address)s."
 
580
 
 
581
#: nova/exception.py:586
 
582
#, python-format
 
583
msgid "Instance %(instance_uuid)s has zero fixed ips."
 
584
msgstr "Instance %(instance_uuid)s has zero fixed ips."
 
585
 
 
586
#: nova/exception.py:590
 
587
#, python-format
 
588
msgid "Network host %(host)s has zero fixed ips in network %(network_id)s."
 
589
msgstr "Network host %(host)s has zero fixed ips in network %(network_id)s."
 
590
 
 
591
#: nova/exception.py:595
 
592
#, python-format
 
593
msgid "Instance %(instance_uuid)s doesn't have fixed ip '%(ip)s'."
 
594
msgstr "Instance %(instance_uuid)s doesn't have fixed ip '%(ip)s'."
 
595
 
 
596
#: nova/exception.py:599
 
597
#, python-format
 
598
msgid ""
 
599
"Fixed IP address (%(address)s) does not exist in network "
 
600
"(%(network_uuid)s)."
 
601
msgstr ""
 
602
"Fixed IP address (%(address)s) does not exist in network "
 
603
"(%(network_uuid)s)."
 
604
 
 
605
#: nova/exception.py:604
 
606
#, python-format
 
607
msgid ""
 
608
"Fixed IP address %(address)s is already in use on instance "
 
609
"%(instance_uuid)s."
 
610
msgstr ""
 
611
"Fixed IP address %(address)s is already in use on instance "
 
612
"%(instance_uuid)s."
 
613
 
 
614
#: nova/exception.py:609
 
615
#, python-format
 
616
msgid "Fixed IP address %(address)s is invalid."
 
617
msgstr "Fixed IP address %(address)s is invalid."
 
618
 
 
619
#: nova/exception.py:613
 
620
msgid "Zero fixed ips available."
 
621
msgstr "Zero fixed ips available."
 
622
 
 
623
#: nova/exception.py:617
 
624
msgid "Zero fixed ips could be found."
 
625
msgstr "Zero fixed ips could be found."
 
626
 
 
627
#: nova/exception.py:626
 
628
#, python-format
 
629
msgid "Floating ip %(address)s already exists."
 
630
msgstr "Floating ip %(address)s already exists."
 
631
 
 
632
#: nova/exception.py:630
 
633
#, python-format
 
634
msgid "Floating ip not found for id %(id)s."
 
635
msgstr "Floating ip not found for id %(id)s."
 
636
 
 
637
#: nova/exception.py:634
 
638
#, python-format
 
639
msgid "The DNS entry %(name)s already exists in domain %(domain)s."
 
640
msgstr "The DNS entry %(name)s already exists in domain %(domain)s."
 
641
 
 
642
#: nova/exception.py:638
 
643
#, python-format
 
644
msgid "Floating ip not found for address %(address)s."
 
645
msgstr "Floating ip not found for address %(address)s."
 
646
 
 
647
#: nova/exception.py:642
 
648
#, python-format
 
649
msgid "Floating ip not found for host %(host)s."
 
650
msgstr "Floating ip not found for host %(host)s."
 
651
 
 
652
#: nova/exception.py:646
 
653
msgid "Zero floating ips available."
 
654
msgstr "Zero floating ips available."
 
655
 
 
656
#: nova/exception.py:651
 
657
#, python-format
 
658
msgid "Floating ip %(address)s is associated."
 
659
msgstr "Floating ip %(address)s is associated."
 
660
 
 
661
#: nova/exception.py:655
 
662
#, python-format
 
663
msgid "Floating ip %(address)s is not associated."
 
664
msgstr "Floating ip %(address)s is not associated."
 
665
 
 
666
#: nova/exception.py:659
 
667
msgid "Zero floating ips exist."
 
668
msgstr "Zero floating ips exist."
 
669
 
 
670
#: nova/exception.py:663
 
671
#, python-format
 
672
msgid "Interface %(interface)s not found."
 
673
msgstr "Interface %(interface)s not found."
 
674
 
 
675
#: nova/exception.py:667
 
676
#, python-format
 
677
msgid "Keypair %(name)s not found for user %(user_id)s"
 
678
msgstr "Keypair %(name)s not found for user %(user_id)s"
 
679
 
 
680
#: nova/exception.py:671
 
681
#, python-format
 
682
msgid "Certificate %(certificate_id)s not found."
 
683
msgstr "Certificate %(certificate_id)s not found."
 
684
 
 
685
#: nova/exception.py:675
 
686
#, python-format
 
687
msgid "Service %(service_id)s could not be found."
 
688
msgstr "Service %(service_id)s could not be found."
 
689
 
 
690
#: nova/exception.py:679
 
691
#, python-format
 
692
msgid "Host %(host)s could not be found."
 
693
msgstr "Host %(host)s could not be found."
 
694
 
 
695
#: nova/exception.py:683
 
696
#, python-format
 
697
msgid "Compute host %(host)s could not be found."
 
698
msgstr "Compute host %(host)s could not be found."
 
699
 
 
700
#: nova/exception.py:687
 
701
#, python-format
 
702
msgid "Could not find binary %(binary)s on host %(host)s."
 
703
msgstr "Could not find binary %(binary)s on host %(host)s."
 
704
 
 
705
#: nova/exception.py:691
 
706
#, python-format
 
707
msgid "Invalid reservation expiration %(expire)s."
 
708
msgstr "Invalid reservation expiration %(expire)s."
 
709
 
 
710
#: nova/exception.py:695
 
711
#, python-format
 
712
msgid ""
 
713
"Change would make usage less than 0 for the following resources: "
 
714
"%(unders)s"
 
715
msgstr ""
 
716
"Change would make usage less than 0 for the following resources: "
 
717
"%(unders)s"
 
718
 
 
719
#: nova/exception.py:700
 
720
msgid "Quota could not be found"
 
721
msgstr "Quota could not be found"
 
722
 
 
723
#: nova/exception.py:704
 
724
#, python-format
 
725
msgid "Unknown quota resources %(unknown)s."
 
726
msgstr "Unknown quota resources %(unknown)s."
 
727
 
 
728
#: nova/exception.py:708
 
729
#, python-format
 
730
msgid "Quota for project %(project_id)s could not be found."
 
731
msgstr "Quota for project %(project_id)s could not be found."
 
732
 
 
733
#: nova/exception.py:712
 
734
#, python-format
 
735
msgid "Quota class %(class_name)s could not be found."
 
736
msgstr "Quota class %(class_name)s could not be found."
 
737
 
 
738
#: nova/exception.py:716
 
739
#, python-format
 
740
msgid "Quota usage for project %(project_id)s could not be found."
 
741
msgstr "Quota usage for project %(project_id)s could not be found."
 
742
 
 
743
#: nova/exception.py:720
 
744
#, python-format
 
745
msgid "Quota reservation %(uuid)s could not be found."
 
746
msgstr "Quota reservation %(uuid)s could not be found."
 
747
 
 
748
#: nova/exception.py:724
 
749
#, python-format
 
750
msgid "Quota exceeded for resources: %(overs)s"
 
751
msgstr "Quota exceeded for resources: %(overs)s"
 
752
 
 
753
#: nova/exception.py:728
 
754
#, python-format
 
755
msgid "Security group %(security_group_id)s not found."
 
756
msgstr "Security group %(security_group_id)s not found."
 
757
 
 
758
#: nova/exception.py:732
 
759
#, python-format
 
760
msgid "Security group %(security_group_id)s not found for project %(project_id)s."
 
761
msgstr "Security group %(security_group_id)s not found for project %(project_id)s."
 
762
 
 
763
#: nova/exception.py:737
 
764
#, python-format
 
765
msgid "Security group with rule %(rule_id)s not found."
 
766
msgstr "Security group with rule %(rule_id)s not found."
 
767
 
 
768
#: nova/exception.py:741
 
769
#, python-format
 
770
msgid ""
 
771
"Security group %(security_group_id)s is already associated with the "
 
772
"instance %(instance_id)s"
 
773
msgstr ""
 
774
"Security group %(security_group_id)s is already associated with the "
 
775
"instance %(instance_id)s"
 
776
 
 
777
#: nova/exception.py:746
 
778
#, python-format
 
779
msgid ""
 
780
"Security group %(security_group_id)s is not associated with the instance "
 
781
"%(instance_id)s"
 
782
msgstr ""
 
783
"Security group %(security_group_id)s is not associated with the instance "
 
784
"%(instance_id)s"
 
785
 
 
786
#: nova/exception.py:751
 
787
#, python-format
 
788
msgid "Migration %(migration_id)s could not be found."
 
789
msgstr "Migration %(migration_id)s could not be found."
 
790
 
 
791
#: nova/exception.py:755
 
792
#, python-format
 
793
msgid "Migration not found for instance %(instance_id)s with status %(status)s."
 
794
msgstr "Migration not found for instance %(instance_id)s with status %(status)s."
 
795
 
 
796
#: nova/exception.py:760
 
797
#, python-format
 
798
msgid "Console pool %(pool_id)s could not be found."
 
799
msgstr "Console pool %(pool_id)s could not be found."
 
800
 
 
801
#: nova/exception.py:764
 
802
#, python-format
 
803
msgid ""
 
804
"Console pool of type %(console_type)s for compute host %(compute_host)s "
 
805
"on proxy host %(host)s not found."
 
806
msgstr ""
 
807
"Console pool of type %(console_type)s for compute host %(compute_host)s "
 
808
"on proxy host %(host)s not found."
 
809
 
 
810
#: nova/exception.py:770
 
811
#, python-format
 
812
msgid "Console %(console_id)s could not be found."
 
813
msgstr "Console %(console_id)s could not be found."
 
814
 
 
815
#: nova/exception.py:774
 
816
#, python-format
 
817
msgid "Console for instance %(instance_uuid)s could not be found."
 
818
msgstr "Console for instance %(instance_uuid)s could not be found."
 
819
 
 
820
#: nova/exception.py:778
 
821
#, python-format
 
822
msgid ""
 
823
"Console for instance %(instance_uuid)s in pool %(pool_id)s could not be "
 
824
"found."
 
825
msgstr ""
 
826
"Console for instance %(instance_uuid)s in pool %(pool_id)s could not be "
 
827
"found."
 
828
 
 
829
#: nova/exception.py:783
 
830
#, python-format
 
831
msgid "Invalid console type %(console_type)s "
 
832
msgstr "Invalid console type %(console_type)s "
 
833
 
 
834
#: nova/exception.py:787
 
835
#, python-format
 
836
msgid "Instance type %(instance_type_id)s could not be found."
 
837
msgstr "Instance type %(instance_type_id)s could not be found."
 
838
 
 
839
#: nova/exception.py:791
 
840
#, python-format
 
841
msgid "Instance type with name %(instance_type_name)s could not be found."
 
842
msgstr "Instance type with name %(instance_type_name)s could not be found."
 
843
 
 
844
#: nova/exception.py:796
 
845
#, python-format
 
846
msgid "Flavor %(flavor_id)s could not be found."
 
847
msgstr "Flavor %(flavor_id)s could not be found."
 
848
 
 
849
#: nova/exception.py:800
 
850
#, python-format
 
851
msgid "Flavor access not found for %(flavor_id) / %(project_id) combination."
 
852
msgstr "Flavor access not found for %(flavor_id) / %(project_id) combination."
 
853
 
 
854
#: nova/exception.py:805
 
855
#, python-format
 
856
msgid "Scheduler Host Filter %(filter_name)s could not be found."
 
857
msgstr "Scheduler Host Filter %(filter_name)s could not be found."
 
858
 
 
859
#: nova/exception.py:809
 
860
#, python-format
 
861
msgid "Scheduler cost function %(cost_fn_str)s could not be found."
 
862
msgstr "Scheduler cost function %(cost_fn_str)s could not be found."
 
863
 
 
864
#: nova/exception.py:814
 
865
#, python-format
 
866
msgid "Scheduler weight flag not found: %(flag_name)s"
 
867
msgstr "Scheduler weight flag not found: %(flag_name)s"
 
868
 
 
869
#: nova/exception.py:818
 
870
#, python-format
 
871
msgid "Instance %(instance_uuid)s has no metadata with key %(metadata_key)s."
 
872
msgstr "Instance %(instance_uuid)s has no metadata with key %(metadata_key)s."
 
873
 
 
874
#: nova/exception.py:823
 
875
#, python-format
 
876
msgid ""
 
877
"Instance %(instance_uuid)s has no system metadata with key "
 
878
"%(metadata_key)s."
 
879
msgstr ""
 
880
"Instance %(instance_uuid)s has no system metadata with key "
 
881
"%(metadata_key)s."
 
882
 
 
883
#: nova/exception.py:828
 
884
#, python-format
 
885
msgid ""
 
886
"Instance Type %(instance_type_id)s has no extra specs with key "
 
887
"%(extra_specs_key)s."
 
888
msgstr ""
 
889
"Instance Type %(instance_type_id)s has no extra specs with key "
 
890
"%(extra_specs_key)s."
 
891
 
 
892
#: nova/exception.py:833
 
893
#, python-format
 
894
msgid "File %(file_path)s could not be found."
 
895
msgstr "File %(file_path)s could not be found."
 
896
 
 
897
#: nova/exception.py:837
 
898
msgid "Zero files could be found."
 
899
msgstr "Zero files could be found."
 
900
 
 
901
#: nova/exception.py:841
 
902
#, python-format
 
903
msgid "Virtual switch associated with the network adapter %(adapter)s not found."
 
904
msgstr "Virtual switch associated with the network adapter %(adapter)s not found."
 
905
 
 
906
#: nova/exception.py:846
 
907
#, python-format
 
908
msgid "Network adapter %(adapter)s could not be found."
 
909
msgstr "Network adapter %(adapter)s could not be found."
 
910
 
 
911
#: nova/exception.py:850
 
912
#, python-format
 
913
msgid "Class %(class_name)s could not be found: %(exception)s"
 
914
msgstr "Class %(class_name)s could not be found: %(exception)s"
 
915
 
 
916
#: nova/exception.py:854
 
917
msgid "Action not allowed."
 
918
msgstr "Action not allowed."
 
919
 
 
920
#: nova/exception.py:858
 
921
msgid "Rotation is not allowed for snapshots"
 
922
msgstr "Rotation is not allowed for snapshots"
 
923
 
 
924
#: nova/exception.py:862
 
925
msgid "Rotation param is required for backup image_type"
 
926
msgstr "Rotation param is required for backup image_type"
 
927
 
 
928
#: nova/exception.py:866
 
929
#, python-format
 
930
msgid "Key pair %(key_name)s already exists."
 
931
msgstr "Key pair %(key_name)s already exists."
 
932
 
 
933
#: nova/exception.py:870
 
934
#, python-format
 
935
msgid "Instance %(name)s already exists."
 
936
msgstr "Instance %(name)s already exists."
 
937
 
 
938
#: nova/exception.py:874
 
939
#, python-format
 
940
msgid "Instance Type %(name)s already exists."
 
941
msgstr "Instance Type %(name)s already exists."
 
942
 
 
943
#: nova/exception.py:878
 
944
#, python-format
 
945
msgid ""
 
946
"Flavor access alreay exists for flavor %(flavor_id)s and project "
 
947
"%(project_id)s combination."
 
948
msgstr ""
 
949
"Flavor access alreay exists for flavor %(flavor_id)s and project "
 
950
"%(project_id)s combination."
 
951
 
 
952
#: nova/exception.py:883
 
953
#, python-format
 
954
msgid "Volume Type %(name)s already exists."
 
955
msgstr "Volume Type %(name)s already exists."
 
956
 
 
957
#: nova/exception.py:887
 
958
#, python-format
 
959
msgid "%(path)s is not on shared storage: %(reason)s"
 
960
msgstr "%(path)s is not on shared storage: %(reason)s"
 
961
 
 
962
#: nova/exception.py:891
 
963
#, python-format
 
964
msgid "%(path)s is not on local storage: %(reason)s"
 
965
msgstr "%(path)s is not on local storage: %(reason)s"
 
966
 
 
967
#: nova/exception.py:895
 
968
msgid "Migration error"
 
969
msgstr "Migration error"
 
970
 
 
971
#: nova/exception.py:899
 
972
#, python-format
 
973
msgid "Malformed message body: %(reason)s"
 
974
msgstr "Malformed message body: %(reason)s"
 
975
 
 
976
#: nova/exception.py:905
 
977
#, python-format
 
978
msgid "Could not find config at %(path)s"
 
979
msgstr "Could not find config at %(path)s"
 
980
 
 
981
#: nova/exception.py:909
 
982
#, python-format
 
983
msgid "Could not load paste app '%(name)s' from %(path)s"
 
984
msgstr "Could not load paste app '%(name)s' from %(path)s"
 
985
 
 
986
#: nova/exception.py:913
 
987
msgid "When resizing, instances must change flavor!"
 
988
msgstr "When resizing, instances must change flavor!"
 
989
 
 
990
#: nova/exception.py:917
 
991
msgid "Image is larger than instance type allows"
 
992
msgstr "Image is larger than instance type allows"
 
993
 
 
994
#: nova/exception.py:921
 
995
msgid "Instance type's memory is too small for requested image."
 
996
msgstr "Instance type's memory is too small for requested image."
 
997
 
 
998
#: nova/exception.py:925
 
999
msgid "Instance type's disk is too small for requested image."
 
1000
msgstr "Instance type's disk is too small for requested image."
 
1001
 
 
1002
#: nova/exception.py:929
 
1003
#, python-format
 
1004
msgid "Insufficient free memory on compute node to start %(uuid)s."
 
1005
msgstr "Insufficient free memory on compute node to start %(uuid)s."
 
1006
 
 
1007
#: nova/exception.py:933
 
1008
msgid "Could not fetch bandwidth/cpu/disk metrics for this host."
 
1009
msgstr "Could not fetch bandwidth/cpu/disk metrics for this host."
 
1010
 
 
1011
#: nova/exception.py:937
 
1012
#, python-format
 
1013
msgid "No valid host was found. %(reason)s"
 
1014
msgstr "No valid host was found. %(reason)s"
 
1015
 
 
1016
#: nova/exception.py:941
 
1017
#, python-format
 
1018
msgid "Host %(host)s is not up or doesn't exist."
 
1019
msgstr "Host %(host)s is not up or doesn't exist."
 
1020
 
 
1021
#: nova/exception.py:945
 
1022
msgid "Quota exceeded"
 
1023
msgstr "Quota exceeded"
 
1024
 
 
1025
#: nova/exception.py:952
 
1026
#, python-format
 
1027
msgid ""
 
1028
"Quota exceeded for %(overs)s: Requested %(req)s, but already used "
 
1029
"%(used)d of %(allowed)d %(resource)s"
 
1030
msgstr ""
 
1031
"Quota exceeded for %(overs)s: Requested %(req)s, but already used "
 
1032
"%(used)d of %(allowed)d %(resource)s"
 
1033
 
 
1034
#: nova/exception.py:957
 
1035
msgid "Maximum volume size exceeded"
 
1036
msgstr "Maximum volume size exceeded"
 
1037
 
 
1038
#: nova/exception.py:961
 
1039
#, python-format
 
1040
msgid "Maximum number of volumes allowed (%(allowed)d) exceeded"
 
1041
msgstr "Maximum number of volumes allowed (%(allowed)d) exceeded"
 
1042
 
 
1043
#: nova/exception.py:965
 
1044
msgid "Maximum number of floating ips exceeded"
 
1045
msgstr "Maximum number of floating ips exceeded"
 
1046
 
 
1047
#: nova/exception.py:969
 
1048
#, python-format
 
1049
msgid "Maximum number of metadata items exceeds %(allowed)d"
 
1050
msgstr "Maximum number of metadata items exceeds %(allowed)d"
 
1051
 
 
1052
#: nova/exception.py:973
 
1053
msgid "Personality file limit exceeded"
 
1054
msgstr "Personality file limit exceeded"
 
1055
 
 
1056
#: nova/exception.py:977
 
1057
msgid "Personality file path too long"
 
1058
msgstr "Personality file path too long"
 
1059
 
 
1060
#: nova/exception.py:981
 
1061
msgid "Personality file content too long"
 
1062
msgstr "Personality file content too long"
 
1063
 
 
1064
#: nova/exception.py:985
 
1065
msgid "Maximum number of key pairs exceeded"
 
1066
msgstr "Maximum number of key pairs exceeded"
 
1067
 
 
1068
#: nova/exception.py:989
 
1069
msgid "Maximum number of security groups or rules exceeded"
 
1070
msgstr "Maximum number of security groups or rules exceeded"
 
1071
 
 
1072
#: nova/exception.py:993
 
1073
#, python-format
 
1074
msgid ""
 
1075
"Aggregate %(aggregate_id)s: action '%(action)s' caused an error: "
 
1076
"%(reason)s."
 
1077
msgstr ""
 
1078
"Aggregate %(aggregate_id)s: action '%(action)s' caused an error: "
 
1079
"%(reason)s."
 
1080
 
 
1081
#: nova/exception.py:998
 
1082
#, python-format
 
1083
msgid "Aggregate %(aggregate_id)s could not be found."
 
1084
msgstr "Aggregate %(aggregate_id)s could not be found."
 
1085
 
 
1086
#: nova/exception.py:1002
 
1087
#, python-format
 
1088
msgid "Aggregate %(aggregate_name)s already exists."
 
1089
msgstr "Aggregate %(aggregate_name)s already exists."
 
1090
 
 
1091
#: nova/exception.py:1006
 
1092
#, python-format
 
1093
msgid "Aggregate %(aggregate_id)s has no host %(host)s."
 
1094
msgstr "Aggregate %(aggregate_id)s has no host %(host)s."
 
1095
 
 
1096
#: nova/exception.py:1010
 
1097
#, python-format
 
1098
msgid "Aggregate %(aggregate_id)s has no metadata with key %(metadata_key)s."
 
1099
msgstr "Aggregate %(aggregate_id)s has no metadata with key %(metadata_key)s."
 
1100
 
 
1101
#: nova/exception.py:1015
 
1102
#, python-format
 
1103
msgid "Aggregate %(aggregate_id)s already has host %(host)s."
 
1104
msgstr "Aggregate %(aggregate_id)s already has host %(host)s."
 
1105
 
 
1106
#: nova/exception.py:1019
 
1107
#, python-format
 
1108
msgid "Detected more than one volume with name %(vol_name)s"
 
1109
msgstr "Detected more than one volume with name %(vol_name)s"
 
1110
 
 
1111
#: nova/exception.py:1023
 
1112
#, python-format
 
1113
msgid "Cannot create volume_type with name %(name)s and specs %(extra_specs)s"
 
1114
msgstr "Cannot create volume_type with name %(name)s and specs %(extra_specs)s"
 
1115
 
 
1116
#: nova/exception.py:1028
 
1117
#, python-format
 
1118
msgid "Bad or unexpected response from the storage volume backend API: %(data)s"
 
1119
msgstr "Bad or unexpected response from the storage volume backend API: %(data)s"
 
1120
 
 
1121
#: nova/exception.py:1033
 
1122
msgid "Unknown NFS exception"
 
1123
msgstr "Unknown NFS exception"
 
1124
 
 
1125
#: nova/exception.py:1037
 
1126
msgid "No mounted NFS shares found"
 
1127
msgstr "No mounted NFS shares found"
 
1128
 
 
1129
#: nova/exception.py:1041
 
1130
#, python-format
 
1131
msgid "There is no share which can host %(volume_size)sG"
 
1132
msgstr "There is no share which can host %(volume_size)sG"
 
1133
 
 
1134
#: nova/exception.py:1045
 
1135
msgid "Unable to create instance type"
 
1136
msgstr "Unable to create instance type"
 
1137
 
 
1138
#: nova/exception.py:1049
 
1139
#, python-format
 
1140
msgid "Failed to set admin password on %(instance)s because %(reason)s"
 
1141
msgstr "Failed to set admin password on %(instance)s because %(reason)s"
 
1142
 
 
1143
#: nova/exception.py:1055
 
1144
msgid "Bad response from SolidFire API"
 
1145
msgstr "Bad response from SolidFire API"
 
1146
 
 
1147
#: nova/exception.py:1059
 
1148
#, python-format
 
1149
msgid "Error in SolidFire API response: data=%(data)s"
 
1150
msgstr "Error in SolidFire API response: data=%(data)s"
 
1151
 
 
1152
#: nova/exception.py:1063
 
1153
#, python-format
 
1154
msgid "Detected existing vlan with id %(vlan)d"
 
1155
msgstr "Detected existing vlan with id %(vlan)d"
 
1156
 
 
1157
#: nova/exception.py:1067
 
1158
#, python-format
 
1159
msgid "Instance %(instance_id)s could not be found."
 
1160
msgstr "Instance %(instance_id)s could not be found."
 
1161
 
 
1162
#: nova/exception.py:1071
 
1163
#, python-format
 
1164
msgid "Invalid id: %(val)s (expecting \"i-...\")."
 
1165
msgstr "Invalid id: %(val)s (expecting \"i-...\")."
 
1166
 
 
1167
#: nova/exception.py:1075
 
1168
#, python-format
 
1169
msgid "Could not fetch image %(image_id)s"
 
1170
msgstr "Could not fetch image %(image_id)s"
 
1171
 
 
1172
#: nova/exception.py:1079
 
1173
#, python-format
 
1174
msgid "Task %(task_name)s is already running on host %(host)s"
 
1175
msgstr "Task %(task_name)s is already running on host %(host)s"
 
1176
 
 
1177
#: nova/exception.py:1083
 
1178
#, python-format
 
1179
msgid "Task %(task_name)s is not running on host %(host)s"
 
1180
msgstr "Task %(task_name)s is not running on host %(host)s"
 
1181
 
 
1182
#: nova/exception.py:1087
 
1183
#, python-format
 
1184
msgid "Instance %(instance_uuid)s is locked"
 
1185
msgstr "Instance %(instance_uuid)s is locked"
 
1186
 
 
1187
#: nova/exception.py:1091
 
1188
#, python-format
 
1189
msgid "Could not mount vfat config drive. %(operation)s failed. Error: %(error)s"
 
1190
msgstr "Could not mount vfat config drive. %(operation)s failed. Error: %(error)s"
 
1191
 
 
1192
#: nova/exception.py:1096
 
1193
#, python-format
 
1194
msgid "Unknown config drive format %(format)s. Select one of iso9660 or vfat."
 
1195
msgstr "Unknown config drive format %(format)s. Select one of iso9660 or vfat."
 
1196
 
 
1197
#: nova/exception.py:1101
 
1198
#, python-format
 
1199
msgid ""
 
1200
"User data too large. User data must be no larger than %(maxsize)s bytes "
 
1201
"once base64 encoded. Your data is %(length)d bytes"
 
1202
msgstr ""
 
1203
"User data too large. User data must be no larger than %(maxsize)s bytes "
 
1204
"once base64 encoded. Your data is %(length)d bytes"
 
1205
 
 
1206
#: nova/exception.py:1107
 
1207
msgid "User data needs to be valid base 64."
 
1208
msgstr "User data needs to be valid base 64."
 
1209
 
 
1210
#: nova/exception.py:1111
 
1211
#, python-format
 
1212
msgid ""
 
1213
"unexpected task state: expecting %(expected)s but the actual state is "
 
1214
"%(actual)s"
 
1215
msgstr ""
 
1216
"unexpected task state: expecting %(expected)s but the actual state is "
 
1217
"%(actual)s"
 
1218
 
 
1219
#: nova/exception.py:1116
 
1220
#, python-format
 
1221
msgid "The CA file for %(project)s could not be found"
 
1222
msgstr "The CA file for %(project)s could not be found"
 
1223
 
 
1224
#: nova/exception.py:1120
 
1225
#, python-format
 
1226
msgid "The CRL file for %(project)s could not be found"
 
1227
msgstr "The CRL file for %(project)s could not be found"
 
1228
 
 
1229
#: nova/manager.py:166
 
1230
#, python-format
 
1231
msgid "Skipping %(full_task_name)s, %(ticks_to_skip)s ticks left until next run"
 
1232
msgstr "Skipping %(full_task_name)s, %(ticks_to_skip)s ticks left until next run"
 
1233
 
 
1234
#: nova/manager.py:172
 
1235
#, python-format
 
1236
msgid "Running periodic task %(full_task_name)s"
 
1237
msgstr "Running periodic task %(full_task_name)s"
 
1238
 
 
1239
#: nova/manager.py:182
 
1240
#, python-format
 
1241
msgid "Error during %(full_task_name)s: %(e)s"
 
1242
msgstr "Error during %(full_task_name)s: %(e)s"
 
1243
 
 
1244
#: nova/manager.py:231
 
1245
msgid "Notifying Schedulers of capabilities ..."
 
1246
msgstr "Notifying Schedulers of capabilities ..."
 
1247
 
 
1248
#: nova/notifications.py:92 nova/notifications.py:132
 
1249
msgid "Failed to send state update notification"
 
1250
msgstr "Failed to send state update notification"
 
1251
 
 
1252
#: nova/policy.py:32
 
1253
msgid "JSON file representing policy"
 
1254
msgstr "JSON file representing policy"
 
1255
 
 
1256
#: nova/policy.py:35
 
1257
msgid "Rule checked when requested rule is not found"
 
1258
msgstr "Rule checked when requested rule is not found"
 
1259
 
 
1260
#: nova/quota.py:697
 
1261
#, python-format
 
1262
msgid "Created reservations %(reservations)s"
 
1263
msgstr "Created reservations %(reservations)s"
 
1264
 
 
1265
#: nova/quota.py:716
 
1266
#, python-format
 
1267
msgid "Failed to commit reservations %(reservations)s"
 
1268
msgstr "Failed to commit reservations %(reservations)s"
 
1269
 
 
1270
#: nova/quota.py:734
 
1271
#, python-format
 
1272
msgid "Failed to roll back reservations %(reservations)s"
 
1273
msgstr "Failed to roll back reservations %(reservations)s"
 
1274
 
 
1275
#: nova/service.py:179
 
1276
msgid "Full set of FLAGS:"
 
1277
msgstr "Full set of FLAGS:"
 
1278
 
 
1279
#: nova/service.py:186
 
1280
#, python-format
 
1281
msgid "%(flag)s : FLAG SET "
 
1282
msgstr "%(flag)s : FLAG SET "
 
1283
 
 
1284
#: nova/service.py:196 nova/service.py:294
 
1285
#, python-format
 
1286
msgid "Caught %s, exiting"
 
1287
msgstr "Caught %s, exiting"
 
1288
 
 
1289
#: nova/service.py:240
 
1290
msgid "Parent process has died unexpectedly, exiting"
 
1291
msgstr "Parent process has died unexpectedly, exiting"
 
1292
 
 
1293
#: nova/service.py:276
 
1294
msgid "Forking too fast, sleeping"
 
1295
msgstr "Forking too fast, sleeping"
 
1296
 
 
1297
#: nova/service.py:299
 
1298
msgid "Unhandled exception"
 
1299
msgstr "Unhandled exception"
 
1300
 
 
1301
#: nova/service.py:306
 
1302
#, python-format
 
1303
msgid "Started child %d"
 
1304
msgstr "Started child %d"
 
1305
 
 
1306
#: nova/service.py:316
 
1307
#, python-format
 
1308
msgid "Starting %d workers"
 
1309
msgstr "Starting %d workers"
 
1310
 
 
1311
#: nova/service.py:330
 
1312
#, python-format
 
1313
msgid "Child %(pid)d killed by signal %(sig)d"
 
1314
msgstr "Child %(pid)d killed by signal %(sig)d"
 
1315
 
 
1316
#: nova/service.py:333
 
1317
#, python-format
 
1318
msgid "Child %(pid)d exited with status %(code)d"
 
1319
msgstr "Child %(pid)d exited with status %(code)d"
 
1320
 
 
1321
#: nova/service.py:336
 
1322
#, python-format
 
1323
msgid "pid %d not in child list"
 
1324
msgstr "pid %d not in child list"
 
1325
 
 
1326
#: nova/service.py:356
 
1327
#, python-format
 
1328
msgid "Caught %s, stopping children"
 
1329
msgstr "Caught %s, stopping children"
 
1330
 
 
1331
#: nova/service.py:367
 
1332
#, python-format
 
1333
msgid "Waiting on %d children to exit"
 
1334
msgstr "Waiting on %d children to exit"
 
1335
 
 
1336
#: nova/service.py:396
 
1337
#, python-format
 
1338
msgid "Starting %(topic)s node (version %(vcs_string)s)"
 
1339
msgstr "Starting %(topic)s node (version %(vcs_string)s)"
 
1340
 
 
1341
#: nova/service.py:413
 
1342
#, python-format
 
1343
msgid "Creating Consumer connection for Service %s"
 
1344
msgstr "Creating Consumer connection for Service %s"
 
1345
 
 
1346
#: nova/service.py:502
 
1347
msgid "Service killed that has no database entry"
 
1348
msgstr "Service killed that has no database entry"
 
1349
 
 
1350
#: nova/service.py:539
 
1351
msgid "The service database object disappeared, Recreating it."
 
1352
msgstr "The service database object disappeared, Recreating it."
 
1353
 
 
1354
#: nova/service.py:554
 
1355
msgid "Recovered model server connection!"
 
1356
msgstr "Recovered model server connection!"
 
1357
 
 
1358
#: nova/service.py:560
 
1359
msgid "model server went away"
 
1360
msgstr "model server went away"
 
1361
 
 
1362
#: nova/service.py:648
 
1363
msgid "serve() can only be called once"
 
1364
msgstr "serve() can only be called once"
 
1365
 
 
1366
#: nova/utils.py:155
 
1367
#, python-format
 
1368
msgid "Got unknown keyword args to utils.execute: %r"
 
1369
msgstr "Got unknown keyword args to utils.execute: %r"
 
1370
 
 
1371
#: nova/utils.py:161
 
1372
msgid ""
 
1373
"The root_helper option (which lets you specify a root wrapper different "
 
1374
"from nova-rootwrap, and defaults to using sudo) is now deprecated. You "
 
1375
"should use the rootwrap_config option instead."
 
1376
msgstr ""
 
1377
"The root_helper option (which lets you specify a root wrapper different "
 
1378
"from nova-rootwrap, and defaults to using sudo) is now deprecated. You "
 
1379
"should use the rootwrap_config option instead."
 
1380
 
 
1381
#: nova/utils.py:176
 
1382
#, python-format
 
1383
msgid "Running cmd (subprocess): %s"
 
1384
msgstr "Running cmd (subprocess): %s"
 
1385
 
 
1386
#: nova/utils.py:191 nova/utils.py:269 nova/virt/powervm/common.py:82
 
1387
#, python-format
 
1388
msgid "Result was %s"
 
1389
msgstr "Result was %s"
 
1390
 
 
1391
#: nova/utils.py:204
 
1392
#, python-format
 
1393
msgid "%r failed. Retrying."
 
1394
msgstr "%r failed. Retrying."
 
1395
 
 
1396
#: nova/utils.py:244
 
1397
#, python-format
 
1398
msgid "Running cmd (SSH): %s"
 
1399
msgstr "Running cmd (SSH): %s"
 
1400
 
 
1401
#: nova/utils.py:246
 
1402
msgid "Environment not supported over SSH"
 
1403
msgstr "Environment not supported over SSH"
 
1404
 
 
1405
#: nova/utils.py:250
 
1406
msgid "process_input not supported over SSH"
 
1407
msgstr "process_input not supported over SSH"
 
1408
 
 
1409
#: nova/utils.py:285
 
1410
#, python-format
 
1411
msgid "debug in callback: %s"
 
1412
msgstr "debug in callback: %s"
 
1413
 
 
1414
#: nova/utils.py:444
 
1415
#, python-format
 
1416
msgid "Link Local address is not found.:%s"
 
1417
msgstr "Link Local address is not found.:%s"
 
1418
 
 
1419
#: nova/utils.py:447
 
1420
#, python-format
 
1421
msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s"
 
1422
msgstr "Couldn't get Link Local IP of %(interface)s :%(ex)s"
 
1423
 
 
1424
#: nova/utils.py:482
 
1425
#, python-format
 
1426
msgid "Invalid backend: %s"
 
1427
msgstr "Invalid backend: %s"
 
1428
 
 
1429
#: nova/utils.py:494
 
1430
#, python-format
 
1431
msgid "backend %s"
 
1432
msgstr "backend %s"
 
1433
 
 
1434
#: nova/utils.py:544
 
1435
msgid "in looping call"
 
1436
msgstr "in looping call"
 
1437
 
 
1438
#: nova/utils.py:628
 
1439
#, python-format
 
1440
msgid "Could not release the acquired lock `%s`"
 
1441
msgstr "Could not release the acquired lock `%s`"
 
1442
 
 
1443
#: nova/utils.py:711
 
1444
#, python-format
 
1445
msgid "Got semaphore \"%(lock)s\" for method \"%(method)s\"..."
 
1446
msgstr "Got semaphore \"%(lock)s\" for method \"%(method)s\"..."
 
1447
 
 
1448
#: nova/utils.py:715
 
1449
#, python-format
 
1450
msgid "Attempting to grab file lock \"%(lock)s\" for method \"%(method)s\"..."
 
1451
msgstr "Attempting to grab file lock \"%(lock)s\" for method \"%(method)s\"..."
 
1452
 
 
1453
#: nova/utils.py:741
 
1454
#, python-format
 
1455
msgid "Got file lock \"%(lock)s\" for method \"%(method)s\"..."
 
1456
msgstr "Got file lock \"%(lock)s\" for method \"%(method)s\"..."
 
1457
 
 
1458
#: nova/utils.py:882
 
1459
#, python-format
 
1460
msgid "Expected object of type: %s"
 
1461
msgstr "Expected object of type: %s"
 
1462
 
 
1463
#: nova/utils.py:911
 
1464
#, python-format
 
1465
msgid "Invalid server_string: %s"
 
1466
msgstr "Invalid server_string: %s"
 
1467
 
 
1468
#: nova/utils.py:1051
 
1469
#, python-format
 
1470
msgid "timefunc: '%(name)s' took %(total_time).2f secs"
 
1471
msgstr "timefunc: '%(name)s' took %(total_time).2f secs"
 
1472
 
 
1473
#: nova/utils.py:1129
 
1474
#, python-format
 
1475
msgid "Reloading cached file %s"
 
1476
msgstr "Reloading cached file %s"
 
1477
 
 
1478
#: nova/utils.py:1235 nova/virt/configdrive.py:145
 
1479
#, python-format
 
1480
msgid "Could not remove tmpdir: %s"
 
1481
msgstr "Could not remove tmpdir: %s"
 
1482
 
 
1483
#: nova/wsgi.py:74
 
1484
#, python-format
 
1485
msgid "%(name)s listening on %(host)s:%(port)s"
 
1486
msgstr "%(name)s listening on %(host)s:%(port)s"
 
1487
 
 
1488
#: nova/wsgi.py:97
 
1489
msgid "Stopping WSGI server."
 
1490
msgstr "Stopping WSGI server."
 
1491
 
 
1492
#: nova/wsgi.py:115
 
1493
msgid "WSGI server has stopped."
 
1494
msgstr "WSGI server has stopped."
 
1495
 
 
1496
#: nova/wsgi.py:184
 
1497
msgid "You must implement __call__"
 
1498
msgstr "You must implement __call__"
 
1499
 
 
1500
#: nova/wsgi.py:370
 
1501
#, python-format
 
1502
msgid "Loading app %(name)s from %(path)s"
 
1503
msgstr "Loading app %(name)s from %(path)s"
 
1504
 
 
1505
#: nova/api/auth.py:108
 
1506
msgid "Invalid service catalog json."
 
1507
msgstr "Invalid service catalog json."
 
1508
 
 
1509
#: nova/api/auth.py:131
 
1510
msgid "Sourcing roles from deprecated X-Role HTTP header"
 
1511
msgstr "Sourcing roles from deprecated X-Role HTTP header"
 
1512
 
 
1513
#: nova/api/sizelimit.py:51
 
1514
msgid "Request is too large."
 
1515
msgstr "Request is too large."
 
1516
 
 
1517
#: nova/api/validator.py:138
 
1518
#, python-format
 
1519
msgid "%(key)s with value %(value)s failed validator %(name)s"
 
1520
msgstr "%(key)s with value %(value)s failed validator %(name)s"
 
1521
 
 
1522
#: nova/api/ec2/__init__.py:79
 
1523
#, python-format
 
1524
msgid "%(code)s: %(message)s"
 
1525
msgstr "%(code)s: %(message)s"
 
1526
 
 
1527
#: nova/api/ec2/__init__.py:102
 
1528
#, python-format
 
1529
msgid "FaultWrapper: %s"
 
1530
msgstr "FaultWrapper: %s"
 
1531
 
 
1532
#: nova/api/ec2/__init__.py:177
 
1533
msgid "Too many failed authentications."
 
1534
msgstr "Too many failed authentications."
 
1535
 
 
1536
#: nova/api/ec2/__init__.py:187
 
1537
#, python-format
 
1538
msgid ""
 
1539
"Access key %(access_key)s has had %(failures)d failed authentications and"
 
1540
" will be locked out for %(lock_mins)d minutes."
 
1541
msgstr ""
 
1542
"Access key %(access_key)s has had %(failures)d failed authentications and"
 
1543
" will be locked out for %(lock_mins)d minutes."
 
1544
 
 
1545
#: nova/api/ec2/__init__.py:204
 
1546
msgid "Signature not provided"
 
1547
msgstr "Signature not provided"
 
1548
 
 
1549
#: nova/api/ec2/__init__.py:208
 
1550
msgid "Access key not provided"
 
1551
msgstr "Access key not provided"
 
1552
 
 
1553
#: nova/api/ec2/__init__.py:243 nova/api/ec2/__init__.py:258
 
1554
msgid "Failure communicating with keystone"
 
1555
msgstr "Failure communicating with keystone"
 
1556
 
 
1557
#: nova/api/ec2/__init__.py:328
 
1558
#, python-format
 
1559
msgid "action: %s"
 
1560
msgstr "action: %s"
 
1561
 
 
1562
#: nova/api/ec2/__init__.py:330
 
1563
#, python-format
 
1564
msgid "arg: %(key)s\t\tval: %(value)s"
 
1565
msgstr "arg: %(key)s\t\tval: %(value)s"
 
1566
 
 
1567
#: nova/api/ec2/__init__.py:405
 
1568
#, python-format
 
1569
msgid "Unauthorized request for controller=%(controller)s and action=%(action)s"
 
1570
msgstr "Unauthorized request for controller=%(controller)s and action=%(action)s"
 
1571
 
 
1572
#: nova/api/ec2/__init__.py:477
 
1573
#, python-format
 
1574
msgid "InstanceNotFound raised: %s"
 
1575
msgstr "InstanceNotFound raised: %s"
 
1576
 
 
1577
#: nova/api/ec2/__init__.py:483
 
1578
#, python-format
 
1579
msgid "VolumeNotFound raised: %s"
 
1580
msgstr "VolumeNotFound raised: %s"
 
1581
 
 
1582
#: nova/api/ec2/__init__.py:489
 
1583
#, python-format
 
1584
msgid "SnapshotNotFound raised: %s"
 
1585
msgstr "SnapshotNotFound raised: %s"
 
1586
 
 
1587
#: nova/api/ec2/__init__.py:495
 
1588
#, python-format
 
1589
msgid "NotFound raised: %s"
 
1590
msgstr "NotFound raised: %s"
 
1591
 
 
1592
#: nova/api/ec2/__init__.py:498
 
1593
#, python-format
 
1594
msgid "EC2APIError raised: %s"
 
1595
msgstr "EC2APIError raised: %s"
 
1596
 
 
1597
#: nova/api/ec2/__init__.py:506
 
1598
#, python-format
 
1599
msgid "KeyPairExists raised: %s"
 
1600
msgstr "KeyPairExists raised: %s"
 
1601
 
 
1602
#: nova/api/ec2/__init__.py:510
 
1603
#, python-format
 
1604
msgid "InvalidParameterValue raised: %s"
 
1605
msgstr "InvalidParameterValue raised: %s"
 
1606
 
 
1607
#: nova/api/ec2/__init__.py:514
 
1608
#, python-format
 
1609
msgid "InvalidPortRange raised: %s"
 
1610
msgstr "InvalidPortRange raised: %s"
 
1611
 
 
1612
#: nova/api/ec2/__init__.py:518
 
1613
#, python-format
 
1614
msgid "NotAuthorized raised: %s"
 
1615
msgstr "NotAuthorized raised: %s"
 
1616
 
 
1617
#: nova/api/ec2/__init__.py:522
 
1618
#, python-format
 
1619
msgid "InvalidRequest raised: %s"
 
1620
msgstr "InvalidRequest raised: %s"
 
1621
 
 
1622
#: nova/api/ec2/__init__.py:526
 
1623
#, python-format
 
1624
msgid "QuotaError raised: %s"
 
1625
msgstr "QuotaError raised: %s"
 
1626
 
 
1627
#: nova/api/ec2/__init__.py:530
 
1628
#, python-format
 
1629
msgid "Invalid id: bogus (expecting \"i-...\"): %s"
 
1630
msgstr "Invalid id: bogus (expecting \"i-...\"): %s"
 
1631
 
 
1632
#: nova/api/ec2/__init__.py:539
 
1633
#, python-format
 
1634
msgid "Unexpected error raised: %s"
 
1635
msgstr "Unexpected error raised: %s"
 
1636
 
 
1637
#: nova/api/ec2/__init__.py:540
 
1638
#, python-format
 
1639
msgid "Environment: %s"
 
1640
msgstr "Environment: %s"
 
1641
 
 
1642
#: nova/api/ec2/__init__.py:542 nova/api/metadata/handler.py:79
 
1643
msgid "An unknown error has occurred. Please try your request again."
 
1644
msgstr "An unknown error has occurred. Please try your request again."
 
1645
 
 
1646
#: nova/api/ec2/apirequest.py:64
 
1647
#, python-format
 
1648
msgid "Unsupported API request: controller = %(controller)s, action = %(action)s"
 
1649
msgstr "Unsupported API request: controller = %(controller)s, action = %(action)s"
 
1650
 
 
1651
#: nova/api/ec2/cloud.py:336
 
1652
#, python-format
 
1653
msgid "Create snapshot of volume %s"
 
1654
msgstr "Create snapshot of volume %s"
 
1655
 
 
1656
#: nova/api/ec2/cloud.py:362
 
1657
#, python-format
 
1658
msgid "Could not find key pair(s): %s"
 
1659
msgstr "Could not find key pair(s): %s"
 
1660
 
 
1661
#: nova/api/ec2/cloud.py:378
 
1662
#, python-format
 
1663
msgid "Create key pair %s"
 
1664
msgstr "Create key pair %s"
 
1665
 
 
1666
#: nova/api/ec2/cloud.py:385 nova/api/ec2/cloud.py:410
 
1667
#: nova/api/openstack/compute/contrib/keypairs.py:93
 
1668
msgid "Quota exceeded, too many key pairs."
 
1669
msgstr "Quota exceeded, too many key pairs."
 
1670
 
 
1671
#: nova/api/ec2/cloud.py:391 nova/api/ec2/cloud.py:416
 
1672
#: nova/api/openstack/compute/contrib/keypairs.py:101
 
1673
#, python-format
 
1674
msgid "Key pair '%s' already exists."
 
1675
msgstr "Key pair '%s' already exists."
 
1676
 
 
1677
#: nova/api/ec2/cloud.py:400
 
1678
#, python-format
 
1679
msgid "Import key %s"
 
1680
msgstr "Import key %s"
 
1681
 
 
1682
#: nova/api/ec2/cloud.py:423
 
1683
#, python-format
 
1684
msgid "Delete key pair %s"
 
1685
msgstr "Delete key pair %s"
 
1686
 
 
1687
#: nova/api/ec2/cloud.py:554 nova/api/ec2/cloud.py:666
 
1688
msgid "Not enough parameters, need group_name or group_id"
 
1689
msgstr "Not enough parameters, need group_name or group_id"
 
1690
 
 
1691
#: nova/api/ec2/cloud.py:559
 
1692
#, python-format
 
1693
msgid "%s Not enough parameters to build a valid rule"
 
1694
msgstr "%s Not enough parameters to build a valid rule"
 
1695
 
 
1696
#: nova/api/ec2/cloud.py:589 nova/api/ec2/cloud.py:620
 
1697
msgid "No rule for the specified parameters."
 
1698
msgstr "No rule for the specified parameters."
 
1699
 
 
1700
#: nova/api/ec2/cloud.py:611
 
1701
#, python-format
 
1702
msgid "%s - This rule already exists in group"
 
1703
msgstr "%s - This rule already exists in group"
 
1704
 
 
1705
#: nova/api/ec2/cloud.py:677
 
1706
#, python-format
 
1707
msgid "Get console output for instance %s"
 
1708
msgstr "Get console output for instance %s"
 
1709
 
 
1710
#: nova/api/ec2/cloud.py:753
 
1711
#, python-format
 
1712
msgid "Create volume from snapshot %s"
 
1713
msgstr "Create volume from snapshot %s"
 
1714
 
 
1715
#: nova/api/ec2/cloud.py:757 nova/api/openstack/compute/contrib/volumes.py:250
 
1716
#: nova/api/openstack/volume/volumes.py:286
 
1717
#, python-format
 
1718
msgid "Create volume of %s GB"
 
1719
msgstr "Create volume of %s GB"
 
1720
 
 
1721
#: nova/api/ec2/cloud.py:783
 
1722
msgid "Delete Failed"
 
1723
msgstr "Delete Failed"
 
1724
 
 
1725
#: nova/api/ec2/cloud.py:796
 
1726
#, python-format
 
1727
msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s"
 
1728
msgstr "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s"
 
1729
 
 
1730
#: nova/api/ec2/cloud.py:804
 
1731
msgid "Attach Failed."
 
1732
msgstr "Attach Failed."
 
1733
 
 
1734
#: nova/api/ec2/cloud.py:817 nova/api/openstack/compute/contrib/volumes.py:429
 
1735
#, python-format
 
1736
msgid "Detach volume %s"
 
1737
msgstr "Detach volume %s"
 
1738
 
 
1739
#: nova/api/ec2/cloud.py:823
 
1740
msgid "Detach Volume Failed."
 
1741
msgstr "Detach Volume Failed."
 
1742
 
 
1743
#: nova/api/ec2/cloud.py:849 nova/api/ec2/cloud.py:906
 
1744
#: nova/api/ec2/cloud.py:1440 nova/api/ec2/cloud.py:1455
 
1745
#, python-format
 
1746
msgid "attribute not supported: %s"
 
1747
msgstr "attribute not supported: %s"
 
1748
 
 
1749
#: nova/api/ec2/cloud.py:972
 
1750
#, python-format
 
1751
msgid "vol = %s\n"
 
1752
msgstr "vol = %s\n"
 
1753
 
 
1754
#: nova/api/ec2/cloud.py:1123
 
1755
msgid "Allocate address"
 
1756
msgstr "Allocate address"
 
1757
 
 
1758
#: nova/api/ec2/cloud.py:1127
 
1759
msgid "No more floating IPs available"
 
1760
msgstr "No more floating IPs available"
 
1761
 
 
1762
#: nova/api/ec2/cloud.py:1131
 
1763
#, python-format
 
1764
msgid "Release address %s"
 
1765
msgstr "Release address %s"
 
1766
 
 
1767
#: nova/api/ec2/cloud.py:1136
 
1768
msgid "Unable to release IP Address."
 
1769
msgstr "Unable to release IP Address."
 
1770
 
 
1771
#: nova/api/ec2/cloud.py:1139
 
1772
#, python-format
 
1773
msgid "Associate address %(public_ip)s to instance %(instance_id)s"
 
1774
msgstr "Associate address %(public_ip)s to instance %(instance_id)s"
 
1775
 
 
1776
#: nova/api/ec2/cloud.py:1147
 
1777
msgid "Unable to associate IP Address, no fixed_ips."
 
1778
msgstr "Unable to associate IP Address, no fixed_ips."
 
1779
 
 
1780
#: nova/api/ec2/cloud.py:1155
 
1781
#: nova/api/openstack/compute/contrib/floating_ips.py:244
 
1782
#, python-format
 
1783
msgid "multiple fixed_ips exist, using the first: %s"
 
1784
msgstr "multiple fixed_ips exist, using the first: %s"
 
1785
 
 
1786
#: nova/api/ec2/cloud.py:1164
 
1787
msgid "Floating ip is already associated."
 
1788
msgstr "Floating ip is already associated."
 
1789
 
 
1790
#: nova/api/ec2/cloud.py:1167
 
1791
msgid "l3driver call to add floating ip failed."
 
1792
msgstr "l3driver call to add floating ip failed."
 
1793
 
 
1794
#: nova/api/ec2/cloud.py:1170
 
1795
msgid "Error, unable to associate floating ip."
 
1796
msgstr "Error, unable to associate floating ip."
 
1797
 
 
1798
#: nova/api/ec2/cloud.py:1178
 
1799
#, python-format
 
1800
msgid "Disassociate address %s"
 
1801
msgstr "Disassociate address %s"
 
1802
 
 
1803
#: nova/api/ec2/cloud.py:1183
 
1804
msgid "Floating ip is not associated."
 
1805
msgstr "Floating ip is not associated."
 
1806
 
 
1807
#: nova/api/ec2/cloud.py:1210
 
1808
msgid "Image must be available"
 
1809
msgstr "Image must be available"
 
1810
 
 
1811
#: nova/api/ec2/cloud.py:1242
 
1812
msgid "Going to start terminating instances"
 
1813
msgstr "Going to start terminating instances"
 
1814
 
 
1815
#: nova/api/ec2/cloud.py:1252
 
1816
#, python-format
 
1817
msgid "Reboot instance %r"
 
1818
msgstr "Reboot instance %r"
 
1819
 
 
1820
#: nova/api/ec2/cloud.py:1261
 
1821
msgid "Going to stop instances"
 
1822
msgstr "Going to stop instances"
 
1823
 
 
1824
#: nova/api/ec2/cloud.py:1270
 
1825
msgid "Going to start instances"
 
1826
msgstr "Going to start instances"
 
1827
 
 
1828
#: nova/api/ec2/cloud.py:1361
 
1829
#, python-format
 
1830
msgid "De-registering image %s"
 
1831
msgstr "De-registering image %s"
 
1832
 
 
1833
#: nova/api/ec2/cloud.py:1377
 
1834
msgid "imageLocation is required"
 
1835
msgstr "imageLocation is required"
 
1836
 
 
1837
#: nova/api/ec2/cloud.py:1396
 
1838
#, python-format
 
1839
msgid "Registered image %(image_location)s with id %(image_id)s"
 
1840
msgstr "Registered image %(image_location)s with id %(image_id)s"
 
1841
 
 
1842
#: nova/api/ec2/cloud.py:1458
 
1843
msgid "user or group not specified"
 
1844
msgstr "user or group not specified"
 
1845
 
 
1846
#: nova/api/ec2/cloud.py:1460
 
1847
msgid "only group \"all\" is supported"
 
1848
msgstr "only group \"all\" is supported"
 
1849
 
 
1850
#: nova/api/ec2/cloud.py:1462
 
1851
msgid "operation_type must be add or remove"
 
1852
msgstr "operation_type must be add or remove"
 
1853
 
 
1854
#: nova/api/ec2/cloud.py:1464
 
1855
#, python-format
 
1856
msgid "Updating image %s publicity"
 
1857
msgstr "Updating image %s publicity"
 
1858
 
 
1859
#: nova/api/ec2/cloud.py:1477
 
1860
#, python-format
 
1861
msgid "Not allowed to modify attributes for image %s"
 
1862
msgstr "Not allowed to modify attributes for image %s"
 
1863
 
 
1864
#: nova/api/ec2/cloud.py:1506
 
1865
#, python-format
 
1866
msgid ""
 
1867
"Invalid value '%(ec2_instance_id)s' for instanceId. Instance does not "
 
1868
"have a volume attached at root (%(root)s)"
 
1869
msgstr ""
 
1870
"Invalid value '%(ec2_instance_id)s' for instanceId. Instance does not "
 
1871
"have a volume attached at root (%(root)s)"
 
1872
 
 
1873
#: nova/api/ec2/cloud.py:1536
 
1874
#, python-format
 
1875
msgid "Couldn't stop instance with in %d sec"
 
1876
msgstr "Couldn't stop instance with in %d sec"
 
1877
 
 
1878
#: nova/api/ec2/cloud.py:1554
 
1879
#, python-format
 
1880
msgid "image of %(instance)s at %(now)s"
 
1881
msgstr "image of %(instance)s at %(now)s"
 
1882
 
 
1883
#: nova/api/ec2/cloud.py:1587
 
1884
msgid "Invalid CIDR"
 
1885
msgstr "Invalid CIDR"
 
1886
 
 
1887
#: nova/api/metadata/handler.py:77 nova/api/metadata/handler.py:84
 
1888
#, python-format
 
1889
msgid "Failed to get metadata for ip: %s"
 
1890
msgstr "Failed to get metadata for ip: %s"
 
1891
 
 
1892
#: nova/api/openstack/__init__.py:50
 
1893
#, python-format
 
1894
msgid "Caught error: %s"
 
1895
msgstr "Caught error: %s"
 
1896
 
 
1897
#: nova/api/openstack/__init__.py:59 nova/api/openstack/wsgi.py:960
 
1898
#, python-format
 
1899
msgid "%(url)s returned with HTTP %(status)d"
 
1900
msgstr "%(url)s returned with HTTP %(status)d"
 
1901
 
 
1902
#: nova/api/openstack/__init__.py:123
 
1903
msgid "Must specify an ExtensionManager class"
 
1904
msgstr "Must specify an ExtensionManager class"
 
1905
 
 
1906
#: nova/api/openstack/__init__.py:134
 
1907
#, python-format
 
1908
msgid "Extended resource: %s"
 
1909
msgstr "Extended resource: %s"
 
1910
 
 
1911
#: nova/api/openstack/__init__.py:165
 
1912
#, python-format
 
1913
msgid ""
 
1914
"Extension %(ext_name)s: Cannot extend resource %(collection)s: No such "
 
1915
"resource"
 
1916
msgstr ""
 
1917
"Extension %(ext_name)s: Cannot extend resource %(collection)s: No such "
 
1918
"resource"
 
1919
 
 
1920
#: nova/api/openstack/__init__.py:170
 
1921
#, python-format
 
1922
msgid "Extension %(ext_name)s extending resource: %(collection)s"
 
1923
msgstr "Extension %(ext_name)s extending resource: %(collection)s"
 
1924
 
 
1925
#: nova/api/openstack/common.py:99
 
1926
#, python-format
 
1927
msgid ""
 
1928
"status is UNKNOWN from vm_state=%(vm_state)s task_state=%(task_state)s. "
 
1929
"Bad upgrade or db corrupted?"
 
1930
msgstr ""
 
1931
"status is UNKNOWN from vm_state=%(vm_state)s task_state=%(task_state)s. "
 
1932
"Bad upgrade or db corrupted?"
 
1933
 
 
1934
#: nova/api/openstack/common.py:138 nova/api/openstack/common.py:172
 
1935
msgid "limit param must be an integer"
 
1936
msgstr "limit param must be an integer"
 
1937
 
 
1938
#: nova/api/openstack/common.py:141 nova/api/openstack/common.py:176
 
1939
msgid "limit param must be positive"
 
1940
msgstr "limit param must be positive"
 
1941
 
 
1942
#: nova/api/openstack/common.py:166
 
1943
msgid "offset param must be an integer"
 
1944
msgstr "offset param must be an integer"
 
1945
 
 
1946
#: nova/api/openstack/common.py:180
 
1947
msgid "offset param must be positive"
 
1948
msgstr "offset param must be positive"
 
1949
 
 
1950
#: nova/api/openstack/common.py:215
 
1951
#, python-format
 
1952
msgid "marker [%s] not found"
 
1953
msgstr "marker [%s] not found"
 
1954
 
 
1955
#: nova/api/openstack/common.py:255
 
1956
#, python-format
 
1957
msgid "href %s does not contain version"
 
1958
msgstr "href %s does not contain version"
 
1959
 
 
1960
#: nova/api/openstack/common.py:270
 
1961
msgid "Image metadata limit exceeded"
 
1962
msgstr "Image metadata limit exceeded"
 
1963
 
 
1964
#: nova/api/openstack/common.py:278
 
1965
msgid "Image metadata key cannot be blank"
 
1966
msgstr "Image metadata key cannot be blank"
 
1967
 
 
1968
#: nova/api/openstack/common.py:281
 
1969
msgid "Image metadata key too long"
 
1970
msgstr "Image metadata key too long"
 
1971
 
 
1972
#: nova/api/openstack/common.py:284
 
1973
msgid "Invalid image metadata"
 
1974
msgstr "Invalid image metadata"
 
1975
 
 
1976
#: nova/api/openstack/common.py:335
 
1977
#, python-format
 
1978
msgid "Cannot '%(action)s' while instance is in %(attr)s %(state)s"
 
1979
msgstr "Cannot '%(action)s' while instance is in %(attr)s %(state)s"
 
1980
 
 
1981
#: nova/api/openstack/common.py:338
 
1982
#, python-format
 
1983
msgid "Instance is in an invalid state for '%(action)s'"
 
1984
msgstr "Instance is in an invalid state for '%(action)s'"
 
1985
 
 
1986
#: nova/api/openstack/common.py:418
 
1987
msgid "Rejecting snapshot request, snapshots currently disabled"
 
1988
msgstr "Rejecting snapshot request, snapshots currently disabled"
 
1989
 
 
1990
#: nova/api/openstack/common.py:420
 
1991
msgid "Instance snapshots are not permitted at this time."
 
1992
msgstr "Instance snapshots are not permitted at this time."
 
1993
 
 
1994
#: nova/api/openstack/extensions.py:198
 
1995
#, python-format
 
1996
msgid "Loaded extension: %s"
 
1997
msgstr "Loaded extension: %s"
 
1998
 
 
1999
#: nova/api/openstack/extensions.py:236
 
2000
#, python-format
 
2001
msgid "Ext name: %s"
 
2002
msgstr "Ext name: %s"
 
2003
 
 
2004
#: nova/api/openstack/extensions.py:237
 
2005
#, python-format
 
2006
msgid "Ext alias: %s"
 
2007
msgstr "Ext alias: %s"
 
2008
 
 
2009
#: nova/api/openstack/extensions.py:238
 
2010
#, python-format
 
2011
msgid "Ext description: %s"
 
2012
msgstr "Ext description: %s"
 
2013
 
 
2014
#: nova/api/openstack/extensions.py:240
 
2015
#, python-format
 
2016
msgid "Ext namespace: %s"
 
2017
msgstr "Ext namespace: %s"
 
2018
 
 
2019
#: nova/api/openstack/extensions.py:241
 
2020
#, python-format
 
2021
msgid "Ext updated: %s"
 
2022
msgstr "Ext updated: %s"
 
2023
 
 
2024
#: nova/api/openstack/extensions.py:243
 
2025
#, python-format
 
2026
msgid "Exception loading extension: %s"
 
2027
msgstr "Exception loading extension: %s"
 
2028
 
 
2029
#: nova/api/openstack/extensions.py:257
 
2030
#, python-format
 
2031
msgid "Loading extension %s"
 
2032
msgstr "Loading extension %s"
 
2033
 
 
2034
#: nova/api/openstack/extensions.py:266
 
2035
#, python-format
 
2036
msgid "Calling extension factory %s"
 
2037
msgstr "Calling extension factory %s"
 
2038
 
 
2039
#: nova/api/openstack/extensions.py:278
 
2040
#, python-format
 
2041
msgid "Failed to load extension %(ext_factory)s: %(exc)s"
 
2042
msgstr "Failed to load extension %(ext_factory)s: %(exc)s"
 
2043
 
 
2044
#: nova/api/openstack/extensions.py:359
 
2045
#, python-format
 
2046
msgid "Failed to load extension %(classpath)s: %(exc)s"
 
2047
msgstr "Failed to load extension %(classpath)s: %(exc)s"
 
2048
 
 
2049
#: nova/api/openstack/extensions.py:383
 
2050
#, python-format
 
2051
msgid "Failed to load extension %(ext_name)s: %(exc)s"
 
2052
msgstr "Failed to load extension %(ext_name)s: %(exc)s"
 
2053
 
 
2054
#: nova/api/openstack/wsgi.py:199 nova/api/openstack/wsgi.py:602
 
2055
msgid "cannot understand JSON"
 
2056
msgstr "cannot understand JSON"
 
2057
 
 
2058
#: nova/api/openstack/wsgi.py:223
 
2059
#: nova/api/openstack/compute/contrib/hosts.py:85
 
2060
msgid "cannot understand XML"
 
2061
msgstr "cannot understand XML"
 
2062
 
 
2063
#: nova/api/openstack/wsgi.py:607
 
2064
msgid "too many body keys"
 
2065
msgstr "too many body keys"
 
2066
 
 
2067
#: nova/api/openstack/wsgi.py:650
 
2068
#, python-format
 
2069
msgid "Exception handling resource: %s"
 
2070
msgstr "Exception handling resource: %s"
 
2071
 
 
2072
#: nova/api/openstack/wsgi.py:654
 
2073
#, python-format
 
2074
msgid "Fault thrown: %s"
 
2075
msgstr "Fault thrown: %s"
 
2076
 
 
2077
#: nova/api/openstack/wsgi.py:657
 
2078
#, python-format
 
2079
msgid "HTTP exception thrown: %s"
 
2080
msgstr "HTTP exception thrown: %s"
 
2081
 
 
2082
#: nova/api/openstack/wsgi.py:771
 
2083
msgid "Unrecognized Content-Type provided in request"
 
2084
msgstr "Unrecognized Content-Type provided in request"
 
2085
 
 
2086
#: nova/api/openstack/wsgi.py:775
 
2087
msgid "No Content-Type provided in request"
 
2088
msgstr "No Content-Type provided in request"
 
2089
 
 
2090
#: nova/api/openstack/wsgi.py:779
 
2091
msgid "Empty body provided in request"
 
2092
msgstr "Empty body provided in request"
 
2093
 
 
2094
#: nova/api/openstack/wsgi.py:890
 
2095
#, python-format
 
2096
msgid "There is no such action: %s"
 
2097
msgstr "There is no such action: %s"
 
2098
 
 
2099
#: nova/api/openstack/wsgi.py:893 nova/api/openstack/wsgi.py:906
 
2100
#: nova/api/openstack/compute/server_metadata.py:58
 
2101
#: nova/api/openstack/compute/server_metadata.py:76
 
2102
#: nova/api/openstack/compute/server_metadata.py:101
 
2103
#: nova/api/openstack/compute/server_metadata.py:126
 
2104
#: nova/api/openstack/compute/contrib/admin_actions.py:215
 
2105
msgid "Malformed request body"
 
2106
msgstr "Malformed request body"
 
2107
 
 
2108
#: nova/api/openstack/wsgi.py:903
 
2109
msgid "Unsupported Content-Type"
 
2110
msgstr "Unsupported Content-Type"
 
2111
 
 
2112
#: nova/api/openstack/wsgi.py:915
 
2113
msgid "Malformed request url"
 
2114
msgstr "Malformed request url"
 
2115
 
 
2116
#: nova/api/openstack/wsgi.py:963
 
2117
#, python-format
 
2118
msgid "%(url)s returned a fault: %(e)s"
 
2119
msgstr "%(url)s returned a fault: %(e)s"
 
2120
 
 
2121
#: nova/api/openstack/xmlutil.py:265
 
2122
msgid "element is not a child"
 
2123
msgstr "element is not a child"
 
2124
 
 
2125
#: nova/api/openstack/xmlutil.py:414
 
2126
msgid "root element selecting a list"
 
2127
msgstr "root element selecting a list"
 
2128
 
 
2129
#: nova/api/openstack/xmlutil.py:739
 
2130
#, python-format
 
2131
msgid "Template tree mismatch; adding slave %(slavetag)s to master %(mastertag)s"
 
2132
msgstr "Template tree mismatch; adding slave %(slavetag)s to master %(mastertag)s"
 
2133
 
 
2134
#: nova/api/openstack/xmlutil.py:858
 
2135
msgid "subclasses must implement construct()!"
 
2136
msgstr "subclasses must implement construct()!"
 
2137
 
 
2138
#: nova/api/openstack/compute/extensions.py:30
 
2139
#: nova/api/openstack/volume/extensions.py:29
 
2140
msgid "Initializing extension manager."
 
2141
msgstr "Initializing extension manager."
 
2142
 
 
2143
#: nova/api/openstack/compute/flavors.py:111
 
2144
#, python-format
 
2145
msgid "Invalid is_public filter [%s]"
 
2146
msgstr "Invalid is_public filter [%s]"
 
2147
 
 
2148
#: nova/api/openstack/compute/flavors.py:130
 
2149
#, python-format
 
2150
msgid "Invalid minRam filter [%s]"
 
2151
msgstr "Invalid minRam filter [%s]"
 
2152
 
 
2153
#: nova/api/openstack/compute/flavors.py:137
 
2154
#, python-format
 
2155
msgid "Invalid minDisk filter [%s]"
 
2156
msgstr "Invalid minDisk filter [%s]"
 
2157
 
 
2158
#: nova/api/openstack/compute/image_metadata.py:40
 
2159
#: nova/api/openstack/compute/images.py:146
 
2160
#: nova/api/openstack/compute/images.py:161
 
2161
msgid "Image not found."
 
2162
msgstr "Image not found."
 
2163
 
 
2164
#: nova/api/openstack/compute/image_metadata.py:80
 
2165
msgid "Incorrect request body format"
 
2166
msgstr "Incorrect request body format"
 
2167
 
 
2168
#: nova/api/openstack/compute/image_metadata.py:84
 
2169
#: nova/api/openstack/compute/server_metadata.py:80
 
2170
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:79
 
2171
#: nova/api/openstack/compute/contrib/volumetypes.py:177
 
2172
#: nova/api/openstack/volume/contrib/types_extra_specs.py:104
 
2173
msgid "Request body and URI mismatch"
 
2174
msgstr "Request body and URI mismatch"
 
2175
 
 
2176
#: nova/api/openstack/compute/image_metadata.py:87
 
2177
#: nova/api/openstack/compute/server_metadata.py:84
 
2178
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:82
 
2179
#: nova/api/openstack/compute/contrib/volumetypes.py:180
 
2180
#: nova/api/openstack/volume/contrib/types_extra_specs.py:107
 
2181
msgid "Request body contains too many items"
 
2182
msgstr "Request body contains too many items"
 
2183
 
 
2184
#: nova/api/openstack/compute/image_metadata.py:113
 
2185
msgid "Invalid metadata key"
 
2186
msgstr "Invalid metadata key"
 
2187
 
 
2188
#: nova/api/openstack/compute/ips.py:74
 
2189
msgid "Instance does not exist"
 
2190
msgstr "Instance does not exist"
 
2191
 
 
2192
#: nova/api/openstack/compute/ips.py:97
 
2193
msgid "Instance is not a member of specified network"
 
2194
msgstr "Instance is not a member of specified network"
 
2195
 
 
2196
#: nova/api/openstack/compute/limits.py:145
 
2197
#, python-format
 
2198
msgid ""
 
2199
"Only %(value)s %(verb)s request(s) can be made to %(uri)s every "
 
2200
"%(unit_string)s."
 
2201
msgstr ""
 
2202
"Only %(value)s %(verb)s request(s) can be made to %(uri)s every "
 
2203
"%(unit_string)s."
 
2204
 
 
2205
#: nova/api/openstack/compute/limits.py:271
 
2206
msgid "This request was rate-limited."
 
2207
msgstr "This request was rate-limited."
 
2208
 
 
2209
#: nova/api/openstack/compute/server_metadata.py:38
 
2210
#: nova/api/openstack/compute/server_metadata.py:122
 
2211
#: nova/api/openstack/compute/server_metadata.py:163
 
2212
msgid "Server does not exist"
 
2213
msgstr "Server does not exist"
 
2214
 
 
2215
#: nova/api/openstack/compute/server_metadata.py:145
 
2216
#: nova/api/openstack/compute/server_metadata.py:156
 
2217
msgid "Metadata item was not found"
 
2218
msgstr "Metadata item was not found"
 
2219
 
 
2220
#: nova/api/openstack/compute/servers.py:408
 
2221
#, python-format
 
2222
msgid "Invalid server status: %(status)s"
 
2223
msgstr "Invalid server status: %(status)s"
 
2224
 
 
2225
#: nova/api/openstack/compute/servers.py:416
 
2226
msgid "Invalid changes-since value"
 
2227
msgstr "Invalid changes-since value"
 
2228
 
 
2229
#: nova/api/openstack/compute/servers.py:435
 
2230
msgid "Only administrators may list deleted instances"
 
2231
msgstr "Only administrators may list deleted instances"
 
2232
 
 
2233
#: nova/api/openstack/compute/servers.py:473
 
2234
msgid "Server name is not a string or unicode"
 
2235
msgstr "Server name is not a string or unicode"
 
2236
 
 
2237
#: nova/api/openstack/compute/servers.py:477
 
2238
msgid "Server name is an empty string"
 
2239
msgstr "Server name is an empty string"
 
2240
 
 
2241
#: nova/api/openstack/compute/servers.py:481
 
2242
msgid "Server name must be less than 256 characters."
 
2243
msgstr "Server name must be less than 256 characters."
 
2244
 
 
2245
#: nova/api/openstack/compute/servers.py:498
 
2246
#, python-format
 
2247
msgid "Bad personality format: missing %s"
 
2248
msgstr "Bad personality format: missing %s"
 
2249
 
 
2250
#: nova/api/openstack/compute/servers.py:501
 
2251
msgid "Bad personality format"
 
2252
msgstr "Bad personality format"
 
2253
 
 
2254
#: nova/api/openstack/compute/servers.py:506
 
2255
#, python-format
 
2256
msgid "Personality content for %s cannot be decoded"
 
2257
msgstr "Personality content for %s cannot be decoded"
 
2258
 
 
2259
#: nova/api/openstack/compute/servers.py:525
 
2260
msgid "Unknown argment : port"
 
2261
msgstr "Unknown argment : port"
 
2262
 
 
2263
#: nova/api/openstack/compute/servers.py:528
 
2264
#, python-format
 
2265
msgid "Bad port format: port uuid is not in proper format (%s)"
 
2266
msgstr "Bad port format: port uuid is not in proper format (%s)"
 
2267
 
 
2268
#: nova/api/openstack/compute/servers.py:538
 
2269
#, python-format
 
2270
msgid "Bad networks format: network uuid is not in proper format (%s)"
 
2271
msgstr "Bad networks format: network uuid is not in proper format (%s)"
 
2272
 
 
2273
#: nova/api/openstack/compute/servers.py:548
 
2274
#, python-format
 
2275
msgid "Invalid fixed IP address (%s)"
 
2276
msgstr "Invalid fixed IP address (%s)"
 
2277
 
 
2278
#: nova/api/openstack/compute/servers.py:561
 
2279
#, python-format
 
2280
msgid "Duplicate networks (%s) are not allowed"
 
2281
msgstr "Duplicate networks (%s) are not allowed"
 
2282
 
 
2283
#: nova/api/openstack/compute/servers.py:567
 
2284
#, python-format
 
2285
msgid "Bad network format: missing %s"
 
2286
msgstr "Bad network format: missing %s"
 
2287
 
 
2288
#: nova/api/openstack/compute/servers.py:570
 
2289
msgid "Bad networks format"
 
2290
msgstr "Bad networks format"
 
2291
 
 
2292
#: nova/api/openstack/compute/servers.py:582
 
2293
msgid "Userdata content cannot be decoded"
 
2294
msgstr "Userdata content cannot be decoded"
 
2295
 
 
2296
#: nova/api/openstack/compute/servers.py:589
 
2297
msgid "accessIPv4 is not proper IPv4 format"
 
2298
msgstr "accessIPv4 is not proper IPv4 format"
 
2299
 
 
2300
#: nova/api/openstack/compute/servers.py:596
 
2301
msgid "accessIPv6 is not proper IPv6 format"
 
2302
msgstr "accessIPv6 is not proper IPv6 format"
 
2303
 
 
2304
#: nova/api/openstack/compute/servers.py:629
 
2305
msgid "Server name is not defined"
 
2306
msgstr "Server name is not defined"
 
2307
 
 
2308
#: nova/api/openstack/compute/servers.py:678
 
2309
#: nova/api/openstack/compute/servers.py:778
 
2310
msgid "Invalid flavorRef provided."
 
2311
msgstr "Invalid flavorRef provided."
 
2312
 
 
2313
#: nova/api/openstack/compute/servers.py:714
 
2314
msgid "min_count must be an integer value"
 
2315
msgstr "min_count must be an integer value"
 
2316
 
 
2317
#: nova/api/openstack/compute/servers.py:717
 
2318
msgid "min_count must be > 0"
 
2319
msgstr "min_count must be > 0"
 
2320
 
 
2321
#: nova/api/openstack/compute/servers.py:722
 
2322
msgid "max_count must be an integer value"
 
2323
msgstr "max_count must be an integer value"
 
2324
 
 
2325
#: nova/api/openstack/compute/servers.py:725
 
2326
msgid "max_count must be > 0"
 
2327
msgstr "max_count must be > 0"
 
2328
 
 
2329
#: nova/api/openstack/compute/servers.py:728
 
2330
msgid "min_count must be <= max_count"
 
2331
msgstr "min_count must be <= max_count"
 
2332
 
 
2333
#: nova/api/openstack/compute/servers.py:775
 
2334
msgid "Can not find requested image"
 
2335
msgstr "Can not find requested image"
 
2336
 
 
2337
#: nova/api/openstack/compute/servers.py:781
 
2338
msgid "Invalid key_name provided."
 
2339
msgstr "Invalid key_name provided."
 
2340
 
 
2341
#: nova/api/openstack/compute/servers.py:857
 
2342
msgid "HostId cannot be updated."
 
2343
msgstr "HostId cannot be updated."
 
2344
 
 
2345
#: nova/api/openstack/compute/servers.py:882
 
2346
#: nova/api/openstack/compute/servers.py:902
 
2347
msgid "Instance has not been resized."
 
2348
msgstr "Instance has not been resized."
 
2349
 
 
2350
#: nova/api/openstack/compute/servers.py:888
 
2351
#, python-format
 
2352
msgid "Error in confirm-resize %s"
 
2353
msgstr "Error in confirm-resize %s"
 
2354
 
 
2355
#: nova/api/openstack/compute/servers.py:908
 
2356
#, python-format
 
2357
msgid "Error in revert-resize %s"
 
2358
msgstr "Error in revert-resize %s"
 
2359
 
 
2360
#: nova/api/openstack/compute/servers.py:921
 
2361
msgid "Argument 'type' for reboot is not HARD or SOFT"
 
2362
msgstr "Argument 'type' for reboot is not HARD or SOFT"
 
2363
 
 
2364
#: nova/api/openstack/compute/servers.py:925
 
2365
msgid "Missing argument 'type' for reboot"
 
2366
msgstr "Missing argument 'type' for reboot"
 
2367
 
 
2368
#: nova/api/openstack/compute/servers.py:938
 
2369
#, python-format
 
2370
msgid "Error in reboot %s"
 
2371
msgstr "Error in reboot %s"
 
2372
 
 
2373
#: nova/api/openstack/compute/servers.py:950
 
2374
msgid "Unable to locate requested flavor."
 
2375
msgstr "Unable to locate requested flavor."
 
2376
 
 
2377
#: nova/api/openstack/compute/servers.py:953
 
2378
msgid "Resize requires a flavor change."
 
2379
msgstr "Resize requires a flavor change."
 
2380
 
 
2381
#: nova/api/openstack/compute/servers.py:977
 
2382
msgid "Malformed server entity"
 
2383
msgstr "Malformed server entity"
 
2384
 
 
2385
#: nova/api/openstack/compute/servers.py:984
 
2386
msgid "Missing imageRef attribute"
 
2387
msgstr "Missing imageRef attribute"
 
2388
 
 
2389
#: nova/api/openstack/compute/servers.py:993
 
2390
msgid "Invalid imageRef provided."
 
2391
msgstr "Invalid imageRef provided."
 
2392
 
 
2393
#: nova/api/openstack/compute/servers.py:1002
 
2394
msgid "Missing flavorRef attribute"
 
2395
msgstr "Missing flavorRef attribute"
 
2396
 
 
2397
#: nova/api/openstack/compute/servers.py:1015
 
2398
msgid "No adminPass was specified"
 
2399
msgstr "No adminPass was specified"
 
2400
 
 
2401
#: nova/api/openstack/compute/servers.py:1019
 
2402
#: nova/api/openstack/compute/servers.py:1219
 
2403
msgid "Invalid adminPass"
 
2404
msgstr "Invalid adminPass"
 
2405
 
 
2406
#: nova/api/openstack/compute/servers.py:1030
 
2407
msgid "Unable to parse metadata key/value pairs."
 
2408
msgstr "Unable to parse metadata key/value pairs."
 
2409
 
 
2410
#: nova/api/openstack/compute/servers.py:1043
 
2411
msgid "Resize request has invalid 'flavorRef' attribute."
 
2412
msgstr "Resize request has invalid 'flavorRef' attribute."
 
2413
 
 
2414
#: nova/api/openstack/compute/servers.py:1046
 
2415
msgid "Resize requests require 'flavorRef' attribute."
 
2416
msgstr "Resize requests require 'flavorRef' attribute."
 
2417
 
 
2418
#: nova/api/openstack/compute/servers.py:1064
 
2419
#: nova/api/openstack/compute/contrib/aggregates.py:142
 
2420
#: nova/api/openstack/compute/contrib/keypairs.py:78
 
2421
#: nova/api/openstack/compute/contrib/networks.py:75
 
2422
msgid "Invalid request body"
 
2423
msgstr "Invalid request body"
 
2424
 
 
2425
#: nova/api/openstack/compute/servers.py:1069
 
2426
msgid "Could not parse imageRef from request."
 
2427
msgstr "Could not parse imageRef from request."
 
2428
 
 
2429
#: nova/api/openstack/compute/servers.py:1124
 
2430
msgid "Instance could not be found"
 
2431
msgstr "Instance could not be found"
 
2432
 
 
2433
#: nova/api/openstack/compute/servers.py:1129
 
2434
msgid "Cannot find image for rebuild"
 
2435
msgstr "Cannot find image for rebuild"
 
2436
 
 
2437
#: nova/api/openstack/compute/servers.py:1162
 
2438
msgid "createImage entity requires name attribute"
 
2439
msgstr "createImage entity requires name attribute"
 
2440
 
 
2441
#: nova/api/openstack/compute/servers.py:1246
 
2442
#, python-format
 
2443
msgid "Removing options '%(unk_opt_str)s' from query"
 
2444
msgstr "Removing options '%(unk_opt_str)s' from query"
 
2445
 
 
2446
#: nova/api/openstack/compute/contrib/admin_actions.py:64
 
2447
#, python-format
 
2448
msgid "Compute.api::pause %s"
 
2449
msgstr "Compute.api::pause %s"
 
2450
 
 
2451
#: nova/api/openstack/compute/contrib/admin_actions.py:81
 
2452
#, python-format
 
2453
msgid "Compute.api::unpause %s"
 
2454
msgstr "Compute.api::unpause %s"
 
2455
 
 
2456
#: nova/api/openstack/compute/contrib/admin_actions.py:98
 
2457
#, python-format
 
2458
msgid "compute.api::suspend %s"
 
2459
msgstr "compute.api::suspend %s"
 
2460
 
 
2461
#: nova/api/openstack/compute/contrib/admin_actions.py:115
 
2462
#, python-format
 
2463
msgid "compute.api::resume %s"
 
2464
msgstr "compute.api::resume %s"
 
2465
 
 
2466
#: nova/api/openstack/compute/contrib/admin_actions.py:131
 
2467
#, python-format
 
2468
msgid "Error in migrate %s"
 
2469
msgstr "Error in migrate %s"
 
2470
 
 
2471
#: nova/api/openstack/compute/contrib/admin_actions.py:145
 
2472
#, python-format
 
2473
msgid "Compute.api::reset_network %s"
 
2474
msgstr "Compute.api::reset_network %s"
 
2475
 
 
2476
#: nova/api/openstack/compute/contrib/admin_actions.py:158
 
2477
#: nova/api/openstack/compute/contrib/admin_actions.py:174
 
2478
#: nova/api/openstack/compute/contrib/admin_actions.py:190
 
2479
#: nova/api/openstack/compute/contrib/admin_actions.py:312
 
2480
#: nova/api/openstack/compute/contrib/multinic.py:41
 
2481
#: nova/api/openstack/compute/contrib/rescue.py:44
 
2482
msgid "Server not found"
 
2483
msgstr "Server not found"
 
2484
 
 
2485
#: nova/api/openstack/compute/contrib/admin_actions.py:161
 
2486
#, python-format
 
2487
msgid "Compute.api::inject_network_info %s"
 
2488
msgstr "Compute.api::inject_network_info %s"
 
2489
 
 
2490
#: nova/api/openstack/compute/contrib/admin_actions.py:177
 
2491
#, python-format
 
2492
msgid "Compute.api::lock %s"
 
2493
msgstr "Compute.api::lock %s"
 
2494
 
 
2495
#: nova/api/openstack/compute/contrib/admin_actions.py:193
 
2496
#, python-format
 
2497
msgid "Compute.api::unlock %s"
 
2498
msgstr "Compute.api::unlock %s"
 
2499
 
 
2500
#: nova/api/openstack/compute/contrib/admin_actions.py:223
 
2501
#, python-format
 
2502
msgid "createBackup entity requires %s attribute"
 
2503
msgstr "createBackup entity requires %s attribute"
 
2504
 
 
2505
#: nova/api/openstack/compute/contrib/admin_actions.py:227
 
2506
msgid "Malformed createBackup entity"
 
2507
msgstr "Malformed createBackup entity"
 
2508
 
 
2509
#: nova/api/openstack/compute/contrib/admin_actions.py:233
 
2510
msgid "createBackup attribute 'rotation' must be an integer"
 
2511
msgstr "createBackup attribute 'rotation' must be an integer"
 
2512
 
 
2513
#: nova/api/openstack/compute/contrib/admin_actions.py:248
 
2514
#: nova/api/openstack/compute/contrib/console_output.py:47
 
2515
#: nova/api/openstack/compute/contrib/server_diagnostics.py:47
 
2516
#: nova/api/openstack/compute/contrib/server_start_stop.py:38
 
2517
msgid "Instance not found"
 
2518
msgstr "Instance not found"
 
2519
 
 
2520
#: nova/api/openstack/compute/contrib/admin_actions.py:276
 
2521
msgid "host and block_migration must be specified."
 
2522
msgstr "host and block_migration must be specified."
 
2523
 
 
2524
#: nova/api/openstack/compute/contrib/admin_actions.py:284
 
2525
#, python-format
 
2526
msgid "Live migration of instance %(id)s to host %(host)s failed"
 
2527
msgstr "Live migration of instance %(id)s to host %(host)s failed"
 
2528
 
 
2529
#: nova/api/openstack/compute/contrib/admin_actions.py:302
 
2530
#, python-format
 
2531
msgid "Desired state must be specified.  Valid states are: %s"
 
2532
msgstr "Desired state must be specified.  Valid states are: %s"
 
2533
 
 
2534
#: nova/api/openstack/compute/contrib/admin_actions.py:315
 
2535
#, python-format
 
2536
msgid "Compute.api::resetState %s"
 
2537
msgstr "Compute.api::resetState %s"
 
2538
 
 
2539
#: nova/api/openstack/compute/contrib/aggregates.py:76
 
2540
#, python-format
 
2541
msgid ""
 
2542
"Cannot create aggregate with name %(name)s and availability zone "
 
2543
"%(avail_zone)s"
 
2544
msgstr ""
 
2545
"Cannot create aggregate with name %(name)s and availability zone "
 
2546
"%(avail_zone)s"
 
2547
 
 
2548
#: nova/api/openstack/compute/contrib/aggregates.py:88
 
2549
#, python-format
 
2550
msgid "Cannot show aggregate: %(id)s"
 
2551
msgstr "Cannot show aggregate: %(id)s"
 
2552
 
 
2553
#: nova/api/openstack/compute/contrib/aggregates.py:114
 
2554
#, python-format
 
2555
msgid "Cannot update aggregate: %(id)s"
 
2556
msgstr "Cannot update aggregate: %(id)s"
 
2557
 
 
2558
#: nova/api/openstack/compute/contrib/aggregates.py:126
 
2559
#, python-format
 
2560
msgid "Cannot delete aggregate: %(id)s"
 
2561
msgstr "Cannot delete aggregate: %(id)s"
 
2562
 
 
2563
#: nova/api/openstack/compute/contrib/aggregates.py:139
 
2564
#, python-format
 
2565
msgid "Aggregates does not have %s action"
 
2566
msgstr "Aggregates does not have %s action"
 
2567
 
 
2568
#: nova/api/openstack/compute/contrib/aggregates.py:152
 
2569
#: nova/api/openstack/compute/contrib/aggregates.py:157
 
2570
#, python-format
 
2571
msgid "Cannot add host %(host)s in aggregate %(id)s"
 
2572
msgstr "Cannot add host %(host)s in aggregate %(id)s"
 
2573
 
 
2574
#: nova/api/openstack/compute/contrib/aggregates.py:170
 
2575
#: nova/api/openstack/compute/contrib/aggregates.py:174
 
2576
#, python-format
 
2577
msgid "Cannot remove host %(host)s in aggregate %(id)s"
 
2578
msgstr "Cannot remove host %(host)s in aggregate %(id)s"
 
2579
 
 
2580
#: nova/api/openstack/compute/contrib/aggregates.py:194
 
2581
#, python-format
 
2582
msgid "Cannot set metadata %(metadata)s in aggregate %(id)s"
 
2583
msgstr "Cannot set metadata %(metadata)s in aggregate %(id)s"
 
2584
 
 
2585
#: nova/api/openstack/compute/contrib/certificates.py:76
 
2586
msgid "Only root certificate can be retrieved."
 
2587
msgstr "Only root certificate can be retrieved."
 
2588
 
 
2589
#: nova/api/openstack/compute/contrib/cloudpipe.py:142
 
2590
msgid ""
 
2591
"Unable to claim IP for VPN instances, ensure it isn't running, and try "
 
2592
"again in a few minutes"
 
2593
msgstr ""
 
2594
"Unable to claim IP for VPN instances, ensure it isn't running, and try "
 
2595
"again in a few minutes"
 
2596
 
 
2597
#: nova/api/openstack/compute/contrib/console_output.py:52
 
2598
msgid "os-getConsoleOutput malformed or missing from request body"
 
2599
msgstr "os-getConsoleOutput malformed or missing from request body"
 
2600
 
 
2601
#: nova/api/openstack/compute/contrib/console_output.py:59
 
2602
msgid "Length in request body must be an integer value"
 
2603
msgstr "Length in request body must be an integer value"
 
2604
 
 
2605
#: nova/api/openstack/compute/contrib/console_output.py:67
 
2606
msgid "Unable to get console"
 
2607
msgstr "Unable to get console"
 
2608
 
 
2609
#: nova/api/openstack/compute/contrib/disk_config.py:43
 
2610
#, python-format
 
2611
msgid "%s must be either 'MANUAL' or 'AUTO'."
 
2612
msgstr "%s must be either 'MANUAL' or 'AUTO'."
 
2613
 
 
2614
#: nova/api/openstack/compute/contrib/flavor_access.py:80
 
2615
#: nova/api/openstack/compute/contrib/flavor_access.py:104
 
2616
msgid "Flavor not found."
 
2617
msgstr "Flavor not found."
 
2618
 
 
2619
#: nova/api/openstack/compute/contrib/flavor_access.py:109
 
2620
msgid "Access list not available for public flavors."
 
2621
msgstr "Access list not available for public flavors."
 
2622
 
 
2623
#: nova/api/openstack/compute/contrib/flavor_access.py:121
 
2624
msgid "No request body"
 
2625
msgstr "No request body"
 
2626
 
 
2627
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:49
 
2628
#: nova/api/openstack/compute/contrib/volumetypes.py:150
 
2629
#: nova/api/openstack/volume/contrib/types_extra_specs.py:65
 
2630
msgid "No Request Body"
 
2631
msgstr "No Request Body"
 
2632
 
 
2633
#: nova/api/openstack/compute/contrib/floating_ips.py:97
 
2634
msgid "Floating ip is not associated"
 
2635
msgstr "Floating ip is not associated"
 
2636
 
 
2637
#: nova/api/openstack/compute/contrib/floating_ips.py:175
 
2638
#, python-format
 
2639
msgid "No more floating ips in pool %s."
 
2640
msgstr "No more floating ips in pool %s."
 
2641
 
 
2642
#: nova/api/openstack/compute/contrib/floating_ips.py:177
 
2643
msgid "No more floating ips available."
 
2644
msgstr "No more floating ips available."
 
2645
 
 
2646
#: nova/api/openstack/compute/contrib/floating_ips.py:221
 
2647
#: nova/api/openstack/compute/contrib/floating_ips.py:273
 
2648
#: nova/api/openstack/compute/contrib/security_groups.py:412
 
2649
msgid "Missing parameter dict"
 
2650
msgstr "Missing parameter dict"
 
2651
 
 
2652
#: nova/api/openstack/compute/contrib/floating_ips.py:224
 
2653
#: nova/api/openstack/compute/contrib/floating_ips.py:276
 
2654
msgid "Address not specified"
 
2655
msgstr "Address not specified"
 
2656
 
 
2657
#: nova/api/openstack/compute/contrib/floating_ips.py:231
 
2658
msgid "No nw_info cache associated with instance"
 
2659
msgstr "No nw_info cache associated with instance"
 
2660
 
 
2661
#: nova/api/openstack/compute/contrib/floating_ips.py:236
 
2662
msgid "No fixed ips associated to instance"
 
2663
msgstr "No fixed ips associated to instance"
 
2664
 
 
2665
#: nova/api/openstack/compute/contrib/floating_ips.py:252
 
2666
msgid "floating ip is already associated"
 
2667
msgstr "floating ip is already associated"
 
2668
 
 
2669
#: nova/api/openstack/compute/contrib/floating_ips.py:255
 
2670
msgid "l3driver call to add floating ip failed"
 
2671
msgstr "l3driver call to add floating ip failed"
 
2672
 
 
2673
#: nova/api/openstack/compute/contrib/floating_ips.py:258
 
2674
msgid "Error. Unable to associate floating ip"
 
2675
msgstr "Error. Unable to associate floating ip"
 
2676
 
 
2677
#: nova/api/openstack/compute/contrib/hosts.py:119
 
2678
#, python-format
 
2679
msgid "Host '%s' could not be found."
 
2680
msgstr "Host '%s' could not be found."
 
2681
 
 
2682
#: nova/api/openstack/compute/contrib/hosts.py:148
 
2683
#, python-format
 
2684
msgid "Invalid status: '%s'"
 
2685
msgstr "Invalid status: '%s'"
 
2686
 
 
2687
#: nova/api/openstack/compute/contrib/hosts.py:152
 
2688
#, python-format
 
2689
msgid "Invalid mode: '%s'"
 
2690
msgstr "Invalid mode: '%s'"
 
2691
 
 
2692
#: nova/api/openstack/compute/contrib/hosts.py:156
 
2693
#, python-format
 
2694
msgid "Invalid update setting: '%s'"
 
2695
msgstr "Invalid update setting: '%s'"
 
2696
 
 
2697
#: nova/api/openstack/compute/contrib/hosts.py:174
 
2698
#, python-format
 
2699
msgid "Putting host %(host)s in maintenance mode %(mode)s."
 
2700
msgstr "Putting host %(host)s in maintenance mode %(mode)s."
 
2701
 
 
2702
#: nova/api/openstack/compute/contrib/hosts.py:185
 
2703
#, python-format
 
2704
msgid "Setting host %(host)s to %(state)s."
 
2705
msgstr "Setting host %(host)s to %(state)s."
 
2706
 
 
2707
#: nova/api/openstack/compute/contrib/hosts.py:232
 
2708
msgid "Describe-resource is admin only functionality"
 
2709
msgstr "Describe-resource is admin only functionality"
 
2710
 
 
2711
#: nova/api/openstack/compute/contrib/hosts.py:240
 
2712
msgid "Host not found"
 
2713
msgstr "Host not found"
 
2714
 
 
2715
#: nova/api/openstack/compute/contrib/hypervisors.py:184
 
2716
#: nova/api/openstack/compute/contrib/hypervisors.py:195
 
2717
#, python-format
 
2718
msgid "Hypervisor with ID '%s' could not be found."
 
2719
msgstr "Hypervisor with ID '%s' could not be found."
 
2720
 
 
2721
#: nova/api/openstack/compute/contrib/hypervisors.py:203
 
2722
msgid "Virt driver does not implement uptime function."
 
2723
msgstr "Virt driver does not implement uptime function."
 
2724
 
 
2725
#: nova/api/openstack/compute/contrib/hypervisors.py:218
 
2726
#: nova/api/openstack/compute/contrib/hypervisors.py:232
 
2727
#, python-format
 
2728
msgid "No hypervisor matching '%s' could be found."
 
2729
msgstr "No hypervisor matching '%s' could be found."
 
2730
 
 
2731
#: nova/api/openstack/compute/contrib/instance_usage_audit_log.py:54
 
2732
#, python-format
 
2733
msgid "Invalid timestamp for date %s"
 
2734
msgstr "Invalid timestamp for date %s"
 
2735
 
 
2736
#: nova/api/openstack/compute/contrib/multinic.py:52
 
2737
msgid "Missing 'networkId' argument for addFixedIp"
 
2738
msgstr "Missing 'networkId' argument for addFixedIp"
 
2739
 
 
2740
#: nova/api/openstack/compute/contrib/multinic.py:68
 
2741
msgid "Missing 'address' argument for removeFixedIp"
 
2742
msgstr "Missing 'address' argument for removeFixedIp"
 
2743
 
 
2744
#: nova/api/openstack/compute/contrib/multinic.py:77
 
2745
#, python-format
 
2746
msgid "Unable to find address %r"
 
2747
msgstr "Unable to find address %r"
 
2748
 
 
2749
#: nova/api/openstack/compute/contrib/networks.py:72
 
2750
#, python-format
 
2751
msgid "Network does not have %s action"
 
2752
msgstr "Network does not have %s action"
 
2753
 
 
2754
#: nova/api/openstack/compute/contrib/networks.py:80
 
2755
#, python-format
 
2756
msgid "Disassociating network with id %s"
 
2757
msgstr "Disassociating network with id %s"
 
2758
 
 
2759
#: nova/api/openstack/compute/contrib/networks.py:84
 
2760
#: nova/api/openstack/compute/contrib/networks.py:101
 
2761
#: nova/api/openstack/compute/contrib/networks.py:111
 
2762
msgid "Network not found"
 
2763
msgstr "Network not found"
 
2764
 
 
2765
#: nova/api/openstack/compute/contrib/networks.py:97
 
2766
#, python-format
 
2767
msgid "Showing network with id %s"
 
2768
msgstr "Showing network with id %s"
 
2769
 
 
2770
#: nova/api/openstack/compute/contrib/networks.py:107
 
2771
#, python-format
 
2772
msgid "Deleting network with id %s"
 
2773
msgstr "Deleting network with id %s"
 
2774
 
 
2775
#: nova/api/openstack/compute/contrib/networks.py:122
 
2776
msgid "Missing network in body"
 
2777
msgstr "Missing network in body"
 
2778
 
 
2779
#: nova/api/openstack/compute/contrib/networks.py:126
 
2780
msgid "Network label is required"
 
2781
msgstr "Network label is required"
 
2782
 
 
2783
#: nova/api/openstack/compute/contrib/networks.py:130
 
2784
msgid "Network cidr or cidr_v6 is required"
 
2785
msgstr "Network cidr or cidr_v6 is required"
 
2786
 
 
2787
#: nova/api/openstack/compute/contrib/networks.py:132
 
2788
#, python-format
 
2789
msgid "Creating network with label %s"
 
2790
msgstr "Creating network with label %s"
 
2791
 
 
2792
#: nova/api/openstack/compute/contrib/networks.py:148
 
2793
#, python-format
 
2794
msgid "Associating network %(network)s with project %(project)s"
 
2795
msgstr "Associating network %(network)s with project %(project)s"
 
2796
 
 
2797
#: nova/api/openstack/compute/contrib/networks.py:156
 
2798
#, python-format
 
2799
msgid "Cannot associate network %(network)s with project %(project)s: %(message)s"
 
2800
msgstr "Cannot associate network %(network)s with project %(project)s: %(message)s"
 
2801
 
 
2802
#: nova/api/openstack/compute/contrib/quotas.py:63
 
2803
msgid "Quota limit must be -1 or greater."
 
2804
msgstr "Quota limit must be -1 or greater."
 
2805
 
 
2806
#: nova/api/openstack/compute/contrib/scheduler_hints.py:41
 
2807
msgid "Malformed scheduler_hints attribute"
 
2808
msgstr "Malformed scheduler_hints attribute"
 
2809
 
 
2810
#: nova/api/openstack/compute/contrib/security_groups.py:223
 
2811
msgid "Security group id should be integer"
 
2812
msgstr "Security group id should be integer"
 
2813
 
 
2814
#: nova/api/openstack/compute/contrib/security_groups.py:328
 
2815
msgid "Not enough parameters to build a valid rule."
 
2816
msgstr "Not enough parameters to build a valid rule."
 
2817
 
 
2818
#: nova/api/openstack/compute/contrib/security_groups.py:334
 
2819
#, python-format
 
2820
msgid "This rule already exists in group %s"
 
2821
msgstr "This rule already exists in group %s"
 
2822
 
 
2823
#: nova/api/openstack/compute/contrib/security_groups.py:415
 
2824
msgid "Security group not specified"
 
2825
msgstr "Security group not specified"
 
2826
 
 
2827
#: nova/api/openstack/compute/contrib/security_groups.py:419
 
2828
msgid "Security group name cannot be empty"
 
2829
msgstr "Security group name cannot be empty"
 
2830
 
 
2831
#: nova/api/openstack/compute/contrib/server_start_stop.py:46
 
2832
msgid "start instance"
 
2833
msgstr "start instance"
 
2834
 
 
2835
#: nova/api/openstack/compute/contrib/server_start_stop.py:55
 
2836
msgid "stop instance"
 
2837
msgstr "stop instance"
 
2838
 
 
2839
#: nova/api/openstack/compute/contrib/volumes.py:76
 
2840
#: nova/api/openstack/volume/volumes.py:101
 
2841
#, python-format
 
2842
msgid "vol=%s"
 
2843
msgstr "vol=%s"
 
2844
 
 
2845
#: nova/api/openstack/compute/contrib/volumes.py:188
 
2846
#: nova/api/openstack/volume/volumes.py:218
 
2847
#, python-format
 
2848
msgid "Delete volume with id: %s"
 
2849
msgstr "Delete volume with id: %s"
 
2850
 
 
2851
#: nova/api/openstack/compute/contrib/volumes.py:359
 
2852
#: nova/api/openstack/compute/contrib/volumes.py:439
 
2853
#, python-format
 
2854
msgid "Instance %s is not attached."
 
2855
msgstr "Instance %s is not attached."
 
2856
 
 
2857
#: nova/api/openstack/compute/contrib/volumes.py:390
 
2858
#, python-format
 
2859
msgid "Attach volume %(volume_id)s to instance %(server_id)s at %(device)s"
 
2860
msgstr "Attach volume %(volume_id)s to instance %(server_id)s at %(device)s"
 
2861
 
 
2862
#: nova/api/openstack/compute/contrib/volumes.py:553
 
2863
#: nova/api/openstack/volume/snapshots.py:111
 
2864
#, python-format
 
2865
msgid "Delete snapshot with id: %s"
 
2866
msgstr "Delete snapshot with id: %s"
 
2867
 
 
2868
#: nova/api/openstack/compute/contrib/volumes.py:596
 
2869
#: nova/api/openstack/volume/snapshots.py:155
 
2870
#, python-format
 
2871
msgid "Create snapshot from volume %s"
 
2872
msgstr "Create snapshot from volume %s"
 
2873
 
 
2874
#: nova/api/openstack/compute/contrib/volumes.py:600
 
2875
#: nova/api/openstack/volume/snapshots.py:159
 
2876
#, python-format
 
2877
msgid "Invalid value '%s' for force. "
 
2878
msgstr "Invalid value '%s' for force. "
 
2879
 
 
2880
#: nova/api/openstack/compute/views/servers.py:182
 
2881
msgid "Instance has had its instance_type removed from the DB"
 
2882
msgstr "Instance has had its instance_type removed from the DB"
 
2883
 
 
2884
#: nova/api/openstack/volume/volumes.py:325
 
2885
#, python-format
 
2886
msgid "Removing options '%(bad_options)s' from query"
 
2887
msgstr "Removing options '%(bad_options)s' from query"
 
2888
 
 
2889
#: nova/api/openstack/volume/contrib/types_extra_specs.py:90
 
2890
msgid "Malformed extra specs"
 
2891
msgstr "Malformed extra specs"
 
2892
 
 
2893
#: nova/auth/fakeldap.py:34
 
2894
msgid "Attempted to instantiate singleton"
 
2895
msgstr "Attempted to instantiate singleton"
 
2896
 
 
2897
#: nova/cloudpipe/pipelib.py:43
 
2898
msgid "Instance type for vpn instances"
 
2899
msgstr "Instance type for vpn instances"
 
2900
 
 
2901
#: nova/cloudpipe/pipelib.py:46
 
2902
msgid "Template for cloudpipe instance boot script"
 
2903
msgstr "Template for cloudpipe instance boot script"
 
2904
 
 
2905
#: nova/cloudpipe/pipelib.py:49
 
2906
msgid "Network to push into openvpn config"
 
2907
msgstr "Network to push into openvpn config"
 
2908
 
 
2909
#: nova/cloudpipe/pipelib.py:52
 
2910
msgid "Netmask to push into openvpn config"
 
2911
msgstr "Netmask to push into openvpn config"
 
2912
 
 
2913
#: nova/cloudpipe/pipelib.py:104
 
2914
#, python-format
 
2915
msgid "Launching VPN for %s"
 
2916
msgstr "Launching VPN for %s"
 
2917
 
 
2918
#: nova/common/deprecated.py:53
 
2919
#, python-format
 
2920
msgid "Deprecated Config: %s"
 
2921
msgstr "Deprecated Config: %s"
 
2922
 
 
2923
#: nova/common/sqlalchemyutils.py:68
 
2924
msgid "Id not in sort_keys; is sort_keys unique?"
 
2925
msgstr "Id not in sort_keys; is sort_keys unique?"
 
2926
 
 
2927
#: nova/common/sqlalchemyutils.py:116
 
2928
msgid "Unknown sort direction, must be 'desc' or 'asc'"
 
2929
msgstr "Unknown sort direction, must be 'desc' or 'asc'"
 
2930
 
 
2931
#: nova/compute/api.py:219
 
2932
msgid "Cannot run any more instances of this type."
 
2933
msgstr "Cannot run any more instances of this type."
 
2934
 
 
2935
#: nova/compute/api.py:226
 
2936
#, python-format
 
2937
msgid "Can only run %s more instances of this type."
 
2938
msgstr "Can only run %s more instances of this type."
 
2939
 
 
2940
#: nova/compute/api.py:235
 
2941
#, python-format
 
2942
msgid ""
 
2943
"%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s "
 
2944
"instances. %(msg)s"
 
2945
msgstr ""
 
2946
"%(overs)s quota exceeded for %(pid)s, tried to run %(min_count)s "
 
2947
"instances. %(msg)s"
 
2948
 
 
2949
#: nova/compute/api.py:255
 
2950
#, python-format
 
2951
msgid ""
 
2952
"Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata "
 
2953
"properties"
 
2954
msgstr ""
 
2955
"Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata "
 
2956
"properties"
 
2957
 
 
2958
#: nova/compute/api.py:265
 
2959
msgid "Metadata property key blank"
 
2960
msgstr "Metadata property key blank"
 
2961
 
 
2962
#: nova/compute/api.py:269
 
2963
msgid "Metadata property key greater than 255 characters"
 
2964
msgstr "Metadata property key greater than 255 characters"
 
2965
 
 
2966
#: nova/compute/api.py:273
 
2967
msgid "Metadata property value greater than 255 characters"
 
2968
msgstr "Metadata property value greater than 255 characters"
 
2969
 
 
2970
#: nova/compute/api.py:489
 
2971
#, python-format
 
2972
msgid "Going to run %s instances..."
 
2973
msgstr "Going to run %s instances..."
 
2974
 
 
2975
#: nova/compute/api.py:562
 
2976
#, python-format
 
2977
msgid "bdm %s"
 
2978
msgstr "bdm %s"
 
2979
 
 
2980
#: nova/compute/api.py:589
 
2981
#, python-format
 
2982
msgid "block_device_mapping %s"
 
2983
msgstr "block_device_mapping %s"
 
2984
 
 
2985
#: nova/compute/api.py:821
 
2986
msgid "Going to try to soft delete instance"
 
2987
msgstr "Going to try to soft delete instance"
 
2988
 
 
2989
#: nova/compute/api.py:838
 
2990
msgid "No host for instance, deleting immediately"
 
2991
msgstr "No host for instance, deleting immediately"
 
2992
 
 
2993
#: nova/compute/api.py:923
 
2994
msgid "Going to try to terminate instance"
 
2995
msgstr "Going to try to terminate instance"
 
2996
 
 
2997
#: nova/compute/api.py:963
 
2998
msgid "Going to try to stop instance"
 
2999
msgstr "Going to try to stop instance"
 
3000
 
 
3001
#: nova/compute/api.py:977
 
3002
msgid "Going to try to start instance"
 
3003
msgstr "Going to try to start instance"
 
3004
 
 
3005
#: nova/compute/api.py:1041 nova/volume/api.py:229
 
3006
#: nova/volume/volume_types.py:64
 
3007
#, python-format
 
3008
msgid "Searching by: %s"
 
3009
msgstr "Searching by: %s"
 
3010
 
 
3011
#: nova/compute/api.py:1176
 
3012
#, python-format
 
3013
msgid "Image type not recognized %s"
 
3014
msgstr "Image type not recognized %s"
 
3015
 
 
3016
#: nova/compute/api.py:1264
 
3017
#, python-format
 
3018
msgid "snapshot for %s"
 
3019
msgstr "snapshot for %s"
 
3020
 
 
3021
#: nova/compute/api.py:1555
 
3022
msgid "flavor_id is None. Assuming migration."
 
3023
msgstr "flavor_id is None. Assuming migration."
 
3024
 
 
3025
#: nova/compute/api.py:1564
 
3026
#, python-format
 
3027
msgid ""
 
3028
"Old instance type %(current_instance_type_name)s,  new instance type "
 
3029
"%(new_instance_type_name)s"
 
3030
msgstr ""
 
3031
"Old instance type %(current_instance_type_name)s,  new instance type "
 
3032
"%(new_instance_type_name)s"
 
3033
 
 
3034
#: nova/compute/api.py:1606
 
3035
#, python-format
 
3036
msgid "%(overs)s quota exceeded for %(pid)s, tried to resize instance. %(msg)s"
 
3037
msgstr "%(overs)s quota exceeded for %(pid)s, tried to resize instance. %(msg)s"
 
3038
 
 
3039
#: nova/compute/api.py:1778
 
3040
msgid "Locking"
 
3041
msgstr "Locking"
 
3042
 
 
3043
#: nova/compute/api.py:1786
 
3044
msgid "Unlocking"
 
3045
msgstr "Unlocking"
 
3046
 
 
3047
#: nova/compute/api.py:1854
 
3048
msgid "Volume must be attached in order to detach."
 
3049
msgstr "Volume must be attached in order to detach."
 
3050
 
 
3051
#: nova/compute/api.py:1939
 
3052
#, python-format
 
3053
msgid "Going to try to live migrate instance to %s"
 
3054
msgstr "Going to try to live migrate instance to %s"
 
3055
 
 
3056
#: nova/compute/api.py:2088
 
3057
msgid "Keypair name contains unsafe characters"
 
3058
msgstr "Keypair name contains unsafe characters"
 
3059
 
 
3060
#: nova/compute/api.py:2092
 
3061
msgid "Keypair name must be between 1 and 255 characters long"
 
3062
msgstr "Keypair name must be between 1 and 255 characters long"
 
3063
 
 
3064
#: nova/compute/api.py:2193
 
3065
#, python-format
 
3066
msgid "Security group %s is not a string or unicode"
 
3067
msgstr "Security group %s is not a string or unicode"
 
3068
 
 
3069
#: nova/compute/api.py:2196
 
3070
#, python-format
 
3071
msgid "Security group %s cannot be empty."
 
3072
msgstr "Security group %s cannot be empty."
 
3073
 
 
3074
#: nova/compute/api.py:2204
 
3075
#, python-format
 
3076
msgid ""
 
3077
"Value (%(value)s) for parameter Group%(property)s is invalid. Content "
 
3078
"limited to '%(allowed)'."
 
3079
msgstr ""
 
3080
"Value (%(value)s) for parameter Group%(property)s is invalid. Content "
 
3081
"limited to '%(allowed)'."
 
3082
 
 
3083
#: nova/compute/api.py:2210
 
3084
#, python-format
 
3085
msgid "Security group %s should not be greater than 255 characters."
 
3086
msgstr "Security group %s should not be greater than 255 characters."
 
3087
 
 
3088
#: nova/compute/api.py:2228
 
3089
msgid "Quota exceeded, too many security groups."
 
3090
msgstr "Quota exceeded, too many security groups."
 
3091
 
 
3092
#: nova/compute/api.py:2231
 
3093
#, python-format
 
3094
msgid "Create Security Group %s"
 
3095
msgstr "Create Security Group %s"
 
3096
 
 
3097
#: nova/compute/api.py:2238
 
3098
#, python-format
 
3099
msgid "Security group %s already exists"
 
3100
msgstr "Security group %s already exists"
 
3101
 
 
3102
#: nova/compute/api.py:2295
 
3103
msgid "Security group is still in use"
 
3104
msgstr "Security group is still in use"
 
3105
 
 
3106
#: nova/compute/api.py:2303
 
3107
msgid "Failed to update usages deallocating security group"
 
3108
msgstr "Failed to update usages deallocating security group"
 
3109
 
 
3110
#: nova/compute/api.py:2306
 
3111
#, python-format
 
3112
msgid "Delete security group %s"
 
3113
msgstr "Delete security group %s"
 
3114
 
 
3115
#: nova/compute/api.py:2563
 
3116
#, python-format
 
3117
msgid "Rule (%s) not found"
 
3118
msgstr "Rule (%s) not found"
 
3119
 
 
3120
#: nova/compute/api.py:2572
 
3121
msgid "Quota exceeded, too many security group rules."
 
3122
msgstr "Quota exceeded, too many security group rules."
 
3123
 
 
3124
#: nova/compute/api.py:2575
 
3125
#, python-format
 
3126
msgid "Authorize security group ingress %s"
 
3127
msgstr "Authorize security group ingress %s"
 
3128
 
 
3129
#: nova/compute/api.py:2586
 
3130
#, python-format
 
3131
msgid "Revoke security group ingress %s"
 
3132
msgstr "Revoke security group ingress %s"
 
3133
 
 
3134
#: nova/compute/instance_types.py:61
 
3135
msgid "names can only contain [a-zA-Z0-9_.- ]"
 
3136
msgstr "names can only contain [a-zA-Z0-9_.- ]"
 
3137
 
 
3138
#: nova/compute/instance_types.py:70 nova/compute/instance_types.py:78
 
3139
msgid "create arguments must be positive integers"
 
3140
msgstr "create arguments must be positive integers"
 
3141
 
 
3142
#: nova/compute/instance_types.py:92 nova/volume/volume_types.py:41
 
3143
#, python-format
 
3144
msgid "DB error: %s"
 
3145
msgstr "DB error: %s"
 
3146
 
 
3147
#: nova/compute/instance_types.py:102
 
3148
#, python-format
 
3149
msgid "Instance type %s not found for deletion"
 
3150
msgstr "Instance type %s not found for deletion"
 
3151
 
 
3152
#: nova/compute/manager.py:169
 
3153
msgid "Possibly task preempted."
 
3154
msgstr "Possibly task preempted."
 
3155
 
 
3156
#: nova/compute/manager.py:225
 
3157
#, python-format
 
3158
msgid "Loading compute driver '%s'"
 
3159
msgstr "Loading compute driver '%s'"
 
3160
 
 
3161
#: nova/compute/manager.py:231
 
3162
#, python-format
 
3163
msgid "Unable to load the virtualization driver: %s"
 
3164
msgstr "Unable to load the virtualization driver: %s"
 
3165
 
 
3166
#: nova/compute/manager.py:266
 
3167
msgid "Instance has been destroyed from under us while trying to set it to ERROR"
 
3168
msgstr "Instance has been destroyed from under us while trying to set it to ERROR"
 
3169
 
 
3170
#: nova/compute/manager.py:287
 
3171
#, python-format
 
3172
msgid "Current state is %(drv_state)s, state in DB is %(db_state)s."
 
3173
msgstr "Current state is %(drv_state)s, state in DB is %(db_state)s."
 
3174
 
 
3175
#: nova/compute/manager.py:301
 
3176
msgid "Rebooting instance after nova-compute restart."
 
3177
msgstr "Rebooting instance after nova-compute restart."
 
3178
 
 
3179
#: nova/compute/manager.py:315
 
3180
msgid "Hypervisor driver does not support resume guests"
 
3181
msgstr "Hypervisor driver does not support resume guests"
 
3182
 
 
3183
#: nova/compute/manager.py:325
 
3184
msgid "Hypervisor driver does not support firewall rules"
 
3185
msgstr "Hypervisor driver does not support firewall rules"
 
3186
 
 
3187
#: nova/compute/manager.py:334
 
3188
msgid "Checking state"
 
3189
msgstr "Checking state"
 
3190
 
 
3191
#: nova/compute/manager.py:407
 
3192
#, python-format
 
3193
msgid "Setting up bdm %s"
 
3194
msgstr "Setting up bdm %s"
 
3195
 
 
3196
#: nova/compute/manager.py:525
 
3197
#, python-format
 
3198
msgid "Build error: %s"
 
3199
msgstr "Build error: %s"
 
3200
 
 
3201
#: nova/compute/manager.py:542
 
3202
msgid "Error trying to reschedule"
 
3203
msgstr "Error trying to reschedule"
 
3204
 
 
3205
#: nova/compute/manager.py:559
 
3206
msgid "Retry info not present, will not reschedule"
 
3207
msgstr "Retry info not present, will not reschedule"
 
3208
 
 
3209
#: nova/compute/manager.py:564
 
3210
msgid "No request spec, will not reschedule"
 
3211
msgstr "No request spec, will not reschedule"
 
3212
 
 
3213
#: nova/compute/manager.py:570
 
3214
#, python-format
 
3215
msgid "Re-scheduling instance: attempt %d"
 
3216
msgstr "Re-scheduling instance: attempt %d"
 
3217
 
 
3218
#: nova/compute/manager.py:595
 
3219
msgid "Instance build timed out. Set to error state."
 
3220
msgstr "Instance build timed out. Set to error state."
 
3221
 
 
3222
#: nova/compute/manager.py:626
 
3223
msgid "Instance has already been created"
 
3224
msgstr "Instance has already been created"
 
3225
 
 
3226
#: nova/compute/manager.py:669
 
3227
#, python-format
 
3228
msgid ""
 
3229
"image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, "
 
3230
"allowed_size_bytes=%(allowed_size_bytes)d"
 
3231
msgstr ""
 
3232
"image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, "
 
3233
"allowed_size_bytes=%(allowed_size_bytes)d"
 
3234
 
 
3235
#: nova/compute/manager.py:675
 
3236
#, python-format
 
3237
msgid ""
 
3238
"Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed "
 
3239
"size %(allowed_size_bytes)d"
 
3240
msgstr ""
 
3241
"Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed "
 
3242
"size %(allowed_size_bytes)d"
 
3243
 
 
3244
#: nova/compute/manager.py:685
 
3245
msgid "Starting instance..."
 
3246
msgstr "Starting instance..."
 
3247
 
 
3248
#: nova/compute/manager.py:707
 
3249
msgid "Instance failed network setup"
 
3250
msgstr "Instance failed network setup"
 
3251
 
 
3252
#: nova/compute/manager.py:711
 
3253
#, python-format
 
3254
msgid "Instance network_info: |%s|"
 
3255
msgstr "Instance network_info: |%s|"
 
3256
 
 
3257
#: nova/compute/manager.py:724
 
3258
msgid "Instance failed block device setup"
 
3259
msgstr "Instance failed block device setup"
 
3260
 
 
3261
#: nova/compute/manager.py:742
 
3262
msgid "Instance failed to spawn"
 
3263
msgstr "Instance failed to spawn"
 
3264
 
 
3265
#: nova/compute/manager.py:766
 
3266
msgid "Deallocating network for instance"
 
3267
msgstr "Deallocating network for instance"
 
3268
 
 
3269
#: nova/compute/manager.py:826
 
3270
#, python-format
 
3271
msgid "%(action_str)s instance"
 
3272
msgstr "%(action_str)s instance"
 
3273
 
 
3274
#: nova/compute/manager.py:857
 
3275
#, python-format
 
3276
msgid "Ignoring DiskNotFound: %s"
 
3277
msgstr "Ignoring DiskNotFound: %s"
 
3278
 
 
3279
#: nova/compute/manager.py:860
 
3280
#, python-format
 
3281
msgid "Ignoring VolumeNotFound: %s"
 
3282
msgstr "Ignoring VolumeNotFound: %s"
 
3283
 
 
3284
#: nova/compute/manager.py:869
 
3285
#, python-format
 
3286
msgid "terminating bdm %s"
 
3287
msgstr "terminating bdm %s"
 
3288
 
 
3289
#: nova/compute/manager.py:915 nova/compute/manager.py:1644
 
3290
#: nova/compute/manager.py:2811
 
3291
#, python-format
 
3292
msgid "%s. Setting instance vm_state to ERROR"
 
3293
msgstr "%s. Setting instance vm_state to ERROR"
 
3294
 
 
3295
#: nova/compute/manager.py:997
 
3296
msgid "Rebuilding instance"
 
3297
msgstr "Rebuilding instance"
 
3298
 
 
3299
#: nova/compute/manager.py:1073
 
3300
msgid "Rebooting instance"
 
3301
msgstr "Rebooting instance"
 
3302
 
 
3303
#: nova/compute/manager.py:1085
 
3304
#, python-format
 
3305
msgid ""
 
3306
"trying to reboot a non-running instance: (state: %(state)s expected: "
 
3307
"%(running)s)"
 
3308
msgstr ""
 
3309
"trying to reboot a non-running instance: (state: %(state)s expected: "
 
3310
"%(running)s)"
 
3311
 
 
3312
#: nova/compute/manager.py:1099
 
3313
#, python-format
 
3314
msgid "Cannot reboot instance: %(exc)s"
 
3315
msgstr "Cannot reboot instance: %(exc)s"
 
3316
 
 
3317
#: nova/compute/manager.py:1136
 
3318
msgid "instance snapshotting"
 
3319
msgstr "instance snapshotting"
 
3320
 
 
3321
#: nova/compute/manager.py:1142
 
3322
#, python-format
 
3323
msgid ""
 
3324
"trying to snapshot a non-running instance: (state: %(state)s expected: "
 
3325
"%(running)s)"
 
3326
msgstr ""
 
3327
"trying to snapshot a non-running instance: (state: %(state)s expected: "
 
3328
"%(running)s)"
 
3329
 
 
3330
#: nova/compute/manager.py:1200
 
3331
#, python-format
 
3332
msgid "Found %(num_images)d images (rotation: %(rotation)d)"
 
3333
msgstr "Found %(num_images)d images (rotation: %(rotation)d)"
 
3334
 
 
3335
#: nova/compute/manager.py:1206
 
3336
#, python-format
 
3337
msgid "Rotating out %d backups"
 
3338
msgstr "Rotating out %d backups"
 
3339
 
 
3340
#: nova/compute/manager.py:1211
 
3341
#, python-format
 
3342
msgid "Deleting image %s"
 
3343
msgstr "Deleting image %s"
 
3344
 
 
3345
#: nova/compute/manager.py:1242
 
3346
#, python-format
 
3347
msgid "Failed to set admin password. Instance %s is not running"
 
3348
msgstr "Failed to set admin password. Instance %s is not running"
 
3349
 
 
3350
#: nova/compute/manager.py:1249
 
3351
msgid "Root password set"
 
3352
msgstr "Root password set"
 
3353
 
 
3354
#: nova/compute/manager.py:1259
 
3355
msgid "set_admin_password is not implemented by this driver."
 
3356
msgstr "set_admin_password is not implemented by this driver."
 
3357
 
 
3358
#: nova/compute/manager.py:1275
 
3359
#, python-format
 
3360
msgid "set_admin_password failed: %s"
 
3361
msgstr "set_admin_password failed: %s"
 
3362
 
 
3363
#: nova/compute/manager.py:1283
 
3364
msgid "error setting admin password"
 
3365
msgstr "error setting admin password"
 
3366
 
 
3367
#: nova/compute/manager.py:1298
 
3368
#, python-format
 
3369
msgid ""
 
3370
"trying to inject a file into a non-running (state: "
 
3371
"%(current_power_state)s expected: %(expected_state)s)"
 
3372
msgstr ""
 
3373
"trying to inject a file into a non-running (state: "
 
3374
"%(current_power_state)s expected: %(expected_state)s)"
 
3375
 
 
3376
#: nova/compute/manager.py:1302
 
3377
#, python-format
 
3378
msgid "injecting file to %(path)s"
 
3379
msgstr "injecting file to %(path)s"
 
3380
 
 
3381
#: nova/compute/manager.py:1315
 
3382
msgid "Rescuing"
 
3383
msgstr "Rescuing"
 
3384
 
 
3385
#: nova/compute/manager.py:1342
 
3386
msgid "Unrescuing"
 
3387
msgstr "Unrescuing"
 
3388
 
 
3389
#: nova/compute/manager.py:1363
 
3390
#, python-format
 
3391
msgid "Changing instance metadata according to %(diff)r"
 
3392
msgstr "Changing instance metadata according to %(diff)r"
 
3393
 
 
3394
#: nova/compute/manager.py:1498
 
3395
msgid "destination same as source!"
 
3396
msgstr "destination same as source!"
 
3397
 
 
3398
#: nova/compute/manager.py:1516
 
3399
msgid "Migrating"
 
3400
msgstr "Migrating"
 
3401
 
 
3402
#: nova/compute/manager.py:1697
 
3403
msgid "Pausing"
 
3404
msgstr "Pausing"
 
3405
 
 
3406
#: nova/compute/manager.py:1714
 
3407
msgid "Unpausing"
 
3408
msgstr "Unpausing"
 
3409
 
 
3410
#: nova/compute/manager.py:1752
 
3411
msgid "Retrieving diagnostics"
 
3412
msgstr "Retrieving diagnostics"
 
3413
 
 
3414
#: nova/compute/manager.py:1782
 
3415
msgid "Resuming"
 
3416
msgstr "Resuming"
 
3417
 
 
3418
#: nova/compute/manager.py:1798
 
3419
msgid "Reset network"
 
3420
msgstr "Reset network"
 
3421
 
 
3422
#: nova/compute/manager.py:1803
 
3423
msgid "Inject network info"
 
3424
msgstr "Inject network info"
 
3425
 
 
3426
#: nova/compute/manager.py:1806
 
3427
#, python-format
 
3428
msgid "network_info to inject: |%s|"
 
3429
msgstr "network_info to inject: |%s|"
 
3430
 
 
3431
#: nova/compute/manager.py:1823
 
3432
msgid "Get console output"
 
3433
msgstr "Get console output"
 
3434
 
 
3435
#: nova/compute/manager.py:1848
 
3436
msgid "Getting vnc console"
 
3437
msgstr "Getting vnc console"
 
3438
 
 
3439
#: nova/compute/manager.py:1876
 
3440
#, python-format
 
3441
msgid "Booting with volume %(volume_id)s at %(mountpoint)s"
 
3442
msgstr "Booting with volume %(volume_id)s at %(mountpoint)s"
 
3443
 
 
3444
#: nova/compute/manager.py:1918
 
3445
#, python-format
 
3446
msgid "Attaching volume %(volume_id)s to %(mountpoint)s"
 
3447
msgstr "Attaching volume %(volume_id)s to %(mountpoint)s"
 
3448
 
 
3449
#: nova/compute/manager.py:1927
 
3450
#, python-format
 
3451
msgid ""
 
3452
"Failed to connect to volume %(volume_id)s while attaching at "
 
3453
"%(mountpoint)s"
 
3454
msgstr ""
 
3455
"Failed to connect to volume %(volume_id)s while attaching at "
 
3456
"%(mountpoint)s"
 
3457
 
 
3458
#: nova/compute/manager.py:1942
 
3459
#, python-format
 
3460
msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s"
 
3461
msgstr "Failed to attach volume %(volume_id)s at %(mountpoint)s"
 
3462
 
 
3463
#: nova/compute/manager.py:1971
 
3464
#, python-format
 
3465
msgid "Detach volume %(volume_id)s from mountpoint %(mp)s"
 
3466
msgstr "Detach volume %(volume_id)s from mountpoint %(mp)s"
 
3467
 
 
3468
#: nova/compute/manager.py:1975
 
3469
msgid "Detaching volume from unknown instance"
 
3470
msgstr "Detaching volume from unknown instance"
 
3471
 
 
3472
#: nova/compute/manager.py:1988
 
3473
#, python-format
 
3474
msgid "Faild to detach volume %(volume_id)s from %(mp)s"
 
3475
msgstr "Faild to detach volume %(volume_id)s from %(mp)s"
 
3476
 
 
3477
#: nova/compute/manager.py:2081
 
3478
msgid "Instance has no volume."
 
3479
msgstr "Instance has no volume."
 
3480
 
 
3481
#: nova/compute/manager.py:2142
 
3482
#, python-format
 
3483
msgid "Pre live migration failed at  %(dest)s"
 
3484
msgstr "Pre live migration failed at  %(dest)s"
 
3485
 
 
3486
#: nova/compute/manager.py:2168
 
3487
msgid "_post_live_migration() is started.."
 
3488
msgstr "_post_live_migration() is started.."
 
3489
 
 
3490
#: nova/compute/manager.py:2197
 
3491
msgid "No floating_ip found"
 
3492
msgstr "No floating_ip found"
 
3493
 
 
3494
#: nova/compute/manager.py:2205
 
3495
msgid "No floating_ip found."
 
3496
msgstr "No floating_ip found."
 
3497
 
 
3498
#: nova/compute/manager.py:2207
 
3499
#, python-format
 
3500
msgid ""
 
3501
"Live migration: Unexpected error: cannot inherit floating ip.\n"
 
3502
"%(e)s"
 
3503
msgstr ""
 
3504
"Live migration: Unexpected error: cannot inherit floating ip.\n"
 
3505
"%(e)s"
 
3506
 
 
3507
#: nova/compute/manager.py:2233
 
3508
#, python-format
 
3509
msgid "Migrating instance to %(dest)s finished successfully."
 
3510
msgstr "Migrating instance to %(dest)s finished successfully."
 
3511
 
 
3512
#: nova/compute/manager.py:2235
 
3513
msgid ""
 
3514
"You may see the error \"libvirt: QEMU error: Domain not found: no domain "
 
3515
"with matching name.\" This error can be safely ignored."
 
3516
msgstr ""
 
3517
"You may see the error \"libvirt: QEMU error: Domain not found: no domain "
 
3518
"with matching name.\" This error can be safely ignored."
 
3519
 
 
3520
#: nova/compute/manager.py:2249
 
3521
msgid "Post operation of migration started"
 
3522
msgstr "Post operation of migration started"
 
3523
 
 
3524
#: nova/compute/manager.py:2380
 
3525
msgid "Updated the info_cache for instance"
 
3526
msgstr "Updated the info_cache for instance"
 
3527
 
 
3528
#: nova/compute/manager.py:2406
 
3529
#, python-format
 
3530
msgid ""
 
3531
"Found %(migration_count)d unconfirmed migrations older than "
 
3532
"%(confirm_window)d seconds"
 
3533
msgstr ""
 
3534
"Found %(migration_count)d unconfirmed migrations older than "
 
3535
"%(confirm_window)d seconds"
 
3536
 
 
3537
#: nova/compute/manager.py:2411
 
3538
#, python-format
 
3539
msgid "Setting migration %(migration_id)s to error: %(reason)s"
 
3540
msgstr "Setting migration %(migration_id)s to error: %(reason)s"
 
3541
 
 
3542
#: nova/compute/manager.py:2423
 
3543
#, python-format
 
3544
msgid ""
 
3545
"Automatically confirming migration %(migration_id)s for instance "
 
3546
"%(instance_uuid)s"
 
3547
msgstr ""
 
3548
"Automatically confirming migration %(migration_id)s for instance "
 
3549
"%(instance_uuid)s"
 
3550
 
 
3551
#: nova/compute/manager.py:2430
 
3552
#, python-format
 
3553
msgid "Instance %(instance_uuid)s not found"
 
3554
msgstr "Instance %(instance_uuid)s not found"
 
3555
 
 
3556
#: nova/compute/manager.py:2434
 
3557
msgid "In ERROR state"
 
3558
msgstr "In ERROR state"
 
3559
 
 
3560
#: nova/compute/manager.py:2441
 
3561
#, python-format
 
3562
msgid "In states %(vm_state)s/%(task_state)s, notRESIZED/None"
 
3563
msgstr "In states %(vm_state)s/%(task_state)s, notRESIZED/None"
 
3564
 
 
3565
#: nova/compute/manager.py:2449
 
3566
#, python-format
 
3567
msgid "Error auto-confirming resize: %(e)s. Will retry later."
 
3568
msgstr "Error auto-confirming resize: %(e)s. Will retry later."
 
3569
 
 
3570
#: nova/compute/manager.py:2466
 
3571
#, python-format
 
3572
msgid ""
 
3573
"Running instance usage audit for host %(host)s from %(begin_time)s to "
 
3574
"%(end_time)s. %(number_instances)s instances."
 
3575
msgstr ""
 
3576
"Running instance usage audit for host %(host)s from %(begin_time)s to "
 
3577
"%(end_time)s. %(number_instances)s instances."
 
3578
 
 
3579
#: nova/compute/manager.py:2484
 
3580
#, python-format
 
3581
msgid "Failed to generate usage audit for instance on host %s"
 
3582
msgstr "Failed to generate usage audit for instance on host %s"
 
3583
 
 
3584
#: nova/compute/manager.py:2508
 
3585
msgid "Updating bandwidth usage cache"
 
3586
msgstr "Updating bandwidth usage cache"
 
3587
 
 
3588
#: nova/compute/manager.py:2536
 
3589
msgid "Updating host status"
 
3590
msgstr "Updating host status"
 
3591
 
 
3592
#: nova/compute/manager.py:2563
 
3593
#, python-format
 
3594
msgid ""
 
3595
"Found %(num_db_instances)s in the database and %(num_vm_instances)s on "
 
3596
"the hypervisor."
 
3597
msgstr ""
 
3598
"Found %(num_db_instances)s in the database and %(num_vm_instances)s on "
 
3599
"the hypervisor."
 
3600
 
 
3601
#: nova/compute/manager.py:2571 nova/compute/manager.py:2609
 
3602
msgid "During sync_power_state the instance has a pending task. Skip."
 
3603
msgstr "During sync_power_state the instance has a pending task. Skip."
 
3604
 
 
3605
#: nova/compute/manager.py:2596
 
3606
#, python-format
 
3607
msgid ""
 
3608
"During the sync_power process the instance has moved from host %(src)s to"
 
3609
" host %(dst)s"
 
3610
msgstr ""
 
3611
"During the sync_power process the instance has moved from host %(src)s to"
 
3612
" host %(dst)s"
 
3613
 
 
3614
#: nova/compute/manager.py:2633
 
3615
msgid "Instance shutdown by itself. Calling the stop API."
 
3616
msgstr "Instance shutdown by itself. Calling the stop API."
 
3617
 
 
3618
#: nova/compute/manager.py:2645 nova/compute/manager.py:2656
 
3619
#: nova/compute/manager.py:2670
 
3620
msgid "error during stop() in sync_power_state."
 
3621
msgstr "error during stop() in sync_power_state."
 
3622
 
 
3623
#: nova/compute/manager.py:2650
 
3624
msgid "Instance is paused or suspended unexpectedly. Calling the stop API."
 
3625
msgstr "Instance is paused or suspended unexpectedly. Calling the stop API."
 
3626
 
 
3627
#: nova/compute/manager.py:2663
 
3628
msgid "Instance is not stopped. Calling the stop API."
 
3629
msgstr "Instance is not stopped. Calling the stop API."
 
3630
 
 
3631
#: nova/compute/manager.py:2679
 
3632
msgid "Instance is not (soft-)deleted."
 
3633
msgstr "Instance is not (soft-)deleted."
 
3634
 
 
3635
#: nova/compute/manager.py:2687
 
3636
msgid "FLAGS.reclaim_instance_interval <= 0, skipping..."
 
3637
msgstr "FLAGS.reclaim_instance_interval <= 0, skipping..."
 
3638
 
 
3639
#: nova/compute/manager.py:2698
 
3640
msgid "Reclaiming deleted instance"
 
3641
msgstr "Reclaiming deleted instance"
 
3642
 
 
3643
#: nova/compute/manager.py:2765
 
3644
#, python-format
 
3645
msgid ""
 
3646
"Detected instance with name label '%(name)s' which is marked as DELETED "
 
3647
"but still present on host."
 
3648
msgstr ""
 
3649
"Detected instance with name label '%(name)s' which is marked as DELETED "
 
3650
"but still present on host."
 
3651
 
 
3652
#: nova/compute/manager.py:2772
 
3653
#, python-format
 
3654
msgid ""
 
3655
"Destroying instance with name label '%(name)s' which is marked as DELETED"
 
3656
" but still present on host."
 
3657
msgstr ""
 
3658
"Destroying instance with name label '%(name)s' which is marked as DELETED"
 
3659
" but still present on host."
 
3660
 
 
3661
#: nova/compute/manager.py:2779
 
3662
#, python-format
 
3663
msgid "Unrecognized value '%(action)s' for FLAGS.running_deleted_instance_action"
 
3664
msgstr "Unrecognized value '%(action)s' for FLAGS.running_deleted_instance_action"
 
3665
 
 
3666
#: nova/compute/resource_tracker.py:196
 
3667
#, python-format
 
3668
msgid ""
 
3669
"Attempting claim: memory %(memory_mb)d MB, disk %(disk_gb)d GB, mem limit"
 
3670
" %(memory_mb_limit)s"
 
3671
msgstr ""
 
3672
"Attempting claim: memory %(memory_mb)d MB, disk %(disk_gb)d GB, mem limit"
 
3673
" %(memory_mb_limit)s"
 
3674
 
 
3675
#: nova/compute/resource_tracker.py:207
 
3676
#, python-format
 
3677
msgid "Total memory: %(total_mem)d MB, used: %(used_mem)d MB, free: %(free_mem)d"
 
3678
msgstr "Total memory: %(total_mem)d MB, used: %(used_mem)d MB, free: %(free_mem)d"
 
3679
 
 
3680
#: nova/compute/resource_tracker.py:215
 
3681
#, python-format
 
3682
msgid "Limit: %(memory_mb_limit)d MB, free: %(free_ram_mb)d"
 
3683
msgstr "Limit: %(memory_mb_limit)d MB, free: %(free_ram_mb)d"
 
3684
 
 
3685
#: nova/compute/resource_tracker.py:220
 
3686
#, python-format
 
3687
msgid ""
 
3688
"Unable to claim resources.  Free memory %(free_ram_mb)d MB < requested "
 
3689
"memory %(memory_mb)d MB"
 
3690
msgstr ""
 
3691
"Unable to claim resources.  Free memory %(free_ram_mb)d MB < requested "
 
3692
"memory %(memory_mb)d MB"
 
3693
 
 
3694
#: nova/compute/resource_tracker.py:226
 
3695
#, python-format
 
3696
msgid ""
 
3697
"Unable to claim resources.  Free disk %(free_disk_gb)d GB < requested "
 
3698
"disk %(disk_gb)d GB"
 
3699
msgstr ""
 
3700
"Unable to claim resources.  Free disk %(free_disk_gb)d GB < requested "
 
3701
"disk %(disk_gb)d GB"
 
3702
 
 
3703
#: nova/compute/resource_tracker.py:261
 
3704
#, python-format
 
3705
msgid "Finishing claim: %s"
 
3706
msgstr "Finishing claim: %s"
 
3707
 
 
3708
#: nova/compute/resource_tracker.py:263
 
3709
#, python-format
 
3710
msgid ""
 
3711
"Can't find claim %d.  It may have been 'finished' twice, or it has "
 
3712
"already timed out."
 
3713
msgstr ""
 
3714
"Can't find claim %d.  It may have been 'finished' twice, or it has "
 
3715
"already timed out."
 
3716
 
 
3717
#: nova/compute/resource_tracker.py:280
 
3718
#, python-format
 
3719
msgid "Aborting claim: %s"
 
3720
msgstr "Aborting claim: %s"
 
3721
 
 
3722
#: nova/compute/resource_tracker.py:286
 
3723
#, python-format
 
3724
msgid ""
 
3725
"Claim %d not found.  It either timed out or was already explicitly "
 
3726
"finished/aborted"
 
3727
msgstr ""
 
3728
"Claim %d not found.  It either timed out or was already explicitly "
 
3729
"finished/aborted"
 
3730
 
 
3731
#: nova/compute/resource_tracker.py:316
 
3732
msgid ""
 
3733
"Virt driver does not support 'get_available_resource'  Compute tracking "
 
3734
"is disabled."
 
3735
msgstr ""
 
3736
"Virt driver does not support 'get_available_resource'  Compute tracking "
 
3737
"is disabled."
 
3738
 
 
3739
#: nova/compute/resource_tracker.py:330
 
3740
#, python-format
 
3741
msgid "free_ram_mb: %s"
 
3742
msgstr "free_ram_mb: %s"
 
3743
 
 
3744
#: nova/compute/resource_tracker.py:331
 
3745
#, python-format
 
3746
msgid "free_disk_gb: %s"
 
3747
msgstr "free_disk_gb: %s"
 
3748
 
 
3749
#: nova/compute/resource_tracker.py:356
 
3750
#, python-format
 
3751
msgid "Compute_service record created for %s "
 
3752
msgstr "Compute_service record created for %s "
 
3753
 
 
3754
#: nova/compute/resource_tracker.py:362
 
3755
#, python-format
 
3756
msgid "Compute_service record updated for %s "
 
3757
msgstr "Compute_service record updated for %s "
 
3758
 
 
3759
#: nova/compute/resource_tracker.py:389
 
3760
#, python-format
 
3761
msgid "Expiring resource claim %d"
 
3762
msgstr "Expiring resource claim %d"
 
3763
 
 
3764
#: nova/compute/resource_tracker.py:435
 
3765
#, python-format
 
3766
msgid "No service record for host %s"
 
3767
msgstr "No service record for host %s"
 
3768
 
 
3769
#: nova/compute/resource_tracker.py:448
 
3770
#, python-format
 
3771
msgid "Missing keys: %s"
 
3772
msgstr "Missing keys: %s"
 
3773
 
 
3774
#: nova/compute/rpcapi.py:44
 
3775
msgid "No compute host specified"
 
3776
msgstr "No compute host specified"
 
3777
 
 
3778
#: nova/compute/rpcapi.py:47
 
3779
#, python-format
 
3780
msgid "Unable to find host for Instance %s"
 
3781
msgstr "Unable to find host for Instance %s"
 
3782
 
 
3783
#: nova/compute/utils.py:61
 
3784
#, python-format
 
3785
msgid "Using %(prefix)s instead of %(req_prefix)s"
 
3786
msgstr "Using %(prefix)s instead of %(req_prefix)s"
 
3787
 
 
3788
#: nova/console/manager.py:81 nova/console/vmrc_manager.py:71
 
3789
msgid "Adding console"
 
3790
msgstr "Adding console"
 
3791
 
 
3792
#: nova/console/manager.py:102 nova/console/vmrc_manager.py:123
 
3793
#, python-format
 
3794
msgid "Tried to remove non-existent console %(console_id)s."
 
3795
msgstr "Tried to remove non-existent console %(console_id)s."
 
3796
 
 
3797
#: nova/console/vmrc_manager.py:126
 
3798
#, python-format
 
3799
msgid "Removing console %(console_id)s."
 
3800
msgstr "Removing console %(console_id)s."
 
3801
 
 
3802
#: nova/console/xvp.py:98
 
3803
msgid "Rebuilding xvp conf"
 
3804
msgstr "Rebuilding xvp conf"
 
3805
 
 
3806
#: nova/console/xvp.py:116
 
3807
#, python-format
 
3808
msgid "Re-wrote %s"
 
3809
msgstr "Re-wrote %s"
 
3810
 
 
3811
#: nova/console/xvp.py:121
 
3812
msgid "Stopping xvp"
 
3813
msgstr "Stopping xvp"
 
3814
 
 
3815
#: nova/console/xvp.py:134
 
3816
msgid "Starting xvp"
 
3817
msgstr "Starting xvp"
 
3818
 
 
3819
#: nova/console/xvp.py:141
 
3820
#, python-format
 
3821
msgid "Error starting xvp: %s"
 
3822
msgstr "Error starting xvp: %s"
 
3823
 
 
3824
#: nova/console/xvp.py:144
 
3825
msgid "Restarting xvp"
 
3826
msgstr "Restarting xvp"
 
3827
 
 
3828
#: nova/console/xvp.py:146
 
3829
msgid "xvp not running..."
 
3830
msgstr "xvp not running..."
 
3831
 
 
3832
#: nova/consoleauth/manager.py:70
 
3833
#, python-format
 
3834
msgid "Received Token: %(token)s, %(token_dict)s)"
 
3835
msgstr "Received Token: %(token)s, %(token_dict)s)"
 
3836
 
 
3837
#: nova/consoleauth/manager.py:75
 
3838
#, python-format
 
3839
msgid "Checking Token: %(token)s, %(token_valid)s)"
 
3840
msgstr "Checking Token: %(token)s, %(token_valid)s)"
 
3841
 
 
3842
#: nova/db/sqlalchemy/api.py:59
 
3843
msgid "Use of empty request context is deprecated"
 
3844
msgstr "Use of empty request context is deprecated"
 
3845
 
 
3846
#: nova/db/sqlalchemy/api.py:214
 
3847
#, python-format
 
3848
msgid "Unrecognized read_deleted value '%s'"
 
3849
msgstr "Unrecognized read_deleted value '%s'"
 
3850
 
 
3851
#: nova/db/sqlalchemy/api.py:2776
 
3852
#, python-format
 
3853
msgid "Change will make usage less than 0 for the following resources: %(unders)s"
 
3854
msgstr "Change will make usage less than 0 for the following resources: %(unders)s"
 
3855
 
 
3856
#: nova/db/sqlalchemy/api.py:4648
 
3857
msgid "Backend exists"
 
3858
msgstr "Backend exists"
 
3859
 
 
3860
#: nova/db/sqlalchemy/api.py:4668 nova/db/sqlalchemy/api.py:4694
 
3861
#, python-format
 
3862
msgid "No backend config with id %(sm_backend_id)s"
 
3863
msgstr "No backend config with id %(sm_backend_id)s"
 
3864
 
 
3865
#: nova/db/sqlalchemy/api.py:4706
 
3866
#, python-format
 
3867
msgid "No backend config with sr uuid %(sr_uuid)s"
 
3868
msgstr "No backend config with sr uuid %(sr_uuid)s"
 
3869
 
 
3870
#: nova/db/sqlalchemy/api.py:4740
 
3871
msgid "Flavor exists"
 
3872
msgstr "Flavor exists"
 
3873
 
 
3874
#: nova/db/sqlalchemy/api.py:4755
 
3875
#, python-format
 
3876
msgid "%(sm_flavor_id) flavor not found"
 
3877
msgstr "%(sm_flavor_id) flavor not found"
 
3878
 
 
3879
#: nova/db/sqlalchemy/api.py:4774
 
3880
#, python-format
 
3881
msgid "No sm_flavor called %(sm_flavor_id)s"
 
3882
msgstr "No sm_flavor called %(sm_flavor_id)s"
 
3883
 
 
3884
#: nova/db/sqlalchemy/api.py:4791
 
3885
#, python-format
 
3886
msgid "No sm_flavor called %(sm_flavor_label)s"
 
3887
msgstr "No sm_flavor called %(sm_flavor_label)s"
 
3888
 
 
3889
#: nova/db/sqlalchemy/api.py:4829
 
3890
#, python-format
 
3891
msgid "No sm_volume with id %(volume_id)s"
 
3892
msgstr "No sm_volume with id %(volume_id)s"
 
3893
 
 
3894
#: nova/db/sqlalchemy/migration.py:74
 
3895
msgid "version should be an integer"
 
3896
msgstr "version should be an integer"
 
3897
 
 
3898
#: nova/db/sqlalchemy/migration.py:101
 
3899
msgid "Upgrade DB using Essex release first."
 
3900
msgstr "Upgrade DB using Essex release first."
 
3901
 
 
3902
#: nova/db/sqlalchemy/session.py:149
 
3903
#, python-format
 
3904
msgid "SQL connection failed. %s attempts left."
 
3905
msgstr "SQL connection failed. %s attempts left."
 
3906
 
 
3907
#: nova/db/sqlalchemy/migrate_repo/versions/083_quota_class.py:50
 
3908
#: nova/db/sqlalchemy/migrate_repo/versions/092_add_instance_system_metadata.py:60
 
3909
#: nova/db/sqlalchemy/migrate_repo/versions/097_quota_usages_reservations.py:53
 
3910
#: nova/db/sqlalchemy/migrate_repo/versions/097_quota_usages_reservations.py:86
 
3911
#: nova/db/sqlalchemy/migrate_repo/versions/115_make_user_quotas_key_and_value.py:74
 
3912
#: nova/db/sqlalchemy/migrate_repo/versions/116_drop_user_quotas_key_and_value.py:97
 
3913
#: nova/db/sqlalchemy/migrate_repo/versions/132_add_instance_type_projects.py:52
 
3914
#, python-format
 
3915
msgid "Table |%s| not created!"
 
3916
msgstr "Table |%s| not created!"
 
3917
 
 
3918
#: nova/db/sqlalchemy/migrate_repo/versions/083_quota_class.py:62
 
3919
msgid "quota_classes table not dropped"
 
3920
msgstr "quota_classes table not dropped"
 
3921
 
 
3922
#: nova/db/sqlalchemy/migrate_repo/versions/088_change_instance_id_to_uuid_in_block_device_mapping.py:56
 
3923
#: nova/db/sqlalchemy/migrate_repo/versions/100_instance_metadata_uses_uuid.py:56
 
3924
#: nova/db/sqlalchemy/migrate_repo/versions/101_security_group_instance_association_uses_uuid.py:56
 
3925
#: nova/db/sqlalchemy/migrate_repo/versions/102_consoles_uses_uuid.py:56
 
3926
#: nova/db/sqlalchemy/migrate_repo/versions/105_instance_info_caches_uses_uuid.py:44
 
3927
#: nova/db/sqlalchemy/migrate_repo/versions/105_instance_info_caches_uses_uuid.py:67
 
3928
#: nova/db/sqlalchemy/migrate_repo/versions/109_drop_dns_domains_project_id_fkey.py:43
 
3929
#: nova/db/sqlalchemy/migrate_repo/versions/113_fixed_ips_uses_uuid.py:56
 
3930
#: nova/db/sqlalchemy/migrate_repo/versions/113_fixed_ips_uses_uuid.py:87
 
3931
#: nova/db/sqlalchemy/migrate_repo/versions/114_vifs_uses_uuid.py:56
 
3932
#: nova/db/sqlalchemy/migrate_repo/versions/114_vifs_uses_uuid.py:87
 
3933
msgid "foreign key constraint couldn't be removed"
 
3934
msgstr "foreign key constraint couldn't be removed"
 
3935
 
 
3936
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:84
 
3937
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:128
 
3938
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:178
 
3939
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:236
 
3940
msgid "Foreign Key constraint couldn't be removed"
 
3941
msgstr "Foreign Key constraint couldn't be removed"
 
3942
 
 
3943
#: nova/db/sqlalchemy/migrate_repo/versions/095_change_fk_instance_id_to_uuid.py:57
 
3944
msgid "foreign key could not be dropped"
 
3945
msgstr "foreign key could not be dropped"
 
3946
 
 
3947
#: nova/db/sqlalchemy/migrate_repo/versions/095_change_fk_instance_id_to_uuid.py:91
 
3948
msgid "foreign key could not be created"
 
3949
msgstr "foreign key could not be created"
 
3950
 
 
3951
#: nova/db/sqlalchemy/migrate_repo/versions/097_quota_usages_reservations.py:98
 
3952
msgid "quota_usages table not dropped"
 
3953
msgstr "quota_usages table not dropped"
 
3954
 
 
3955
#: nova/db/sqlalchemy/migrate_repo/versions/097_quota_usages_reservations.py:105
 
3956
msgid "reservations table not dropped"
 
3957
msgstr "reservations table not dropped"
 
3958
 
 
3959
#: nova/db/sqlalchemy/migrate_repo/versions/106_add_foreign_keys.py:45
 
3960
#: nova/db/sqlalchemy/migrate_repo/versions/113_fixed_ips_uses_uuid.py:66
 
3961
#: nova/db/sqlalchemy/migrate_repo/versions/113_fixed_ips_uses_uuid.py:107
 
3962
#: nova/db/sqlalchemy/migrate_repo/versions/114_vifs_uses_uuid.py:66
 
3963
#: nova/db/sqlalchemy/migrate_repo/versions/114_vifs_uses_uuid.py:107
 
3964
msgid "foreign key constraint couldn't be created"
 
3965
msgstr "foreign key constraint couldn't be created"
 
3966
 
 
3967
#: nova/db/sqlalchemy/migrate_repo/versions/106_add_foreign_keys.py:66
 
3968
msgid "foreign key constraint couldn't be dropped"
 
3969
msgstr "foreign key constraint couldn't be dropped"
 
3970
 
 
3971
#: nova/db/sqlalchemy/migrate_repo/versions/115_make_user_quotas_key_and_value.py:93
 
3972
#: nova/db/sqlalchemy/migrate_repo/versions/116_drop_user_quotas_key_and_value.py:43
 
3973
msgid "user_quotas table not dropped"
 
3974
msgstr "user_quotas table not dropped"
 
3975
 
 
3976
#: nova/image/glance.py:137
 
3977
#, python-format
 
3978
msgid ""
 
3979
"Error contacting glance server '%(host)s:%(port)s' for '%(method)s', "
 
3980
"%(extra)s."
 
3981
msgstr ""
 
3982
"Error contacting glance server '%(host)s:%(port)s' for '%(method)s', "
 
3983
"%(extra)s."
 
3984
 
 
3985
#: nova/image/s3.py:311
 
3986
#, python-format
 
3987
msgid "Failed to download %(image_location)s to %(image_path)s"
 
3988
msgstr "Failed to download %(image_location)s to %(image_path)s"
 
3989
 
 
3990
#: nova/image/s3.py:328
 
3991
#, python-format
 
3992
msgid "Failed to decrypt %(image_location)s to %(image_path)s"
 
3993
msgstr "Failed to decrypt %(image_location)s to %(image_path)s"
 
3994
 
 
3995
#: nova/image/s3.py:338
 
3996
#, python-format
 
3997
msgid "Failed to untar %(image_location)s to %(image_path)s"
 
3998
msgstr "Failed to untar %(image_location)s to %(image_path)s"
 
3999
 
 
4000
#: nova/image/s3.py:348
 
4001
#, python-format
 
4002
msgid "Failed to upload %(image_location)s to %(image_path)s"
 
4003
msgstr "Failed to upload %(image_location)s to %(image_path)s"
 
4004
 
 
4005
#: nova/image/s3.py:372
 
4006
#, python-format
 
4007
msgid "Failed to decrypt private key: %s"
 
4008
msgstr "Failed to decrypt private key: %s"
 
4009
 
 
4010
#: nova/image/s3.py:379
 
4011
#, python-format
 
4012
msgid "Failed to decrypt initialization vector: %s"
 
4013
msgstr "Failed to decrypt initialization vector: %s"
 
4014
 
 
4015
#: nova/image/s3.py:390
 
4016
#, python-format
 
4017
msgid "Failed to decrypt image file %(image_file)s: %(err)s"
 
4018
msgstr "Failed to decrypt image file %(image_file)s: %(err)s"
 
4019
 
 
4020
#: nova/image/s3.py:402
 
4021
msgid "Unsafe filenames in image"
 
4022
msgstr "Unsafe filenames in image"
 
4023
 
 
4024
#: nova/ipv6/account_identifier.py:38 nova/ipv6/rfc2462.py:34
 
4025
#, python-format
 
4026
msgid "Bad mac for to_global_ipv6: %s"
 
4027
msgstr "Bad mac for to_global_ipv6: %s"
 
4028
 
 
4029
#: nova/ipv6/account_identifier.py:40 nova/ipv6/rfc2462.py:36
 
4030
#, python-format
 
4031
msgid "Bad prefix for to_global_ipv6: %s"
 
4032
msgstr "Bad prefix for to_global_ipv6: %s"
 
4033
 
 
4034
#: nova/ipv6/account_identifier.py:42
 
4035
#, python-format
 
4036
msgid "Bad project_id for to_global_ipv6: %s"
 
4037
msgstr "Bad project_id for to_global_ipv6: %s"
 
4038
 
 
4039
#: nova/network/api.py:52
 
4040
msgid "instance is a required argument to use @refresh_cache"
 
4041
msgstr "instance is a required argument to use @refresh_cache"
 
4042
 
 
4043
#: nova/network/api.py:79
 
4044
#, python-format
 
4045
msgid "args: %s"
 
4046
msgstr "args: %s"
 
4047
 
 
4048
#: nova/network/api.py:80
 
4049
#, python-format
 
4050
msgid "kwargs: %s"
 
4051
msgstr "kwargs: %s"
 
4052
 
 
4053
#: nova/network/api.py:216
 
4054
#, python-format
 
4055
msgid "re-assign floating IP %(address)s from instance %(instance_id)s"
 
4056
msgstr "re-assign floating IP %(address)s from instance %(instance_id)s"
 
4057
 
 
4058
#: nova/network/ldapdns.py:318
 
4059
msgid "This driver only supports type 'a' entries."
 
4060
msgstr "This driver only supports type 'a' entries."
 
4061
 
 
4062
#: nova/network/linux_net.py:177
 
4063
#, python-format
 
4064
msgid "Attempted to remove chain %s which does not exist"
 
4065
msgstr "Attempted to remove chain %s which does not exist"
 
4066
 
 
4067
#: nova/network/linux_net.py:212
 
4068
#, python-format
 
4069
msgid "Unknown chain: %r"
 
4070
msgstr "Unknown chain: %r"
 
4071
 
 
4072
#: nova/network/linux_net.py:237
 
4073
#, python-format
 
4074
msgid ""
 
4075
"Tried to remove rule that was not there: %(chain)r %(rule)r %(wrap)r "
 
4076
"%(top)r"
 
4077
msgstr ""
 
4078
"Tried to remove rule that was not there: %(chain)r %(rule)r %(wrap)r "
 
4079
"%(top)r"
 
4080
 
 
4081
#: nova/network/linux_net.py:372
 
4082
msgid "IPTablesManager.apply completed with success"
 
4083
msgstr "IPTablesManager.apply completed with success"
 
4084
 
 
4085
#: nova/network/linux_net.py:576
 
4086
#, python-format
 
4087
msgid "arping error for ip %s"
 
4088
msgstr "arping error for ip %s"
 
4089
 
 
4090
#: nova/network/linux_net.py:784
 
4091
#, python-format
 
4092
msgid "Pid %d is stale, skip killing dnsmasq"
 
4093
msgstr "Pid %d is stale, skip killing dnsmasq"
 
4094
 
 
4095
#: nova/network/linux_net.py:824
 
4096
#, python-format
 
4097
msgid "Hupping dnsmasq threw %s"
 
4098
msgstr "Hupping dnsmasq threw %s"
 
4099
 
 
4100
#: nova/network/linux_net.py:826
 
4101
#, python-format
 
4102
msgid "Pid %d is stale, relaunching dnsmasq"
 
4103
msgstr "Pid %d is stale, relaunching dnsmasq"
 
4104
 
 
4105
#: nova/network/linux_net.py:888
 
4106
#, python-format
 
4107
msgid "killing radvd threw %s"
 
4108
msgstr "killing radvd threw %s"
 
4109
 
 
4110
#: nova/network/linux_net.py:890
 
4111
#, python-format
 
4112
msgid "Pid %d is stale, relaunching radvd"
 
4113
msgstr "Pid %d is stale, relaunching radvd"
 
4114
 
 
4115
#: nova/network/linux_net.py:1120
 
4116
#, python-format
 
4117
msgid "Starting VLAN inteface %s"
 
4118
msgstr "Starting VLAN inteface %s"
 
4119
 
 
4120
#: nova/network/linux_net.py:1156
 
4121
#, python-format
 
4122
msgid "Starting Bridge interface for %s"
 
4123
msgstr "Starting Bridge interface for %s"
 
4124
 
 
4125
#: nova/network/linux_net.py:1199
 
4126
#, python-format
 
4127
msgid "Failed to add interface: %s"
 
4128
msgstr "Failed to add interface: %s"
 
4129
 
 
4130
#: nova/network/linux_net.py:1300
 
4131
#, python-format
 
4132
msgid "Starting bridge %s "
 
4133
msgstr "Starting bridge %s "
 
4134
 
 
4135
#: nova/network/linux_net.py:1308
 
4136
#, python-format
 
4137
msgid "Done starting bridge %s"
 
4138
msgstr "Done starting bridge %s"
 
4139
 
 
4140
#: nova/network/linux_net.py:1327
 
4141
#, python-format
 
4142
msgid "Failed unplugging gateway interface '%s'"
 
4143
msgstr "Failed unplugging gateway interface '%s'"
 
4144
 
 
4145
#: nova/network/linux_net.py:1329
 
4146
#, python-format
 
4147
msgid "Unplugged gateway interface '%s'"
 
4148
msgstr "Unplugged gateway interface '%s'"
 
4149
 
 
4150
#: nova/network/manager.py:290
 
4151
#, python-format
 
4152
msgid "Fixed ip %(fixed_ip_id)s not found"
 
4153
msgstr "Fixed ip %(fixed_ip_id)s not found"
 
4154
 
 
4155
#: nova/network/manager.py:299 nova/network/manager.py:548
 
4156
#, python-format
 
4157
msgid "Interface %(interface)s not found"
 
4158
msgstr "Interface %(interface)s not found"
 
4159
 
 
4160
#: nova/network/manager.py:314
 
4161
#, python-format
 
4162
msgid "floating IP allocation for instance |%s|"
 
4163
msgstr "floating IP allocation for instance |%s|"
 
4164
 
 
4165
#: nova/network/manager.py:373
 
4166
msgid "Floating IP is not associated. Ignore."
 
4167
msgstr "Floating IP is not associated. Ignore."
 
4168
 
 
4169
#: nova/network/manager.py:391
 
4170
#, python-format
 
4171
msgid "Address |%(address)s| is not allocated"
 
4172
msgstr "Address |%(address)s| is not allocated"
 
4173
 
 
4174
#: nova/network/manager.py:395
 
4175
#, python-format
 
4176
msgid "Address |%(address)s| is not allocated to your project |%(project)s|"
 
4177
msgstr "Address |%(address)s| is not allocated to your project |%(project)s|"
 
4178
 
 
4179
#: nova/network/manager.py:413
 
4180
#, python-format
 
4181
msgid "Quota exceeded for %(pid)s, tried to allocate floating IP"
 
4182
msgstr "Quota exceeded for %(pid)s, tried to allocate floating IP"
 
4183
 
 
4184
#: nova/network/manager.py:468
 
4185
msgid "Failed to update usages deallocating floating IP"
 
4186
msgstr "Failed to update usages deallocating floating IP"
 
4187
 
 
4188
#: nova/network/manager.py:677
 
4189
#, python-format
 
4190
msgid ""
 
4191
"Database inconsistency: DNS domain |%s| is registered in the Nova db but "
 
4192
"not visible to either the floating or instance DNS driver. It will be "
 
4193
"ignored."
 
4194
msgstr ""
 
4195
"Database inconsistency: DNS domain |%s| is registered in the Nova db but "
 
4196
"not visible to either the floating or instance DNS driver. It will be "
 
4197
"ignored."
 
4198
 
 
4199
#: nova/network/manager.py:723
 
4200
#, python-format
 
4201
msgid "Domain |%(domain)s| already exists, changing zone to |%(av_zone)s|."
 
4202
msgstr "Domain |%(domain)s| already exists, changing zone to |%(av_zone)s|."
 
4203
 
 
4204
#: nova/network/manager.py:733
 
4205
#, python-format
 
4206
msgid "Domain |%(domain)s| already exists, changing project to |%(project)s|."
 
4207
msgstr "Domain |%(domain)s| already exists, changing project to |%(project)s|."
 
4208
 
 
4209
#: nova/network/manager.py:844
 
4210
#, python-format
 
4211
msgid "Disassociated %s stale fixed ip(s)"
 
4212
msgstr "Disassociated %s stale fixed ip(s)"
 
4213
 
 
4214
#: nova/network/manager.py:848
 
4215
msgid "setting network host"
 
4216
msgstr "setting network host"
 
4217
 
 
4218
#: nova/network/manager.py:962
 
4219
msgid "network allocations"
 
4220
msgstr "network allocations"
 
4221
 
 
4222
#: nova/network/manager.py:967
 
4223
#, python-format
 
4224
msgid "networks retrieved for instance: |%(networks)s|"
 
4225
msgstr "networks retrieved for instance: |%(networks)s|"
 
4226
 
 
4227
#: nova/network/manager.py:997
 
4228
msgid "network deallocation for instance"
 
4229
msgstr "network deallocation for instance"
 
4230
 
 
4231
#: nova/network/manager.py:1220
 
4232
#, python-format
 
4233
msgid ""
 
4234
"instance-dns-zone is |%(domain)s|, which is in availability zone "
 
4235
"|%(zone)s|. Instance is in zone |%(zone2)s|. No DNS record will be "
 
4236
"created."
 
4237
msgstr ""
 
4238
"instance-dns-zone is |%(domain)s|, which is in availability zone "
 
4239
"|%(zone)s|. Instance is in zone |%(zone2)s|. No DNS record will be "
 
4240
"created."
 
4241
 
 
4242
#: nova/network/manager.py:1299
 
4243
#, python-format
 
4244
msgid "Unable to release %s because vif doesn't exist."
 
4245
msgstr "Unable to release %s because vif doesn't exist."
 
4246
 
 
4247
#: nova/network/manager.py:1320
 
4248
#, python-format
 
4249
msgid "Leased IP |%(address)s|"
 
4250
msgstr "Leased IP |%(address)s|"
 
4251
 
 
4252
#: nova/network/manager.py:1324
 
4253
#, python-format
 
4254
msgid "IP %s leased that is not associated"
 
4255
msgstr "IP %s leased that is not associated"
 
4256
 
 
4257
#: nova/network/manager.py:1332
 
4258
#, python-format
 
4259
msgid "IP |%s| leased that isn't allocated"
 
4260
msgstr "IP |%s| leased that isn't allocated"
 
4261
 
 
4262
#: nova/network/manager.py:1337
 
4263
#, python-format
 
4264
msgid "Released IP |%(address)s|"
 
4265
msgstr "Released IP |%(address)s|"
 
4266
 
 
4267
#: nova/network/manager.py:1341
 
4268
#, python-format
 
4269
msgid "IP %s released that is not associated"
 
4270
msgstr "IP %s released that is not associated"
 
4271
 
 
4272
#: nova/network/manager.py:1344
 
4273
#, python-format
 
4274
msgid "IP %s released that was not leased"
 
4275
msgstr "IP %s released that was not leased"
 
4276
 
 
4277
#: nova/network/manager.py:1363
 
4278
#, python-format
 
4279
msgid "%s must be an integer"
 
4280
msgstr "%s must be an integer"
 
4281
 
 
4282
#: nova/network/manager.py:1387
 
4283
msgid "Maximum allowed length for 'label' is 255."
 
4284
msgstr "Maximum allowed length for 'label' is 255."
 
4285
 
 
4286
#: nova/network/manager.py:1407
 
4287
#, python-format
 
4288
msgid ""
 
4289
"Subnet(s) too large, defaulting to /%s.  To override, specify "
 
4290
"network_size flag."
 
4291
msgstr ""
 
4292
"Subnet(s) too large, defaulting to /%s.  To override, specify "
 
4293
"network_size flag."
 
4294
 
 
4295
#: nova/network/manager.py:1485
 
4296
msgid "cidr already in use"
 
4297
msgstr "cidr already in use"
 
4298
 
 
4299
#: nova/network/manager.py:1488
 
4300
#, python-format
 
4301
msgid "requested cidr (%(cidr)s) conflicts with existing supernet (%(super)s)"
 
4302
msgstr "requested cidr (%(cidr)s) conflicts with existing supernet (%(super)s)"
 
4303
 
 
4304
#: nova/network/manager.py:1499
 
4305
#, python-format
 
4306
msgid ""
 
4307
"requested cidr (%(cidr)s) conflicts with existing smaller cidr "
 
4308
"(%(smaller)s)"
 
4309
msgstr ""
 
4310
"requested cidr (%(cidr)s) conflicts with existing smaller cidr "
 
4311
"(%(smaller)s)"
 
4312
 
 
4313
#: nova/network/manager.py:1558
 
4314
msgid "Network already exists!"
 
4315
msgstr "Network already exists!"
 
4316
 
 
4317
#: nova/network/manager.py:1578
 
4318
#, python-format
 
4319
msgid "Network must be disassociated from project %s before delete"
 
4320
msgstr "Network must be disassociated from project %s before delete"
 
4321
 
 
4322
#: nova/network/manager.py:2018
 
4323
msgid ""
 
4324
"The sum between the number of networks and the vlan start cannot be "
 
4325
"greater than 4094"
 
4326
msgstr ""
 
4327
"The sum between the number of networks and the vlan start cannot be "
 
4328
"greater than 4094"
 
4329
 
 
4330
#: nova/network/manager.py:2025
 
4331
#, python-format
 
4332
msgid ""
 
4333
"The network range is not big enough to fit %(num_networks)s. Network size"
 
4334
" is %(network_size)s"
 
4335
msgstr ""
 
4336
"The network range is not big enough to fit %(num_networks)s. Network size"
 
4337
" is %(network_size)s"
 
4338
 
 
4339
#: nova/network/minidns.py:65
 
4340
msgid "This driver only supports type 'a'"
 
4341
msgstr "This driver only supports type 'a'"
 
4342
 
 
4343
#: nova/network/model.py:337
 
4344
msgid "v4 subnets are required for legacy nw_info"
 
4345
msgstr "v4 subnets are required for legacy nw_info"
 
4346
 
 
4347
#: nova/network/quantum/nova_ipam_lib.py:75
 
4348
msgid "Error creating network entry"
 
4349
msgstr "Error creating network entry"
 
4350
 
 
4351
#: nova/network/quantum/nova_ipam_lib.py:90
 
4352
#, python-format
 
4353
msgid "No network with net_id = %s"
 
4354
msgstr "No network with net_id = %s"
 
4355
 
 
4356
#: nova/network/quantum/nova_ipam_lib.py:256
 
4357
#, python-format
 
4358
msgid "No fixed IPs to deallocate for vif %s"
 
4359
msgstr "No fixed IPs to deallocate for vif %s"
 
4360
 
 
4361
#: nova/network/quantumv2/__init__.py:41
 
4362
msgid "_get_auth_token() failed"
 
4363
msgstr "_get_auth_token() failed"
 
4364
 
 
4365
#: nova/network/quantumv2/api.py:92
 
4366
#, python-format
 
4367
msgid "allocate_for_instance() for %s"
 
4368
msgstr "allocate_for_instance() for %s"
 
4369
 
 
4370
#: nova/network/quantumv2/api.py:95
 
4371
#, python-format
 
4372
msgid "empty project id for instance %s"
 
4373
msgstr "empty project id for instance %s"
 
4374
 
 
4375
#: nova/network/quantumv2/api.py:148
 
4376
#, python-format
 
4377
msgid "Fail to delete port %(portid)s with failure: %(exception)s"
 
4378
msgstr "Fail to delete port %(portid)s with failure: %(exception)s"
 
4379
 
 
4380
#: nova/network/quantumv2/api.py:159
 
4381
#, python-format
 
4382
msgid "deallocate_for_instance() for %s"
 
4383
msgstr "deallocate_for_instance() for %s"
 
4384
 
 
4385
#: nova/network/quantumv2/api.py:168
 
4386
#, python-format
 
4387
msgid "Failed to delete quantum port %(portid)s "
 
4388
msgstr "Failed to delete quantum port %(portid)s "
 
4389
 
 
4390
#: nova/network/quantumv2/api.py:177
 
4391
#, python-format
 
4392
msgid "get_instance_nw_info() for %s"
 
4393
msgstr "get_instance_nw_info() for %s"
 
4394
 
 
4395
#: nova/network/quantumv2/api.py:192
 
4396
#, python-format
 
4397
msgid "validate_networks() for %s"
 
4398
msgstr "validate_networks() for %s"
 
4399
 
 
4400
#: nova/openstack/common/log.py:299
 
4401
#, python-format
 
4402
msgid "syslog facility must be one of: %s"
 
4403
msgstr "syslog facility must be one of: %s"
 
4404
 
 
4405
#: nova/openstack/common/policy.py:149
 
4406
#, python-format
 
4407
msgid ""
 
4408
"Inheritance-based rules are deprecated; use the default brain instead of "
 
4409
"%s."
 
4410
msgstr ""
 
4411
"Inheritance-based rules are deprecated; use the default brain instead of "
 
4412
"%s."
 
4413
 
 
4414
#: nova/openstack/common/policy.py:163
 
4415
#, python-format
 
4416
msgid "Failed to understand rule %(match)r"
 
4417
msgstr "Failed to understand rule %(match)r"
 
4418
 
 
4419
#: nova/openstack/common/policy.py:173
 
4420
#, python-format
 
4421
msgid "Inheritance-based rules are deprecated; update _check_%s"
 
4422
msgstr "Inheritance-based rules are deprecated; update _check_%s"
 
4423
 
 
4424
#: nova/openstack/common/policy.py:179
 
4425
#, python-format
 
4426
msgid "No handler for matches of kind %s"
 
4427
msgstr "No handler for matches of kind %s"
 
4428
 
 
4429
#: nova/openstack/common/notifier/api.py:125
 
4430
#, python-format
 
4431
msgid "%s not in valid priorities"
 
4432
msgstr "%s not in valid priorities"
 
4433
 
 
4434
#: nova/openstack/common/notifier/api.py:141
 
4435
#, python-format
 
4436
msgid ""
 
4437
"Problem '%(e)s' attempting to send to notification system. "
 
4438
"Payload=%(payload)s"
 
4439
msgstr ""
 
4440
"Problem '%(e)s' attempting to send to notification system. "
 
4441
"Payload=%(payload)s"
 
4442
 
 
4443
#: nova/openstack/common/notifier/api.py:170
 
4444
#, python-format
 
4445
msgid "Failed to load notifier %s. These notifications will not be sent."
 
4446
msgstr "Failed to load notifier %s. These notifications will not be sent."
 
4447
 
 
4448
#: nova/openstack/common/notifier/rabbit_notifier.py:45
 
4449
#, python-format
 
4450
msgid "Could not send notification to %(topic)s. Payload=%(message)s"
 
4451
msgstr "Could not send notification to %(topic)s. Payload=%(message)s"
 
4452
 
 
4453
#: nova/openstack/common/plugin/pluginmanager.py:64
 
4454
#, python-format
 
4455
msgid "Failed to load plugin %(plug)s: %(exc)s"
 
4456
msgstr "Failed to load plugin %(plug)s: %(exc)s"
 
4457
 
 
4458
#: nova/openstack/common/rpc/amqp.py:208
 
4459
#, python-format
 
4460
msgid "unpacked context: %s"
 
4461
msgstr "unpacked context: %s"
 
4462
 
 
4463
#: nova/openstack/common/rpc/amqp.py:252
 
4464
#, python-format
 
4465
msgid "received %s"
 
4466
msgstr "received %s"
 
4467
 
 
4468
#: nova/openstack/common/rpc/amqp.py:258
 
4469
#, python-format
 
4470
msgid "no method for message: %s"
 
4471
msgstr "no method for message: %s"
 
4472
 
 
4473
#: nova/openstack/common/rpc/amqp.py:259
 
4474
#, python-format
 
4475
msgid "No method for message: %s"
 
4476
msgstr "No method for message: %s"
 
4477
 
 
4478
#: nova/openstack/common/rpc/amqp.py:351
 
4479
#, python-format
 
4480
msgid "Making asynchronous call on %s ..."
 
4481
msgstr "Making asynchronous call on %s ..."
 
4482
 
 
4483
#: nova/openstack/common/rpc/amqp.py:354
 
4484
#, python-format
 
4485
msgid "MSG_ID is %s"
 
4486
msgstr "MSG_ID is %s"
 
4487
 
 
4488
#: nova/openstack/common/rpc/amqp.py:376
 
4489
#, python-format
 
4490
msgid "Making asynchronous cast on %s..."
 
4491
msgstr "Making asynchronous cast on %s..."
 
4492
 
 
4493
#: nova/openstack/common/rpc/amqp.py:384
 
4494
msgid "Making asynchronous fanout cast..."
 
4495
msgstr "Making asynchronous fanout cast..."
 
4496
 
 
4497
#: nova/openstack/common/rpc/amqp.py:410
 
4498
#, python-format
 
4499
msgid "Sending %(event_type)s on %(topic)s"
 
4500
msgstr "Sending %(event_type)s on %(topic)s"
 
4501
 
 
4502
#: nova/openstack/common/rpc/common.py:34
 
4503
msgid "An unknown RPC related exception occurred."
 
4504
msgstr "An unknown RPC related exception occurred."
 
4505
 
 
4506
#: nova/openstack/common/rpc/common.py:64
 
4507
#, python-format
 
4508
msgid ""
 
4509
"Remote error: %(exc_type)s %(value)s\n"
 
4510
"%(traceback)s."
 
4511
msgstr ""
 
4512
"Remote error: %(exc_type)s %(value)s\n"
 
4513
"%(traceback)s."
 
4514
 
 
4515
#: nova/openstack/common/rpc/common.py:81
 
4516
msgid "Timeout while waiting on RPC response."
 
4517
msgstr "Timeout while waiting on RPC response."
 
4518
 
 
4519
#: nova/openstack/common/rpc/common.py:85
 
4520
msgid "Invalid reuse of an RPC connection."
 
4521
msgstr "Invalid reuse of an RPC connection."
 
4522
 
 
4523
#: nova/openstack/common/rpc/common.py:89
 
4524
#, python-format
 
4525
msgid "Specified RPC version, %(version)s, not supported by this endpoint."
 
4526
msgstr "Specified RPC version, %(version)s, not supported by this endpoint."
 
4527
 
 
4528
#: nova/openstack/common/rpc/common.py:206
 
4529
#, python-format
 
4530
msgid "Returning exception %s to caller"
 
4531
msgstr "Returning exception %s to caller"
 
4532
 
 
4533
#: nova/openstack/common/rpc/impl_kombu.py:145
 
4534
#: nova/openstack/common/rpc/impl_qpid.py:144
 
4535
msgid "Failed to process message... skipping it."
 
4536
msgstr "Failed to process message... skipping it."
 
4537
 
 
4538
#: nova/openstack/common/rpc/impl_kombu.py:431
 
4539
#, python-format
 
4540
msgid "Reconnecting to AMQP server on %(hostname)s:%(port)d"
 
4541
msgstr "Reconnecting to AMQP server on %(hostname)s:%(port)d"
 
4542
 
 
4543
#: nova/openstack/common/rpc/impl_kombu.py:453
 
4544
#, python-format
 
4545
msgid "Connected to AMQP server on %(hostname)s:%(port)d"
 
4546
msgstr "Connected to AMQP server on %(hostname)s:%(port)d"
 
4547
 
 
4548
#: nova/openstack/common/rpc/impl_kombu.py:489
 
4549
#, python-format
 
4550
msgid ""
 
4551
"Unable to connect to AMQP server on %(hostname)s:%(port)d after "
 
4552
"%(max_retries)d tries: %(err_str)s"
 
4553
msgstr ""
 
4554
"Unable to connect to AMQP server on %(hostname)s:%(port)d after "
 
4555
"%(max_retries)d tries: %(err_str)s"
 
4556
 
 
4557
#: nova/openstack/common/rpc/impl_kombu.py:505
 
4558
#, python-format
 
4559
msgid ""
 
4560
"AMQP server on %(hostname)s:%(port)d is unreachable: %(err_str)s. Trying "
 
4561
"again in %(sleep_time)d seconds."
 
4562
msgstr ""
 
4563
"AMQP server on %(hostname)s:%(port)d is unreachable: %(err_str)s. Trying "
 
4564
"again in %(sleep_time)d seconds."
 
4565
 
 
4566
#: nova/openstack/common/rpc/impl_kombu.py:556
 
4567
#: nova/openstack/common/rpc/impl_qpid.py:402
 
4568
#, python-format
 
4569
msgid "Failed to declare consumer for topic '%(topic)s': %(err_str)s"
 
4570
msgstr "Failed to declare consumer for topic '%(topic)s': %(err_str)s"
 
4571
 
 
4572
#: nova/openstack/common/rpc/impl_kombu.py:574
 
4573
#: nova/openstack/common/rpc/impl_qpid.py:417
 
4574
#, python-format
 
4575
msgid "Timed out waiting for RPC response: %s"
 
4576
msgstr "Timed out waiting for RPC response: %s"
 
4577
 
 
4578
#: nova/openstack/common/rpc/impl_kombu.py:578
 
4579
#: nova/openstack/common/rpc/impl_qpid.py:421
 
4580
#, python-format
 
4581
msgid "Failed to consume message from queue: %s"
 
4582
msgstr "Failed to consume message from queue: %s"
 
4583
 
 
4584
#: nova/openstack/common/rpc/impl_kombu.py:612
 
4585
#: nova/openstack/common/rpc/impl_qpid.py:451
 
4586
#, python-format
 
4587
msgid "Failed to publish message to topic '%(topic)s': %(err_str)s"
 
4588
msgstr "Failed to publish message to topic '%(topic)s': %(err_str)s"
 
4589
 
 
4590
#: nova/openstack/common/rpc/impl_qpid.py:358
 
4591
#, python-format
 
4592
msgid "Unable to connect to AMQP server: %s"
 
4593
msgstr "Unable to connect to AMQP server: %s"
 
4594
 
 
4595
#: nova/openstack/common/rpc/impl_qpid.py:363
 
4596
#, python-format
 
4597
msgid "Connected to AMQP server on %s"
 
4598
msgstr "Connected to AMQP server on %s"
 
4599
 
 
4600
#: nova/openstack/common/rpc/impl_qpid.py:371
 
4601
msgid "Re-established AMQP queues"
 
4602
msgstr "Re-established AMQP queues"
 
4603
 
 
4604
#: nova/openstack/common/rpc/impl_qpid.py:429
 
4605
msgid "Error processing message.  Skipping it."
 
4606
msgstr "Error processing message.  Skipping it."
 
4607
 
 
4608
#: nova/openstack/common/rpc/impl_zmq.py:89
 
4609
msgid "JSON serialization failed."
 
4610
msgstr "JSON serialization failed."
 
4611
 
 
4612
#: nova/openstack/common/rpc/impl_zmq.py:97
 
4613
#, python-format
 
4614
msgid "Deserializing: %s"
 
4615
msgstr "Deserializing: %s"
 
4616
 
 
4617
#: nova/openstack/common/rpc/impl_zmq.py:133
 
4618
#, python-format
 
4619
msgid "Connecting to %(addr)s with %(type)s"
 
4620
msgstr "Connecting to %(addr)s with %(type)s"
 
4621
 
 
4622
#: nova/openstack/common/rpc/impl_zmq.py:134
 
4623
#, python-format
 
4624
msgid "-> Subscribed to %(subscribe)s"
 
4625
msgstr "-> Subscribed to %(subscribe)s"
 
4626
 
 
4627
#: nova/openstack/common/rpc/impl_zmq.py:135
 
4628
#, python-format
 
4629
msgid "-> bind: %(bind)s"
 
4630
msgstr "-> bind: %(bind)s"
 
4631
 
 
4632
#: nova/openstack/common/rpc/impl_zmq.py:143
 
4633
msgid "Could not open socket."
 
4634
msgstr "Could not open socket."
 
4635
 
 
4636
#: nova/openstack/common/rpc/impl_zmq.py:155
 
4637
#, python-format
 
4638
msgid "Subscribing to %s"
 
4639
msgstr "Subscribing to %s"
 
4640
 
 
4641
#: nova/openstack/common/rpc/impl_zmq.py:193
 
4642
msgid "You cannot recv on this socket."
 
4643
msgstr "You cannot recv on this socket."
 
4644
 
 
4645
#: nova/openstack/common/rpc/impl_zmq.py:198
 
4646
msgid "You cannot send on this socket."
 
4647
msgstr "You cannot send on this socket."
 
4648
 
 
4649
#: nova/openstack/common/rpc/impl_zmq.py:251
 
4650
#, python-format
 
4651
msgid "Running func with context: %s"
 
4652
msgstr "Running func with context: %s"
 
4653
 
 
4654
#: nova/openstack/common/rpc/impl_zmq.py:276
 
4655
msgid "Sending reply"
 
4656
msgstr "Sending reply"
 
4657
 
 
4658
#: nova/openstack/common/rpc/impl_zmq.py:344
 
4659
msgid "Registering reactor"
 
4660
msgstr "Registering reactor"
 
4661
 
 
4662
#: nova/openstack/common/rpc/impl_zmq.py:356
 
4663
msgid "In reactor registered"
 
4664
msgstr "In reactor registered"
 
4665
 
 
4666
#: nova/openstack/common/rpc/impl_zmq.py:371
 
4667
msgid "Out reactor registered"
 
4668
msgstr "Out reactor registered"
 
4669
 
 
4670
#: nova/openstack/common/rpc/impl_zmq.py:375
 
4671
msgid "Consuming socket"
 
4672
msgstr "Consuming socket"
 
4673
 
 
4674
#: nova/openstack/common/rpc/impl_zmq.py:422
 
4675
#, python-format
 
4676
msgid "CONSUMER GOT %s"
 
4677
msgstr "CONSUMER GOT %s"
 
4678
 
 
4679
#: nova/openstack/common/rpc/impl_zmq.py:432
 
4680
#, python-format
 
4681
msgid "->response->%s"
 
4682
msgstr "->response->%s"
 
4683
 
 
4684
#: nova/openstack/common/rpc/impl_zmq.py:442
 
4685
#, python-format
 
4686
msgid "Created topic proxy: %s"
 
4687
msgstr "Created topic proxy: %s"
 
4688
 
 
4689
#: nova/openstack/common/rpc/impl_zmq.py:449
 
4690
#, python-format
 
4691
msgid "ROUTER RELAY-OUT START %(data)s"
 
4692
msgstr "ROUTER RELAY-OUT START %(data)s"
 
4693
 
 
4694
#: nova/openstack/common/rpc/impl_zmq.py:451
 
4695
#, python-format
 
4696
msgid "ROUTER RELAY-OUT SUCCEEDED %(data)s"
 
4697
msgstr "ROUTER RELAY-OUT SUCCEEDED %(data)s"
 
4698
 
 
4699
#: nova/openstack/common/rpc/impl_zmq.py:467
 
4700
#, python-format
 
4701
msgid "CONSUMER RECEIVED DATA: %s"
 
4702
msgstr "CONSUMER RECEIVED DATA: %s"
 
4703
 
 
4704
#: nova/openstack/common/rpc/impl_zmq.py:469
 
4705
#, python-format
 
4706
msgid "ROUTER RELAY-OUT %(data)s"
 
4707
msgstr "ROUTER RELAY-OUT %(data)s"
 
4708
 
 
4709
#: nova/openstack/common/rpc/impl_zmq.py:495
 
4710
#, python-format
 
4711
msgid "Create Consumer for topic (%(topic)s)"
 
4712
msgstr "Create Consumer for topic (%(topic)s)"
 
4713
 
 
4714
#: nova/openstack/common/rpc/impl_zmq.py:511
 
4715
#, python-format
 
4716
msgid "Consumer is a zmq.%s"
 
4717
msgstr "Consumer is a zmq.%s"
 
4718
 
 
4719
#: nova/openstack/common/rpc/impl_zmq.py:554
 
4720
msgid "Creating payload"
 
4721
msgstr "Creating payload"
 
4722
 
 
4723
#: nova/openstack/common/rpc/impl_zmq.py:567
 
4724
msgid "Creating queue socket for reply waiter"
 
4725
msgstr "Creating queue socket for reply waiter"
 
4726
 
 
4727
#: nova/openstack/common/rpc/impl_zmq.py:578
 
4728
msgid "Sending cast"
 
4729
msgstr "Sending cast"
 
4730
 
 
4731
#: nova/openstack/common/rpc/impl_zmq.py:581
 
4732
msgid "Cast sent; Waiting reply"
 
4733
msgstr "Cast sent; Waiting reply"
 
4734
 
 
4735
#: nova/openstack/common/rpc/impl_zmq.py:584
 
4736
#, python-format
 
4737
msgid "Received message: %s"
 
4738
msgstr "Received message: %s"
 
4739
 
 
4740
#: nova/openstack/common/rpc/impl_zmq.py:585
 
4741
msgid "Unpacking response"
 
4742
msgstr "Unpacking response"
 
4743
 
 
4744
#: nova/openstack/common/rpc/impl_zmq.py:612
 
4745
#, python-format
 
4746
msgid "%(msg)s"
 
4747
msgstr "%(msg)s"
 
4748
 
 
4749
#: nova/openstack/common/rpc/impl_zmq.py:615
 
4750
#, python-format
 
4751
msgid "Sending message(s) to: %s"
 
4752
msgstr "Sending message(s) to: %s"
 
4753
 
 
4754
#: nova/openstack/common/rpc/impl_zmq.py:619
 
4755
msgid "No matchmaker results. Not casting."
 
4756
msgstr "No matchmaker results. Not casting."
 
4757
 
 
4758
#: nova/openstack/common/rpc/impl_zmq.py:709
 
4759
msgid ""
 
4760
"Matchmaker could not be loaded.\n"
 
4761
"rpc_zmq_matchmaker is not a class."
 
4762
msgstr ""
 
4763
"Matchmaker could not be loaded.\n"
 
4764
"rpc_zmq_matchmaker is not a class."
 
4765
 
 
4766
#: nova/openstack/common/rpc/impl_zmq.py:711
 
4767
msgid "Error loading Matchmaker."
 
4768
msgstr "Error loading Matchmaker."
 
4769
 
 
4770
#: nova/openstack/common/rpc/matchmaker.py:45
 
4771
msgid "Match not found by MatchMaker."
 
4772
msgstr "Match not found by MatchMaker."
 
4773
 
 
4774
#: nova/openstack/common/rpc/matchmaker.py:177
 
4775
#: nova/openstack/common/rpc/matchmaker.py:195
 
4776
#, python-format
 
4777
msgid "No key defining hosts for topic '%s', see ringfile"
 
4778
msgstr "No key defining hosts for topic '%s', see ringfile"
 
4779
 
 
4780
#: nova/scheduler/chance.py:49 nova/scheduler/simple.py:96
 
4781
msgid "Is the appropriate service running?"
 
4782
msgstr "Is the appropriate service running?"
 
4783
 
 
4784
#: nova/scheduler/chance.py:54
 
4785
msgid "Could not find another compute"
 
4786
msgstr "Could not find another compute"
 
4787
 
 
4788
#: nova/scheduler/driver.py:70
 
4789
#, python-format
 
4790
msgid "Casted '%(method)s' to volume '%(host)s'"
 
4791
msgstr "Casted '%(method)s' to volume '%(host)s'"
 
4792
 
 
4793
#: nova/scheduler/driver.py:93
 
4794
#, python-format
 
4795
msgid "Casted '%(method)s' to compute '%(host)s'"
 
4796
msgstr "Casted '%(method)s' to compute '%(host)s'"
 
4797
 
 
4798
#: nova/scheduler/driver.py:102
 
4799
#, python-format
 
4800
msgid "Casted '%(method)s' to network '%(host)s'"
 
4801
msgstr "Casted '%(method)s' to network '%(host)s'"
 
4802
 
 
4803
#: nova/scheduler/driver.py:120
 
4804
#, python-format
 
4805
msgid "Casted '%(method)s' to %(topic)s '%(host)s'"
 
4806
msgstr "Casted '%(method)s' to %(topic)s '%(host)s'"
 
4807
 
 
4808
#: nova/scheduler/driver.py:168
 
4809
msgid "Driver must implement schedule_prep_resize"
 
4810
msgstr "Driver must implement schedule_prep_resize"
 
4811
 
 
4812
#: nova/scheduler/driver.py:176
 
4813
msgid "Driver must implement schedule_run_instance"
 
4814
msgstr "Driver must implement schedule_run_instance"
 
4815
 
 
4816
#: nova/scheduler/driver.py:181
 
4817
msgid "Driver must implement schedule_create_volune"
 
4818
msgstr "Driver must implement schedule_create_volune"
 
4819
 
 
4820
#: nova/scheduler/driver.py:313
 
4821
#, python-format
 
4822
msgid ""
 
4823
"Unable to migrate %(instance_uuid)s to %(dest)s: Lack of "
 
4824
"memory(host:%(avail)s <= instance:%(mem_inst)s)"
 
4825
msgstr ""
 
4826
"Unable to migrate %(instance_uuid)s to %(dest)s: Lack of "
 
4827
"memory(host:%(avail)s <= instance:%(mem_inst)s)"
 
4828
 
 
4829
#: nova/scheduler/filter_scheduler.py:49
 
4830
#, python-format
 
4831
msgid "No host selection for %s defined."
 
4832
msgstr "No host selection for %s defined."
 
4833
 
 
4834
#: nova/scheduler/filter_scheduler.py:65
 
4835
#, python-format
 
4836
msgid "Attempting to build %(num_instances)d instance(s)"
 
4837
msgstr "Attempting to build %(num_instances)d instance(s)"
 
4838
 
 
4839
#: nova/scheduler/filter_scheduler.py:171
 
4840
msgid "Invalid value for 'scheduler_max_attempts', must be >= 1"
 
4841
msgstr "Invalid value for 'scheduler_max_attempts', must be >= 1"
 
4842
 
 
4843
#: nova/scheduler/filter_scheduler.py:198
 
4844
#, python-format
 
4845
msgid ""
 
4846
"Exceeded max scheduling attempts %(max_attempts)d for instance "
 
4847
"%(instance_uuid)s"
 
4848
msgstr ""
 
4849
"Exceeded max scheduling attempts %(max_attempts)d for instance "
 
4850
"%(instance_uuid)s"
 
4851
 
 
4852
#: nova/scheduler/filter_scheduler.py:209
 
4853
msgid "Scheduler only understands Compute nodes (for now)"
 
4854
msgstr "Scheduler only understands Compute nodes (for now)"
 
4855
 
 
4856
#: nova/scheduler/filter_scheduler.py:261
 
4857
#, python-format
 
4858
msgid "Filtered %(hosts)s"
 
4859
msgstr "Filtered %(hosts)s"
 
4860
 
 
4861
#: nova/scheduler/filter_scheduler.py:271
 
4862
#, python-format
 
4863
msgid "Weighted %(weighted_host)s"
 
4864
msgstr "Weighted %(weighted_host)s"
 
4865
 
 
4866
#: nova/scheduler/host_manager.py:158
 
4867
#, python-format
 
4868
msgid "Host filter fails for ignored host %(host)s"
 
4869
msgstr "Host filter fails for ignored host %(host)s"
 
4870
 
 
4871
#: nova/scheduler/host_manager.py:165
 
4872
#, python-format
 
4873
msgid "Host filter fails for non-forced host %(host)s"
 
4874
msgstr "Host filter fails for non-forced host %(host)s"
 
4875
 
 
4876
#: nova/scheduler/host_manager.py:171
 
4877
#, python-format
 
4878
msgid "Host filter function %(func)s failed for %(host)s"
 
4879
msgstr "Host filter function %(func)s failed for %(host)s"
 
4880
 
 
4881
#: nova/scheduler/host_manager.py:177
 
4882
#, python-format
 
4883
msgid "Host filter passes for %(host)s"
 
4884
msgstr "Host filter passes for %(host)s"
 
4885
 
 
4886
#: nova/scheduler/host_manager.py:238
 
4887
#, python-format
 
4888
msgid "Received %(service_name)s service update from %(host)s."
 
4889
msgstr "Received %(service_name)s service update from %(host)s."
 
4890
 
 
4891
#: nova/scheduler/host_manager.py:261
 
4892
msgid "host_manager only implemented for 'compute'"
 
4893
msgstr "host_manager only implemented for 'compute'"
 
4894
 
 
4895
#: nova/scheduler/host_manager.py:271
 
4896
#, python-format
 
4897
msgid "No service for compute ID %s"
 
4898
msgstr "No service for compute ID %s"
 
4899
 
 
4900
#: nova/scheduler/manager.py:161
 
4901
#, python-format
 
4902
msgid "Failed to schedule_%(method)s: %(ex)s"
 
4903
msgstr "Failed to schedule_%(method)s: %(ex)s"
 
4904
 
 
4905
#: nova/scheduler/manager.py:175
 
4906
#, python-format
 
4907
msgid "Setting instance to %(state)s state."
 
4908
msgstr "Setting instance to %(state)s state."
 
4909
 
 
4910
#: nova/scheduler/scheduler_options.py:69
 
4911
#, python-format
 
4912
msgid "Could not stat scheduler options file %(filename)s: '%(e)s'"
 
4913
msgstr "Could not stat scheduler options file %(filename)s: '%(e)s'"
 
4914
 
 
4915
#: nova/scheduler/scheduler_options.py:78
 
4916
#, python-format
 
4917
msgid "Could not decode scheduler options: '%(e)s'"
 
4918
msgstr "Could not decode scheduler options: '%(e)s'"
 
4919
 
 
4920
#: nova/scheduler/simple.py:52
 
4921
msgid ""
 
4922
"SimpleScheduler now only covers volume scheduling and is deprecated in "
 
4923
"Folsom. Non-volume functionality in SimpleScheduler has been replaced by "
 
4924
"FilterScheduler"
 
4925
msgstr ""
 
4926
"SimpleScheduler now only covers volume scheduling and is deprecated in "
 
4927
"Folsom. Non-volume functionality in SimpleScheduler has been replaced by "
 
4928
"FilterScheduler"
 
4929
 
 
4930
#: nova/scheduler/simple.py:62
 
4931
msgid ""
 
4932
"nova-volume functionality is deprecated in Folsom and will be removed in "
 
4933
"Grizzly.  Volumes are now handled by Cinder"
 
4934
msgstr ""
 
4935
"nova-volume functionality is deprecated in Folsom and will be removed in "
 
4936
"Grizzly.  Volumes are now handled by Cinder"
 
4937
 
 
4938
#: nova/scheduler/simple.py:89
 
4939
msgid "Not enough allocatable volume gigabytes remaining"
 
4940
msgstr "Not enough allocatable volume gigabytes remaining"
 
4941
 
 
4942
#: nova/scheduler/filters/aggregate_instance_extra_specs.py:49
 
4943
#: nova/scheduler/filters/aggregate_instance_extra_specs.py:56
 
4944
#: nova/scheduler/filters/compute_capabilities_filter.py:48
 
4945
#, python-format
 
4946
msgid "%(host_state)s fails instance_type extra_specs requirements"
 
4947
msgstr "%(host_state)s fails instance_type extra_specs requirements"
 
4948
 
 
4949
#: nova/scheduler/filters/compute_filter.py:36
 
4950
#, python-format
 
4951
msgid "%(host_state)s is disabled or has not been heard from in a while"
 
4952
msgstr "%(host_state)s is disabled or has not been heard from in a while"
 
4953
 
 
4954
#: nova/scheduler/filters/compute_filter.py:40
 
4955
#, python-format
 
4956
msgid "%(host_state)s is disabled via capabilities"
 
4957
msgstr "%(host_state)s is disabled via capabilities"
 
4958
 
 
4959
#: nova/scheduler/filters/core_filter.py:45
 
4960
msgid "VCPUs not set; assuming CPU collection broken"
 
4961
msgstr "VCPUs not set; assuming CPU collection broken"
 
4962
 
 
4963
#: nova/scheduler/filters/image_props_filter.py:48
 
4964
#, python-format
 
4965
msgid ""
 
4966
"Instance contains properties %(image_props)s, but no corresponding "
 
4967
"capabilities are advertised by the compute node"
 
4968
msgstr ""
 
4969
"Instance contains properties %(image_props)s, but no corresponding "
 
4970
"capabilities are advertised by the compute node"
 
4971
 
 
4972
#: nova/scheduler/filters/image_props_filter.py:61
 
4973
#, python-format
 
4974
msgid ""
 
4975
"Instance properties %(image_props)s are satisfied by compute host "
 
4976
"capabilities %(capabilities)s"
 
4977
msgstr ""
 
4978
"Instance properties %(image_props)s are satisfied by compute host "
 
4979
"capabilities %(capabilities)s"
 
4980
 
 
4981
#: nova/scheduler/filters/image_props_filter.py:66
 
4982
#, python-format
 
4983
msgid ""
 
4984
"Instance contains properties %(image_props)s that are not provided by the"
 
4985
" compute node capabilities %(capabilities)s"
 
4986
msgstr ""
 
4987
"Instance contains properties %(image_props)s that are not provided by the"
 
4988
" compute node capabilities %(capabilities)s"
 
4989
 
 
4990
#: nova/scheduler/filters/image_props_filter.py:82
 
4991
#, python-format
 
4992
msgid "%(host_state)s does not support requested instance_properties"
 
4993
msgstr "%(host_state)s does not support requested instance_properties"
 
4994
 
 
4995
#: nova/scheduler/filters/ram_filter.py:47
 
4996
#, python-format
 
4997
msgid ""
 
4998
"%(host_state)s does not have %(requested_ram)s MB usable ram, it only has"
 
4999
" %(usable_ram)s MB usable ram."
 
5000
msgstr ""
 
5001
"%(host_state)s does not have %(requested_ram)s MB usable ram, it only has"
 
5002
" %(usable_ram)s MB usable ram."
 
5003
 
 
5004
#: nova/scheduler/filters/retry_filter.py:38
 
5005
#, python-format
 
5006
msgid "Previously tried hosts: %(hosts)s.  (host=%(host)s)"
 
5007
msgstr "Previously tried hosts: %(hosts)s.  (host=%(host)s)"
 
5008
 
 
5009
#: nova/scheduler/filters/trusted_filter.py:195
 
5010
#, python-format
 
5011
msgid "TCP: trust state of %(host)s:%(level)s(%(trust)s)"
 
5012
msgstr "TCP: trust state of %(host)s:%(level)s(%(trust)s)"
 
5013
 
 
5014
#: nova/tests/fake_utils.py:72
 
5015
#, python-format
 
5016
msgid "Faking execution of cmd (subprocess): %s"
 
5017
msgstr "Faking execution of cmd (subprocess): %s"
 
5018
 
 
5019
#: nova/tests/fake_utils.py:80
 
5020
#, python-format
 
5021
msgid "Faked command matched %s"
 
5022
msgstr "Faked command matched %s"
 
5023
 
 
5024
#: nova/tests/fake_utils.py:96
 
5025
#, python-format
 
5026
msgid "Faked command raised an exception %s"
 
5027
msgstr "Faked command raised an exception %s"
 
5028
 
 
5029
#: nova/tests/fake_utils.py:101
 
5030
#, python-format
 
5031
msgid "Reply to faked command is stdout='%(stdout)s' stderr='%(stderr)s'"
 
5032
msgstr "Reply to faked command is stdout='%(stdout)s' stderr='%(stderr)s'"
 
5033
 
 
5034
#: nova/tests/fake_volume.py:175 nova/volume/api.py:85 nova/volume/api.py:283
 
5035
#: nova/volume/cinder.py:159
 
5036
msgid "status must be available"
 
5037
msgstr "status must be available"
 
5038
 
 
5039
#: nova/tests/fake_volume.py:178 nova/volume/api.py:286
 
5040
#: nova/volume/cinder.py:162
 
5041
msgid "already attached"
 
5042
msgstr "already attached"
 
5043
 
 
5044
#: nova/tests/fake_volume.py:183 nova/volume/api.py:293
 
5045
#: nova/volume/cinder.py:168
 
5046
msgid "already detached"
 
5047
msgstr "already detached"
 
5048
 
 
5049
#: nova/tests/fakelibvirt.py:835
 
5050
msgid "Please extend mock libvirt module to support flags"
 
5051
msgstr "Please extend mock libvirt module to support flags"
 
5052
 
 
5053
#: nova/tests/fakelibvirt.py:839
 
5054
msgid "Expected a list for 'auth' parameter"
 
5055
msgstr "Expected a list for 'auth' parameter"
 
5056
 
 
5057
#: nova/tests/fakelibvirt.py:843
 
5058
msgid "Expected a function in 'auth[0]' parameter"
 
5059
msgstr "Expected a function in 'auth[0]' parameter"
 
5060
 
 
5061
#: nova/tests/fakelibvirt.py:847
 
5062
msgid "Expected a function in 'auth[1]' parameter"
 
5063
msgstr "Expected a function in 'auth[1]' parameter"
 
5064
 
 
5065
#: nova/tests/test_misc.py:63
 
5066
#, python-format
 
5067
msgid ""
 
5068
"The following migrations are missing a downgrade:\n"
 
5069
"\t%s"
 
5070
msgstr ""
 
5071
"The following migrations are missing a downgrade:\n"
 
5072
"\t%s"
 
5073
 
 
5074
#: nova/tests/test_nova_manage.py:202
 
5075
msgid "id"
 
5076
msgstr "id"
 
5077
 
 
5078
#: nova/tests/test_nova_manage.py:203
 
5079
msgid "IPv4"
 
5080
msgstr "IPv4"
 
5081
 
 
5082
#: nova/tests/test_nova_manage.py:204
 
5083
msgid "IPv6"
 
5084
msgstr "IPv6"
 
5085
 
 
5086
#: nova/tests/test_nova_manage.py:205
 
5087
msgid "start address"
 
5088
msgstr "start address"
 
5089
 
 
5090
#: nova/tests/test_nova_manage.py:206
 
5091
msgid "DNS1"
 
5092
msgstr "DNS1"
 
5093
 
 
5094
#: nova/tests/test_nova_manage.py:207
 
5095
msgid "DNS2"
 
5096
msgstr "DNS2"
 
5097
 
 
5098
#: nova/tests/test_nova_manage.py:208
 
5099
msgid "VlanID"
 
5100
msgstr "VlanID"
 
5101
 
 
5102
#: nova/tests/test_nova_manage.py:209
 
5103
msgid "project"
 
5104
msgstr "project"
 
5105
 
 
5106
#: nova/tests/test_nova_manage.py:210
 
5107
msgid "uuid"
 
5108
msgstr "uuid"
 
5109
 
 
5110
#: nova/tests/test_storwize_svc.py:169
 
5111
#, python-format
 
5112
msgid "unrecognized argument %s"
 
5113
msgstr "unrecognized argument %s"
 
5114
 
 
5115
#: nova/tests/test_storwize_svc.py:818
 
5116
#, python-format
 
5117
msgid "Run CLI command: %s"
 
5118
msgstr "Run CLI command: %s"
 
5119
 
 
5120
#: nova/tests/test_storwize_svc.py:821
 
5121
#, python-format
 
5122
msgid ""
 
5123
"CLI output:\n"
 
5124
" stdout: %(out)s\n"
 
5125
" stderr: %(err)s"
 
5126
msgstr ""
 
5127
"CLI output:\n"
 
5128
" stdout: %(out)s\n"
 
5129
" stderr: %(err)s"
 
5130
 
 
5131
#: nova/tests/test_storwize_svc.py:826
 
5132
#, python-format
 
5133
msgid ""
 
5134
"CLI Exception output:\n"
 
5135
" stdout: %(out)s\n"
 
5136
" stderr: %(err)s"
 
5137
msgstr ""
 
5138
"CLI Exception output:\n"
 
5139
" stdout: %(out)s\n"
 
5140
" stderr: %(err)s"
 
5141
 
 
5142
#: nova/tests/test_volume_types.py:58
 
5143
#, python-format
 
5144
msgid "Given data: %s"
 
5145
msgstr "Given data: %s"
 
5146
 
 
5147
#: nova/tests/test_volume_types.py:59
 
5148
#, python-format
 
5149
msgid "Result data: %s"
 
5150
msgstr "Result data: %s"
 
5151
 
 
5152
#: nova/tests/test_xenapi.py:708
 
5153
#, python-format
 
5154
msgid "Creating files in %s to simulate guest agent"
 
5155
msgstr "Creating files in %s to simulate guest agent"
 
5156
 
 
5157
#: nova/tests/test_xenapi.py:719
 
5158
#, python-format
 
5159
msgid "Removing simulated guest agent files in %s"
 
5160
msgstr "Removing simulated guest agent files in %s"
 
5161
 
 
5162
#: nova/tests/api/test_auth.py:79
 
5163
msgid "200 Role Match"
 
5164
msgstr "200 Role Match"
 
5165
 
 
5166
#: nova/tests/api/test_auth.py:81
 
5167
msgid "200 No Roles"
 
5168
msgstr "200 No Roles"
 
5169
 
 
5170
#: nova/tests/api/test_auth.py:84
 
5171
msgid "unexpected role header"
 
5172
msgstr "unexpected role header"
 
5173
 
 
5174
#: nova/tests/api/openstack/compute/test_servers.py:2829
 
5175
msgid ""
 
5176
"Quota exceeded for instances: Requested 1, but already used 10 of 10 "
 
5177
"instances"
 
5178
msgstr ""
 
5179
"Quota exceeded for instances: Requested 1, but already used 10 of 10 "
 
5180
"instances"
 
5181
 
 
5182
#: nova/tests/api/openstack/compute/test_servers.py:2834
 
5183
msgid "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram"
 
5184
msgstr "Quota exceeded for ram: Requested 4096, but already used 8192 of 10240 ram"
 
5185
 
 
5186
#: nova/tests/api/openstack/compute/test_servers.py:2839
 
5187
msgid "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores"
 
5188
msgstr "Quota exceeded for cores: Requested 2, but already used 9 of 10 cores"
 
5189
 
 
5190
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:56
 
5191
#, python-format
 
5192
msgid "_create: %s"
 
5193
msgstr "_create: %s"
 
5194
 
 
5195
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:65
 
5196
#, python-format
 
5197
msgid "_delete: %s"
 
5198
msgstr "_delete: %s"
 
5199
 
 
5200
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:74
 
5201
#, python-format
 
5202
msgid "_get: %s"
 
5203
msgstr "_get: %s"
 
5204
 
 
5205
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:84
 
5206
#, python-format
 
5207
msgid "_get_all: %s"
 
5208
msgstr "_get_all: %s"
 
5209
 
 
5210
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:121
 
5211
#, python-format
 
5212
msgid "test_snapshot_create: param=%s"
 
5213
msgstr "test_snapshot_create: param=%s"
 
5214
 
 
5215
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:130
 
5216
#, python-format
 
5217
msgid "test_snapshot_create: resp_dict=%s"
 
5218
msgstr "test_snapshot_create: resp_dict=%s"
 
5219
 
 
5220
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:152
 
5221
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:178
 
5222
#, python-format
 
5223
msgid "test_snapshot_create_force: param=%s"
 
5224
msgstr "test_snapshot_create_force: param=%s"
 
5225
 
 
5226
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:161
 
5227
#, python-format
 
5228
msgid "test_snapshot_create_force: resp_dict=%s"
 
5229
msgstr "test_snapshot_create_force: resp_dict=%s"
 
5230
 
 
5231
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:214
 
5232
#, python-format
 
5233
msgid "test_snapshot_show: resp=%s"
 
5234
msgstr "test_snapshot_show: resp=%s"
 
5235
 
 
5236
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:240
 
5237
#, python-format
 
5238
msgid "test_snapshot_detail: resp_dict=%s"
 
5239
msgstr "test_snapshot_detail: resp_dict=%s"
 
5240
 
 
5241
#: nova/tests/compute/test_compute.py:449
 
5242
#: nova/tests/compute/test_compute.py:467
 
5243
#: nova/tests/compute/test_compute.py:500
 
5244
#: nova/tests/compute/test_compute.py:525
 
5245
#: nova/tests/compute/test_compute.py:2093
 
5246
#, python-format
 
5247
msgid "Running instances: %s"
 
5248
msgstr "Running instances: %s"
 
5249
 
 
5250
#: nova/tests/compute/test_compute.py:455
 
5251
#: nova/tests/compute/test_compute.py:490
 
5252
#: nova/tests/compute/test_compute.py:513
 
5253
#: nova/tests/compute/test_compute.py:543
 
5254
#, python-format
 
5255
msgid "After terminating instances: %s"
 
5256
msgstr "After terminating instances: %s"
 
5257
 
 
5258
#: nova/tests/compute/test_compute.py:865
 
5259
msgid "Internal error"
 
5260
msgstr "Internal error"
 
5261
 
 
5262
#: nova/tests/compute/test_compute.py:2104
 
5263
#, python-format
 
5264
msgid "After force-killing instances: %s"
 
5265
msgstr "After force-killing instances: %s"
 
5266
 
 
5267
#: nova/tests/hyperv/hypervutils.py:141 nova/virt/hyperv/vmops.py:473
 
5268
#, python-format
 
5269
msgid "Failed to change vm state of %(vm_name)s to %(req_state)s"
 
5270
msgstr "Failed to change vm state of %(vm_name)s to %(req_state)s"
 
5271
 
 
5272
#: nova/tests/hyperv/hypervutils.py:192 nova/virt/hyperv/vmops.py:408
 
5273
#, python-format
 
5274
msgid "Failed to destroy vm %s"
 
5275
msgstr "Failed to destroy vm %s"
 
5276
 
 
5277
#: nova/tests/hyperv/hypervutils.py:235 nova/virt/hyperv/snapshotops.py:92
 
5278
#, python-format
 
5279
msgid "Failed to get info for disk %s"
 
5280
msgstr "Failed to get info for disk %s"
 
5281
 
 
5282
#: nova/tests/integrated/test_api_samples.py:127
 
5283
#, python-format
 
5284
msgid "Result: %(result)s is not a dict."
 
5285
msgstr "Result: %(result)s is not a dict."
 
5286
 
 
5287
#: nova/tests/integrated/test_api_samples.py:131
 
5288
#, python-format
 
5289
msgid ""
 
5290
"Key mismatch:\n"
 
5291
"%(ex_keys)s\n"
 
5292
"%(res_keys)s"
 
5293
msgstr ""
 
5294
"Key mismatch:\n"
 
5295
"%(ex_keys)s\n"
 
5296
"%(res_keys)s"
 
5297
 
 
5298
#: nova/tests/integrated/test_api_samples.py:139
 
5299
#, python-format
 
5300
msgid "Result: %(result)s is not a list."
 
5301
msgstr "Result: %(result)s is not a list."
 
5302
 
 
5303
#: nova/tests/integrated/test_api_samples.py:162
 
5304
#: nova/tests/integrated/test_api_samples.py:165
 
5305
#: nova/tests/integrated/test_api_samples.py:175
 
5306
#, python-format
 
5307
msgid ""
 
5308
"Values do not match:\n"
 
5309
"%(expected)s\n"
 
5310
"%(result)s"
 
5311
msgstr ""
 
5312
"Values do not match:\n"
 
5313
"%(expected)s\n"
 
5314
"%(result)s"
 
5315
 
 
5316
#: nova/tests/integrated/test_login.py:31
 
5317
#, python-format
 
5318
msgid "flavor: %s"
 
5319
msgstr "flavor: %s"
 
5320
 
 
5321
#: nova/tests/integrated/api/client.py:38
 
5322
#, python-format
 
5323
msgid ""
 
5324
"%(message)s\n"
 
5325
"Status Code: %(_status)s\n"
 
5326
"Body: %(_body)s"
 
5327
msgstr ""
 
5328
"%(message)s\n"
 
5329
"Status Code: %(_status)s\n"
 
5330
"Body: %(_body)s"
 
5331
 
 
5332
#: nova/tests/integrated/api/client.py:47
 
5333
msgid "Authentication error"
 
5334
msgstr "Authentication error"
 
5335
 
 
5336
#: nova/tests/integrated/api/client.py:55
 
5337
msgid "Authorization error"
 
5338
msgstr "Authorization error"
 
5339
 
 
5340
#: nova/tests/integrated/api/client.py:63
 
5341
msgid "Item not found"
 
5342
msgstr "Item not found"
 
5343
 
 
5344
#: nova/tests/integrated/api/client.py:105
 
5345
#, python-format
 
5346
msgid "Doing %(method)s on %(relative_url)s"
 
5347
msgstr "Doing %(method)s on %(relative_url)s"
 
5348
 
 
5349
#: nova/tests/integrated/api/client.py:107
 
5350
#, python-format
 
5351
msgid "Body: %s"
 
5352
msgstr "Body: %s"
 
5353
 
 
5354
#: nova/tests/integrated/api/client.py:125
 
5355
#, python-format
 
5356
msgid "%(auth_uri)s => code %(http_status)s"
 
5357
msgstr "%(auth_uri)s => code %(http_status)s"
 
5358
 
 
5359
#: nova/tests/integrated/api/client.py:155
 
5360
#, python-format
 
5361
msgid "%(relative_uri)s => code %(http_status)s"
 
5362
msgstr "%(relative_uri)s => code %(http_status)s"
 
5363
 
 
5364
#: nova/tests/integrated/api/client.py:165
 
5365
msgid "Unexpected status code"
 
5366
msgstr "Unexpected status code"
 
5367
 
 
5368
#: nova/tests/integrated/api/client.py:172
 
5369
#, python-format
 
5370
msgid "Decoding JSON: %s"
 
5371
msgstr "Decoding JSON: %s"
 
5372
 
 
5373
#: nova/virt/configdrive.py:71
 
5374
#, python-format
 
5375
msgid "Added %(filepath)s to config drive"
 
5376
msgstr "Added %(filepath)s to config drive"
 
5377
 
 
5378
#: nova/virt/connection.py:70
 
5379
msgid ""
 
5380
"Specifying virt driver via connection_type is deprecated. Use "
 
5381
"compute_driver=classname instead."
 
5382
msgstr ""
 
5383
"Specifying virt driver via connection_type is deprecated. Use "
 
5384
"compute_driver=classname instead."
 
5385
 
 
5386
#: nova/virt/connection.py:82
 
5387
msgid "Failed to open connection to underlying virt platform"
 
5388
msgstr "Failed to open connection to underlying virt platform"
 
5389
 
 
5390
#: nova/virt/firewall.py:175 nova/virt/libvirt/firewall.py:232
 
5391
msgid "Attempted to unfilter instance which is not filtered"
 
5392
msgstr "Attempted to unfilter instance which is not filtered"
 
5393
 
 
5394
#: nova/virt/firewall.py:185
 
5395
msgid "Filters added to instance"
 
5396
msgstr "Filters added to instance"
 
5397
 
 
5398
#: nova/virt/firewall.py:187
 
5399
msgid "Provider Firewall Rules refreshed"
 
5400
msgstr "Provider Firewall Rules refreshed"
 
5401
 
 
5402
#: nova/virt/firewall.py:355
 
5403
#, python-format
 
5404
msgid "Adding security group rule: %r"
 
5405
msgstr "Adding security group rule: %r"
 
5406
 
 
5407
#: nova/virt/firewall.py:481 nova/virt/xenapi/firewall.py:80
 
5408
#, python-format
 
5409
msgid "Adding provider rule: %s"
 
5410
msgstr "Adding provider rule: %s"
 
5411
 
 
5412
#: nova/virt/images.py:85
 
5413
msgid "'qemu-img info' parsing failed."
 
5414
msgstr "'qemu-img info' parsing failed."
 
5415
 
 
5416
#: nova/virt/images.py:91
 
5417
#, python-format
 
5418
msgid "fmt=%(fmt)s backed by: %(backing_file)s"
 
5419
msgstr "fmt=%(fmt)s backed by: %(backing_file)s"
 
5420
 
 
5421
#: nova/virt/images.py:103
 
5422
#, python-format
 
5423
msgid "Converted to raw, but format is now %s"
 
5424
msgstr "Converted to raw, but format is now %s"
 
5425
 
 
5426
#: nova/virt/baremetal/dom.py:93
 
5427
msgid "No domains exist."
 
5428
msgstr "No domains exist."
 
5429
 
 
5430
#: nova/virt/baremetal/dom.py:95
 
5431
#, python-format
 
5432
msgid "============= initial domains =========== : %s"
 
5433
msgstr "============= initial domains =========== : %s"
 
5434
 
 
5435
#: nova/virt/baremetal/dom.py:99
 
5436
msgid "Building domain: to be removed"
 
5437
msgstr "Building domain: to be removed"
 
5438
 
 
5439
#: nova/virt/baremetal/dom.py:103
 
5440
msgid "Not running domain: remove"
 
5441
msgstr "Not running domain: remove"
 
5442
 
 
5443
#: nova/virt/baremetal/dom.py:111
 
5444
msgid "domain running on an unknown node: discarded"
 
5445
msgstr "domain running on an unknown node: discarded"
 
5446
 
 
5447
#: nova/virt/baremetal/dom.py:127
 
5448
#, python-format
 
5449
msgid "No such domain (%s)"
 
5450
msgstr "No such domain (%s)"
 
5451
 
 
5452
#: nova/virt/baremetal/dom.py:134
 
5453
#, python-format
 
5454
msgid "Failed power down Bare-metal node %s"
 
5455
msgstr "Failed power down Bare-metal node %s"
 
5456
 
 
5457
#: nova/virt/baremetal/dom.py:143
 
5458
msgid "deactivate -> activate fails"
 
5459
msgstr "deactivate -> activate fails"
 
5460
 
 
5461
#: nova/virt/baremetal/dom.py:153
 
5462
msgid "destroy_domain: no such domain"
 
5463
msgstr "destroy_domain: no such domain"
 
5464
 
 
5465
#: nova/virt/baremetal/dom.py:154
 
5466
#, python-format
 
5467
msgid "No such domain %s"
 
5468
msgstr "No such domain %s"
 
5469
 
 
5470
#: nova/virt/baremetal/dom.py:161
 
5471
#, python-format
 
5472
msgid "Domains: %s"
 
5473
msgstr "Domains: %s"
 
5474
 
 
5475
#: nova/virt/baremetal/dom.py:164
 
5476
#, python-format
 
5477
msgid "After storing domains: %s"
 
5478
msgstr "After storing domains: %s"
 
5479
 
 
5480
#: nova/virt/baremetal/dom.py:167
 
5481
msgid "deactivation/removing domain failed"
 
5482
msgstr "deactivation/removing domain failed"
 
5483
 
 
5484
#: nova/virt/baremetal/dom.py:174
 
5485
msgid "===== Domain is being created ====="
 
5486
msgstr "===== Domain is being created ====="
 
5487
 
 
5488
#: nova/virt/baremetal/dom.py:177
 
5489
msgid "Same domain name already exists"
 
5490
msgstr "Same domain name already exists"
 
5491
 
 
5492
#: nova/virt/baremetal/dom.py:179
 
5493
msgid "create_domain: before get_idle_node"
 
5494
msgstr "create_domain: before get_idle_node"
 
5495
 
 
5496
#: nova/virt/baremetal/dom.py:196
 
5497
#, python-format
 
5498
msgid "Created new domain: %s"
 
5499
msgstr "Created new domain: %s"
 
5500
 
 
5501
#: nova/virt/baremetal/dom.py:211
 
5502
#, python-format
 
5503
msgid "Failed to boot Bare-metal node %s"
 
5504
msgstr "Failed to boot Bare-metal node %s"
 
5505
 
 
5506
#: nova/virt/baremetal/dom.py:220
 
5507
msgid "No such domain exists"
 
5508
msgstr "No such domain exists"
 
5509
 
 
5510
#: nova/virt/baremetal/dom.py:224
 
5511
#, python-format
 
5512
msgid "change_domain_state: to new state %s"
 
5513
msgstr "change_domain_state: to new state %s"
 
5514
 
 
5515
#: nova/virt/baremetal/dom.py:231
 
5516
#, python-format
 
5517
msgid "Stored fake domains to the file: %s"
 
5518
msgstr "Stored fake domains to the file: %s"
 
5519
 
 
5520
#: nova/virt/baremetal/dom.py:242
 
5521
msgid "domain does not exist"
 
5522
msgstr "domain does not exist"
 
5523
 
 
5524
#: nova/virt/baremetal/driver.py:115
 
5525
#, python-format
 
5526
msgid "Error encountered when destroying instance '%(name)s': %(ex)s"
 
5527
msgstr "Error encountered when destroying instance '%(name)s': %(ex)s"
 
5528
 
 
5529
#: nova/virt/baremetal/driver.py:129
 
5530
#, python-format
 
5531
msgid "instance %(instance_name)s: deleting instance files %(target)s"
 
5532
msgstr "instance %(instance_name)s: deleting instance files %(target)s"
 
5533
 
 
5534
#: nova/virt/baremetal/driver.py:156
 
5535
#, python-format
 
5536
msgid "instance %s: rebooted"
 
5537
msgstr "instance %s: rebooted"
 
5538
 
 
5539
#: nova/virt/baremetal/driver.py:160
 
5540
msgid "_wait_for_reboot failed"
 
5541
msgstr "_wait_for_reboot failed"
 
5542
 
 
5543
#: nova/virt/baremetal/driver.py:189
 
5544
#, python-format
 
5545
msgid "instance %s: rescued"
 
5546
msgstr "instance %s: rescued"
 
5547
 
 
5548
#: nova/virt/baremetal/driver.py:193
 
5549
msgid "_wait_for_rescue failed"
 
5550
msgstr "_wait_for_rescue failed"
 
5551
 
 
5552
#: nova/virt/baremetal/driver.py:210
 
5553
msgid "<============= spawn of baremetal =============>"
 
5554
msgstr "<============= spawn of baremetal =============>"
 
5555
 
 
5556
#: nova/virt/baremetal/driver.py:223
 
5557
#, python-format
 
5558
msgid "instance %s: is building"
 
5559
msgstr "instance %s: is building"
 
5560
 
 
5561
#: nova/virt/baremetal/driver.py:229
 
5562
msgid "Key is injected but instance is not running yet"
 
5563
msgstr "Key is injected but instance is not running yet"
 
5564
 
 
5565
#: nova/virt/baremetal/driver.py:238
 
5566
#, python-format
 
5567
msgid "instance %s: booted"
 
5568
msgstr "instance %s: booted"
 
5569
 
 
5570
#: nova/virt/baremetal/driver.py:245
 
5571
#, python-format
 
5572
msgid "~~~~~~ current state = %s ~~~~~~"
 
5573
msgstr "~~~~~~ current state = %s ~~~~~~"
 
5574
 
 
5575
#: nova/virt/baremetal/driver.py:247
 
5576
#, python-format
 
5577
msgid "instance %s spawned successfully"
 
5578
msgstr "instance %s spawned successfully"
 
5579
 
 
5580
#: nova/virt/baremetal/driver.py:250
 
5581
#, python-format
 
5582
msgid "instance %s:not booted"
 
5583
msgstr "instance %s:not booted"
 
5584
 
 
5585
#: nova/virt/baremetal/driver.py:253
 
5586
msgid "Baremetal assignment is overcommitted."
 
5587
msgstr "Baremetal assignment is overcommitted."
 
5588
 
 
5589
#: nova/virt/baremetal/driver.py:337
 
5590
#, python-format
 
5591
msgid "instance %s: Creating image"
 
5592
msgstr "instance %s: Creating image"
 
5593
 
 
5594
#: nova/virt/baremetal/driver.py:455
 
5595
#, python-format
 
5596
msgid "instance %(inst_name)s: injecting %(injection)s into image %(img_id)s"
 
5597
msgstr "instance %(inst_name)s: injecting %(injection)s into image %(img_id)s"
 
5598
 
 
5599
#: nova/virt/baremetal/driver.py:465
 
5600
#, python-format
 
5601
msgid ""
 
5602
"instance %(inst_name)s: ignoring error injecting data into image "
 
5603
"%(img_id)s (%(e)s)"
 
5604
msgstr ""
 
5605
"instance %(inst_name)s: ignoring error injecting data into image "
 
5606
"%(img_id)s (%(e)s)"
 
5607
 
 
5608
#: nova/virt/baremetal/driver.py:511
 
5609
#, python-format
 
5610
msgid "instance %s: starting toXML method"
 
5611
msgstr "instance %s: starting toXML method"
 
5612
 
 
5613
#: nova/virt/baremetal/driver.py:514
 
5614
#, python-format
 
5615
msgid "instance %s: finished toXML method"
 
5616
msgstr "instance %s: finished toXML method"
 
5617
 
 
5618
#: nova/virt/baremetal/driver.py:558 nova/virt/hyperv/vmops.py:486
 
5619
#: nova/virt/libvirt/driver.py:1965
 
5620
msgid ""
 
5621
"Cannot get the number of cpu, because this function is not implemented "
 
5622
"for this platform. This error can be safely ignored for now."
 
5623
msgstr ""
 
5624
"Cannot get the number of cpu, because this function is not implemented "
 
5625
"for this platform. This error can be safely ignored for now."
 
5626
 
 
5627
#: nova/virt/baremetal/driver.py:681
 
5628
#, python-format
 
5629
msgid "#### RLK: cpu_arch = %s "
 
5630
msgstr "#### RLK: cpu_arch = %s "
 
5631
 
 
5632
#: nova/virt/baremetal/driver.py:703
 
5633
msgid "Updating!"
 
5634
msgstr "Updating!"
 
5635
 
 
5636
#: nova/virt/baremetal/driver.py:730 nova/virt/libvirt/driver.py:3002
 
5637
#: nova/virt/xenapi/host.py:148
 
5638
msgid "Updating host stats"
 
5639
msgstr "Updating host stats"
 
5640
 
 
5641
#: nova/virt/baremetal/nodes.py:42
 
5642
#, python-format
 
5643
msgid "Unknown baremetal driver %(d)s"
 
5644
msgstr "Unknown baremetal driver %(d)s"
 
5645
 
 
5646
#: nova/virt/baremetal/tilera.py:184
 
5647
msgid "free_node...."
 
5648
msgstr "free_node...."
 
5649
 
 
5650
#: nova/virt/baremetal/tilera.py:215
 
5651
#, python-format
 
5652
msgid "deactivate_node is called for node_id = %(id)s node_ip = %(ip)s"
 
5653
msgstr "deactivate_node is called for node_id = %(id)s node_ip = %(ip)s"
 
5654
 
 
5655
#: nova/virt/baremetal/tilera.py:220
 
5656
msgid "status of node is set to 0"
 
5657
msgstr "status of node is set to 0"
 
5658
 
 
5659
#: nova/virt/baremetal/tilera.py:231
 
5660
msgid "rootfs is already removed"
 
5661
msgstr "rootfs is already removed"
 
5662
 
 
5663
#: nova/virt/baremetal/tilera.py:263
 
5664
msgid "Before ping to the bare-metal node"
 
5665
msgstr "Before ping to the bare-metal node"
 
5666
 
 
5667
#: nova/virt/baremetal/tilera.py:274
 
5668
#, python-format
 
5669
msgid "TILERA_BOARD_#%(node_id)s %(node_ip)s is ready"
 
5670
msgstr "TILERA_BOARD_#%(node_id)s %(node_ip)s is ready"
 
5671
 
 
5672
#: nova/virt/baremetal/tilera.py:278
 
5673
#, python-format
 
5674
msgid "TILERA_BOARD_#%(node_id)s %(node_ip)s is not ready, out_msg=%(out_msg)s"
 
5675
msgstr "TILERA_BOARD_#%(node_id)s %(node_ip)s is not ready, out_msg=%(out_msg)s"
 
5676
 
 
5677
#: nova/virt/baremetal/tilera.py:290
 
5678
msgid "Noting to do for tilera nodes: vmlinux is in CF"
 
5679
msgstr "Noting to do for tilera nodes: vmlinux is in CF"
 
5680
 
 
5681
#: nova/virt/baremetal/tilera.py:313
 
5682
msgid "activate_node"
 
5683
msgstr "activate_node"
 
5684
 
 
5685
#: nova/virt/baremetal/tilera.py:327
 
5686
msgid "Node is unknown error state."
 
5687
msgstr "Node is unknown error state."
 
5688
 
 
5689
#: nova/virt/disk/api.py:196
 
5690
msgid "no capable image handler configured"
 
5691
msgstr "no capable image handler configured"
 
5692
 
 
5693
#: nova/virt/disk/api.py:242
 
5694
#, python-format
 
5695
msgid "no disk image handler for: %s"
 
5696
msgstr "no disk image handler for: %s"
 
5697
 
 
5698
#: nova/virt/disk/api.py:254
 
5699
msgid "image already mounted"
 
5700
msgstr "image already mounted"
 
5701
 
 
5702
#: nova/virt/disk/api.py:320
 
5703
#, python-format
 
5704
msgid ""
 
5705
"Failed to mount container filesystem '%(image)s' on '%(target)s': "
 
5706
"%(errors)s"
 
5707
msgstr ""
 
5708
"Failed to mount container filesystem '%(image)s' on '%(target)s': "
 
5709
"%(errors)s"
 
5710
 
 
5711
#: nova/virt/disk/api.py:337
 
5712
#, python-format
 
5713
msgid "Failed to unmount container filesystem: %s"
 
5714
msgstr "Failed to unmount container filesystem: %s"
 
5715
 
 
5716
#: nova/virt/disk/api.py:370
 
5717
msgid "injected file path not valid"
 
5718
msgstr "injected file path not valid"
 
5719
 
 
5720
#: nova/virt/disk/api.py:546
 
5721
#, python-format
 
5722
msgid "User %(username)s not found in password file."
 
5723
msgstr "User %(username)s not found in password file."
 
5724
 
 
5725
#: nova/virt/disk/api.py:562
 
5726
#, python-format
 
5727
msgid "User %(username)s not found in shadow file."
 
5728
msgstr "User %(username)s not found in shadow file."
 
5729
 
 
5730
#: nova/virt/disk/guestfs.py:41
 
5731
#, python-format
 
5732
msgid "unsupported partition: %s"
 
5733
msgstr "unsupported partition: %s"
 
5734
 
 
5735
#: nova/virt/disk/guestfs.py:66 nova/virt/disk/guestfs.py:80
 
5736
#: nova/virt/disk/mount.py:132
 
5737
#, python-format
 
5738
msgid "Failed to mount filesystem: %s"
 
5739
msgstr "Failed to mount filesystem: %s"
 
5740
 
 
5741
#: nova/virt/disk/guestfs.py:79
 
5742
msgid "unknown guestmount error"
 
5743
msgstr "unknown guestmount error"
 
5744
 
 
5745
#: nova/virt/disk/loop.py:31
 
5746
#, python-format
 
5747
msgid "Could not attach image to loopback: %s"
 
5748
msgstr "Could not attach image to loopback: %s"
 
5749
 
 
5750
#: nova/virt/disk/mount.py:83
 
5751
#, python-format
 
5752
msgid "partition search unsupported with %s"
 
5753
msgstr "partition search unsupported with %s"
 
5754
 
 
5755
#: nova/virt/disk/mount.py:99
 
5756
#, python-format
 
5757
msgid "partition %s not found"
 
5758
msgstr "partition %s not found"
 
5759
 
 
5760
#: nova/virt/disk/mount.py:100
 
5761
#, python-format
 
5762
msgid "Failed to map partitions: %s"
 
5763
msgstr "Failed to map partitions: %s"
 
5764
 
 
5765
#: nova/virt/disk/nbd.py:59
 
5766
msgid "nbd unavailable: module not loaded"
 
5767
msgstr "nbd unavailable: module not loaded"
 
5768
 
 
5769
#: nova/virt/disk/nbd.py:64
 
5770
msgid "No free nbd devices"
 
5771
msgstr "No free nbd devices"
 
5772
 
 
5773
#: nova/virt/disk/nbd.py:86
 
5774
#, python-format
 
5775
msgid "qemu-nbd error: %s"
 
5776
msgstr "qemu-nbd error: %s"
 
5777
 
 
5778
#: nova/virt/disk/nbd.py:98
 
5779
#, python-format
 
5780
msgid "nbd device %s did not show up"
 
5781
msgstr "nbd device %s did not show up"
 
5782
 
 
5783
#: nova/virt/hyperv/driver.py:193 nova/virt/hyperv/driver.py:196
 
5784
msgid "plug_vifs called"
 
5785
msgstr "plug_vifs called"
 
5786
 
 
5787
#: nova/virt/hyperv/driver.py:199
 
5788
msgid "ensure_filtering_rules_for_instance called"
 
5789
msgstr "ensure_filtering_rules_for_instance called"
 
5790
 
 
5791
#: nova/virt/hyperv/driver.py:204
 
5792
msgid "unfilter_instance called"
 
5793
msgstr "unfilter_instance called"
 
5794
 
 
5795
#: nova/virt/hyperv/driver.py:208
 
5796
msgid "confirm_migration called"
 
5797
msgstr "confirm_migration called"
 
5798
 
 
5799
#: nova/virt/hyperv/driver.py:212
 
5800
msgid "finish_revert_migration called"
 
5801
msgstr "finish_revert_migration called"
 
5802
 
 
5803
#: nova/virt/hyperv/driver.py:217
 
5804
msgid "finish_migration called"
 
5805
msgstr "finish_migration called"
 
5806
 
 
5807
#: nova/virt/hyperv/driver.py:220
 
5808
msgid "get_console_output called"
 
5809
msgstr "get_console_output called"
 
5810
 
 
5811
#: nova/virt/hyperv/livemigrationops.py:52
 
5812
msgid ""
 
5813
"Live migration is not supported \"                     \"by this version "
 
5814
"of Hyper-V"
 
5815
msgstr ""
 
5816
"Live migration is not supported \"                     \"by this version "
 
5817
"of Hyper-V"
 
5818
 
 
5819
#: nova/virt/hyperv/livemigrationops.py:61
 
5820
msgid "Live migration is not enabled on this host"
 
5821
msgstr "Live migration is not enabled on this host"
 
5822
 
 
5823
#: nova/virt/hyperv/livemigrationops.py:64
 
5824
msgid "Live migration networks are not configured on this host"
 
5825
msgstr "Live migration networks are not configured on this host"
 
5826
 
 
5827
#: nova/virt/hyperv/livemigrationops.py:68
 
5828
msgid "live_migration called"
 
5829
msgstr "live_migration called"
 
5830
 
 
5831
#: nova/virt/hyperv/livemigrationops.py:94
 
5832
#, python-format
 
5833
msgid "Getting live migration networks for remote host: %s"
 
5834
msgstr "Getting live migration networks for remote host: %s"
 
5835
 
 
5836
#: nova/virt/hyperv/livemigrationops.py:113
 
5837
#, python-format
 
5838
msgid "Starting live migration for instance: %s"
 
5839
msgstr "Starting live migration for instance: %s"
 
5840
 
 
5841
#: nova/virt/hyperv/livemigrationops.py:126
 
5842
#, python-format
 
5843
msgid "Failed to live migrate VM %s"
 
5844
msgstr "Failed to live migrate VM %s"
 
5845
 
 
5846
#: nova/virt/hyperv/livemigrationops.py:129
 
5847
#, python-format
 
5848
msgid "Calling live migration recover_method for instance: %s"
 
5849
msgstr "Calling live migration recover_method for instance: %s"
 
5850
 
 
5851
#: nova/virt/hyperv/livemigrationops.py:133
 
5852
#, python-format
 
5853
msgid "Calling live migration post_method for instance: %s"
 
5854
msgstr "Calling live migration post_method for instance: %s"
 
5855
 
 
5856
#: nova/virt/hyperv/livemigrationops.py:139
 
5857
msgid "pre_live_migration called"
 
5858
msgstr "pre_live_migration called"
 
5859
 
 
5860
#: nova/virt/hyperv/livemigrationops.py:157
 
5861
msgid "post_live_migration_at_destination called"
 
5862
msgstr "post_live_migration_at_destination called"
 
5863
 
 
5864
#: nova/virt/hyperv/livemigrationops.py:161
 
5865
#, python-format
 
5866
msgid "compare_cpu called %s"
 
5867
msgstr "compare_cpu called %s"
 
5868
 
 
5869
#: nova/virt/hyperv/snapshotops.py:57
 
5870
#, python-format
 
5871
msgid "Creating snapshot for instance %s"
 
5872
msgstr "Creating snapshot for instance %s"
 
5873
 
 
5874
#: nova/virt/hyperv/snapshotops.py:71
 
5875
#, python-format
 
5876
msgid "Failed to create snapshot for VM %s"
 
5877
msgstr "Failed to create snapshot for VM %s"
 
5878
 
 
5879
#: nova/virt/hyperv/snapshotops.py:83
 
5880
#, python-format
 
5881
msgid "Getting info for VHD %s"
 
5882
msgstr "Getting info for VHD %s"
 
5883
 
 
5884
#: nova/virt/hyperv/snapshotops.py:106
 
5885
#, python-format
 
5886
msgid "Copying VHD %(src_vhd_path)s to %(dest_vhd_path)s"
 
5887
msgstr "Copying VHD %(src_vhd_path)s to %(dest_vhd_path)s"
 
5888
 
 
5889
#: nova/virt/hyperv/snapshotops.py:116
 
5890
#, python-format
 
5891
msgid "Copying base disk %(src_vhd_path)s to %(dest_base_disk_path)s"
 
5892
msgstr "Copying base disk %(src_vhd_path)s to %(dest_base_disk_path)s"
 
5893
 
 
5894
#: nova/virt/hyperv/snapshotops.py:120
 
5895
#, python-format
 
5896
msgid ""
 
5897
"Reconnecting copied base VHD %(dest_base_disk_path)s and diff VHD "
 
5898
"%(dest_vhd_path)s"
 
5899
msgstr ""
 
5900
"Reconnecting copied base VHD %(dest_base_disk_path)s and diff VHD "
 
5901
"%(dest_vhd_path)s"
 
5902
 
 
5903
#: nova/virt/hyperv/snapshotops.py:134
 
5904
#, python-format
 
5905
msgid ""
 
5906
"Failed to reconnect base disk %(dest_base_disk_path)s and diff disk "
 
5907
"%(dest_vhd_path)s"
 
5908
msgstr ""
 
5909
"Failed to reconnect base disk %(dest_base_disk_path)s and diff disk "
 
5910
"%(dest_vhd_path)s"
 
5911
 
 
5912
#: nova/virt/hyperv/snapshotops.py:139
 
5913
#, python-format
 
5914
msgid "Merging base disk %(dest_base_disk_path)s and diff disk %(dest_vhd_path)s"
 
5915
msgstr "Merging base disk %(dest_base_disk_path)s and diff disk %(dest_vhd_path)s"
 
5916
 
 
5917
#: nova/virt/hyperv/snapshotops.py:151
 
5918
#, python-format
 
5919
msgid ""
 
5920
"Failed to merge base disk %(dest_base_disk_path)s and diff disk "
 
5921
"%(dest_vhd_path)s"
 
5922
msgstr ""
 
5923
"Failed to merge base disk %(dest_base_disk_path)s and diff disk "
 
5924
"%(dest_vhd_path)s"
 
5925
 
 
5926
#: nova/virt/hyperv/snapshotops.py:164
 
5927
#, python-format
 
5928
msgid ""
 
5929
"Updating Glance image %(image_id)s with content from merged disk "
 
5930
"%(image_vhd_path)s"
 
5931
msgstr ""
 
5932
"Updating Glance image %(image_id)s with content from merged disk "
 
5933
"%(image_vhd_path)s"
 
5934
 
 
5935
#: nova/virt/hyperv/snapshotops.py:169
 
5936
#, python-format
 
5937
msgid "Snapshot image %(image_id)s updated for VM %(instance_name)s"
 
5938
msgstr "Snapshot image %(image_id)s updated for VM %(instance_name)s"
 
5939
 
 
5940
#: nova/virt/hyperv/snapshotops.py:172
 
5941
#, python-format
 
5942
msgid "Removing snapshot %s"
 
5943
msgstr "Removing snapshot %s"
 
5944
 
 
5945
#: nova/virt/hyperv/snapshotops.py:181
 
5946
#, python-format
 
5947
msgid "Failed to remove snapshot for VM %s"
 
5948
msgstr "Failed to remove snapshot for VM %s"
 
5949
 
 
5950
#: nova/virt/hyperv/snapshotops.py:186
 
5951
#, python-format
 
5952
msgid "Removing folder %s "
 
5953
msgstr "Removing folder %s "
 
5954
 
 
5955
#: nova/virt/hyperv/vmops.py:69
 
5956
msgid "get_info called for instance"
 
5957
msgstr "get_info called for instance"
 
5958
 
 
5959
#: nova/virt/hyperv/vmops.py:93
 
5960
#, python-format
 
5961
msgid "hyperv vm state: %s"
 
5962
msgstr "hyperv vm state: %s"
 
5963
 
 
5964
#: nova/virt/hyperv/vmops.py:99
 
5965
#, python-format
 
5966
msgid ""
 
5967
"Got Info for vm %(instance_name)s: state=%(state)s, mem=%(memusage)s, "
 
5968
"num_cpu=%(numprocs)s, uptime=%(uptime)s"
 
5969
msgstr ""
 
5970
"Got Info for vm %(instance_name)s: state=%(state)s, mem=%(memusage)s, "
 
5971
"num_cpu=%(numprocs)s, uptime=%(uptime)s"
 
5972
 
 
5973
#: nova/virt/hyperv/vmops.py:135
 
5974
#, python-format
 
5975
msgid "cache image failed: %s"
 
5976
msgstr "cache image failed: %s"
 
5977
 
 
5978
#: nova/virt/hyperv/vmops.py:154
 
5979
#, python-format
 
5980
msgid "Starting VM %s "
 
5981
msgstr "Starting VM %s "
 
5982
 
 
5983
#: nova/virt/hyperv/vmops.py:156
 
5984
#, python-format
 
5985
msgid "Started VM %s "
 
5986
msgstr "Started VM %s "
 
5987
 
 
5988
#: nova/virt/hyperv/vmops.py:158
 
5989
#, python-format
 
5990
msgid "spawn vm failed: %s"
 
5991
msgstr "spawn vm failed: %s"
 
5992
 
 
5993
#: nova/virt/hyperv/vmops.py:177
 
5994
#, python-format
 
5995
msgid "Failed to create VM %s"
 
5996
msgstr "Failed to create VM %s"
 
5997
 
 
5998
#: nova/virt/hyperv/vmops.py:180
 
5999
#, python-format
 
6000
msgid "Created VM %s..."
 
6001
msgstr "Created VM %s..."
 
6002
 
 
6003
#: nova/virt/hyperv/vmops.py:197
 
6004
#, python-format
 
6005
msgid "Set memory for vm %s..."
 
6006
msgstr "Set memory for vm %s..."
 
6007
 
 
6008
#: nova/virt/hyperv/vmops.py:210
 
6009
#, python-format
 
6010
msgid "Set vcpus for vm %s..."
 
6011
msgstr "Set vcpus for vm %s..."
 
6012
 
 
6013
#: nova/virt/hyperv/vmops.py:214
 
6014
#, python-format
 
6015
msgid "Creating a scsi controller for %(vm_name)s for volume attaching"
 
6016
msgstr "Creating a scsi controller for %(vm_name)s for volume attaching"
 
6017
 
 
6018
#: nova/virt/hyperv/vmops.py:223
 
6019
msgid "Controller not found"
 
6020
msgstr "Controller not found"
 
6021
 
 
6022
#: nova/virt/hyperv/vmops.py:231
 
6023
#, python-format
 
6024
msgid "Failed to add scsi controller to VM %s"
 
6025
msgstr "Failed to add scsi controller to VM %s"
 
6026
 
 
6027
#: nova/virt/hyperv/vmops.py:236
 
6028
#, python-format
 
6029
msgid "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s"
 
6030
msgstr "Creating disk for %(vm_name)s by attaching disk file %(vhdfile)s"
 
6031
 
 
6032
#: nova/virt/hyperv/vmops.py:263
 
6033
#, python-format
 
6034
msgid "Failed to add diskdrive to VM %s"
 
6035
msgstr "Failed to add diskdrive to VM %s"
 
6036
 
 
6037
#: nova/virt/hyperv/vmops.py:266
 
6038
#, python-format
 
6039
msgid "New disk drive path is %s"
 
6040
msgstr "New disk drive path is %s"
 
6041
 
 
6042
#: nova/virt/hyperv/vmops.py:285
 
6043
#, python-format
 
6044
msgid "Failed to add vhd file to VM %s"
 
6045
msgstr "Failed to add vhd file to VM %s"
 
6046
 
 
6047
#: nova/virt/hyperv/vmops.py:287
 
6048
#, python-format
 
6049
msgid "Created disk for %s"
 
6050
msgstr "Created disk for %s"
 
6051
 
 
6052
#: nova/virt/hyperv/vmops.py:291
 
6053
#, python-format
 
6054
msgid "Creating nic for %s "
 
6055
msgstr "Creating nic for %s "
 
6056
 
 
6057
#: nova/virt/hyperv/vmops.py:296
 
6058
msgid "Cannot find vSwitch"
 
6059
msgstr "Cannot find vSwitch"
 
6060
 
 
6061
#: nova/virt/hyperv/vmops.py:316
 
6062
msgid "Failed creating a port on the external vswitch"
 
6063
msgstr "Failed creating a port on the external vswitch"
 
6064
 
 
6065
#: nova/virt/hyperv/vmops.py:317
 
6066
#, python-format
 
6067
msgid "Failed creating port for %s"
 
6068
msgstr "Failed creating port for %s"
 
6069
 
 
6070
#: nova/virt/hyperv/vmops.py:320
 
6071
#, python-format
 
6072
msgid "Created switch port %(vm_name)s on switch %(ext_path)s"
 
6073
msgstr "Created switch port %(vm_name)s on switch %(ext_path)s"
 
6074
 
 
6075
#: nova/virt/hyperv/vmops.py:332
 
6076
#, python-format
 
6077
msgid "Failed to add nic to VM %s"
 
6078
msgstr "Failed to add nic to VM %s"
 
6079
 
 
6080
#: nova/virt/hyperv/vmops.py:334
 
6081
#, python-format
 
6082
msgid "Created nic for %s "
 
6083
msgstr "Created nic for %s "
 
6084
 
 
6085
#: nova/virt/hyperv/vmops.py:341 nova/virt/hyperv/vmops.py:344
 
6086
#, python-format
 
6087
msgid "Attempting to bind NIC to %s "
 
6088
msgstr "Attempting to bind NIC to %s "
 
6089
 
 
6090
#: nova/virt/hyperv/vmops.py:349
 
6091
msgid "No vSwitch specified, attaching to default"
 
6092
msgstr "No vSwitch specified, attaching to default"
 
6093
 
 
6094
#: nova/virt/hyperv/vmops.py:374
 
6095
#, python-format
 
6096
msgid "Got request to destroy vm %s"
 
6097
msgstr "Got request to destroy vm %s"
 
6098
 
 
6099
#: nova/virt/hyperv/vmops.py:418
 
6100
#, python-format
 
6101
msgid "Del: disk %(vhdfile)s vm %(instance_name)s"
 
6102
msgstr "Del: disk %(vhdfile)s vm %(instance_name)s"
 
6103
 
 
6104
#: nova/virt/hyperv/vmops.py:424
 
6105
msgid "Pause instance"
 
6106
msgstr "Pause instance"
 
6107
 
 
6108
#: nova/virt/hyperv/vmops.py:429
 
6109
msgid "Unpause instance"
 
6110
msgstr "Unpause instance"
 
6111
 
 
6112
#: nova/virt/hyperv/vmops.py:435
 
6113
msgid "Suspend instance"
 
6114
msgstr "Suspend instance"
 
6115
 
 
6116
#: nova/virt/hyperv/vmops.py:440
 
6117
msgid "Resume instance"
 
6118
msgstr "Resume instance"
 
6119
 
 
6120
#: nova/virt/hyperv/vmops.py:445
 
6121
msgid "Power off instance"
 
6122
msgstr "Power off instance"
 
6123
 
 
6124
#: nova/virt/hyperv/vmops.py:450
 
6125
msgid "Power on instance"
 
6126
msgstr "Power on instance"
 
6127
 
 
6128
#: nova/virt/hyperv/vmops.py:470
 
6129
#, python-format
 
6130
msgid "Successfully changed vm state of %(vm_name)s to %(req_state)s"
 
6131
msgstr "Successfully changed vm state of %(vm_name)s to %(req_state)s"
 
6132
 
 
6133
#: nova/virt/hyperv/vmops.py:555
 
6134
#, python-format
 
6135
msgid "Windows version: %s "
 
6136
msgstr "Windows version: %s "
 
6137
 
 
6138
#: nova/virt/hyperv/vmops.py:567
 
6139
msgid "get_available_resource called"
 
6140
msgstr "get_available_resource called"
 
6141
 
 
6142
#: nova/virt/hyperv/vmops.py:604
 
6143
#, python-format
 
6144
msgid "use_cow_image:%s"
 
6145
msgstr "use_cow_image:%s"
 
6146
 
 
6147
#: nova/virt/hyperv/vmops.py:624
 
6148
#, python-format
 
6149
msgid "Failed to create Difference Disk from %(base)s to %(target)s"
 
6150
msgstr "Failed to create Difference Disk from %(base)s to %(target)s"
 
6151
 
 
6152
#: nova/virt/hyperv/vmutils.py:54
 
6153
#, python-format
 
6154
msgid "duplicate name found: %s"
 
6155
msgstr "duplicate name found: %s"
 
6156
 
 
6157
#: nova/virt/hyperv/vmutils.py:68
 
6158
#, python-format
 
6159
msgid ""
 
6160
"WMI job failed: %(ErrorSummaryDescription)s - %(ErrorDescription)s - "
 
6161
"%(ErrorCode)s"
 
6162
msgstr ""
 
6163
"WMI job failed: %(ErrorSummaryDescription)s - %(ErrorDescription)s - "
 
6164
"%(ErrorCode)s"
 
6165
 
 
6166
#: nova/virt/hyperv/vmutils.py:73
 
6167
#, python-format
 
6168
msgid "WMI job succeeded: %(desc)s, Elapsed=%(elap)s "
 
6169
msgstr "WMI job succeeded: %(desc)s, Elapsed=%(elap)s "
 
6170
 
 
6171
#: nova/virt/hyperv/vmutils.py:80 nova/virt/hyperv/vmutils.py:96
 
6172
#, python-format
 
6173
msgid "Creating folder %s "
 
6174
msgstr "Creating folder %s "
 
6175
 
 
6176
#: nova/virt/hyperv/vmutils.py:94
 
6177
#, python-format
 
6178
msgid "Removing existing folder %s "
 
6179
msgstr "Removing existing folder %s "
 
6180
 
 
6181
#: nova/virt/hyperv/volumeops.py:69 nova/virt/xenapi/vm_utils.py:414
 
6182
#, python-format
 
6183
msgid "block device info: %s"
 
6184
msgstr "block device info: %s"
 
6185
 
 
6186
#: nova/virt/hyperv/volumeops.py:97
 
6187
#, python-format
 
6188
msgid "Attach boot from volume failed: %s"
 
6189
msgstr "Attach boot from volume failed: %s"
 
6190
 
 
6191
#: nova/virt/hyperv/volumeops.py:100
 
6192
#, python-format
 
6193
msgid "Unable to attach boot volume to instance %s"
 
6194
msgstr "Unable to attach boot volume to instance %s"
 
6195
 
 
6196
#: nova/virt/hyperv/volumeops.py:109 nova/virt/xenapi/volumeops.py:115
 
6197
#, python-format
 
6198
msgid "Attach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s"
 
6199
msgstr "Attach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s"
 
6200
 
 
6201
#: nova/virt/hyperv/volumeops.py:134
 
6202
#, python-format
 
6203
msgid "Attach volume failed: %s"
 
6204
msgstr "Attach volume failed: %s"
 
6205
 
 
6206
#: nova/virt/hyperv/volumeops.py:137 nova/virt/xenapi/volumeops.py:194
 
6207
#, python-format
 
6208
msgid "Unable to attach volume to instance %s"
 
6209
msgstr "Unable to attach volume to instance %s"
 
6210
 
 
6211
#: nova/virt/hyperv/volumeops.py:156
 
6212
#, python-format
 
6213
msgid "Failed to add volume to VM %s"
 
6214
msgstr "Failed to add volume to VM %s"
 
6215
 
 
6216
#: nova/virt/hyperv/volumeops.py:170
 
6217
#, python-format
 
6218
msgid "Detach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s"
 
6219
msgstr "Detach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s"
 
6220
 
 
6221
#: nova/virt/hyperv/volumeops.py:187
 
6222
#, python-format
 
6223
msgid "Mounted disk to detach is: %s"
 
6224
msgstr "Mounted disk to detach is: %s"
 
6225
 
 
6226
#: nova/virt/hyperv/volumeops.py:188
 
6227
#, python-format
 
6228
msgid "host_resource disk detached is: %s"
 
6229
msgstr "host_resource disk detached is: %s"
 
6230
 
 
6231
#: nova/virt/hyperv/volumeops.py:191
 
6232
#, python-format
 
6233
msgid "Physical disk detached is: %s"
 
6234
msgstr "Physical disk detached is: %s"
 
6235
 
 
6236
#: nova/virt/hyperv/volumeops.py:198
 
6237
#, python-format
 
6238
msgid "Failed to remove volume from VM %s"
 
6239
msgstr "Failed to remove volume from VM %s"
 
6240
 
 
6241
#: nova/virt/hyperv/volumeops.py:207 nova/virt/libvirt/driver.py:589
 
6242
msgid "Could not determine iscsi initiator name"
 
6243
msgstr "Could not determine iscsi initiator name"
 
6244
 
 
6245
#: nova/virt/hyperv/volumeops.py:224
 
6246
#, python-format
 
6247
msgid "device.InitiatorName: %s"
 
6248
msgstr "device.InitiatorName: %s"
 
6249
 
 
6250
#: nova/virt/hyperv/volumeops.py:225
 
6251
#, python-format
 
6252
msgid "device.TargetName: %s"
 
6253
msgstr "device.TargetName: %s"
 
6254
 
 
6255
#: nova/virt/hyperv/volumeops.py:226
 
6256
#, python-format
 
6257
msgid "device.ScsiPortNumber: %s"
 
6258
msgstr "device.ScsiPortNumber: %s"
 
6259
 
 
6260
#: nova/virt/hyperv/volumeops.py:227
 
6261
#, python-format
 
6262
msgid "device.ScsiPathId: %s"
 
6263
msgstr "device.ScsiPathId: %s"
 
6264
 
 
6265
#: nova/virt/hyperv/volumeops.py:228
 
6266
#, python-format
 
6267
msgid "device.ScsiTargetId): %s"
 
6268
msgstr "device.ScsiTargetId): %s"
 
6269
 
 
6270
#: nova/virt/hyperv/volumeops.py:229
 
6271
#, python-format
 
6272
msgid "device.ScsiLun: %s"
 
6273
msgstr "device.ScsiLun: %s"
 
6274
 
 
6275
#: nova/virt/hyperv/volumeops.py:230
 
6276
#, python-format
 
6277
msgid "device.DeviceInterfaceGuid :%s"
 
6278
msgstr "device.DeviceInterfaceGuid :%s"
 
6279
 
 
6280
#: nova/virt/hyperv/volumeops.py:232
 
6281
#, python-format
 
6282
msgid "device.DeviceInterfaceName: %s"
 
6283
msgstr "device.DeviceInterfaceName: %s"
 
6284
 
 
6285
#: nova/virt/hyperv/volumeops.py:234
 
6286
#, python-format
 
6287
msgid "device.LegacyName: %s"
 
6288
msgstr "device.LegacyName: %s"
 
6289
 
 
6290
#: nova/virt/hyperv/volumeops.py:235
 
6291
#, python-format
 
6292
msgid "device.DeviceType: %s"
 
6293
msgstr "device.DeviceType: %s"
 
6294
 
 
6295
#: nova/virt/hyperv/volumeops.py:236
 
6296
#, python-format
 
6297
msgid "device.DeviceNumber %s"
 
6298
msgstr "device.DeviceNumber %s"
 
6299
 
 
6300
#: nova/virt/hyperv/volumeops.py:237
 
6301
#, python-format
 
6302
msgid "device.PartitionNumber :%s"
 
6303
msgstr "device.PartitionNumber :%s"
 
6304
 
 
6305
#: nova/virt/hyperv/volumeops.py:243 nova/virt/hyperv/volumeops.py:262
 
6306
#, python-format
 
6307
msgid "Unable to find a mounted disk for target_iqn: %s"
 
6308
msgstr "Unable to find a mounted disk for target_iqn: %s"
 
6309
 
 
6310
#: nova/virt/hyperv/volumeops.py:245
 
6311
#, python-format
 
6312
msgid "Device number : %s"
 
6313
msgstr "Device number : %s"
 
6314
 
 
6315
#: nova/virt/hyperv/volumeops.py:246
 
6316
#, python-format
 
6317
msgid "Target lun : %s"
 
6318
msgstr "Target lun : %s"
 
6319
 
 
6320
#: nova/virt/hyperv/volumeops.py:252 nova/virt/hyperv/volumeops.py:259
 
6321
#, python-format
 
6322
msgid "Mounted disk is: %s"
 
6323
msgstr "Mounted disk is: %s"
 
6324
 
 
6325
#: nova/virt/hyperv/volumeops.py:276
 
6326
#, python-format
 
6327
msgid "Drive number to disconnect is: %s"
 
6328
msgstr "Drive number to disconnect is: %s"
 
6329
 
 
6330
#: nova/virt/hyperv/volumeops.py:283
 
6331
#, python-format
 
6332
msgid "DeviceNumber : %s"
 
6333
msgstr "DeviceNumber : %s"
 
6334
 
 
6335
#: nova/virt/hyperv/volumeops.py:288
 
6336
#, python-format
 
6337
msgid "Disk path to parse: %s"
 
6338
msgstr "Disk path to parse: %s"
 
6339
 
 
6340
#: nova/virt/hyperv/volumeops.py:290
 
6341
#, python-format
 
6342
msgid "start_device_id: %s"
 
6343
msgstr "start_device_id: %s"
 
6344
 
 
6345
#: nova/virt/hyperv/volumeops.py:292
 
6346
#, python-format
 
6347
msgid "end_device_id: %s"
 
6348
msgstr "end_device_id: %s"
 
6349
 
 
6350
#: nova/virt/hyperv/volumeutils.py:51
 
6351
#, python-format
 
6352
msgid "An error has occurred when calling the iscsi initiator: %s"
 
6353
msgstr "An error has occurred when calling the iscsi initiator: %s"
 
6354
 
 
6355
#: nova/virt/hyperv/volumeutils.py:68
 
6356
msgid "The ISCSI initiator name can't be found. Choosing the default one"
 
6357
msgstr "The ISCSI initiator name can't be found. Choosing the default one"
 
6358
 
 
6359
#: nova/virt/hyperv/volumeutils.py:121 nova/virt/libvirt/driver.py:1439
 
6360
#: nova/virt/xenapi/vm_utils.py:407
 
6361
#, python-format
 
6362
msgid "block_device_list %s"
 
6363
msgstr "block_device_list %s"
 
6364
 
 
6365
#: nova/virt/libvirt/driver.py:334
 
6366
#, python-format
 
6367
msgid "Nova requires libvirt version %(major)i.%(minor)i.%(micro)i or greater."
 
6368
msgstr "Nova requires libvirt version %(major)i.%(minor)i.%(micro)i or greater."
 
6369
 
 
6370
#: nova/virt/libvirt/driver.py:340
 
6371
#, python-format
 
6372
msgid "Connecting to libvirt: %s"
 
6373
msgstr "Connecting to libvirt: %s"
 
6374
 
 
6375
#: nova/virt/libvirt/driver.py:361
 
6376
msgid "Connection to libvirt broke"
 
6377
msgstr "Connection to libvirt broke"
 
6378
 
 
6379
#: nova/virt/libvirt/driver.py:383 nova/virt/libvirt/driver.py:386
 
6380
#, python-format
 
6381
msgid "Can not handle authentication request for %d credentials"
 
6382
msgstr "Can not handle authentication request for %d credentials"
 
6383
 
 
6384
#: nova/virt/libvirt/driver.py:468
 
6385
#, python-format
 
6386
msgid "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s"
 
6387
msgstr "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s"
 
6388
 
 
6389
#: nova/virt/libvirt/driver.py:478
 
6390
msgid "During wait destroy, instance disappeared."
 
6391
msgstr "During wait destroy, instance disappeared."
 
6392
 
 
6393
#: nova/virt/libvirt/driver.py:483
 
6394
msgid "Instance destroyed successfully."
 
6395
msgstr "Instance destroyed successfully."
 
6396
 
 
6397
#: nova/virt/libvirt/driver.py:505
 
6398
msgid "Error from libvirt during undefineFlags. Retrying with undefine"
 
6399
msgstr "Error from libvirt during undefineFlags. Retrying with undefine"
 
6400
 
 
6401
#: nova/virt/libvirt/driver.py:510
 
6402
#, python-format
 
6403
msgid "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s"
 
6404
msgstr "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s"
 
6405
 
 
6406
#: nova/virt/libvirt/driver.py:521
 
6407
#, python-format
 
6408
msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s"
 
6409
msgstr "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s"
 
6410
 
 
6411
#: nova/virt/libvirt/driver.py:538
 
6412
#, python-format
 
6413
msgid "Deleting instance files %(target)s"
 
6414
msgstr "Deleting instance files %(target)s"
 
6415
 
 
6416
#: nova/virt/libvirt/driver.py:552
 
6417
#, python-format
 
6418
msgid "Failed to cleanup directory %(target)s: %(e)s"
 
6419
msgstr "Failed to cleanup directory %(target)s: %(e)s"
 
6420
 
 
6421
#: nova/virt/libvirt/driver.py:700
 
6422
msgid "attaching LXC block device"
 
6423
msgstr "attaching LXC block device"
 
6424
 
 
6425
#: nova/virt/libvirt/driver.py:713
 
6426
msgid "detaching LXC block device"
 
6427
msgstr "detaching LXC block device"
 
6428
 
 
6429
#: nova/virt/libvirt/driver.py:845
 
6430
msgid "Instance soft rebooted successfully."
 
6431
msgstr "Instance soft rebooted successfully."
 
6432
 
 
6433
#: nova/virt/libvirt/driver.py:849
 
6434
msgid "Failed to soft reboot instance."
 
6435
msgstr "Failed to soft reboot instance."
 
6436
 
 
6437
#: nova/virt/libvirt/driver.py:881
 
6438
msgid "Instance shutdown successfully."
 
6439
msgstr "Instance shutdown successfully."
 
6440
 
 
6441
#: nova/virt/libvirt/driver.py:915
 
6442
msgid "During reboot, instance disappeared."
 
6443
msgstr "During reboot, instance disappeared."
 
6444
 
 
6445
#: nova/virt/libvirt/driver.py:920
 
6446
msgid "Instance rebooted successfully."
 
6447
msgstr "Instance rebooted successfully."
 
6448
 
 
6449
#: nova/virt/libvirt/driver.py:1050
 
6450
msgid "Instance is running"
 
6451
msgstr "Instance is running"
 
6452
 
 
6453
#: nova/virt/libvirt/driver.py:1057
 
6454
msgid "During spawn, instance disappeared."
 
6455
msgstr "During spawn, instance disappeared."
 
6456
 
 
6457
#: nova/virt/libvirt/driver.py:1062 nova/virt/powervm/operator.py:258
 
6458
msgid "Instance spawned successfully."
 
6459
msgstr "Instance spawned successfully."
 
6460
 
 
6461
#: nova/virt/libvirt/driver.py:1078
 
6462
#, python-format
 
6463
msgid "data: %(data)r, fpath: %(fpath)r"
 
6464
msgstr "data: %(data)r, fpath: %(fpath)r"
 
6465
 
 
6466
#: nova/virt/libvirt/driver.py:1124
 
6467
msgid "Guest does not have a console available"
 
6468
msgstr "Guest does not have a console available"
 
6469
 
 
6470
#: nova/virt/libvirt/driver.py:1168
 
6471
#, python-format
 
6472
msgid "Path '%(path)s' supports direct I/O"
 
6473
msgstr "Path '%(path)s' supports direct I/O"
 
6474
 
 
6475
#: nova/virt/libvirt/driver.py:1172
 
6476
#, python-format
 
6477
msgid "Path '%(path)s' does not support direct I/O: '%(ex)s'"
 
6478
msgstr "Path '%(path)s' does not support direct I/O: '%(ex)s'"
 
6479
 
 
6480
#: nova/virt/libvirt/driver.py:1176 nova/virt/libvirt/driver.py:1180
 
6481
#, python-format
 
6482
msgid "Error on '%(path)s' while checking direct I/O: '%(ex)s'"
 
6483
msgstr "Error on '%(path)s' while checking direct I/O: '%(ex)s'"
 
6484
 
 
6485
#: nova/virt/libvirt/driver.py:1234
 
6486
msgid "Using config drive"
 
6487
msgstr "Using config drive"
 
6488
 
 
6489
#: nova/virt/libvirt/driver.py:1253
 
6490
msgid "Creating image"
 
6491
msgstr "Creating image"
 
6492
 
 
6493
#: nova/virt/libvirt/driver.py:1388
 
6494
#, python-format
 
6495
msgid "Creating config drive at %(path)s"
 
6496
msgstr "Creating config drive at %(path)s"
 
6497
 
 
6498
#: nova/virt/libvirt/driver.py:1402
 
6499
#, python-format
 
6500
msgid "Injecting %(injection)s into image %(img_id)s"
 
6501
msgstr "Injecting %(injection)s into image %(img_id)s"
 
6502
 
 
6503
#: nova/virt/libvirt/driver.py:1412
 
6504
#, python-format
 
6505
msgid "Ignoring error injecting data into image %(img_id)s (%(e)s)"
 
6506
msgstr "Ignoring error injecting data into image %(img_id)s (%(e)s)"
 
6507
 
 
6508
#: nova/virt/libvirt/driver.py:1486
 
6509
#, python-format
 
6510
msgid ""
 
6511
"Config requested an explicit CPU model, but the current libvirt "
 
6512
"hypervisor '%s' does not support selecting CPU models"
 
6513
msgstr ""
 
6514
"Config requested an explicit CPU model, but the current libvirt "
 
6515
"hypervisor '%s' does not support selecting CPU models"
 
6516
 
 
6517
#: nova/virt/libvirt/driver.py:1492
 
6518
msgid "Config requested a custom CPU model, but no model name was provided"
 
6519
msgstr "Config requested a custom CPU model, but no model name was provided"
 
6520
 
 
6521
#: nova/virt/libvirt/driver.py:1496
 
6522
msgid "A CPU model name should not be set when a host CPU model is requested"
 
6523
msgstr "A CPU model name should not be set when a host CPU model is requested"
 
6524
 
 
6525
#: nova/virt/libvirt/driver.py:1500
 
6526
#, python-format
 
6527
msgid "CPU mode '%(mode)s' model '%(model)s' was chosen"
 
6528
msgstr "CPU mode '%(mode)s' model '%(model)s' was chosen"
 
6529
 
 
6530
#: nova/virt/libvirt/driver.py:1516
 
6531
msgid ""
 
6532
"Passthrough of the host CPU was requested but this libvirt version does "
 
6533
"not support this feature"
 
6534
msgstr ""
 
6535
"Passthrough of the host CPU was requested but this libvirt version does "
 
6536
"not support this feature"
 
6537
 
 
6538
#: nova/virt/libvirt/driver.py:1810
 
6539
msgid "Starting toXML method"
 
6540
msgstr "Starting toXML method"
 
6541
 
 
6542
#: nova/virt/libvirt/driver.py:1814
 
6543
msgid "Finished toXML method"
 
6544
msgstr "Finished toXML method"
 
6545
 
 
6546
#: nova/virt/libvirt/driver.py:1831
 
6547
#, python-format
 
6548
msgid ""
 
6549
"Error from libvirt while looking up %(instance_name)s: [Error Code "
 
6550
"%(error_code)s] %(ex)s"
 
6551
msgstr ""
 
6552
"Error from libvirt while looking up %(instance_name)s: [Error Code "
 
6553
"%(error_code)s] %(ex)s"
 
6554
 
 
6555
#: nova/virt/libvirt/driver.py:2083
 
6556
msgid "libvirt version is too old (does not support getVersion)"
 
6557
msgstr "libvirt version is too old (does not support getVersion)"
 
6558
 
 
6559
#: nova/virt/libvirt/driver.py:2270
 
6560
msgid "Block migration can not be used with shared storage."
 
6561
msgstr "Block migration can not be used with shared storage."
 
6562
 
 
6563
#: nova/virt/libvirt/driver.py:2278
 
6564
msgid "Live migration can not be used without shared storage."
 
6565
msgstr "Live migration can not be used without shared storage."
 
6566
 
 
6567
#: nova/virt/libvirt/driver.py:2316
 
6568
#, python-format
 
6569
msgid ""
 
6570
"Unable to migrate %(instance_uuid)s: Disk of instance is too "
 
6571
"large(available on destination host:%(available)s < need:%(necessary)s)"
 
6572
msgstr ""
 
6573
"Unable to migrate %(instance_uuid)s: Disk of instance is too "
 
6574
"large(available on destination host:%(available)s < need:%(necessary)s)"
 
6575
 
 
6576
#: nova/virt/libvirt/driver.py:2336
 
6577
#, python-format
 
6578
msgid ""
 
6579
"Instance launched has CPU info:\n"
 
6580
"%s"
 
6581
msgstr ""
 
6582
"Instance launched has CPU info:\n"
 
6583
"%s"
 
6584
 
 
6585
#: nova/virt/libvirt/driver.py:2348
 
6586
#, python-format
 
6587
msgid ""
 
6588
"CPU doesn't have compatibility.\n"
 
6589
"\n"
 
6590
"%(ret)s\n"
 
6591
"\n"
 
6592
"Refer to %(u)s"
 
6593
msgstr ""
 
6594
"CPU doesn't have compatibility.\n"
 
6595
"\n"
 
6596
"%(ret)s\n"
 
6597
"\n"
 
6598
"Refer to %(u)s"
 
6599
 
 
6600
#: nova/virt/libvirt/driver.py:2365
 
6601
#, python-format
 
6602
msgid ""
 
6603
"Creating tmpfile %s to notify to other compute nodes that they should "
 
6604
"mount the same storage."
 
6605
msgstr ""
 
6606
"Creating tmpfile %s to notify to other compute nodes that they should "
 
6607
"mount the same storage."
 
6608
 
 
6609
#: nova/virt/libvirt/driver.py:2413
 
6610
#, python-format
 
6611
msgid "The firewall filter for %s does not exist"
 
6612
msgstr "The firewall filter for %s does not exist"
 
6613
 
 
6614
#: nova/virt/libvirt/driver.py:2483
 
6615
#, python-format
 
6616
msgid "Live Migration failure: %(e)s"
 
6617
msgstr "Live Migration failure: %(e)s"
 
6618
 
 
6619
#: nova/virt/libvirt/driver.py:2527
 
6620
#, python-format
 
6621
msgid "plug_vifs() failed %(cnt)d.Retry up to %(max_retry)d for %(hostname)s."
 
6622
msgstr "plug_vifs() failed %(cnt)d.Retry up to %(max_retry)d for %(hostname)s."
 
6623
 
 
6624
#: nova/virt/libvirt/driver.py:2654
 
6625
#, python-format
 
6626
msgid "skipping %(path)s since it looks like volume"
 
6627
msgstr "skipping %(path)s since it looks like volume"
 
6628
 
 
6629
#: nova/virt/libvirt/driver.py:2703
 
6630
#, python-format
 
6631
msgid "Getting disk size of %(i_name)s: %(e)s"
 
6632
msgstr "Getting disk size of %(i_name)s: %(e)s"
 
6633
 
 
6634
#: nova/virt/libvirt/driver.py:2762
 
6635
msgid "Starting migrate_disk_and_power_off"
 
6636
msgstr "Starting migrate_disk_and_power_off"
 
6637
 
 
6638
#: nova/virt/libvirt/driver.py:2817
 
6639
msgid "During wait running, instance disappeared."
 
6640
msgstr "During wait running, instance disappeared."
 
6641
 
 
6642
#: nova/virt/libvirt/driver.py:2822
 
6643
msgid "Instance running successfully."
 
6644
msgstr "Instance running successfully."
 
6645
 
 
6646
#: nova/virt/libvirt/driver.py:2828
 
6647
msgid "Starting finish_migration"
 
6648
msgstr "Starting finish_migration"
 
6649
 
 
6650
#: nova/virt/libvirt/driver.py:2876
 
6651
msgid "Starting finish_revert_migration"
 
6652
msgstr "Starting finish_revert_migration"
 
6653
 
 
6654
#: nova/virt/libvirt/firewall.py:34
 
6655
msgid ""
 
6656
"Libvirt module could not be loaded. NWFilterFirewall will not work "
 
6657
"correctly."
 
6658
msgstr ""
 
6659
"Libvirt module could not be loaded. NWFilterFirewall will not work "
 
6660
"correctly."
 
6661
 
 
6662
#: nova/virt/libvirt/firewall.py:85
 
6663
msgid "Called setup_basic_filtering in nwfilter"
 
6664
msgstr "Called setup_basic_filtering in nwfilter"
 
6665
 
 
6666
#: nova/virt/libvirt/firewall.py:93
 
6667
msgid "Ensuring static filters"
 
6668
msgstr "Ensuring static filters"
 
6669
 
 
6670
#: nova/virt/libvirt/firewall.py:174
 
6671
#, python-format
 
6672
msgid "The nwfilter(%(instance_filter_name)s) is not found."
 
6673
msgstr "The nwfilter(%(instance_filter_name)s) is not found."
 
6674
 
 
6675
#: nova/virt/libvirt/firewall.py:197
 
6676
#, python-format
 
6677
msgid "The nwfilter(%(instance_filter_name)s) for%(name)s is not found."
 
6678
msgstr "The nwfilter(%(instance_filter_name)s) for%(name)s is not found."
 
6679
 
 
6680
#: nova/virt/libvirt/firewall.py:213
 
6681
msgid "iptables firewall: Setup Basic Filtering"
 
6682
msgstr "iptables firewall: Setup Basic Filtering"
 
6683
 
 
6684
#: nova/virt/libvirt/imagebackend.py:187
 
6685
msgid "You should specify libvirt_images_volume_group flag to use LVM images."
 
6686
msgstr "You should specify libvirt_images_volume_group flag to use LVM images."
 
6687
 
 
6688
#: nova/virt/libvirt/imagebackend.py:252
 
6689
#, python-format
 
6690
msgid "Unknown image_type=%s"
 
6691
msgstr "Unknown image_type=%s"
 
6692
 
 
6693
#: nova/virt/libvirt/imagecache.py:166
 
6694
#, python-format
 
6695
msgid "%s is a valid instance name"
 
6696
msgstr "%s is a valid instance name"
 
6697
 
 
6698
#: nova/virt/libvirt/imagecache.py:169
 
6699
#, python-format
 
6700
msgid "%s has a disk file"
 
6701
msgstr "%s has a disk file"
 
6702
 
 
6703
#: nova/virt/libvirt/imagecache.py:171
 
6704
#, python-format
 
6705
msgid "Instance %(instance)s is backed by %(backing)s"
 
6706
msgstr "Instance %(instance)s is backed by %(backing)s"
 
6707
 
 
6708
#: nova/virt/libvirt/imagecache.py:184
 
6709
#, python-format
 
6710
msgid ""
 
6711
"Instance %(instance)s is using a backing file %(backing)s which does not "
 
6712
"appear in the image service"
 
6713
msgstr ""
 
6714
"Instance %(instance)s is using a backing file %(backing)s which does not "
 
6715
"appear in the image service"
 
6716
 
 
6717
#: nova/virt/libvirt/imagecache.py:236
 
6718
#, python-format
 
6719
msgid "%(id)s (%(base_file)s): image verification failed"
 
6720
msgstr "%(id)s (%(base_file)s): image verification failed"
 
6721
 
 
6722
#: nova/virt/libvirt/imagecache.py:246
 
6723
#, python-format
 
6724
msgid "%(id)s (%(base_file)s): image verification skipped, no hash stored"
 
6725
msgstr "%(id)s (%(base_file)s): image verification skipped, no hash stored"
 
6726
 
 
6727
#: nova/virt/libvirt/imagecache.py:265
 
6728
#, python-format
 
6729
msgid "Cannot remove %(base_file)s, it does not exist"
 
6730
msgstr "Cannot remove %(base_file)s, it does not exist"
 
6731
 
 
6732
#: nova/virt/libvirt/imagecache.py:277
 
6733
#, python-format
 
6734
msgid "Base file too young to remove: %s"
 
6735
msgstr "Base file too young to remove: %s"
 
6736
 
 
6737
#: nova/virt/libvirt/imagecache.py:280
 
6738
#, python-format
 
6739
msgid "Removing base file: %s"
 
6740
msgstr "Removing base file: %s"
 
6741
 
 
6742
#: nova/virt/libvirt/imagecache.py:287
 
6743
#, python-format
 
6744
msgid "Failed to remove %(base_file)s, error was %(error)s"
 
6745
msgstr "Failed to remove %(base_file)s, error was %(error)s"
 
6746
 
 
6747
#: nova/virt/libvirt/imagecache.py:298
 
6748
#, python-format
 
6749
msgid "%(id)s (%(base_file)s): checking"
 
6750
msgstr "%(id)s (%(base_file)s): checking"
 
6751
 
 
6752
#: nova/virt/libvirt/imagecache.py:317
 
6753
#, python-format
 
6754
msgid ""
 
6755
"%(id)s (%(base_file)s): in use: on this node %(local)d local, %(remote)d "
 
6756
"on other nodes"
 
6757
msgstr ""
 
6758
"%(id)s (%(base_file)s): in use: on this node %(local)d local, %(remote)d "
 
6759
"on other nodes"
 
6760
 
 
6761
#: nova/virt/libvirt/imagecache.py:329
 
6762
#, python-format
 
6763
msgid ""
 
6764
"%(id)s (%(base_file)s): warning -- an absent base file is in use! "
 
6765
"instances: %(instance_list)s"
 
6766
msgstr ""
 
6767
"%(id)s (%(base_file)s): warning -- an absent base file is in use! "
 
6768
"instances: %(instance_list)s"
 
6769
 
 
6770
#: nova/virt/libvirt/imagecache.py:337
 
6771
#, python-format
 
6772
msgid "%(id)s (%(base_file)s): in use on (%(remote)d on other nodes)"
 
6773
msgstr "%(id)s (%(base_file)s): in use on (%(remote)d on other nodes)"
 
6774
 
 
6775
#: nova/virt/libvirt/imagecache.py:347
 
6776
#, python-format
 
6777
msgid "%(id)s (%(base_file)s): image is not in use"
 
6778
msgstr "%(id)s (%(base_file)s): image is not in use"
 
6779
 
 
6780
#: nova/virt/libvirt/imagecache.py:353
 
6781
#, python-format
 
6782
msgid "%(id)s (%(base_file)s): image is in use"
 
6783
msgstr "%(id)s (%(base_file)s): image is in use"
 
6784
 
 
6785
#: nova/virt/libvirt/imagecache.py:376
 
6786
#, python-format
 
6787
msgid "Skipping verification, no base directory at %s"
 
6788
msgstr "Skipping verification, no base directory at %s"
 
6789
 
 
6790
#: nova/virt/libvirt/imagecache.py:380
 
6791
msgid "Verify base images"
 
6792
msgstr "Verify base images"
 
6793
 
 
6794
#: nova/virt/libvirt/imagecache.py:387
 
6795
#, python-format
 
6796
msgid "Image id %(id)s yields fingerprint %(fingerprint)s"
 
6797
msgstr "Image id %(id)s yields fingerprint %(fingerprint)s"
 
6798
 
 
6799
#: nova/virt/libvirt/imagecache.py:405
 
6800
#, python-format
 
6801
msgid "Unknown base file: %s"
 
6802
msgstr "Unknown base file: %s"
 
6803
 
 
6804
#: nova/virt/libvirt/imagecache.py:410
 
6805
#, python-format
 
6806
msgid "Active base files: %s"
 
6807
msgstr "Active base files: %s"
 
6808
 
 
6809
#: nova/virt/libvirt/imagecache.py:413
 
6810
#, python-format
 
6811
msgid "Corrupt base files: %s"
 
6812
msgstr "Corrupt base files: %s"
 
6813
 
 
6814
#: nova/virt/libvirt/imagecache.py:417
 
6815
#, python-format
 
6816
msgid "Removable base files: %s"
 
6817
msgstr "Removable base files: %s"
 
6818
 
 
6819
#: nova/virt/libvirt/imagecache.py:425
 
6820
msgid "Verification complete"
 
6821
msgstr "Verification complete"
 
6822
 
 
6823
#: nova/virt/libvirt/utils.py:107
 
6824
#, python-format
 
6825
msgid ""
 
6826
"Insufficient Space on Volume Group %(vg)s. Only %(free_space)db "
 
6827
"available, but %(size)db required by volume %(lv)s."
 
6828
msgstr ""
 
6829
"Insufficient Space on Volume Group %(vg)s. Only %(free_space)db "
 
6830
"available, but %(size)db required by volume %(lv)s."
 
6831
 
 
6832
#: nova/virt/libvirt/utils.py:116
 
6833
#, python-format
 
6834
msgid ""
 
6835
"Volume group %(vg)s will not be able to hold sparse volume %(lv)s. "
 
6836
"Virtual volume size is %(size)db, but free space on volume group is only "
 
6837
"%(free_space)db."
 
6838
msgstr ""
 
6839
"Volume group %(vg)s will not be able to hold sparse volume %(lv)s. "
 
6840
"Virtual volume size is %(size)db, but free space on volume group is only "
 
6841
"%(free_space)db."
 
6842
 
 
6843
#: nova/virt/libvirt/utils.py:450
 
6844
#, python-format
 
6845
msgid "Reading image info file: %s"
 
6846
msgstr "Reading image info file: %s"
 
6847
 
 
6848
#: nova/virt/libvirt/utils.py:454
 
6849
#, python-format
 
6850
msgid "Read: %s"
 
6851
msgstr "Read: %s"
 
6852
 
 
6853
#: nova/virt/libvirt/utils.py:460
 
6854
#, python-format
 
6855
msgid "Error reading image info file %(filename)s: %(error)s"
 
6856
msgstr "Error reading image info file %(filename)s: %(error)s"
 
6857
 
 
6858
#: nova/virt/libvirt/utils.py:484
 
6859
#, python-format
 
6860
msgid "Writing image info file: %s"
 
6861
msgstr "Writing image info file: %s"
 
6862
 
 
6863
#: nova/virt/libvirt/utils.py:485
 
6864
#, python-format
 
6865
msgid "Wrote: %s"
 
6866
msgstr "Wrote: %s"
 
6867
 
 
6868
#: nova/virt/libvirt/vif.py:95
 
6869
#, python-format
 
6870
msgid "Ensuring vlan %(vlan)s and bridge %(bridge)s"
 
6871
msgstr "Ensuring vlan %(vlan)s and bridge %(bridge)s"
 
6872
 
 
6873
#: nova/virt/libvirt/vif.py:105
 
6874
#, python-format
 
6875
msgid "Ensuring bridge %s"
 
6876
msgstr "Ensuring bridge %s"
 
6877
 
 
6878
#: nova/virt/libvirt/vif.py:181 nova/virt/libvirt/vif.py:247
 
6879
#: nova/virt/libvirt/vif.py:307
 
6880
msgid "Failed while unplugging vif"
 
6881
msgstr "Failed while unplugging vif"
 
6882
 
 
6883
#: nova/virt/libvirt/volume.py:164
 
6884
#, python-format
 
6885
msgid "iSCSI device not found at %s"
 
6886
msgstr "iSCSI device not found at %s"
 
6887
 
 
6888
#: nova/virt/libvirt/volume.py:167
 
6889
#, python-format
 
6890
msgid ""
 
6891
"ISCSI volume not yet found at: %(mount_device)s. Will rescan & retry.  "
 
6892
"Try number: %(tries)s"
 
6893
msgstr ""
 
6894
"ISCSI volume not yet found at: %(mount_device)s. Will rescan & retry.  "
 
6895
"Try number: %(tries)s"
 
6896
 
 
6897
#: nova/virt/libvirt/volume.py:179
 
6898
#, python-format
 
6899
msgid "Found iSCSI node %(mount_device)s (after %(tries)s rescans)"
 
6900
msgstr "Found iSCSI node %(mount_device)s (after %(tries)s rescans)"
 
6901
 
 
6902
#: nova/virt/libvirt/volume_nfs.py:81 nova/volume/nfs.py:276
 
6903
#, python-format
 
6904
msgid "%s is already mounted"
 
6905
msgstr "%s is already mounted"
 
6906
 
 
6907
#: nova/virt/powervm/common.py:54
 
6908
msgid "Connection error connecting PowerVM manager"
 
6909
msgstr "Connection error connecting PowerVM manager"
 
6910
 
 
6911
#: nova/virt/powervm/common.py:111
 
6912
msgid "File transfer to PowerVM manager failed"
 
6913
msgstr "File transfer to PowerVM manager failed"
 
6914
 
 
6915
#: nova/virt/powervm/exception.py:21
 
6916
msgid "Connection to PowerVM manager failed"
 
6917
msgstr "Connection to PowerVM manager failed"
 
6918
 
 
6919
#: nova/virt/powervm/exception.py:25
 
6920
msgid "File '%(file_path)' transfer to PowerVM manager failed"
 
6921
msgstr "File '%(file_path)' transfer to PowerVM manager failed"
 
6922
 
 
6923
#: nova/virt/powervm/exception.py:29
 
6924
#, python-format
 
6925
msgid "LPAR instance '%(instance_name)s' could not be found"
 
6926
msgstr "LPAR instance '%(instance_name)s' could not be found"
 
6927
 
 
6928
#: nova/virt/powervm/exception.py:33
 
6929
#, python-format
 
6930
msgid "LPAR instance '%(instance_name)s' creation failed"
 
6931
msgstr "LPAR instance '%(instance_name)s' creation failed"
 
6932
 
 
6933
#: nova/virt/powervm/exception.py:37
 
6934
msgid "No space left on any volume group"
 
6935
msgstr "No space left on any volume group"
 
6936
 
 
6937
#: nova/virt/powervm/exception.py:45
 
6938
msgid "Image creation failed on PowerVM"
 
6939
msgstr "Image creation failed on PowerVM"
 
6940
 
 
6941
#: nova/virt/powervm/exception.py:49
 
6942
#, python-format
 
6943
msgid ""
 
6944
"Insufficient free memory on PowerVM system to spawn instance "
 
6945
"'%(instance_name)s'"
 
6946
msgstr ""
 
6947
"Insufficient free memory on PowerVM system to spawn instance "
 
6948
"'%(instance_name)s'"
 
6949
 
 
6950
#: nova/virt/powervm/exception.py:54
 
6951
#, python-format
 
6952
msgid ""
 
6953
"Insufficient available CPUs on PowerVM system to spawn instance "
 
6954
"'%(instance_name)s'"
 
6955
msgstr ""
 
6956
"Insufficient available CPUs on PowerVM system to spawn instance "
 
6957
"'%(instance_name)s'"
 
6958
 
 
6959
#: nova/virt/powervm/exception.py:59
 
6960
#, python-format
 
6961
msgid "PowerVM LPAR instance '%(instance_name)s' cleanup failed"
 
6962
msgstr "PowerVM LPAR instance '%(instance_name)s' cleanup failed"
 
6963
 
 
6964
#: nova/virt/powervm/operator.py:91
 
6965
#, python-format
 
6966
msgid "LPAR instance '%s' not found"
 
6967
msgstr "LPAR instance '%s' not found"
 
6968
 
 
6969
#: nova/virt/powervm/operator.py:179
 
6970
msgid "Not enough free memory in the host"
 
6971
msgstr "Not enough free memory in the host"
 
6972
 
 
6973
#: nova/virt/powervm/operator.py:189
 
6974
msgid "Insufficient available CPU on PowerVM"
 
6975
msgstr "Insufficient available CPU on PowerVM"
 
6976
 
 
6977
#: nova/virt/powervm/operator.py:213
 
6978
#, python-format
 
6979
msgid "Creating LPAR instance '%s'"
 
6980
msgstr "Creating LPAR instance '%s'"
 
6981
 
 
6982
#: nova/virt/powervm/operator.py:216
 
6983
#, python-format
 
6984
msgid "LPAR instance '%s' creation failed"
 
6985
msgstr "LPAR instance '%s' creation failed"
 
6986
 
 
6987
#: nova/virt/powervm/operator.py:226
 
6988
#, python-format
 
6989
msgid "Fetching image '%s' from glance"
 
6990
msgstr "Fetching image '%s' from glance"
 
6991
 
 
6992
#: nova/virt/powervm/operator.py:230
 
6993
#, python-format
 
6994
msgid "Copying image '%s' to IVM"
 
6995
msgstr "Copying image '%s' to IVM"
 
6996
 
 
6997
#: nova/virt/powervm/operator.py:235
 
6998
msgid "Creating logical volume"
 
6999
msgstr "Creating logical volume"
 
7000
 
 
7001
#: nova/virt/powervm/operator.py:240
 
7002
#, python-format
 
7003
msgid "Copying image to the device '%s'"
 
7004
msgstr "Copying image to the device '%s'"
 
7005
 
 
7006
#: nova/virt/powervm/operator.py:243
 
7007
#, python-format
 
7008
msgid "PowerVM image creation failed: %s"
 
7009
msgstr "PowerVM image creation failed: %s"
 
7010
 
 
7011
#: nova/virt/powervm/operator.py:249
 
7012
#, python-format
 
7013
msgid "Activating the LPAR instance '%s'"
 
7014
msgstr "Activating the LPAR instance '%s'"
 
7015
 
 
7016
#: nova/virt/powervm/operator.py:263
 
7017
#, python-format
 
7018
msgid "Instance '%s' failed to boot"
 
7019
msgstr "Instance '%s' failed to boot"
 
7020
 
 
7021
#: nova/virt/powervm/operator.py:280
 
7022
#, python-format
 
7023
msgid "During destroy, LPAR instance '%s' was not found on PowerVM system."
 
7024
msgstr "During destroy, LPAR instance '%s' was not found on PowerVM system."
 
7025
 
 
7026
#: nova/virt/powervm/operator.py:289
 
7027
#, python-format
 
7028
msgid "Shutting down the instance '%s'"
 
7029
msgstr "Shutting down the instance '%s'"
 
7030
 
 
7031
#: nova/virt/powervm/operator.py:293
 
7032
#, python-format
 
7033
msgid "Removing the logical volume '%s'"
 
7034
msgstr "Removing the logical volume '%s'"
 
7035
 
 
7036
#: nova/virt/powervm/operator.py:296
 
7037
#, python-format
 
7038
msgid "Deleting the LPAR instance '%s'"
 
7039
msgstr "Deleting the LPAR instance '%s'"
 
7040
 
 
7041
#: nova/virt/powervm/operator.py:299
 
7042
msgid "PowerVM instance cleanup failed"
 
7043
msgstr "PowerVM instance cleanup failed"
 
7044
 
 
7045
#: nova/virt/powervm/operator.py:483
 
7046
msgid "Could not create logical volume. No space left on any volume group."
 
7047
msgstr "Could not create logical volume. No space left on any volume group."
 
7048
 
 
7049
#: nova/virt/vmwareapi/driver.py:111
 
7050
msgid ""
 
7051
"Must specify vmwareapi_host_ip,vmwareapi_host_username and "
 
7052
"vmwareapi_host_password to usecompute_driver=vmwareapi.VMWareESXDriver"
 
7053
msgstr ""
 
7054
"Must specify vmwareapi_host_ip,vmwareapi_host_username and "
 
7055
"vmwareapi_host_password to usecompute_driver=vmwareapi.VMWareESXDriver"
 
7056
 
 
7057
#: nova/virt/vmwareapi/driver.py:275
 
7058
#, python-format
 
7059
msgid "In vmwareapi:_create_session, got this exception: %s"
 
7060
msgstr "In vmwareapi:_create_session, got this exception: %s"
 
7061
 
 
7062
#: nova/virt/vmwareapi/driver.py:358
 
7063
#, python-format
 
7064
msgid "In vmwareapi:_call_method, got this exception: %s"
 
7065
msgstr "In vmwareapi:_call_method, got this exception: %s"
 
7066
 
 
7067
#: nova/virt/vmwareapi/driver.py:393
 
7068
#, python-format
 
7069
msgid "Task [%(task_name)s] %(task_ref)s status: success"
 
7070
msgstr "Task [%(task_name)s] %(task_ref)s status: success"
 
7071
 
 
7072
#: nova/virt/vmwareapi/driver.py:398
 
7073
#, python-format
 
7074
msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s"
 
7075
msgstr "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s"
 
7076
 
 
7077
#: nova/virt/vmwareapi/driver.py:402
 
7078
#, python-format
 
7079
msgid "In vmwareapi:_poll_task, Got this error %s"
 
7080
msgstr "In vmwareapi:_poll_task, Got this error %s"
 
7081
 
 
7082
#: nova/virt/vmwareapi/error_util.py:93
 
7083
#, python-format
 
7084
msgid "Error(s) %s occurred in the call to RetrieveProperties"
 
7085
msgstr "Error(s) %s occurred in the call to RetrieveProperties"
 
7086
 
 
7087
#: nova/virt/vmwareapi/fake.py:44 nova/virt/xenapi/fake.py:77
 
7088
#, python-format
 
7089
msgid "%(text)s: _db_content => %(content)s"
 
7090
msgstr "%(text)s: _db_content => %(content)s"
 
7091
 
 
7092
#: nova/virt/vmwareapi/fake.py:131
 
7093
#, python-format
 
7094
msgid "Property %(attr)s not set for the managed object %(name)s"
 
7095
msgstr "Property %(attr)s not set for the managed object %(name)s"
 
7096
 
 
7097
#: nova/virt/vmwareapi/fake.py:436
 
7098
msgid "There is no VM registered"
 
7099
msgstr "There is no VM registered"
 
7100
 
 
7101
#: nova/virt/vmwareapi/fake.py:438 nova/virt/vmwareapi/fake.py:608
 
7102
#, python-format
 
7103
msgid "Virtual Machine with ref %s is not there"
 
7104
msgstr "Virtual Machine with ref %s is not there"
 
7105
 
 
7106
#: nova/virt/vmwareapi/fake.py:501
 
7107
#, python-format
 
7108
msgid "Logging out a session that is invalid or already logged out: %s"
 
7109
msgstr "Logging out a session that is invalid or already logged out: %s"
 
7110
 
 
7111
#: nova/virt/vmwareapi/fake.py:516
 
7112
msgid "Session is faulty"
 
7113
msgstr "Session is faulty"
 
7114
 
 
7115
#: nova/virt/vmwareapi/fake.py:519
 
7116
msgid "Session Invalid"
 
7117
msgstr "Session Invalid"
 
7118
 
 
7119
#: nova/virt/vmwareapi/fake.py:605
 
7120
msgid " No Virtual Machine has been registered yet"
 
7121
msgstr " No Virtual Machine has been registered yet"
 
7122
 
 
7123
#: nova/virt/vmwareapi/io_util.py:103
 
7124
#, python-format
 
7125
msgid "Glance image %s is in killed state"
 
7126
msgstr "Glance image %s is in killed state"
 
7127
 
 
7128
#: nova/virt/vmwareapi/io_util.py:111
 
7129
#, python-format
 
7130
msgid "Glance image %(image_id)s is in unknown state - %(state)s"
 
7131
msgstr "Glance image %(image_id)s is in unknown state - %(state)s"
 
7132
 
 
7133
#: nova/virt/vmwareapi/network_utils.py:128
 
7134
msgid ""
 
7135
"ESX SOAP server returned an empty port group for the host system in its "
 
7136
"response"
 
7137
msgstr ""
 
7138
"ESX SOAP server returned an empty port group for the host system in its "
 
7139
"response"
 
7140
 
 
7141
#: nova/virt/vmwareapi/network_utils.py:155
 
7142
#, python-format
 
7143
msgid "Creating Port Group with name %s on the ESX host"
 
7144
msgstr "Creating Port Group with name %s on the ESX host"
 
7145
 
 
7146
#: nova/virt/vmwareapi/network_utils.py:169
 
7147
#, python-format
 
7148
msgid "Created Port Group with name %s on the ESX host"
 
7149
msgstr "Created Port Group with name %s on the ESX host"
 
7150
 
 
7151
#: nova/virt/vmwareapi/read_write_util.py:145
 
7152
#, python-format
 
7153
msgid "Exception during HTTP connection close in VMWareHTTpWrite. Exception is %s"
 
7154
msgstr "Exception during HTTP connection close in VMWareHTTpWrite. Exception is %s"
 
7155
 
 
7156
#: nova/virt/vmwareapi/vim.py:84
 
7157
msgid "Unable to import suds."
 
7158
msgstr "Unable to import suds."
 
7159
 
 
7160
#: nova/virt/vmwareapi/vim.py:90
 
7161
msgid "Must specify vmwareapi_wsdl_loc"
 
7162
msgstr "Must specify vmwareapi_wsdl_loc"
 
7163
 
 
7164
#: nova/virt/vmwareapi/vim.py:145
 
7165
#, python-format
 
7166
msgid "No such SOAP method '%s' provided by VI SDK"
 
7167
msgstr "No such SOAP method '%s' provided by VI SDK"
 
7168
 
 
7169
#: nova/virt/vmwareapi/vim.py:150
 
7170
#, python-format
 
7171
msgid "httplib error in %s: "
 
7172
msgstr "httplib error in %s: "
 
7173
 
 
7174
#: nova/virt/vmwareapi/vim.py:157
 
7175
#, python-format
 
7176
msgid "Socket error in %s: "
 
7177
msgstr "Socket error in %s: "
 
7178
 
 
7179
#: nova/virt/vmwareapi/vim.py:162
 
7180
#, python-format
 
7181
msgid "Type error in  %s: "
 
7182
msgstr "Type error in  %s: "
 
7183
 
 
7184
#: nova/virt/vmwareapi/vim.py:166
 
7185
#, python-format
 
7186
msgid "Exception in %s "
 
7187
msgstr "Exception in %s "
 
7188
 
 
7189
#: nova/virt/vmwareapi/vmops.py:66
 
7190
msgid "Getting list of instances"
 
7191
msgstr "Getting list of instances"
 
7192
 
 
7193
#: nova/virt/vmwareapi/vmops.py:82
 
7194
#, python-format
 
7195
msgid "Got total of %s instances"
 
7196
msgstr "Got total of %s instances"
 
7197
 
 
7198
#: nova/virt/vmwareapi/vmops.py:126
 
7199
msgid "Couldn't get a local Datastore reference"
 
7200
msgstr "Couldn't get a local Datastore reference"
 
7201
 
 
7202
#: nova/virt/vmwareapi/vmops.py:196
 
7203
msgid "Creating VM on the ESX  host"
 
7204
msgstr "Creating VM on the ESX  host"
 
7205
 
 
7206
#: nova/virt/vmwareapi/vmops.py:204
 
7207
msgid "Created VM on the ESX  host"
 
7208
msgstr "Created VM on the ESX  host"
 
7209
 
 
7210
#: nova/virt/vmwareapi/vmops.py:232
 
7211
#, python-format
 
7212
msgid ""
 
7213
"Creating Virtual Disk of size  %(vmdk_file_size_in_kb)s KB and adapter "
 
7214
"type  %(adapter_type)s on the ESX host local store %(data_store_name)s"
 
7215
msgstr ""
 
7216
"Creating Virtual Disk of size  %(vmdk_file_size_in_kb)s KB and adapter "
 
7217
"type  %(adapter_type)s on the ESX host local store %(data_store_name)s"
 
7218
 
 
7219
#: nova/virt/vmwareapi/vmops.py:250
 
7220
#, python-format
 
7221
msgid ""
 
7222
"Created Virtual Disk of size %(vmdk_file_size_in_kb)s KB on the ESX host "
 
7223
"local store %(data_store_name)s"
 
7224
msgstr ""
 
7225
"Created Virtual Disk of size %(vmdk_file_size_in_kb)s KB on the ESX host "
 
7226
"local store %(data_store_name)s"
 
7227
 
 
7228
#: nova/virt/vmwareapi/vmops.py:260
 
7229
#, python-format
 
7230
msgid ""
 
7231
"Deleting the file %(flat_uploaded_vmdk_path)s on the ESX host localstore "
 
7232
"%(data_store_name)s"
 
7233
msgstr ""
 
7234
"Deleting the file %(flat_uploaded_vmdk_path)s on the ESX host localstore "
 
7235
"%(data_store_name)s"
 
7236
 
 
7237
#: nova/virt/vmwareapi/vmops.py:273
 
7238
#, python-format
 
7239
msgid ""
 
7240
"Deleted the file %(flat_uploaded_vmdk_path)s on the ESX host local store "
 
7241
"%(data_store_name)s"
 
7242
msgstr ""
 
7243
"Deleted the file %(flat_uploaded_vmdk_path)s on the ESX host local store "
 
7244
"%(data_store_name)s"
 
7245
 
 
7246
#: nova/virt/vmwareapi/vmops.py:285
 
7247
#, python-format
 
7248
msgid ""
 
7249
"Downloading image file data %(image_ref)s to the ESX data store "
 
7250
"%(data_store_name)s"
 
7251
msgstr ""
 
7252
"Downloading image file data %(image_ref)s to the ESX data store "
 
7253
"%(data_store_name)s"
 
7254
 
 
7255
#: nova/virt/vmwareapi/vmops.py:301
 
7256
#, python-format
 
7257
msgid ""
 
7258
"Downloaded image file data %(image_ref)s to the ESX data store "
 
7259
"%(data_store_name)s"
 
7260
msgstr ""
 
7261
"Downloaded image file data %(image_ref)s to the ESX data store "
 
7262
"%(data_store_name)s"
 
7263
 
 
7264
#: nova/virt/vmwareapi/vmops.py:319
 
7265
msgid "Reconfiguring VM instance to attach the image disk"
 
7266
msgstr "Reconfiguring VM instance to attach the image disk"
 
7267
 
 
7268
#: nova/virt/vmwareapi/vmops.py:326
 
7269
msgid "Reconfigured VM instance to attach the image disk"
 
7270
msgstr "Reconfigured VM instance to attach the image disk"
 
7271
 
 
7272
#: nova/virt/vmwareapi/vmops.py:333
 
7273
msgid "Powering on the VM instance"
 
7274
msgstr "Powering on the VM instance"
 
7275
 
 
7276
#: nova/virt/vmwareapi/vmops.py:339
 
7277
msgid "Powered on the VM instance"
 
7278
msgstr "Powered on the VM instance"
 
7279
 
 
7280
#: nova/virt/vmwareapi/vmops.py:385
 
7281
msgid "Creating Snapshot of the VM instance"
 
7282
msgstr "Creating Snapshot of the VM instance"
 
7283
 
 
7284
#: nova/virt/vmwareapi/vmops.py:395
 
7285
msgid "Created Snapshot of the VM instance"
 
7286
msgstr "Created Snapshot of the VM instance"
 
7287
 
 
7288
#: nova/virt/vmwareapi/vmops.py:438
 
7289
msgid "Copying disk data before snapshot of the VM"
 
7290
msgstr "Copying disk data before snapshot of the VM"
 
7291
 
 
7292
#: nova/virt/vmwareapi/vmops.py:451
 
7293
msgid "Copied disk data before snapshot of the VM"
 
7294
msgstr "Copied disk data before snapshot of the VM"
 
7295
 
 
7296
#: nova/virt/vmwareapi/vmops.py:460
 
7297
#, python-format
 
7298
msgid "Uploading image %s"
 
7299
msgstr "Uploading image %s"
 
7300
 
 
7301
#: nova/virt/vmwareapi/vmops.py:474
 
7302
#, python-format
 
7303
msgid "Uploaded image %s"
 
7304
msgstr "Uploaded image %s"
 
7305
 
 
7306
#: nova/virt/vmwareapi/vmops.py:485
 
7307
#, python-format
 
7308
msgid "Deleting temporary vmdk file %s"
 
7309
msgstr "Deleting temporary vmdk file %s"
 
7310
 
 
7311
#: nova/virt/vmwareapi/vmops.py:494
 
7312
#, python-format
 
7313
msgid "Deleted temporary vmdk file %s"
 
7314
msgstr "Deleted temporary vmdk file %s"
 
7315
 
 
7316
#: nova/virt/vmwareapi/vmops.py:526
 
7317
msgid "instance is not powered on"
 
7318
msgstr "instance is not powered on"
 
7319
 
 
7320
#: nova/virt/vmwareapi/vmops.py:533
 
7321
msgid "Rebooting guest OS of VM"
 
7322
msgstr "Rebooting guest OS of VM"
 
7323
 
 
7324
#: nova/virt/vmwareapi/vmops.py:536
 
7325
msgid "Rebooted guest OS of VM"
 
7326
msgstr "Rebooted guest OS of VM"
 
7327
 
 
7328
#: nova/virt/vmwareapi/vmops.py:538
 
7329
msgid "Doing hard reboot of VM"
 
7330
msgstr "Doing hard reboot of VM"
 
7331
 
 
7332
#: nova/virt/vmwareapi/vmops.py:542
 
7333
msgid "Did hard reboot of VM"
 
7334
msgstr "Did hard reboot of VM"
 
7335
 
 
7336
#: nova/virt/vmwareapi/vmops.py:554
 
7337
msgid "instance not present"
 
7338
msgstr "instance not present"
 
7339
 
 
7340
#: nova/virt/vmwareapi/vmops.py:573
 
7341
msgid "Powering off the VM"
 
7342
msgstr "Powering off the VM"
 
7343
 
 
7344
#: nova/virt/vmwareapi/vmops.py:578
 
7345
msgid "Powered off the VM"
 
7346
msgstr "Powered off the VM"
 
7347
 
 
7348
#: nova/virt/vmwareapi/vmops.py:582
 
7349
msgid "Unregistering the VM"
 
7350
msgstr "Unregistering the VM"
 
7351
 
 
7352
#: nova/virt/vmwareapi/vmops.py:585
 
7353
msgid "Unregistered the VM"
 
7354
msgstr "Unregistered the VM"
 
7355
 
 
7356
#: nova/virt/vmwareapi/vmops.py:587
 
7357
#, python-format
 
7358
msgid ""
 
7359
"In vmwareapi:vmops:destroy, got this exception while un-registering the "
 
7360
"VM: %s"
 
7361
msgstr ""
 
7362
"In vmwareapi:vmops:destroy, got this exception while un-registering the "
 
7363
"VM: %s"
 
7364
 
 
7365
#: nova/virt/vmwareapi/vmops.py:599
 
7366
#, python-format
 
7367
msgid "Deleting contents of the VM from datastore %(datastore_name)s"
 
7368
msgstr "Deleting contents of the VM from datastore %(datastore_name)s"
 
7369
 
 
7370
#: nova/virt/vmwareapi/vmops.py:609
 
7371
#, python-format
 
7372
msgid "Deleted contents of the VM from datastore %(datastore_name)s"
 
7373
msgstr "Deleted contents of the VM from datastore %(datastore_name)s"
 
7374
 
 
7375
#: nova/virt/vmwareapi/vmops.py:614
 
7376
#, python-format
 
7377
msgid ""
 
7378
"In vmwareapi:vmops:destroy, got this exception while deleting the VM "
 
7379
"contents from the disk: %s"
 
7380
msgstr ""
 
7381
"In vmwareapi:vmops:destroy, got this exception while deleting the VM "
 
7382
"contents from the disk: %s"
 
7383
 
 
7384
#: nova/virt/vmwareapi/vmops.py:623
 
7385
msgid "pause not supported for vmwareapi"
 
7386
msgstr "pause not supported for vmwareapi"
 
7387
 
 
7388
#: nova/virt/vmwareapi/vmops.py:627
 
7389
msgid "unpause not supported for vmwareapi"
 
7390
msgstr "unpause not supported for vmwareapi"
 
7391
 
 
7392
#: nova/virt/vmwareapi/vmops.py:641
 
7393
msgid "Suspending the VM"
 
7394
msgstr "Suspending the VM"
 
7395
 
 
7396
#: nova/virt/vmwareapi/vmops.py:645
 
7397
msgid "Suspended the VM"
 
7398
msgstr "Suspended the VM"
 
7399
 
 
7400
#: nova/virt/vmwareapi/vmops.py:648
 
7401
msgid "instance is powered off and can not be suspended."
 
7402
msgstr "instance is powered off and can not be suspended."
 
7403
 
 
7404
#: nova/virt/vmwareapi/vmops.py:651
 
7405
msgid "VM was already in suspended state. So returning without doing anything"
 
7406
msgstr "VM was already in suspended state. So returning without doing anything"
 
7407
 
 
7408
#: nova/virt/vmwareapi/vmops.py:664
 
7409
msgid "Resuming the VM"
 
7410
msgstr "Resuming the VM"
 
7411
 
 
7412
#: nova/virt/vmwareapi/vmops.py:669
 
7413
msgid "Resumed the VM"
 
7414
msgstr "Resumed the VM"
 
7415
 
 
7416
#: nova/virt/vmwareapi/vmops.py:671
 
7417
msgid "instance is not in a suspended state"
 
7418
msgstr "instance is not in a suspended state"
 
7419
 
 
7420
#: nova/virt/vmwareapi/vmops.py:707
 
7421
msgid "get_diagnostics not implemented for vmwareapi"
 
7422
msgstr "get_diagnostics not implemented for vmwareapi"
 
7423
 
 
7424
#: nova/virt/vmwareapi/vmops.py:765
 
7425
#, python-format
 
7426
msgid "Reconfiguring VM instance to set the machine id with ip - %(ip_addr)s"
 
7427
msgstr "Reconfiguring VM instance to set the machine id with ip - %(ip_addr)s"
 
7428
 
 
7429
#: nova/virt/vmwareapi/vmops.py:773
 
7430
#, python-format
 
7431
msgid "Reconfigured VM instance to set the machine id with ip - %(ip_addr)s"
 
7432
msgstr "Reconfigured VM instance to set the machine id with ip - %(ip_addr)s"
 
7433
 
 
7434
#: nova/virt/vmwareapi/vmops.py:810
 
7435
#, python-format
 
7436
msgid "Creating directory with path %s"
 
7437
msgstr "Creating directory with path %s"
 
7438
 
 
7439
#: nova/virt/vmwareapi/vmops.py:814
 
7440
#, python-format
 
7441
msgid "Created directory with path %s"
 
7442
msgstr "Created directory with path %s"
 
7443
 
 
7444
#: nova/virt/vmwareapi/vmware_images.py:91
 
7445
#, python-format
 
7446
msgid "Downloading image %s from glance image server"
 
7447
msgstr "Downloading image %s from glance image server"
 
7448
 
 
7449
#: nova/virt/vmwareapi/vmware_images.py:108
 
7450
#, python-format
 
7451
msgid "Downloaded image %s from glance image server"
 
7452
msgstr "Downloaded image %s from glance image server"
 
7453
 
 
7454
#: nova/virt/vmwareapi/vmware_images.py:114
 
7455
#, python-format
 
7456
msgid "Uploading image %s to the Glance image server"
 
7457
msgstr "Uploading image %s to the Glance image server"
 
7458
 
 
7459
#: nova/virt/vmwareapi/vmware_images.py:137
 
7460
#, python-format
 
7461
msgid "Uploaded image %s to the Glance image server"
 
7462
msgstr "Uploaded image %s to the Glance image server"
 
7463
 
 
7464
#: nova/virt/vmwareapi/vmware_images.py:148
 
7465
#, python-format
 
7466
msgid "Getting image size for the image %s"
 
7467
msgstr "Getting image size for the image %s"
 
7468
 
 
7469
#: nova/virt/vmwareapi/vmware_images.py:153
 
7470
#, python-format
 
7471
msgid "Got image size of %(size)s for the image %(image)s"
 
7472
msgstr "Got image size of %(size)s for the image %(image)s"
 
7473
 
 
7474
#: nova/virt/xenapi/agent.py:62 nova/virt/xenapi/vmops.py:1431
 
7475
#, python-format
 
7476
msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r"
 
7477
msgstr "TIMEOUT: The call to %(method)s timed out. args=%(args)r"
 
7478
 
 
7479
#: nova/virt/xenapi/agent.py:66 nova/virt/xenapi/vmops.py:1435
 
7480
#, python-format
 
7481
msgid ""
 
7482
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. "
 
7483
"args=%(args)r"
 
7484
msgstr ""
 
7485
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. "
 
7486
"args=%(args)r"
 
7487
 
 
7488
#: nova/virt/xenapi/agent.py:71 nova/virt/xenapi/vmops.py:1440
 
7489
#, python-format
 
7490
msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r"
 
7491
msgstr "The call to %(method)s returned an error: %(e)s. args=%(args)r"
 
7492
 
 
7493
#: nova/virt/xenapi/agent.py:81
 
7494
#, python-format
 
7495
msgid ""
 
7496
"The agent call to %(method)s returned an invalid response: %(ret)r. "
 
7497
"path=%(path)s; args=%(args)r"
 
7498
msgstr ""
 
7499
"The agent call to %(method)s returned an invalid response: %(ret)r. "
 
7500
"path=%(path)s; args=%(args)r"
 
7501
 
 
7502
#: nova/virt/xenapi/agent.py:91
 
7503
#, python-format
 
7504
msgid "Failed to query agent version: %(resp)r"
 
7505
msgstr "Failed to query agent version: %(resp)r"
 
7506
 
 
7507
#: nova/virt/xenapi/agent.py:103
 
7508
msgid "Querying agent version"
 
7509
msgstr "Querying agent version"
 
7510
 
 
7511
#: nova/virt/xenapi/agent.py:117
 
7512
msgid "Reached maximum time attempting to query agent version"
 
7513
msgstr "Reached maximum time attempting to query agent version"
 
7514
 
 
7515
#: nova/virt/xenapi/agent.py:126
 
7516
#, python-format
 
7517
msgid "Updating agent to %s"
 
7518
msgstr "Updating agent to %s"
 
7519
 
 
7520
#: nova/virt/xenapi/agent.py:133
 
7521
#, python-format
 
7522
msgid "Failed to update agent: %(resp)r"
 
7523
msgstr "Failed to update agent: %(resp)r"
 
7524
 
 
7525
#: nova/virt/xenapi/agent.py:148
 
7526
msgid "Setting admin password"
 
7527
msgstr "Setting admin password"
 
7528
 
 
7529
#: nova/virt/xenapi/agent.py:158
 
7530
#, python-format
 
7531
msgid "Failed to exchange keys: %(resp)r"
 
7532
msgstr "Failed to exchange keys: %(resp)r"
 
7533
 
 
7534
#: nova/virt/xenapi/agent.py:177
 
7535
#, python-format
 
7536
msgid "Failed to update password: %(resp)r"
 
7537
msgstr "Failed to update password: %(resp)r"
 
7538
 
 
7539
#: nova/virt/xenapi/agent.py:185
 
7540
#, python-format
 
7541
msgid "Injecting file path: %r"
 
7542
msgstr "Injecting file path: %r"
 
7543
 
 
7544
#: nova/virt/xenapi/agent.py:197
 
7545
#, python-format
 
7546
msgid "Failed to inject file: %(resp)r"
 
7547
msgstr "Failed to inject file: %(resp)r"
 
7548
 
 
7549
#: nova/virt/xenapi/agent.py:205
 
7550
msgid "Resetting network"
 
7551
msgstr "Resetting network"
 
7552
 
 
7553
#: nova/virt/xenapi/agent.py:209
 
7554
#, python-format
 
7555
msgid "Failed to reset network: %(resp)r"
 
7556
msgstr "Failed to reset network: %(resp)r"
 
7557
 
 
7558
#: nova/virt/xenapi/agent.py:263
 
7559
#, python-format
 
7560
msgid "OpenSSL error: %s"
 
7561
msgstr "OpenSSL error: %s"
 
7562
 
 
7563
#: nova/virt/xenapi/driver.py:142
 
7564
msgid ""
 
7565
"Must specify xenapi_connection_url, xenapi_connection_username "
 
7566
"(optionally), and xenapi_connection_password to use "
 
7567
"compute_driver=xenapi.XenAPIDriver"
 
7568
msgstr ""
 
7569
"Must specify xenapi_connection_url, xenapi_connection_username "
 
7570
"(optionally), and xenapi_connection_password to use "
 
7571
"compute_driver=xenapi.XenAPIDriver"
 
7572
 
 
7573
#: nova/virt/xenapi/driver.py:169
 
7574
msgid "Failure while cleaning up attached VDIs"
 
7575
msgstr "Failure while cleaning up attached VDIs"
 
7576
 
 
7577
#: nova/virt/xenapi/driver.py:344
 
7578
#, python-format
 
7579
msgid "Could not determine key: %s"
 
7580
msgstr "Could not determine key: %s"
 
7581
 
 
7582
#: nova/virt/xenapi/driver.py:559
 
7583
msgid "Host startup on XenServer is not supported."
 
7584
msgstr "Host startup on XenServer is not supported."
 
7585
 
 
7586
#: nova/virt/xenapi/driver.py:606
 
7587
msgid "Unable to log in to XenAPI (is the Dom0 disk full?)"
 
7588
msgstr "Unable to log in to XenAPI (is the Dom0 disk full?)"
 
7589
 
 
7590
#: nova/virt/xenapi/driver.py:644
 
7591
msgid "Host is member of a pool, but DB says otherwise"
 
7592
msgstr "Host is member of a pool, but DB says otherwise"
 
7593
 
 
7594
#: nova/virt/xenapi/driver.py:728 nova/virt/xenapi/driver.py:742
 
7595
#, python-format
 
7596
msgid "Got exception: %s"
 
7597
msgstr "Got exception: %s"
 
7598
 
 
7599
#: nova/virt/xenapi/fake.py:662 nova/virt/xenapi/fake.py:764
 
7600
#: nova/virt/xenapi/fake.py:783 nova/virt/xenapi/fake.py:851
 
7601
msgid "Raising NotImplemented"
 
7602
msgstr "Raising NotImplemented"
 
7603
 
 
7604
#: nova/virt/xenapi/fake.py:664
 
7605
#, python-format
 
7606
msgid "xenapi.fake does not have an implementation for %s"
 
7607
msgstr "xenapi.fake does not have an implementation for %s"
 
7608
 
 
7609
#: nova/virt/xenapi/fake.py:698
 
7610
#, python-format
 
7611
msgid "Calling %(localname)s %(impl)s"
 
7612
msgstr "Calling %(localname)s %(impl)s"
 
7613
 
 
7614
#: nova/virt/xenapi/fake.py:703
 
7615
#, python-format
 
7616
msgid "Calling getter %s"
 
7617
msgstr "Calling getter %s"
 
7618
 
 
7619
#: nova/virt/xenapi/fake.py:706
 
7620
#, python-format
 
7621
msgid "Calling setter %s"
 
7622
msgstr "Calling setter %s"
 
7623
 
 
7624
#: nova/virt/xenapi/fake.py:766
 
7625
#, python-format
 
7626
msgid ""
 
7627
"xenapi.fake does not have an implementation for %s or it has been called "
 
7628
"with the wrong number of arguments"
 
7629
msgstr ""
 
7630
"xenapi.fake does not have an implementation for %s or it has been called "
 
7631
"with the wrong number of arguments"
 
7632
 
 
7633
#: nova/virt/xenapi/host.py:70
 
7634
#, python-format
 
7635
msgid ""
 
7636
"Instance %(name)s running on %(host)s could not be found in the database:"
 
7637
" assuming it is a worker VM and skip ping migration to a new host"
 
7638
msgstr ""
 
7639
"Instance %(name)s running on %(host)s could not be found in the database:"
 
7640
" assuming it is a worker VM and skip ping migration to a new host"
 
7641
 
 
7642
#: nova/virt/xenapi/host.py:156
 
7643
#, python-format
 
7644
msgid "Unable to get SR for this host: %s"
 
7645
msgstr "Unable to get SR for this host: %s"
 
7646
 
 
7647
#: nova/virt/xenapi/host.py:188
 
7648
msgid "Unable to get updated status"
 
7649
msgstr "Unable to get updated status"
 
7650
 
 
7651
#: nova/virt/xenapi/host.py:191
 
7652
#, python-format
 
7653
msgid "The call to %(method)s returned an error: %(e)s."
 
7654
msgstr "The call to %(method)s returned an error: %(e)s."
 
7655
 
 
7656
#: nova/virt/xenapi/network_utils.py:29
 
7657
#, python-format
 
7658
msgid "Found non-unique network for name_label %s"
 
7659
msgstr "Found non-unique network for name_label %s"
 
7660
 
 
7661
#: nova/virt/xenapi/network_utils.py:47
 
7662
#, python-format
 
7663
msgid "Found non-unique network for bridge %s"
 
7664
msgstr "Found non-unique network for bridge %s"
 
7665
 
 
7666
#: nova/virt/xenapi/network_utils.py:49
 
7667
#, python-format
 
7668
msgid "Found no network for bridge %s"
 
7669
msgstr "Found no network for bridge %s"
 
7670
 
 
7671
#: nova/virt/xenapi/pool.py:67
 
7672
#, python-format
 
7673
msgid ""
 
7674
"Aggregate %(aggregate_id)s: unrecoverable state during operation on "
 
7675
"%(host)s"
 
7676
msgstr ""
 
7677
"Aggregate %(aggregate_id)s: unrecoverable state during operation on "
 
7678
"%(host)s"
 
7679
 
 
7680
#: nova/virt/xenapi/pool.py:156
 
7681
#, python-format
 
7682
msgid "Unable to eject %(host)s from the pool; pool not empty"
 
7683
msgstr "Unable to eject %(host)s from the pool; pool not empty"
 
7684
 
 
7685
#: nova/virt/xenapi/pool.py:171
 
7686
#, python-format
 
7687
msgid "Unable to eject %(host)s from the pool; No master found"
 
7688
msgstr "Unable to eject %(host)s from the pool; No master found"
 
7689
 
 
7690
#: nova/virt/xenapi/pool.py:188
 
7691
#, python-format
 
7692
msgid "Pool-Join failed: %(e)s"
 
7693
msgstr "Pool-Join failed: %(e)s"
 
7694
 
 
7695
#: nova/virt/xenapi/pool.py:191
 
7696
#, python-format
 
7697
msgid "Unable to join %(host)s in the pool"
 
7698
msgstr "Unable to join %(host)s in the pool"
 
7699
 
 
7700
#: nova/virt/xenapi/pool.py:207
 
7701
#, python-format
 
7702
msgid "Pool-eject failed: %(e)s"
 
7703
msgstr "Pool-eject failed: %(e)s"
 
7704
 
 
7705
#: nova/virt/xenapi/pool.py:219
 
7706
#, python-format
 
7707
msgid "Unable to set up pool: %(e)s."
 
7708
msgstr "Unable to set up pool: %(e)s."
 
7709
 
 
7710
#: nova/virt/xenapi/pool.py:230
 
7711
#, python-format
 
7712
msgid "Pool-set_name_label failed: %(e)s"
 
7713
msgstr "Pool-set_name_label failed: %(e)s"
 
7714
 
 
7715
#: nova/virt/xenapi/vif.py:104
 
7716
#, python-format
 
7717
msgid "Found no PIF for device %s"
 
7718
msgstr "Found no PIF for device %s"
 
7719
 
 
7720
#: nova/virt/xenapi/vif.py:123
 
7721
#, python-format
 
7722
msgid ""
 
7723
"PIF %(pif_rec['uuid'])s for network %(bridge)s has VLAN id %(pif_vlan)d. "
 
7724
"Expected %(vlan_num)d"
 
7725
msgstr ""
 
7726
"PIF %(pif_rec['uuid'])s for network %(bridge)s has VLAN id %(pif_vlan)d. "
 
7727
"Expected %(vlan_num)d"
 
7728
 
 
7729
#: nova/virt/xenapi/vm_utils.py:215
 
7730
msgid "Created VM"
 
7731
msgstr "Created VM"
 
7732
 
 
7733
#: nova/virt/xenapi/vm_utils.py:227
 
7734
msgid "VM destroyed"
 
7735
msgstr "VM destroyed"
 
7736
 
 
7737
#: nova/virt/xenapi/vm_utils.py:234
 
7738
msgid "VM already halted, skipping shutdown..."
 
7739
msgstr "VM already halted, skipping shutdown..."
 
7740
 
 
7741
#: nova/virt/xenapi/vm_utils.py:238
 
7742
msgid "Shutting down VM"
 
7743
msgstr "Shutting down VM"
 
7744
 
 
7745
#: nova/virt/xenapi/vm_utils.py:270
 
7746
#, python-format
 
7747
msgid "VBD not found in instance %s"
 
7748
msgstr "VBD not found in instance %s"
 
7749
 
 
7750
#: nova/virt/xenapi/vm_utils.py:287
 
7751
#, python-format
 
7752
msgid "VBD %s already detached"
 
7753
msgstr "VBD %s already detached"
 
7754
 
 
7755
#: nova/virt/xenapi/vm_utils.py:290
 
7756
#, python-format
 
7757
msgid "VBD %(vbd_ref)s detach rejected, attempt %(num_attempt)d/%(max_attempts)d"
 
7758
msgstr "VBD %(vbd_ref)s detach rejected, attempt %(num_attempt)d/%(max_attempts)d"
 
7759
 
 
7760
#: nova/virt/xenapi/vm_utils.py:295
 
7761
#, python-format
 
7762
msgid "Unable to unplug VBD %s"
 
7763
msgstr "Unable to unplug VBD %s"
 
7764
 
 
7765
#: nova/virt/xenapi/vm_utils.py:300
 
7766
#, python-format
 
7767
msgid "Reached maximum number of retries trying to unplug VBD %s"
 
7768
msgstr "Reached maximum number of retries trying to unplug VBD %s"
 
7769
 
 
7770
#: nova/virt/xenapi/vm_utils.py:311
 
7771
#, python-format
 
7772
msgid "Unable to destroy VBD %s"
 
7773
msgstr "Unable to destroy VBD %s"
 
7774
 
 
7775
#: nova/virt/xenapi/vm_utils.py:330
 
7776
#, python-format
 
7777
msgid "Creating %(vbd_type)s-type VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
 
7778
msgstr "Creating %(vbd_type)s-type VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
 
7779
 
 
7780
#: nova/virt/xenapi/vm_utils.py:333
 
7781
#, python-format
 
7782
msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s."
 
7783
msgstr "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s."
 
7784
 
 
7785
#: nova/virt/xenapi/vm_utils.py:344
 
7786
#, python-format
 
7787
msgid "Unable to destroy VDI %s"
 
7788
msgstr "Unable to destroy VDI %s"
 
7789
 
 
7790
#: nova/virt/xenapi/vm_utils.py:376
 
7791
#, python-format
 
7792
msgid ""
 
7793
"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s)"
 
7794
" on %(sr_ref)s."
 
7795
msgstr ""
 
7796
"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s)"
 
7797
" on %(sr_ref)s."
 
7798
 
 
7799
#: nova/virt/xenapi/vm_utils.py:487
 
7800
#, python-format
 
7801
msgid "Cloned VDI %(vdi_ref)s from VDI %(vdi_to_clone_ref)s"
 
7802
msgstr "Cloned VDI %(vdi_ref)s from VDI %(vdi_to_clone_ref)s"
 
7803
 
 
7804
#: nova/virt/xenapi/vm_utils.py:507
 
7805
#, python-format
 
7806
msgid "No primary VDI found for %(vm_ref)s"
 
7807
msgstr "No primary VDI found for %(vm_ref)s"
 
7808
 
 
7809
#: nova/virt/xenapi/vm_utils.py:513
 
7810
msgid "Starting snapshot for VM"
 
7811
msgstr "Starting snapshot for VM"
 
7812
 
 
7813
#: nova/virt/xenapi/vm_utils.py:540
 
7814
#, python-format
 
7815
msgid "Created snapshot %(template_vdi_uuid)s with label '%(label)s'"
 
7816
msgstr "Created snapshot %(template_vdi_uuid)s with label '%(label)s'"
 
7817
 
 
7818
#: nova/virt/xenapi/vm_utils.py:582
 
7819
#, python-format
 
7820
msgid "Destroying cached VDI '%(vdi_uuid)s'"
 
7821
msgstr "Destroying cached VDI '%(vdi_uuid)s'"
 
7822
 
 
7823
#: nova/virt/xenapi/vm_utils.py:640
 
7824
#, python-format
 
7825
msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s"
 
7826
msgstr "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s"
 
7827
 
 
7828
#: nova/virt/xenapi/vm_utils.py:834
 
7829
#, python-format
 
7830
msgid ""
 
7831
"Fast cloning is only supported on default local SR of type ext. SR on "
 
7832
"this system was found to be of type %(sr_type)s. Ignoring the cow flag."
 
7833
msgstr ""
 
7834
"Fast cloning is only supported on default local SR of type ext. SR on "
 
7835
"this system was found to be of type %(sr_type)s. Ignoring the cow flag."
 
7836
 
 
7837
#: nova/virt/xenapi/vm_utils.py:912
 
7838
#, python-format
 
7839
msgid "Unrecognized cache_images value '%s', defaulting to True"
 
7840
msgstr "Unrecognized cache_images value '%s', defaulting to True"
 
7841
 
 
7842
#: nova/virt/xenapi/vm_utils.py:946
 
7843
#, python-format
 
7844
msgid "Fetched VDIs of type '%(vdi_type)s' with UUID '%(vdi_uuid)s'"
 
7845
msgstr "Fetched VDIs of type '%(vdi_type)s' with UUID '%(vdi_uuid)s'"
 
7846
 
 
7847
#: nova/virt/xenapi/vm_utils.py:958
 
7848
#, python-format
 
7849
msgid ""
 
7850
"download_vhd %(image_id)s, attempt %(attempt_num)d/%(max_attempts)d, "
 
7851
"params: %(params)s"
 
7852
msgstr ""
 
7853
"download_vhd %(image_id)s, attempt %(attempt_num)d/%(max_attempts)d, "
 
7854
"params: %(params)s"
 
7855
 
 
7856
#: nova/virt/xenapi/vm_utils.py:971
 
7857
#, python-format
 
7858
msgid "download_vhd failed: %r"
 
7859
msgstr "download_vhd failed: %r"
 
7860
 
 
7861
#: nova/virt/xenapi/vm_utils.py:995
 
7862
#, python-format
 
7863
msgid "Asking xapi to fetch vhd image %(image_id)s"
 
7864
msgstr "Asking xapi to fetch vhd image %(image_id)s"
 
7865
 
 
7866
#: nova/virt/xenapi/vm_utils.py:1040
 
7867
#, python-format
 
7868
msgid "vdi_uuid=%(cur_vdi_uuid)s vdi_size_bytes=%(vdi_size_bytes)d"
 
7869
msgstr "vdi_uuid=%(cur_vdi_uuid)s vdi_size_bytes=%(vdi_size_bytes)d"
 
7870
 
 
7871
#: nova/virt/xenapi/vm_utils.py:1056
 
7872
#, python-format
 
7873
msgid "image_size_bytes=%(size_bytes)d, allowed_size_bytes=%(allowed_size_bytes)d"
 
7874
msgstr "image_size_bytes=%(size_bytes)d, allowed_size_bytes=%(allowed_size_bytes)d"
 
7875
 
 
7876
#: nova/virt/xenapi/vm_utils.py:1060
 
7877
#, python-format
 
7878
msgid ""
 
7879
"Image size %(size_bytes)d exceeded instance_type allowed size "
 
7880
"%(allowed_size_bytes)d"
 
7881
msgstr ""
 
7882
"Image size %(size_bytes)d exceeded instance_type allowed size "
 
7883
"%(allowed_size_bytes)d"
 
7884
 
 
7885
#: nova/virt/xenapi/vm_utils.py:1082
 
7886
#, python-format
 
7887
msgid "Fetching image %(image_id)s, type %(image_type_str)s"
 
7888
msgstr "Fetching image %(image_id)s, type %(image_type_str)s"
 
7889
 
 
7890
#: nova/virt/xenapi/vm_utils.py:1095
 
7891
#, python-format
 
7892
msgid "Size for image %(image_id)s: %(virtual_size)d"
 
7893
msgstr "Size for image %(image_id)s: %(virtual_size)d"
 
7894
 
 
7895
#: nova/virt/xenapi/vm_utils.py:1104
 
7896
#, python-format
 
7897
msgid ""
 
7898
"Kernel/Ramdisk image is too large: %(vdi_size)d bytes, max %(max_size)d "
 
7899
"bytes"
 
7900
msgstr ""
 
7901
"Kernel/Ramdisk image is too large: %(vdi_size)d bytes, max %(max_size)d "
 
7902
"bytes"
 
7903
 
 
7904
#: nova/virt/xenapi/vm_utils.py:1123
 
7905
#, python-format
 
7906
msgid "Copying VDI %s to /boot/guest on dom0"
 
7907
msgstr "Copying VDI %s to /boot/guest on dom0"
 
7908
 
 
7909
#: nova/virt/xenapi/vm_utils.py:1137
 
7910
#, python-format
 
7911
msgid "Kernel/Ramdisk VDI %s destroyed"
 
7912
msgstr "Kernel/Ramdisk VDI %s destroyed"
 
7913
 
 
7914
#: nova/virt/xenapi/vm_utils.py:1146
 
7915
msgid "Failed to fetch glance image"
 
7916
msgstr "Failed to fetch glance image"
 
7917
 
 
7918
#: nova/virt/xenapi/vm_utils.py:1184
 
7919
#, python-format
 
7920
msgid "Detected %(image_type_str)s format for image %(image_ref)s"
 
7921
msgstr "Detected %(image_type_str)s format for image %(image_ref)s"
 
7922
 
 
7923
#: nova/virt/xenapi/vm_utils.py:1205
 
7924
#, python-format
 
7925
msgid "Looking up vdi %s for PV kernel"
 
7926
msgstr "Looking up vdi %s for PV kernel"
 
7927
 
 
7928
#: nova/virt/xenapi/vm_utils.py:1223
 
7929
#, python-format
 
7930
msgid "Unknown image format %(disk_image_type)s"
 
7931
msgstr "Unknown image format %(disk_image_type)s"
 
7932
 
 
7933
#: nova/virt/xenapi/vm_utils.py:1254
 
7934
#, python-format
 
7935
msgid "VDI %s is still available"
 
7936
msgstr "VDI %s is still available"
 
7937
 
 
7938
#: nova/virt/xenapi/vm_utils.py:1350
 
7939
#, python-format
 
7940
msgid "Unable to parse rrd of %(vm_uuid)s"
 
7941
msgstr "Unable to parse rrd of %(vm_uuid)s"
 
7942
 
 
7943
#: nova/virt/xenapi/vm_utils.py:1370
 
7944
#, python-format
 
7945
msgid "Re-scanning SR %s"
 
7946
msgstr "Re-scanning SR %s"
 
7947
 
 
7948
#: nova/virt/xenapi/vm_utils.py:1398
 
7949
#, python-format
 
7950
msgid "Flag sr_matching_filter '%s' does not respect formatting convention"
 
7951
msgstr "Flag sr_matching_filter '%s' does not respect formatting convention"
 
7952
 
 
7953
#: nova/virt/xenapi/vm_utils.py:1416
 
7954
msgid ""
 
7955
"XenAPI is unable to find a Storage Repository to install guest instances "
 
7956
"on. Please check your configuration and/or configure the flag "
 
7957
"'sr_matching_filter'"
 
7958
msgstr ""
 
7959
"XenAPI is unable to find a Storage Repository to install guest instances "
 
7960
"on. Please check your configuration and/or configure the flag "
 
7961
"'sr_matching_filter'"
 
7962
 
 
7963
#: nova/virt/xenapi/vm_utils.py:1429
 
7964
msgid "Cannot find SR of content-type ISO"
 
7965
msgstr "Cannot find SR of content-type ISO"
 
7966
 
 
7967
#: nova/virt/xenapi/vm_utils.py:1437
 
7968
#, python-format
 
7969
msgid "ISO: looking at SR %(sr_rec)s"
 
7970
msgstr "ISO: looking at SR %(sr_rec)s"
 
7971
 
 
7972
#: nova/virt/xenapi/vm_utils.py:1439
 
7973
msgid "ISO: not iso content"
 
7974
msgstr "ISO: not iso content"
 
7975
 
 
7976
#: nova/virt/xenapi/vm_utils.py:1442
 
7977
msgid "ISO: iso content_type, no 'i18n-key' key"
 
7978
msgstr "ISO: iso content_type, no 'i18n-key' key"
 
7979
 
 
7980
#: nova/virt/xenapi/vm_utils.py:1445
 
7981
msgid "ISO: iso content_type, i18n-key value not 'local-storage-iso'"
 
7982
msgstr "ISO: iso content_type, i18n-key value not 'local-storage-iso'"
 
7983
 
 
7984
#: nova/virt/xenapi/vm_utils.py:1449
 
7985
msgid "ISO: SR MATCHing our criteria"
 
7986
msgstr "ISO: SR MATCHing our criteria"
 
7987
 
 
7988
#: nova/virt/xenapi/vm_utils.py:1451
 
7989
msgid "ISO: ISO, looking to see if it is host local"
 
7990
msgstr "ISO: ISO, looking to see if it is host local"
 
7991
 
 
7992
#: nova/virt/xenapi/vm_utils.py:1454
 
7993
#, python-format
 
7994
msgid "ISO: PBD %(pbd_ref)s disappeared"
 
7995
msgstr "ISO: PBD %(pbd_ref)s disappeared"
 
7996
 
 
7997
#: nova/virt/xenapi/vm_utils.py:1457
 
7998
#, python-format
 
7999
msgid "ISO: PBD matching, want %(pbd_rec)s, have %(host)s"
 
8000
msgstr "ISO: PBD matching, want %(pbd_rec)s, have %(host)s"
 
8001
 
 
8002
#: nova/virt/xenapi/vm_utils.py:1460
 
8003
msgid "ISO: SR with local PBD"
 
8004
msgstr "ISO: SR with local PBD"
 
8005
 
 
8006
#: nova/virt/xenapi/vm_utils.py:1482
 
8007
#, python-format
 
8008
msgid ""
 
8009
"Unable to obtain RRD XML for VM %(vm_uuid)s with server details: "
 
8010
"%(server)s."
 
8011
msgstr ""
 
8012
"Unable to obtain RRD XML for VM %(vm_uuid)s with server details: "
 
8013
"%(server)s."
 
8014
 
 
8015
#: nova/virt/xenapi/vm_utils.py:1498
 
8016
#, python-format
 
8017
msgid "Unable to obtain RRD XML updates with server details: %(server)s."
 
8018
msgstr "Unable to obtain RRD XML updates with server details: %(server)s."
 
8019
 
 
8020
#: nova/virt/xenapi/vm_utils.py:1552
 
8021
#, python-format
 
8022
msgid "Invalid statistics data from Xenserver: %s"
 
8023
msgstr "Invalid statistics data from Xenserver: %s"
 
8024
 
 
8025
#: nova/virt/xenapi/vm_utils.py:1612
 
8026
#, python-format
 
8027
msgid "VHD %(vdi_uuid)s has parent %(parent_uuid)s"
 
8028
msgstr "VHD %(vdi_uuid)s has parent %(parent_uuid)s"
 
8029
 
 
8030
#: nova/virt/xenapi/vm_utils.py:1699
 
8031
#, python-format
 
8032
msgid ""
 
8033
"Parent %(parent_uuid)s doesn't match original parent "
 
8034
"%(original_parent_uuid)s, waiting for coalesce..."
 
8035
msgstr ""
 
8036
"Parent %(parent_uuid)s doesn't match original parent "
 
8037
"%(original_parent_uuid)s, waiting for coalesce..."
 
8038
 
 
8039
#: nova/virt/xenapi/vm_utils.py:1709
 
8040
#, python-format
 
8041
msgid "VHD coalesce attempts exceeded (%(max_attempts)d), giving up..."
 
8042
msgstr "VHD coalesce attempts exceeded (%(max_attempts)d), giving up..."
 
8043
 
 
8044
#: nova/virt/xenapi/vm_utils.py:1744
 
8045
#, python-format
 
8046
msgid "Timeout waiting for device %s to be created"
 
8047
msgstr "Timeout waiting for device %s to be created"
 
8048
 
 
8049
#: nova/virt/xenapi/vm_utils.py:1764
 
8050
#, python-format
 
8051
msgid "Disconnecting stale VDI %s from compute domU"
 
8052
msgstr "Disconnecting stale VDI %s from compute domU"
 
8053
 
 
8054
#: nova/virt/xenapi/vm_utils.py:1777
 
8055
#, python-format
 
8056
msgid "Plugging VBD %s ... "
 
8057
msgstr "Plugging VBD %s ... "
 
8058
 
 
8059
#: nova/virt/xenapi/vm_utils.py:1780
 
8060
#, python-format
 
8061
msgid "Plugging VBD %s done."
 
8062
msgstr "Plugging VBD %s done."
 
8063
 
 
8064
#: nova/virt/xenapi/vm_utils.py:1782
 
8065
#, python-format
 
8066
msgid "VBD %(vbd_ref)s plugged as %(orig_dev)s"
 
8067
msgstr "VBD %(vbd_ref)s plugged as %(orig_dev)s"
 
8068
 
 
8069
#: nova/virt/xenapi/vm_utils.py:1785
 
8070
#, python-format
 
8071
msgid "VBD %(vbd_ref)s plugged into wrong dev, remapping to %(dev)s"
 
8072
msgstr "VBD %(vbd_ref)s plugged into wrong dev, remapping to %(dev)s"
 
8073
 
 
8074
#: nova/virt/xenapi/vm_utils.py:1790
 
8075
#, python-format
 
8076
msgid "Destroying VBD for VDI %s ... "
 
8077
msgstr "Destroying VBD for VDI %s ... "
 
8078
 
 
8079
#: nova/virt/xenapi/vm_utils.py:1798
 
8080
#, python-format
 
8081
msgid "Destroying VBD for VDI %s done."
 
8082
msgstr "Destroying VBD for VDI %s done."
 
8083
 
 
8084
#: nova/virt/xenapi/vm_utils.py:1811
 
8085
#, python-format
 
8086
msgid "Running pygrub against %s"
 
8087
msgstr "Running pygrub against %s"
 
8088
 
 
8089
#: nova/virt/xenapi/vm_utils.py:1818
 
8090
#, python-format
 
8091
msgid "Found Xen kernel %s"
 
8092
msgstr "Found Xen kernel %s"
 
8093
 
 
8094
#: nova/virt/xenapi/vm_utils.py:1820
 
8095
msgid "No Xen kernel found.  Booting HVM."
 
8096
msgstr "No Xen kernel found.  Booting HVM."
 
8097
 
 
8098
#: nova/virt/xenapi/vm_utils.py:1833
 
8099
msgid "Partitions:"
 
8100
msgstr "Partitions:"
 
8101
 
 
8102
#: nova/virt/xenapi/vm_utils.py:1839
 
8103
#, python-format
 
8104
msgid "  %(num)s: %(ptype)s %(size)d sectors"
 
8105
msgstr "  %(num)s: %(ptype)s %(size)d sectors"
 
8106
 
 
8107
#: nova/virt/xenapi/vm_utils.py:1864
 
8108
#, python-format
 
8109
msgid ""
 
8110
"Writing partition table %(primary_first)d %(primary_last)d to "
 
8111
"%(dev_path)s..."
 
8112
msgstr ""
 
8113
"Writing partition table %(primary_first)d %(primary_last)d to "
 
8114
"%(dev_path)s..."
 
8115
 
 
8116
#: nova/virt/xenapi/vm_utils.py:1877
 
8117
#, python-format
 
8118
msgid "Writing partition table %s done."
 
8119
msgstr "Writing partition table %s done."
 
8120
 
 
8121
#: nova/virt/xenapi/vm_utils.py:1931
 
8122
#, python-format
 
8123
msgid ""
 
8124
"Starting sparse_copy src=%(src_path)s dst=%(dst_path)s "
 
8125
"virtual_size=%(virtual_size)d block_size=%(block_size)d"
 
8126
msgstr ""
 
8127
"Starting sparse_copy src=%(src_path)s dst=%(dst_path)s "
 
8128
"virtual_size=%(virtual_size)d block_size=%(block_size)d"
 
8129
 
 
8130
#: nova/virt/xenapi/vm_utils.py:1963
 
8131
#, python-format
 
8132
msgid ""
 
8133
"Finished sparse_copy in %(duration).2f secs, %(compression_pct).2f%% "
 
8134
"reduction in size"
 
8135
msgstr ""
 
8136
"Finished sparse_copy in %(duration).2f secs, %(compression_pct).2f%% "
 
8137
"reduction in size"
 
8138
 
 
8139
#: nova/virt/xenapi/vm_utils.py:2013
 
8140
msgid ""
 
8141
"XenServer tools installed in this image are capable of network injection."
 
8142
"  Networking files will not bemanipulated"
 
8143
msgstr ""
 
8144
"XenServer tools installed in this image are capable of network injection."
 
8145
"  Networking files will not bemanipulated"
 
8146
 
 
8147
#: nova/virt/xenapi/vm_utils.py:2021
 
8148
msgid ""
 
8149
"XenServer tools are present in this image but are not capable of network "
 
8150
"injection"
 
8151
msgstr ""
 
8152
"XenServer tools are present in this image but are not capable of network "
 
8153
"injection"
 
8154
 
 
8155
#: nova/virt/xenapi/vm_utils.py:2025
 
8156
msgid "XenServer tools are not installed in this image"
 
8157
msgstr "XenServer tools are not installed in this image"
 
8158
 
 
8159
#: nova/virt/xenapi/vm_utils.py:2041
 
8160
msgid "Manipulating interface files directly"
 
8161
msgstr "Manipulating interface files directly"
 
8162
 
 
8163
#: nova/virt/xenapi/vm_utils.py:2050
 
8164
#, python-format
 
8165
msgid "Failed to mount filesystem (expected for non-linux instances): %s"
 
8166
msgstr "Failed to mount filesystem (expected for non-linux instances): %s"
 
8167
 
 
8168
#: nova/virt/xenapi/vm_utils.py:2162
 
8169
msgid "This domU must be running on the host specified by xenapi_connection_url"
 
8170
msgstr "This domU must be running on the host specified by xenapi_connection_url"
 
8171
 
 
8172
#: nova/virt/xenapi/vmops.py:130 nova/virt/xenapi/vmops.py:636
 
8173
#, python-format
 
8174
msgid "Updating progress to %(progress)d"
 
8175
msgstr "Updating progress to %(progress)d"
 
8176
 
 
8177
#: nova/virt/xenapi/vmops.py:211
 
8178
msgid "Starting instance"
 
8179
msgstr "Starting instance"
 
8180
 
 
8181
#: nova/virt/xenapi/vmops.py:284
 
8182
msgid "Removing kernel/ramdisk files from dom0"
 
8183
msgstr "Removing kernel/ramdisk files from dom0"
 
8184
 
 
8185
#: nova/virt/xenapi/vmops.py:344
 
8186
#, python-format
 
8187
msgid "Block device information present: %s"
 
8188
msgstr "Block device information present: %s"
 
8189
 
 
8190
#: nova/virt/xenapi/vmops.py:367
 
8191
msgid "Failed to spawn, rolling back"
 
8192
msgstr "Failed to spawn, rolling back"
 
8193
 
 
8194
#: nova/virt/xenapi/vmops.py:430
 
8195
msgid "Detected ISO image type, creating blank VM for install"
 
8196
msgstr "Detected ISO image type, creating blank VM for install"
 
8197
 
 
8198
#: nova/virt/xenapi/vmops.py:447
 
8199
msgid "Auto configuring disk, attempting to resize partition..."
 
8200
msgstr "Auto configuring disk, attempting to resize partition..."
 
8201
 
 
8202
#: nova/virt/xenapi/vmops.py:486
 
8203
msgid "Starting VM"
 
8204
msgstr "Starting VM"
 
8205
 
 
8206
#: nova/virt/xenapi/vmops.py:493
 
8207
#, python-format
 
8208
msgid ""
 
8209
"Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is "
 
8210
"%(version)s"
 
8211
msgstr ""
 
8212
"Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is "
 
8213
"%(version)s"
 
8214
 
 
8215
#: nova/virt/xenapi/vmops.py:496
 
8216
#, python-format
 
8217
msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s"
 
8218
msgstr "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s"
 
8219
 
 
8220
#: nova/virt/xenapi/vmops.py:503
 
8221
msgid "Waiting for instance state to become running"
 
8222
msgstr "Waiting for instance state to become running"
 
8223
 
 
8224
#: nova/virt/xenapi/vmops.py:517
 
8225
#, python-format
 
8226
msgid "Instance agent version: %s"
 
8227
msgstr "Instance agent version: %s"
 
8228
 
 
8229
#: nova/virt/xenapi/vmops.py:547
 
8230
msgid "Setting VCPU weight"
 
8231
msgstr "Setting VCPU weight"
 
8232
 
 
8233
#: nova/virt/xenapi/vmops.py:555
 
8234
#, python-format
 
8235
msgid "Could not find VM with name %s"
 
8236
msgstr "Could not find VM with name %s"
 
8237
 
 
8238
#: nova/virt/xenapi/vmops.py:605
 
8239
msgid "Finished snapshot and upload for VM"
 
8240
msgstr "Finished snapshot and upload for VM"
 
8241
 
 
8242
#: nova/virt/xenapi/vmops.py:609
 
8243
#, python-format
 
8244
msgid "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d"
 
8245
msgstr "Migrating VHD '%(vdi_uuid)s' with seq_num %(seq_num)d"
 
8246
 
 
8247
#: nova/virt/xenapi/vmops.py:617
 
8248
msgid "Failed to transfer vhd to new host"
 
8249
msgstr "Failed to transfer vhd to new host"
 
8250
 
 
8251
#: nova/virt/xenapi/vmops.py:649
 
8252
#, python-format
 
8253
msgid "Resizing down VDI %(cow_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
 
8254
msgstr "Resizing down VDI %(cow_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
 
8255
 
 
8256
#: nova/virt/xenapi/vmops.py:775
 
8257
#, python-format
 
8258
msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
 
8259
msgstr "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
 
8260
 
 
8261
#: nova/virt/xenapi/vmops.py:780
 
8262
msgid "Resize complete"
 
8263
msgstr "Resize complete"
 
8264
 
 
8265
#: nova/virt/xenapi/vmops.py:824
 
8266
msgid "Starting halted instance found during reboot"
 
8267
msgstr "Starting halted instance found during reboot"
 
8268
 
 
8269
#: nova/virt/xenapi/vmops.py:907
 
8270
msgid "Unable to find root VBD/VDI for VM"
 
8271
msgstr "Unable to find root VBD/VDI for VM"
 
8272
 
 
8273
#: nova/virt/xenapi/vmops.py:934
 
8274
#, python-format
 
8275
msgid "Destroying VDIs for Instance %(instance_uuid)s"
 
8276
msgstr "Destroying VDIs for Instance %(instance_uuid)s"
 
8277
 
 
8278
#: nova/virt/xenapi/vmops.py:962
 
8279
msgid "Using RAW or VHD, skipping kernel and ramdisk deletion"
 
8280
msgstr "Using RAW or VHD, skipping kernel and ramdisk deletion"
 
8281
 
 
8282
#: nova/virt/xenapi/vmops.py:969
 
8283
msgid "instance has a kernel or ramdisk but not both"
 
8284
msgstr "instance has a kernel or ramdisk but not both"
 
8285
 
 
8286
#: nova/virt/xenapi/vmops.py:976
 
8287
msgid "kernel/ramdisk files removed"
 
8288
msgstr "kernel/ramdisk files removed"
 
8289
 
 
8290
#: nova/virt/xenapi/vmops.py:1002
 
8291
msgid "Destroying VM"
 
8292
msgstr "Destroying VM"
 
8293
 
 
8294
#: nova/virt/xenapi/vmops.py:1028
 
8295
msgid "VM is not present, skipping destroy..."
 
8296
msgstr "VM is not present, skipping destroy..."
 
8297
 
 
8298
#: nova/virt/xenapi/vmops.py:1079
 
8299
#, python-format
 
8300
msgid "Instance is already in Rescue Mode: %s"
 
8301
msgstr "Instance is already in Rescue Mode: %s"
 
8302
 
 
8303
#: nova/virt/xenapi/vmops.py:1114
 
8304
msgid "VM is not present, skipping power off..."
 
8305
msgstr "VM is not present, skipping power off..."
 
8306
 
 
8307
#: nova/virt/xenapi/vmops.py:1150
 
8308
#, python-format
 
8309
msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds"
 
8310
msgstr "Found %(instance_count)d hung reboots older than %(timeout)d seconds"
 
8311
 
 
8312
#: nova/virt/xenapi/vmops.py:1154
 
8313
msgid "Automatically hard rebooting"
 
8314
msgstr "Automatically hard rebooting"
 
8315
 
 
8316
#: nova/virt/xenapi/vmops.py:1214
 
8317
msgid "Could not get bandwidth info."
 
8318
msgstr "Could not get bandwidth info."
 
8319
 
 
8320
#: nova/virt/xenapi/vmops.py:1256
 
8321
msgid "Fetching VM ref while BUILDING failed"
 
8322
msgstr "Fetching VM ref while BUILDING failed"
 
8323
 
 
8324
#: nova/virt/xenapi/vmops.py:1339
 
8325
msgid "Injecting network info to xenstore"
 
8326
msgstr "Injecting network info to xenstore"
 
8327
 
 
8328
#: nova/virt/xenapi/vmops.py:1358
 
8329
msgid "Creating vifs"
 
8330
msgstr "Creating vifs"
 
8331
 
 
8332
#: nova/virt/xenapi/vmops.py:1367
 
8333
#, python-format
 
8334
msgid "Creating VIF for network %(network_ref)s"
 
8335
msgstr "Creating VIF for network %(network_ref)s"
 
8336
 
 
8337
#: nova/virt/xenapi/vmops.py:1370
 
8338
#, python-format
 
8339
msgid "Created VIF %(vif_ref)s, network %(network_ref)s"
 
8340
msgstr "Created VIF %(vif_ref)s, network %(network_ref)s"
 
8341
 
 
8342
#: nova/virt/xenapi/vmops.py:1394
 
8343
msgid "Injecting hostname to xenstore"
 
8344
msgstr "Injecting hostname to xenstore"
 
8345
 
 
8346
#: nova/virt/xenapi/vmops.py:1490
 
8347
#, python-format
 
8348
msgid ""
 
8349
"Destination host:%(hostname)s must be in the same aggregate as the source"
 
8350
" server"
 
8351
msgstr ""
 
8352
"Destination host:%(hostname)s must be in the same aggregate as the source"
 
8353
" server"
 
8354
 
 
8355
#: nova/virt/xenapi/vmops.py:1522
 
8356
msgid "Migrate Receive failed"
 
8357
msgstr "Migrate Receive failed"
 
8358
 
 
8359
#: nova/virt/xenapi/vmops.py:1570
 
8360
msgid "VM.assert_can_migratefailed"
 
8361
msgstr "VM.assert_can_migratefailed"
 
8362
 
 
8363
#: nova/virt/xenapi/vmops.py:1606
 
8364
msgid "Migrate Send failed"
 
8365
msgstr "Migrate Send failed"
 
8366
 
 
8367
#: nova/virt/xenapi/volume_utils.py:41
 
8368
msgid "creating sr within volume_utils"
 
8369
msgstr "creating sr within volume_utils"
 
8370
 
 
8371
#: nova/virt/xenapi/volume_utils.py:44 nova/virt/xenapi/volume_utils.py:72
 
8372
#, python-format
 
8373
msgid "type is = %s"
 
8374
msgstr "type is = %s"
 
8375
 
 
8376
#: nova/virt/xenapi/volume_utils.py:47 nova/virt/xenapi/volume_utils.py:75
 
8377
#, python-format
 
8378
msgid "name = %s"
 
8379
msgstr "name = %s"
 
8380
 
 
8381
#: nova/virt/xenapi/volume_utils.py:60
 
8382
#, python-format
 
8383
msgid "Created %(label)s as %(sr_ref)s."
 
8384
msgstr "Created %(label)s as %(sr_ref)s."
 
8385
 
 
8386
#: nova/virt/xenapi/volume_utils.py:65 nova/virt/xenapi/volume_utils.py:163
 
8387
msgid "Unable to create Storage Repository"
 
8388
msgstr "Unable to create Storage Repository"
 
8389
 
 
8390
#: nova/virt/xenapi/volume_utils.py:69
 
8391
msgid "introducing sr within volume_utils"
 
8392
msgstr "introducing sr within volume_utils"
 
8393
 
 
8394
#: nova/virt/xenapi/volume_utils.py:92 nova/virt/xenapi/volume_utils.py:159
 
8395
#: nova/virt/xenapi/volumeops.py:150
 
8396
#, python-format
 
8397
msgid "Introduced %(label)s as %(sr_ref)s."
 
8398
msgstr "Introduced %(label)s as %(sr_ref)s."
 
8399
 
 
8400
#: nova/virt/xenapi/volume_utils.py:95
 
8401
msgid "Creating pbd for SR"
 
8402
msgstr "Creating pbd for SR"
 
8403
 
 
8404
#: nova/virt/xenapi/volume_utils.py:97
 
8405
msgid "Plugging SR"
 
8406
msgstr "Plugging SR"
 
8407
 
 
8408
#: nova/virt/xenapi/volume_utils.py:105 nova/virt/xenapi/volumeops.py:154
 
8409
msgid "Unable to introduce Storage Repository"
 
8410
msgstr "Unable to introduce Storage Repository"
 
8411
 
 
8412
#: nova/virt/xenapi/volume_utils.py:116 nova/virt/xenapi/volumeops.py:46
 
8413
msgid "Unable to get SR using uuid"
 
8414
msgstr "Unable to get SR using uuid"
 
8415
 
 
8416
#: nova/virt/xenapi/volume_utils.py:118
 
8417
#, python-format
 
8418
msgid "Forgetting SR %s..."
 
8419
msgstr "Forgetting SR %s..."
 
8420
 
 
8421
#: nova/virt/xenapi/volume_utils.py:126
 
8422
msgid "Unable to forget Storage Repository"
 
8423
msgstr "Unable to forget Storage Repository"
 
8424
 
 
8425
#: nova/virt/xenapi/volume_utils.py:146
 
8426
#, python-format
 
8427
msgid "Introducing %s..."
 
8428
msgstr "Introducing %s..."
 
8429
 
 
8430
#: nova/virt/xenapi/volume_utils.py:175
 
8431
#, python-format
 
8432
msgid "Unable to find SR from VBD %s"
 
8433
msgstr "Unable to find SR from VBD %s"
 
8434
 
 
8435
#: nova/virt/xenapi/volume_utils.py:193
 
8436
#, python-format
 
8437
msgid "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s"
 
8438
msgstr "Ignoring exception %(exc)s when getting PBDs for %(sr_ref)s"
 
8439
 
 
8440
#: nova/virt/xenapi/volume_utils.py:199
 
8441
#, python-format
 
8442
msgid "Ignoring exception %(exc)s when unplugging PBD %(pbd)s"
 
8443
msgstr "Ignoring exception %(exc)s when unplugging PBD %(pbd)s"
 
8444
 
 
8445
#: nova/virt/xenapi/volume_utils.py:223
 
8446
#, python-format
 
8447
msgid "Unable to introduce VDI on SR %s"
 
8448
msgstr "Unable to introduce VDI on SR %s"
 
8449
 
 
8450
#: nova/virt/xenapi/volume_utils.py:231
 
8451
#, python-format
 
8452
msgid "Unable to get record of VDI %s on"
 
8453
msgstr "Unable to get record of VDI %s on"
 
8454
 
 
8455
#: nova/virt/xenapi/volume_utils.py:253
 
8456
#, python-format
 
8457
msgid "Unable to introduce VDI for SR %s"
 
8458
msgstr "Unable to introduce VDI for SR %s"
 
8459
 
 
8460
#: nova/virt/xenapi/volume_utils.py:263
 
8461
#, python-format
 
8462
msgid "Error finding vdis in SR %s"
 
8463
msgstr "Error finding vdis in SR %s"
 
8464
 
 
8465
#: nova/virt/xenapi/volume_utils.py:270
 
8466
#, python-format
 
8467
msgid "Unable to find vbd for vdi %s"
 
8468
msgstr "Unable to find vbd for vdi %s"
 
8469
 
 
8470
#: nova/virt/xenapi/volume_utils.py:304
 
8471
#, python-format
 
8472
msgid "Unable to obtain target information %(data)s, %(mountpoint)s"
 
8473
msgstr "Unable to obtain target information %(data)s, %(mountpoint)s"
 
8474
 
 
8475
#: nova/virt/xenapi/volume_utils.py:330
 
8476
#, python-format
 
8477
msgid "Mountpoint cannot be translated: %s"
 
8478
msgstr "Mountpoint cannot be translated: %s"
 
8479
 
 
8480
#: nova/virt/xenapi/volumeops.py:62
 
8481
msgid "Could not find VDI ref"
 
8482
msgstr "Could not find VDI ref"
 
8483
 
 
8484
#: nova/virt/xenapi/volumeops.py:67
 
8485
#, python-format
 
8486
msgid "Creating SR %s"
 
8487
msgstr "Creating SR %s"
 
8488
 
 
8489
#: nova/virt/xenapi/volumeops.py:70
 
8490
msgid "Could not create SR"
 
8491
msgstr "Could not create SR"
 
8492
 
 
8493
#: nova/virt/xenapi/volumeops.py:73
 
8494
msgid "Could not retrieve SR record"
 
8495
msgstr "Could not retrieve SR record"
 
8496
 
 
8497
#: nova/virt/xenapi/volumeops.py:78
 
8498
#, python-format
 
8499
msgid "Introducing SR %s"
 
8500
msgstr "Introducing SR %s"
 
8501
 
 
8502
#: nova/virt/xenapi/volumeops.py:81
 
8503
msgid "SR found in xapi database. No need to introduce"
 
8504
msgstr "SR found in xapi database. No need to introduce"
 
8505
 
 
8506
#: nova/virt/xenapi/volumeops.py:86
 
8507
msgid "Could not introduce SR"
 
8508
msgstr "Could not introduce SR"
 
8509
 
 
8510
#: nova/virt/xenapi/volumeops.py:90
 
8511
#, python-format
 
8512
msgid "Checking for SR %s"
 
8513
msgstr "Checking for SR %s"
 
8514
 
 
8515
#: nova/virt/xenapi/volumeops.py:100
 
8516
#, python-format
 
8517
msgid "SR %s not found in the xapi database"
 
8518
msgstr "SR %s not found in the xapi database"
 
8519
 
 
8520
#: nova/virt/xenapi/volumeops.py:106
 
8521
msgid "Could not forget SR"
 
8522
msgstr "Could not forget SR"
 
8523
 
 
8524
#: nova/virt/xenapi/volumeops.py:172
 
8525
#, python-format
 
8526
msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s"
 
8527
msgstr "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s"
 
8528
 
 
8529
#: nova/virt/xenapi/volumeops.py:182
 
8530
#, python-format
 
8531
msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s"
 
8532
msgstr "Unable to use SR %(sr_ref)s for instance %(instance_name)s"
 
8533
 
 
8534
#: nova/virt/xenapi/volumeops.py:197
 
8535
#, python-format
 
8536
msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s"
 
8537
msgstr "Mountpoint %(mountpoint)s attached to instance %(instance_name)s"
 
8538
 
 
8539
#: nova/virt/xenapi/volumeops.py:207
 
8540
#, python-format
 
8541
msgid "Detach_volume: %(instance_name)s, %(mountpoint)s"
 
8542
msgstr "Detach_volume: %(instance_name)s, %(mountpoint)s"
 
8543
 
 
8544
#: nova/virt/xenapi/volumeops.py:215
 
8545
#, python-format
 
8546
msgid "Unable to locate volume %s"
 
8547
msgstr "Unable to locate volume %s"
 
8548
 
 
8549
#: nova/virt/xenapi/volumeops.py:222
 
8550
#, python-format
 
8551
msgid "Unable to detach volume %s"
 
8552
msgstr "Unable to detach volume %s"
 
8553
 
 
8554
#: nova/virt/xenapi/volumeops.py:227
 
8555
#, python-format
 
8556
msgid "Unable to destroy vbd %s"
 
8557
msgstr "Unable to destroy vbd %s"
 
8558
 
 
8559
#: nova/virt/xenapi/volumeops.py:234
 
8560
#, python-format
 
8561
msgid "Error purging SR %s"
 
8562
msgstr "Error purging SR %s"
 
8563
 
 
8564
#: nova/virt/xenapi/volumeops.py:236
 
8565
#, python-format
 
8566
msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s"
 
8567
msgstr "Mountpoint %(mountpoint)s detached from instance %(instance_name)s"
 
8568
 
 
8569
#: nova/vnc/xvp_proxy.py:96 nova/vnc/xvp_proxy.py:101
 
8570
#, python-format
 
8571
msgid "Error in handshake: %s"
 
8572
msgstr "Error in handshake: %s"
 
8573
 
 
8574
#: nova/vnc/xvp_proxy.py:117
 
8575
#, python-format
 
8576
msgid "Invalid request: %s"
 
8577
msgstr "Invalid request: %s"
 
8578
 
 
8579
#: nova/vnc/xvp_proxy.py:137
 
8580
#, python-format
 
8581
msgid "Request: %s"
 
8582
msgstr "Request: %s"
 
8583
 
 
8584
#: nova/vnc/xvp_proxy.py:140
 
8585
#, python-format
 
8586
msgid "Request made with missing token: %s"
 
8587
msgstr "Request made with missing token: %s"
 
8588
 
 
8589
#: nova/vnc/xvp_proxy.py:150
 
8590
#, python-format
 
8591
msgid "Request made with invalid token: %s"
 
8592
msgstr "Request made with invalid token: %s"
 
8593
 
 
8594
#: nova/vnc/xvp_proxy.py:157
 
8595
#, python-format
 
8596
msgid "Unexpected error: %s"
 
8597
msgstr "Unexpected error: %s"
 
8598
 
 
8599
#: nova/vnc/xvp_proxy.py:177
 
8600
#, python-format
 
8601
msgid "Starting nova-xvpvncproxy node (version %s)"
 
8602
msgstr "Starting nova-xvpvncproxy node (version %s)"
 
8603
 
 
8604
#: nova/volume/api.py:104
 
8605
#, python-format
 
8606
msgid "Volume size '%s' must be an integer and greater than 0"
 
8607
msgstr "Volume size '%s' must be an integer and greater than 0"
 
8608
 
 
8609
#: nova/volume/api.py:121
 
8610
#, python-format
 
8611
msgid ""
 
8612
"Quota exceeded for %(pid)s, tried to create %(size)sG volume "
 
8613
"(%(consumed)dG of %(quota)dG already consumed)"
 
8614
msgstr ""
 
8615
"Quota exceeded for %(pid)s, tried to create %(size)sG volume "
 
8616
"(%(consumed)dG of %(quota)dG already consumed)"
 
8617
 
 
8618
#: nova/volume/api.py:127
 
8619
#, python-format
 
8620
msgid ""
 
8621
"Quota exceeded for %(pid)s, tried to create volume (%(consumed)d volumes "
 
8622
"already consumed)"
 
8623
msgstr ""
 
8624
"Quota exceeded for %(pid)s, tried to create volume (%(consumed)d volumes "
 
8625
"already consumed)"
 
8626
 
 
8627
#: nova/volume/api.py:192
 
8628
msgid "Volume status must be available or error"
 
8629
msgstr "Volume status must be available or error"
 
8630
 
 
8631
#: nova/volume/api.py:197
 
8632
#, python-format
 
8633
msgid "Volume still has %d dependent snapshots"
 
8634
msgstr "Volume still has %d dependent snapshots"
 
8635
 
 
8636
#: nova/volume/api.py:360
 
8637
msgid "must be available"
 
8638
msgstr "must be available"
 
8639
 
 
8640
#: nova/volume/api.py:393
 
8641
msgid "Volume Snapshot status must be available or error"
 
8642
msgstr "Volume Snapshot status must be available or error"
 
8643
 
 
8644
#: nova/volume/cinder.py:68
 
8645
#, python-format
 
8646
msgid "Cinderclient connection created using URL: %s"
 
8647
msgstr "Cinderclient connection created using URL: %s"
 
8648
 
 
8649
#: nova/volume/driver.py:97 nova/volume/netapp_nfs.py:255
 
8650
#, python-format
 
8651
msgid "Recovering from a failed execute.  Try number %s"
 
8652
msgstr "Recovering from a failed execute.  Try number %s"
 
8653
 
 
8654
#: nova/volume/driver.py:107
 
8655
#, python-format
 
8656
msgid "volume group %s doesn't exist"
 
8657
msgstr "volume group %s doesn't exist"
 
8658
 
 
8659
#: nova/volume/driver.py:295
 
8660
#, python-format
 
8661
msgid "Skipping ensure_export. No iscsi_target provisioned for volume: %s"
 
8662
msgstr "Skipping ensure_export. No iscsi_target provisioned for volume: %s"
 
8663
 
 
8664
#: nova/volume/driver.py:368
 
8665
#, python-format
 
8666
msgid "Skipping remove_export. No iscsi_target provisioned for volume: %s"
 
8667
msgstr "Skipping remove_export. No iscsi_target provisioned for volume: %s"
 
8668
 
 
8669
#: nova/volume/driver.py:385
 
8670
#, python-format
 
8671
msgid ""
 
8672
"Skipping remove_export. No iscsi_target is presently exported for volume:"
 
8673
" %s"
 
8674
msgstr ""
 
8675
"Skipping remove_export. No iscsi_target is presently exported for volume:"
 
8676
" %s"
 
8677
 
 
8678
#: nova/volume/driver.py:394
 
8679
msgid "ISCSI provider_location not stored, using discovery"
 
8680
msgstr "ISCSI provider_location not stored, using discovery"
 
8681
 
 
8682
#: nova/volume/driver.py:441
 
8683
#, python-format
 
8684
msgid "Could not find iSCSI export  for volume %s"
 
8685
msgstr "Could not find iSCSI export  for volume %s"
 
8686
 
 
8687
#: nova/volume/driver.py:445
 
8688
#, python-format
 
8689
msgid "ISCSI Discovery: Found %s"
 
8690
msgstr "ISCSI Discovery: Found %s"
 
8691
 
 
8692
#: nova/volume/driver.py:536
 
8693
#, python-format
 
8694
msgid "Cannot confirm exported volume id:%(volume_id)s."
 
8695
msgstr "Cannot confirm exported volume id:%(volume_id)s."
 
8696
 
 
8697
#: nova/volume/driver.py:563
 
8698
#, python-format
 
8699
msgid "FAKE ISCSI: %s"
 
8700
msgstr "FAKE ISCSI: %s"
 
8701
 
 
8702
#: nova/volume/driver.py:575
 
8703
#, python-format
 
8704
msgid "rbd has no pool %s"
 
8705
msgstr "rbd has no pool %s"
 
8706
 
 
8707
#: nova/volume/driver.py:706
 
8708
#, python-format
 
8709
msgid "Sheepdog is not working: %s"
 
8710
msgstr "Sheepdog is not working: %s"
 
8711
 
 
8712
#: nova/volume/driver.py:711
 
8713
msgid "Sheepdog is not working"
 
8714
msgstr "Sheepdog is not working"
 
8715
 
 
8716
#: nova/volume/driver.py:815 nova/volume/driver.py:820
 
8717
#, python-format
 
8718
msgid "LoggingVolumeDriver: %s"
 
8719
msgstr "LoggingVolumeDriver: %s"
 
8720
 
 
8721
#: nova/volume/iscsi.py:121
 
8722
#, python-format
 
8723
msgid "Creating volume: %s"
 
8724
msgstr "Creating volume: %s"
 
8725
 
 
8726
#: nova/volume/iscsi.py:136
 
8727
#, python-format
 
8728
msgid "Failed to create iscsi target for volume id:%(vol_id)s."
 
8729
msgstr "Failed to create iscsi target for volume id:%(vol_id)s."
 
8730
 
 
8731
#: nova/volume/iscsi.py:151 nova/volume/iscsi.py:195
 
8732
#, python-format
 
8733
msgid "Removing volume: %s"
 
8734
msgstr "Removing volume: %s"
 
8735
 
 
8736
#: nova/volume/iscsi.py:165
 
8737
#, python-format
 
8738
msgid "Failed to create iscsi target for volume id:%(volume_id)s."
 
8739
msgstr "Failed to create iscsi target for volume id:%(volume_id)s."
 
8740
 
 
8741
#: nova/volume/iscsi.py:176
 
8742
msgid "valid iqn needed for show_target"
 
8743
msgstr "valid iqn needed for show_target"
 
8744
 
 
8745
#: nova/volume/manager.py:101
 
8746
#, python-format
 
8747
msgid "Re-exporting %s volumes"
 
8748
msgstr "Re-exporting %s volumes"
 
8749
 
 
8750
#: nova/volume/manager.py:106
 
8751
#, python-format
 
8752
msgid "volume %s: skipping export"
 
8753
msgstr "volume %s: skipping export"
 
8754
 
 
8755
#: nova/volume/manager.py:114
 
8756
#, python-format
 
8757
msgid "volume %s: creating"
 
8758
msgstr "volume %s: creating"
 
8759
 
 
8760
#: nova/volume/manager.py:126
 
8761
#, python-format
 
8762
msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG"
 
8763
msgstr "volume %(vol_name)s: creating lv of size %(vol_size)sG"
 
8764
 
 
8765
#: nova/volume/manager.py:138
 
8766
#, python-format
 
8767
msgid "volume %s: creating export"
 
8768
msgstr "volume %s: creating export"
 
8769
 
 
8770
#: nova/volume/manager.py:157
 
8771
#, python-format
 
8772
msgid "volume %s: created successfully"
 
8773
msgstr "volume %s: created successfully"
 
8774
 
 
8775
#: nova/volume/manager.py:171
 
8776
msgid "Volume is not local to this node"
 
8777
msgstr "Volume is not local to this node"
 
8778
 
 
8779
#: nova/volume/manager.py:176
 
8780
#, python-format
 
8781
msgid "volume %s: removing export"
 
8782
msgstr "volume %s: removing export"
 
8783
 
 
8784
#: nova/volume/manager.py:178
 
8785
#, python-format
 
8786
msgid "volume %s: deleting"
 
8787
msgstr "volume %s: deleting"
 
8788
 
 
8789
#: nova/volume/manager.py:181
 
8790
#, python-format
 
8791
msgid "volume %s: volume is busy"
 
8792
msgstr "volume %s: volume is busy"
 
8793
 
 
8794
#: nova/volume/manager.py:198
 
8795
msgid "Failed to update usages deleting volume"
 
8796
msgstr "Failed to update usages deleting volume"
 
8797
 
 
8798
#: nova/volume/manager.py:201
 
8799
#, python-format
 
8800
msgid "volume %s: deleted successfully"
 
8801
msgstr "volume %s: deleted successfully"
 
8802
 
 
8803
#: nova/volume/manager.py:214
 
8804
#, python-format
 
8805
msgid "snapshot %s: creating"
 
8806
msgstr "snapshot %s: creating"
 
8807
 
 
8808
#: nova/volume/manager.py:218
 
8809
#, python-format
 
8810
msgid "snapshot %(snap_name)s: creating"
 
8811
msgstr "snapshot %(snap_name)s: creating"
 
8812
 
 
8813
#: nova/volume/manager.py:233
 
8814
#, python-format
 
8815
msgid "snapshot %s: created successfully"
 
8816
msgstr "snapshot %s: created successfully"
 
8817
 
 
8818
#: nova/volume/manager.py:242
 
8819
#, python-format
 
8820
msgid "snapshot %s: deleting"
 
8821
msgstr "snapshot %s: deleting"
 
8822
 
 
8823
#: nova/volume/manager.py:245
 
8824
#, python-format
 
8825
msgid "snapshot %s: snapshot is busy"
 
8826
msgstr "snapshot %s: snapshot is busy"
 
8827
 
 
8828
#: nova/volume/manager.py:257
 
8829
#, python-format
 
8830
msgid "snapshot %s: deleted successfully"
 
8831
msgstr "snapshot %s: deleted successfully"
 
8832
 
 
8833
#: nova/volume/manager.py:366
 
8834
msgid "Checking volume capabilities"
 
8835
msgstr "Checking volume capabilities"
 
8836
 
 
8837
#: nova/volume/manager.py:370
 
8838
#, python-format
 
8839
msgid "New capabilities found: %s"
 
8840
msgstr "New capabilities found: %s"
 
8841
 
 
8842
#: nova/volume/manager.py:381
 
8843
msgid "Clear capabilities"
 
8844
msgstr "Clear capabilities"
 
8845
 
 
8846
#: nova/volume/manager.py:385
 
8847
#, python-format
 
8848
msgid "Notification {%s} received"
 
8849
msgstr "Notification {%s} received"
 
8850
 
 
8851
#: nova/volume/netapp.py:108
 
8852
#, python-format
 
8853
msgid "API %(name)s failed: %(reason)s"
 
8854
msgstr "API %(name)s failed: %(reason)s"
 
8855
 
 
8856
#: nova/volume/netapp.py:119 nova/volume/netapp.py:1033
 
8857
#, python-format
 
8858
msgid "Using WSDL: %s"
 
8859
msgstr "Using WSDL: %s"
 
8860
 
 
8861
#: nova/volume/netapp.py:129
 
8862
#, python-format
 
8863
msgid "Using DFM server: %s"
 
8864
msgstr "Using DFM server: %s"
 
8865
 
 
8866
#: nova/volume/netapp.py:134
 
8867
#, python-format
 
8868
msgid "Using storage service: %s"
 
8869
msgstr "Using storage service: %s"
 
8870
 
 
8871
#: nova/volume/netapp.py:139
 
8872
#, python-format
 
8873
msgid "Using storage service prefix: %s"
 
8874
msgstr "Using storage service prefix: %s"
 
8875
 
 
8876
#: nova/volume/netapp.py:145
 
8877
#, python-format
 
8878
msgid "Using vfiler: %s"
 
8879
msgstr "Using vfiler: %s"
 
8880
 
 
8881
#: nova/volume/netapp.py:154 nova/volume/netapp.py:1048
 
8882
#: nova/volume/netapp_nfs.py:110 nova/volume/storwize_svc.py:326
 
8883
#, python-format
 
8884
msgid "%s is not set"
 
8885
msgstr "%s is not set"
 
8886
 
 
8887
#: nova/volume/netapp.py:157
 
8888
msgid "Either netapp_storage_service or netapp_storage_service_prefix must be set"
 
8889
msgstr "Either netapp_storage_service or netapp_storage_service_prefix must be set"
 
8890
 
 
8891
#: nova/volume/netapp.py:184
 
8892
msgid "Connected to DFM server"
 
8893
msgstr "Connected to DFM server"
 
8894
 
 
8895
#: nova/volume/netapp.py:262
 
8896
#, python-format
 
8897
msgid "Discovered %(dataset_count)s datasets and %(lun_count)s LUNs"
 
8898
msgstr "Discovered %(dataset_count)s datasets and %(lun_count)s LUNs"
 
8899
 
 
8900
#: nova/volume/netapp.py:297
 
8901
#, python-format
 
8902
msgid "Job failed: %s"
 
8903
msgstr "Job failed: %s"
 
8904
 
 
8905
#: nova/volume/netapp.py:326
 
8906
msgid ""
 
8907
"Attempt to use volume_type without specifying "
 
8908
"netapp_storage_service_prefix flag."
 
8909
msgstr ""
 
8910
"Attempt to use volume_type without specifying "
 
8911
"netapp_storage_service_prefix flag."
 
8912
 
 
8913
#: nova/volume/netapp.py:330
 
8914
msgid ""
 
8915
"You must set the netapp_storage_service flag in order to create volumes "
 
8916
"with no volume_type."
 
8917
msgstr ""
 
8918
"You must set the netapp_storage_service flag in order to create volumes "
 
8919
"with no volume_type."
 
8920
 
 
8921
#: nova/volume/netapp.py:399
 
8922
msgid "Failed to provision dataset member"
 
8923
msgstr "Failed to provision dataset member"
 
8924
 
 
8925
#: nova/volume/netapp.py:414
 
8926
msgid "No LUN was created by the provision job"
 
8927
msgstr "No LUN was created by the provision job"
 
8928
 
 
8929
#: nova/volume/netapp.py:452
 
8930
msgid "Failed to remove and delete dataset member"
 
8931
msgstr "Failed to remove and delete dataset member"
 
8932
 
 
8933
#: nova/volume/netapp.py:493
 
8934
#, python-format
 
8935
msgid "No entry in LUN table for volume %s"
 
8936
msgstr "No entry in LUN table for volume %s"
 
8937
 
 
8938
#: nova/volume/netapp.py:513
 
8939
#, python-format
 
8940
msgid "Failed to get LUN details for LUN ID %s"
 
8941
msgstr "Failed to get LUN details for LUN ID %s"
 
8942
 
 
8943
#: nova/volume/netapp.py:530
 
8944
#, python-format
 
8945
msgid "Failed to get host details for host ID %s"
 
8946
msgstr "Failed to get host details for host ID %s"
 
8947
 
 
8948
#: nova/volume/netapp.py:767 nova/volume/netapp.py:814
 
8949
#, python-format
 
8950
msgid "No LUN ID for volume %s"
 
8951
msgstr "No LUN ID for volume %s"
 
8952
 
 
8953
#: nova/volume/netapp.py:776
 
8954
#, python-format
 
8955
msgid "Failed to get target portal for filer: %s"
 
8956
msgstr "Failed to get target portal for filer: %s"
 
8957
 
 
8958
#: nova/volume/netapp.py:781
 
8959
#, python-format
 
8960
msgid "Failed to get target IQN for filer: %s"
 
8961
msgstr "Failed to get target IQN for filer: %s"
 
8962
 
 
8963
#: nova/volume/netapp.py:968 nova/volume/netapp_nfs.py:74
 
8964
#, python-format
 
8965
msgid ""
 
8966
"Cannot create volume of size %(vol_size)s from snapshot of size "
 
8967
"%(snap_size)s"
 
8968
msgstr ""
 
8969
"Cannot create volume of size %(vol_size)s from snapshot of size "
 
8970
"%(snap_size)s"
 
8971
 
 
8972
#: nova/volume/netapp.py:980
 
8973
#, python-format
 
8974
msgid ""
 
8975
"Cannot create volume of type %(new_type)s from snapshot of type "
 
8976
"%(old_type)s"
 
8977
msgstr ""
 
8978
"Cannot create volume of type %(new_type)s from snapshot of type "
 
8979
"%(old_type)s"
 
8980
 
 
8981
#: nova/volume/netapp.py:1014
 
8982
#, python-format
 
8983
msgid "No metadata property %(prop)s defined for the LUN %(name)s"
 
8984
msgstr "No metadata property %(prop)s defined for the LUN %(name)s"
 
8985
 
 
8986
#: nova/volume/netapp.py:1078
 
8987
msgid "Success getting LUN list from server"
 
8988
msgstr "Success getting LUN list from server"
 
8989
 
 
8990
#: nova/volume/netapp.py:1100
 
8991
#, python-format
 
8992
msgid "Created LUN with name %s"
 
8993
msgstr "Created LUN with name %s"
 
8994
 
 
8995
#: nova/volume/netapp.py:1109 nova/volume/netapp.py:1217
 
8996
#, python-format
 
8997
msgid "Destroyed LUN %s"
 
8998
msgstr "Destroyed LUN %s"
 
8999
 
 
9000
#: nova/volume/netapp.py:1146
 
9001
#, python-format
 
9002
msgid "Mapped LUN %(handle)s to the initiator %(initiator_name)s"
 
9003
msgstr "Mapped LUN %(handle)s to the initiator %(initiator_name)s"
 
9004
 
 
9005
#: nova/volume/netapp.py:1151
 
9006
#, python-format
 
9007
msgid ""
 
9008
"Succesfully fetched target details for LUN %(handle)s and initiator "
 
9009
"%(initiator_name)s"
 
9010
msgstr ""
 
9011
"Succesfully fetched target details for LUN %(handle)s and initiator "
 
9012
"%(initiator_name)s"
 
9013
 
 
9014
#: nova/volume/netapp.py:1156
 
9015
#, python-format
 
9016
msgid "Failed to get LUN target details for the LUN %s"
 
9017
msgstr "Failed to get LUN target details for the LUN %s"
 
9018
 
 
9019
#: nova/volume/netapp.py:1160
 
9020
#, python-format
 
9021
msgid "Failed to get target portal for the LUN %s"
 
9022
msgstr "Failed to get target portal for the LUN %s"
 
9023
 
 
9024
#: nova/volume/netapp.py:1164
 
9025
#, python-format
 
9026
msgid "Failed to get target IQN for the LUN %s"
 
9027
msgstr "Failed to get target IQN for the LUN %s"
 
9028
 
 
9029
#: nova/volume/netapp.py:1197
 
9030
#, python-format
 
9031
msgid "Unmapped LUN %(handle)s from the initiator %(initiator_name)s"
 
9032
msgstr "Unmapped LUN %(handle)s from the initiator %(initiator_name)s"
 
9033
 
 
9034
#: nova/volume/netapp.py:1253
 
9035
msgid "Object is not a NetApp LUN."
 
9036
msgstr "Object is not a NetApp LUN."
 
9037
 
 
9038
#: nova/volume/netapp.py:1263
 
9039
#, python-format
 
9040
msgid "Cloned LUN with new name %s"
 
9041
msgstr "Cloned LUN with new name %s"
 
9042
 
 
9043
#: nova/volume/netapp.py:1280
 
9044
#, python-format
 
9045
msgid "Could not find handle for LUN named %s"
 
9046
msgstr "Could not find handle for LUN named %s"
 
9047
 
 
9048
#: nova/volume/nfs.py:60
 
9049
msgid "There's no NFS config file configured "
 
9050
msgstr "There's no NFS config file configured "
 
9051
 
 
9052
#: nova/volume/nfs.py:62
 
9053
msgid "NFS config file doesn't exist"
 
9054
msgstr "NFS config file doesn't exist"
 
9055
 
 
9056
#: nova/volume/nfs.py:85
 
9057
#, python-format
 
9058
msgid "casted to %s"
 
9059
msgstr "casted to %s"
 
9060
 
 
9061
#: nova/volume/nfs.py:95
 
9062
#, python-format
 
9063
msgid "Volume %s does not have provider_location specified, skipping"
 
9064
msgstr "Volume %s does not have provider_location specified, skipping"
 
9065
 
 
9066
#: nova/volume/nfs.py:106
 
9067
#, python-format
 
9068
msgid "Trying to delete non-existing volume %(volume)s at path %(mounted_path)s"
 
9069
msgstr "Trying to delete non-existing volume %(volume)s at path %(mounted_path)s"
 
9070
 
 
9071
#: nova/volume/san.py:114 nova/volume/san.py:154
 
9072
msgid "Specify san_password or san_private_key"
 
9073
msgstr "Specify san_password or san_private_key"
 
9074
 
 
9075
#: nova/volume/san.py:158
 
9076
msgid "san_ip must be set"
 
9077
msgstr "san_ip must be set"
 
9078
 
 
9079
#: nova/volume/san.py:229
 
9080
#, python-format
 
9081
msgid "Cannot parse list-view output: %s"
 
9082
msgstr "Cannot parse list-view output: %s"
 
9083
 
 
9084
#: nova/volume/san.py:323
 
9085
#, python-format
 
9086
msgid "LUID not found for %(zfs_poolname)s. Output=%(out)s"
 
9087
msgstr "LUID not found for %(zfs_poolname)s. Output=%(out)s"
 
9088
 
 
9089
#: nova/volume/san.py:456
 
9090
#, python-format
 
9091
msgid "CLIQ command returned %s"
 
9092
msgstr "CLIQ command returned %s"
 
9093
 
 
9094
#: nova/volume/san.py:462
 
9095
#, python-format
 
9096
msgid "Malformed response to CLIQ command %(verb)s %(cliq_args)s. Result=%(out)s"
 
9097
msgstr "Malformed response to CLIQ command %(verb)s %(cliq_args)s. Result=%(out)s"
 
9098
 
 
9099
#: nova/volume/san.py:470
 
9100
#, python-format
 
9101
msgid "Error running CLIQ command %(verb)s %(cliq_args)s.  Result=%(out)s"
 
9102
msgstr "Error running CLIQ command %(verb)s %(cliq_args)s.  Result=%(out)s"
 
9103
 
 
9104
#: nova/volume/san.py:500
 
9105
#, python-format
 
9106
msgid ""
 
9107
"Unexpected number of virtual ips for cluster  %(cluster_name)s. "
 
9108
"Result=%(_xml)s"
 
9109
msgstr ""
 
9110
"Unexpected number of virtual ips for cluster  %(cluster_name)s. "
 
9111
"Result=%(_xml)s"
 
9112
 
 
9113
#: nova/volume/san.py:553
 
9114
#, python-format
 
9115
msgid "Volume info: %(volume_name)s => %(volume_attributes)s"
 
9116
msgstr "Volume info: %(volume_name)s => %(volume_attributes)s"
 
9117
 
 
9118
#: nova/volume/san.py:606
 
9119
msgid "local_path not supported"
 
9120
msgstr "local_path not supported"
 
9121
 
 
9122
#: nova/volume/solidfire.py:123
 
9123
#, python-format
 
9124
msgid "Payload for SolidFire API call: %s"
 
9125
msgstr "Payload for SolidFire API call: %s"
 
9126
 
 
9127
#: nova/volume/solidfire.py:140
 
9128
#, python-format
 
9129
msgid "Call to json.loads() raised an exception: %s"
 
9130
msgstr "Call to json.loads() raised an exception: %s"
 
9131
 
 
9132
#: nova/volume/solidfire.py:145
 
9133
#, python-format
 
9134
msgid "Results of SolidFire API call: %s"
 
9135
msgstr "Results of SolidFire API call: %s"
 
9136
 
 
9137
#: nova/volume/solidfire.py:159
 
9138
#, python-format
 
9139
msgid "Found solidfire account: %s"
 
9140
msgstr "Found solidfire account: %s"
 
9141
 
 
9142
#: nova/volume/solidfire.py:173
 
9143
#, python-format
 
9144
msgid "solidfire account: %s does not exist, create it..."
 
9145
msgstr "solidfire account: %s does not exist, create it..."
 
9146
 
 
9147
#: nova/volume/solidfire.py:279
 
9148
#, python-format
 
9149
msgid "More than one valid preset was detected, using %s"
 
9150
msgstr "More than one valid preset was detected, using %s"
 
9151
 
 
9152
#: nova/volume/solidfire.py:306
 
9153
msgid "Enter SolidFire delete_volume..."
 
9154
msgstr "Enter SolidFire delete_volume..."
 
9155
 
 
9156
#: nova/volume/solidfire.py:334
 
9157
#, python-format
 
9158
msgid "Deleting volumeID: %s"
 
9159
msgstr "Deleting volumeID: %s"
 
9160
 
 
9161
#: nova/volume/solidfire.py:342
 
9162
msgid "Leaving SolidFire delete_volume"
 
9163
msgstr "Leaving SolidFire delete_volume"
 
9164
 
 
9165
#: nova/volume/solidfire.py:345
 
9166
msgid "Executing SolidFire ensure_export..."
 
9167
msgstr "Executing SolidFire ensure_export..."
 
9168
 
 
9169
#: nova/volume/solidfire.py:349
 
9170
msgid "Executing SolidFire create_export..."
 
9171
msgstr "Executing SolidFire create_export..."
 
9172
 
 
9173
#: nova/volume/solidfire.py:354
 
9174
msgid "Enter SolidFire create_snapshot..."
 
9175
msgstr "Enter SolidFire create_snapshot..."
 
9176
 
 
9177
#: nova/volume/storwize_svc.py:123
 
9178
#, python-format
 
9179
msgid ""
 
9180
"_get_hdr_dic: attribute headers and values do not match.\n"
 
9181
" Headers: %(header)s\n"
 
9182
" Values: %(row)s"
 
9183
msgstr ""
 
9184
"_get_hdr_dic: attribute headers and values do not match.\n"
 
9185
" Headers: %(header)s\n"
 
9186
" Values: %(row)s"
 
9187
 
 
9188
#: nova/volume/storwize_svc.py:141
 
9189
msgid "enter: check_for_setup_error"
 
9190
msgstr "enter: check_for_setup_error"
 
9191
 
 
9192
#: nova/volume/storwize_svc.py:147 nova/volume/storwize_svc.py:163
 
9193
#: nova/volume/storwize_svc.py:171 nova/volume/storwize_svc.py:218
 
9194
#: nova/volume/storwize_svc.py:227
 
9195
#, python-format
 
9196
msgid ""
 
9197
"check_for_setup_error: failed with unexpected CLI output.\n"
 
9198
" Command: %(cmd)s\n"
 
9199
" stdout: %(out)s\n"
 
9200
" stderr: %(err)s"
 
9201
msgstr ""
 
9202
"check_for_setup_error: failed with unexpected CLI output.\n"
 
9203
" Command: %(cmd)s\n"
 
9204
" stdout: %(out)s\n"
 
9205
" stderr: %(err)s"
 
9206
 
 
9207
#: nova/volume/storwize_svc.py:155
 
9208
#, python-format
 
9209
msgid "pool %s doesn't exist"
 
9210
msgstr "pool %s doesn't exist"
 
9211
 
 
9212
#: nova/volume/storwize_svc.py:182 nova/volume/storwize_svc.py:238
 
9213
#, python-format
 
9214
msgid ""
 
9215
"check_for_setup_error: failed with unexpected CLI output.\n"
 
9216
" Command: %(cmd)s\n"
 
9217
" stdout: %(out)s\n"
 
9218
" stderr: %(err)s\n"
 
9219
msgstr ""
 
9220
"check_for_setup_error: failed with unexpected CLI output.\n"
 
9221
" Command: %(cmd)s\n"
 
9222
" stdout: %(out)s\n"
 
9223
" stderr: %(err)s\n"
 
9224
 
 
9225
#: nova/volume/storwize_svc.py:200
 
9226
#, python-format
 
9227
msgid "Did not find expected column name in svcinfo lsnode: %s"
 
9228
msgstr "Did not find expected column name in svcinfo lsnode: %s"
 
9229
 
 
9230
#: nova/volume/storwize_svc.py:203 nova/volume/storwize_svc.py:253
 
9231
#, python-format
 
9232
msgid ""
 
9233
"check_for_setup_error: Unexpected CLI output.\n"
 
9234
" Details: %(msg)s\n"
 
9235
"Command: %(cmd)s\n"
 
9236
" stdout: %(out)s\n"
 
9237
" stderr: %(err)s"
 
9238
msgstr ""
 
9239
"check_for_setup_error: Unexpected CLI output.\n"
 
9240
" Details: %(msg)s\n"
 
9241
"Command: %(cmd)s\n"
 
9242
" stdout: %(out)s\n"
 
9243
" stderr: %(err)s"
 
9244
 
 
9245
#: nova/volume/storwize_svc.py:250
 
9246
#, python-format
 
9247
msgid "Did not find expected column name in lsportip: %s"
 
9248
msgstr "Did not find expected column name in lsportip: %s"
 
9249
 
 
9250
#: nova/volume/storwize_svc.py:272
 
9251
#, python-format
 
9252
msgid ""
 
9253
"check_for_setup_error: fail to storage configuration: unknown storage "
 
9254
"node %(node_id)s from CLI output.\n"
 
9255
" stdout: %(out)s\n"
 
9256
" stderr: %(err)s\n"
 
9257
msgstr ""
 
9258
"check_for_setup_error: fail to storage configuration: unknown storage "
 
9259
"node %(node_id)s from CLI output.\n"
 
9260
" stdout: %(out)s\n"
 
9261
" stderr: %(err)s\n"
 
9262
 
 
9263
#: nova/volume/storwize_svc.py:294
 
9264
#, python-format
 
9265
msgid ""
 
9266
"check_for_setup_error: fail to storage configuration: storage node %s has"
 
9267
" no IP addresses configured"
 
9268
msgstr ""
 
9269
"check_for_setup_error: fail to storage configuration: storage node %s has"
 
9270
" no IP addresses configured"
 
9271
 
 
9272
#: nova/volume/storwize_svc.py:302
 
9273
#, python-format
 
9274
msgid ""
 
9275
"could not obtain IP address and iSCSI name from the storage. Please "
 
9276
"verify that the storage is configured for iSCSI.\n"
 
9277
" Storage nodes: %(nodes)s\n"
 
9278
" portips: %(portips)s"
 
9279
msgstr ""
 
9280
"could not obtain IP address and iSCSI name from the storage. Please "
 
9281
"verify that the storage is configured for iSCSI.\n"
 
9282
" Storage nodes: %(nodes)s\n"
 
9283
" portips: %(portips)s"
 
9284
 
 
9285
#: nova/volume/storwize_svc.py:310
 
9286
msgid "leave: check_for_setup_error"
 
9287
msgstr "leave: check_for_setup_error"
 
9288
 
 
9289
#: nova/volume/storwize_svc.py:332
 
9290
msgid ""
 
9291
"Password or SSH private key is required for authentication: set either "
 
9292
"san_password or san_private_key option"
 
9293
msgstr ""
 
9294
"Password or SSH private key is required for authentication: set either "
 
9295
"san_password or san_private_key option"
 
9296
 
 
9297
#: nova/volume/storwize_svc.py:340
 
9298
msgid ""
 
9299
"Illegal value specified for storwize_svc_vol_vtype: set to either "
 
9300
"'striped' or 'seq'"
 
9301
msgstr ""
 
9302
"Illegal value specified for storwize_svc_vol_vtype: set to either "
 
9303
"'striped' or 'seq'"
 
9304
 
 
9305
#: nova/volume/storwize_svc.py:347
 
9306
msgid ""
 
9307
"Illegal value specified for storwize_svc_vol_rsize: set to either a "
 
9308
"number or a percentage"
 
9309
msgstr ""
 
9310
"Illegal value specified for storwize_svc_vol_rsize: set to either a "
 
9311
"number or a percentage"
 
9312
 
 
9313
#: nova/volume/storwize_svc.py:354
 
9314
msgid ""
 
9315
"Illegal value specified for storwize_svc_vol_warning: set to either a "
 
9316
"number or a percentage"
 
9317
msgstr ""
 
9318
"Illegal value specified for storwize_svc_vol_warning: set to either a "
 
9319
"number or a percentage"
 
9320
 
 
9321
#: nova/volume/storwize_svc.py:362
 
9322
msgid ""
 
9323
"Illegal value specified for storwize_svc_vol_autoexpand: set to either "
 
9324
"True or False"
 
9325
msgstr ""
 
9326
"Illegal value specified for storwize_svc_vol_autoexpand: set to either "
 
9327
"True or False"
 
9328
 
 
9329
#: nova/volume/storwize_svc.py:370
 
9330
msgid ""
 
9331
"Illegal value specified for storwize_svc_vol_grainsize: set to either "
 
9332
"'32', '64', '128', or '256'"
 
9333
msgstr ""
 
9334
"Illegal value specified for storwize_svc_vol_grainsize: set to either "
 
9335
"'32', '64', '128', or '256'"
 
9336
 
 
9337
#: nova/volume/storwize_svc.py:379
 
9338
#, python-format
 
9339
msgid ""
 
9340
"Illegal value %s specified for storwize_svc_flashcopy_timeout: valid "
 
9341
"values are between 0 and 600"
 
9342
msgstr ""
 
9343
"Illegal value %s specified for storwize_svc_flashcopy_timeout: valid "
 
9344
"values are between 0 and 600"
 
9345
 
 
9346
#: nova/volume/storwize_svc.py:388
 
9347
msgid ""
 
9348
"Illegal value specified for storwize_svc_vol_compression: set to either "
 
9349
"True or False"
 
9350
msgstr ""
 
9351
"Illegal value specified for storwize_svc_vol_compression: set to either "
 
9352
"True or False"
 
9353
 
 
9354
#: nova/volume/storwize_svc.py:394
 
9355
msgid "enter: do_setup"
 
9356
msgstr "enter: do_setup"
 
9357
 
 
9358
#: nova/volume/storwize_svc.py:396
 
9359
msgid "leave: do_setup"
 
9360
msgstr "leave: do_setup"
 
9361
 
 
9362
#: nova/volume/storwize_svc.py:409
 
9363
#, python-format
 
9364
msgid "enter: create_volume: volume %s "
 
9365
msgstr "enter: create_volume: volume %s "
 
9366
 
 
9367
#: nova/volume/storwize_svc.py:444 nova/volume/storwize_svc.py:454
 
9368
#, python-format
 
9369
msgid ""
 
9370
"create volume %(name)s - did not find success message in CLI output.\n"
 
9371
" stdout: %(out)s\n"
 
9372
" stderr: %(err)s"
 
9373
msgstr ""
 
9374
"create volume %(name)s - did not find success message in CLI output.\n"
 
9375
" stdout: %(out)s\n"
 
9376
" stderr: %(err)s"
 
9377
 
 
9378
#: nova/volume/storwize_svc.py:459
 
9379
#, python-format
 
9380
msgid "leave: create_volume: volume %(name)s "
 
9381
msgstr "leave: create_volume: volume %(name)s "
 
9382
 
 
9383
#: nova/volume/storwize_svc.py:468
 
9384
#, python-format
 
9385
msgid "enter: delete_volume: volume %(name)s "
 
9386
msgstr "enter: delete_volume: volume %(name)s "
 
9387
 
 
9388
#: nova/volume/storwize_svc.py:483
 
9389
#, python-format
 
9390
msgid ""
 
9391
"delete volume %(name)s - non empty output from CLI.\n"
 
9392
" stdout: %(out)s\n"
 
9393
" stderr: %(err)s"
 
9394
msgstr ""
 
9395
"delete volume %(name)s - non empty output from CLI.\n"
 
9396
" stdout: %(out)s\n"
 
9397
" stderr: %(err)s"
 
9398
 
 
9399
#: nova/volume/storwize_svc.py:490
 
9400
#, python-format
 
9401
msgid "warning: tried to delete volume %(name)s but it does not exist."
 
9402
msgstr "warning: tried to delete volume %(name)s but it does not exist."
 
9403
 
 
9404
#: nova/volume/storwize_svc.py:493
 
9405
#, python-format
 
9406
msgid "leave: delete_volume: volume %(name)s "
 
9407
msgstr "leave: delete_volume: volume %(name)s "
 
9408
 
 
9409
#: nova/volume/storwize_svc.py:503
 
9410
#, python-format
 
9411
msgid "ensure_export: volume %s not found on storage"
 
9412
msgstr "ensure_export: volume %s not found on storage"
 
9413
 
 
9414
#: nova/volume/storwize_svc.py:527
 
9415
#, python-format
 
9416
msgid "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 
9417
msgstr "enter: initialize_connection: volume %(vol)s with connector %(conn)s"
 
9418
 
 
9419
#: nova/volume/storwize_svc.py:542
 
9420
msgid "_create_new_host failed to return the host name."
 
9421
msgstr "_create_new_host failed to return the host name."
 
9422
 
 
9423
#: nova/volume/storwize_svc.py:560
 
9424
#, python-format
 
9425
msgid ""
 
9426
"initialize_connection: did not find preferred node %(node)s for volume "
 
9427
"%(vol)s in iSCSI configuration"
 
9428
msgstr ""
 
9429
"initialize_connection: did not find preferred node %(node)s for volume "
 
9430
"%(vol)s in iSCSI configuration"
 
9431
 
 
9432
#: nova/volume/storwize_svc.py:568
 
9433
#, python-format
 
9434
msgid ""
 
9435
"initialize_connection: did not find a preferred node for volume %s in "
 
9436
"iSCSI configuration"
 
9437
msgstr ""
 
9438
"initialize_connection: did not find a preferred node for volume %s in "
 
9439
"iSCSI configuration"
 
9440
 
 
9441
#: nova/volume/storwize_svc.py:582
 
9442
#, python-format
 
9443
msgid ""
 
9444
"leave: initialize_connection:\n"
 
9445
" volume: %(vol)s\n"
 
9446
" connector %(conn)s\n"
 
9447
" properties: %(prop)s"
 
9448
msgstr ""
 
9449
"leave: initialize_connection:\n"
 
9450
" volume: %(vol)s\n"
 
9451
" connector %(conn)s\n"
 
9452
" properties: %(prop)s"
 
9453
 
 
9454
#: nova/volume/storwize_svc.py:600
 
9455
#, python-format
 
9456
msgid "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 
9457
msgstr "enter: terminate_connection: volume %(vol)s with connector %(conn)s"
 
9458
 
 
9459
#: nova/volume/storwize_svc.py:610
 
9460
#, python-format
 
9461
msgid "_get_host_from_iscsiname failed to return the host name for iscsi name %s"
 
9462
msgstr "_get_host_from_iscsiname failed to return the host name for iscsi name %s"
 
9463
 
 
9464
#: nova/volume/storwize_svc.py:621
 
9465
#, python-format
 
9466
msgid ""
 
9467
"delete mapping of volume %(vol)s to host %(host)s - non empty output from"
 
9468
" CLI.\n"
 
9469
" stdout: %(out)s\n"
 
9470
" stderr: %(err)s"
 
9471
msgstr ""
 
9472
"delete mapping of volume %(vol)s to host %(host)s - non empty output from"
 
9473
" CLI.\n"
 
9474
" stdout: %(out)s\n"
 
9475
" stderr: %(err)s"
 
9476
 
 
9477
#: nova/volume/storwize_svc.py:630
 
9478
#, python-format
 
9479
msgid "terminate_connection: no mapping of volume %(vol)s to host %(host)s found"
 
9480
msgstr "terminate_connection: no mapping of volume %(vol)s to host %(host)s found"
 
9481
 
 
9482
#: nova/volume/storwize_svc.py:638
 
9483
#, python-format
 
9484
msgid "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 
9485
msgstr "leave: terminate_connection: volume %(vol)s with connector %(conn)s"
 
9486
 
 
9487
#: nova/volume/storwize_svc.py:649
 
9488
#, python-format
 
9489
msgid ""
 
9490
"_run_flashcopy: fail to cleanup failed FlashCopy mapping %(fc_map_id)% "
 
9491
"from %(source)s to %(target)s.\n"
 
9492
"stdout: %(out)s\n"
 
9493
" stderr: %(err)s"
 
9494
msgstr ""
 
9495
"_run_flashcopy: fail to cleanup failed FlashCopy mapping %(fc_map_id)% "
 
9496
"from %(source)s to %(target)s.\n"
 
9497
"stdout: %(out)s\n"
 
9498
" stderr: %(err)s"
 
9499
 
 
9500
#: nova/volume/storwize_svc.py:663
 
9501
#, python-format
 
9502
msgid ""
 
9503
"enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 
9504
" %(target)s"
 
9505
msgstr ""
 
9506
"enter: _run_flashcopy: execute FlashCopy from source %(source)s to target"
 
9507
" %(target)s"
 
9508
 
 
9509
#: nova/volume/storwize_svc.py:671 nova/volume/storwize_svc.py:684
 
9510
#, python-format
 
9511
msgid ""
 
9512
"create FC mapping from %(source)s to %(target)s - did not find success "
 
9513
"message in CLI output.\n"
 
9514
" stdout: %(out)s\n"
 
9515
" stderr: %(err)s\n"
 
9516
msgstr ""
 
9517
"create FC mapping from %(source)s to %(target)s - did not find success "
 
9518
"message in CLI output.\n"
 
9519
" stdout: %(out)s\n"
 
9520
" stderr: %(err)s\n"
 
9521
 
 
9522
#: nova/volume/storwize_svc.py:695 nova/volume/storwize_svc.py:704
 
9523
#, python-format
 
9524
msgid ""
 
9525
"create FC mapping from %(source)s to %(target)s - did not find mapping id"
 
9526
" in CLI output.\n"
 
9527
" stdout: %(out)s\n"
 
9528
" stderr: %(err)s\n"
 
9529
msgstr ""
 
9530
"create FC mapping from %(source)s to %(target)s - did not find mapping id"
 
9531
" in CLI output.\n"
 
9532
" stdout: %(out)s\n"
 
9533
" stderr: %(err)s\n"
 
9534
 
 
9535
#: nova/volume/storwize_svc.py:715
 
9536
#, python-format
 
9537
msgid ""
 
9538
"_run_flashcopy: fail to prepare FlashCopy from %(source)s to %(target)s.\n"
 
9539
"stdout: %(out)s\n"
 
9540
" stderr: %(err)s"
 
9541
msgstr ""
 
9542
"_run_flashcopy: fail to prepare FlashCopy from %(source)s to %(target)s.\n"
 
9543
"stdout: %(out)s\n"
 
9544
" stderr: %(err)s"
 
9545
 
 
9546
#: nova/volume/storwize_svc.py:740
 
9547
#, python-format
 
9548
msgid ""
 
9549
"unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 
9550
"%(attr)s"
 
9551
msgstr ""
 
9552
"unexecpted mapping status %(status)s for mapping %(id)s. Attributes: "
 
9553
"%(attr)s"
 
9554
 
 
9555
#: nova/volume/storwize_svc.py:752
 
9556
#, python-format
 
9557
msgid ""
 
9558
"mapping %(id)s prepare failed to complete within the alloted %(to)s "
 
9559
"seconds timeout. Terminating"
 
9560
msgstr ""
 
9561
"mapping %(id)s prepare failed to complete within the alloted %(to)s "
 
9562
"seconds timeout. Terminating"
 
9563
 
 
9564
#: nova/volume/storwize_svc.py:757
 
9565
#, python-format
 
9566
msgid ""
 
9567
"_run_flashcopy: fail to start FlashCopy from %(source)s to %(target)s "
 
9568
"with exception %(ex)s"
 
9569
msgstr ""
 
9570
"_run_flashcopy: fail to start FlashCopy from %(source)s to %(target)s "
 
9571
"with exception %(ex)s"
 
9572
 
 
9573
#: nova/volume/storwize_svc.py:765
 
9574
#, python-format
 
9575
msgid "_run_flashcopy: %s"
 
9576
msgstr "_run_flashcopy: %s"
 
9577
 
 
9578
#: nova/volume/storwize_svc.py:771
 
9579
#, python-format
 
9580
msgid ""
 
9581
"_run_flashcopy: fail to start FlashCopy from %(source)s to %(target)s.\n"
 
9582
"stdout: %(out)s\n"
 
9583
" stderr: %(err)s"
 
9584
msgstr ""
 
9585
"_run_flashcopy: fail to start FlashCopy from %(source)s to %(target)s.\n"
 
9586
"stdout: %(out)s\n"
 
9587
" stderr: %(err)s"
 
9588
 
 
9589
#: nova/volume/storwize_svc.py:780
 
9590
#, python-format
 
9591
msgid "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 
9592
msgstr "leave: _run_flashcopy: FlashCopy started from %(source)s to %(target)s"
 
9593
 
 
9594
#: nova/volume/storwize_svc.py:790
 
9595
#, python-format
 
9596
msgid "enter: create_volume_from_snapshot: snapshot %(tgt)s from volume %(src)s"
 
9597
msgstr "enter: create_volume_from_snapshot: snapshot %(tgt)s from volume %(src)s"
 
9598
 
 
9599
#: nova/volume/storwize_svc.py:796
 
9600
#, python-format
 
9601
msgid "create_volume_from_snapshot: source volume %s does not exist"
 
9602
msgstr "create_volume_from_snapshot: source volume %s does not exist"
 
9603
 
 
9604
#: nova/volume/storwize_svc.py:803 nova/volume/storwize_svc.py:857
 
9605
#: nova/volume/storwize_svc.py:876
 
9606
#, python-format
 
9607
msgid ""
 
9608
"create_volume_from_snapshot: cannot get source volume %(src)s capacity "
 
9609
"from volume attributes %(attr)s"
 
9610
msgstr ""
 
9611
"create_volume_from_snapshot: cannot get source volume %(src)s capacity "
 
9612
"from volume attributes %(attr)s"
 
9613
 
 
9614
#: nova/volume/storwize_svc.py:812
 
9615
#, python-format
 
9616
msgid ""
 
9617
"create_volume_from_snapshot: target volume %s already exists, cannot "
 
9618
"create"
 
9619
msgstr ""
 
9620
"create_volume_from_snapshot: target volume %s already exists, cannot "
 
9621
"create"
 
9622
 
 
9623
#: nova/volume/storwize_svc.py:831
 
9624
#, python-format
 
9625
msgid "leave: create_volume_from_snapshot: %s created successfully"
 
9626
msgstr "leave: create_volume_from_snapshot: %s created successfully"
 
9627
 
 
9628
#: nova/volume/storwize_svc.py:843
 
9629
#, python-format
 
9630
msgid "enter: create_snapshot: snapshot %(tgt)s from volume %(src)s"
 
9631
msgstr "enter: create_snapshot: snapshot %(tgt)s from volume %(src)s"
 
9632
 
 
9633
#: nova/volume/storwize_svc.py:850
 
9634
#, python-format
 
9635
msgid "create_snapshot: source volume %s does not exist"
 
9636
msgstr "create_snapshot: source volume %s does not exist"
 
9637
 
 
9638
#: nova/volume/storwize_svc.py:883
 
9639
#, python-format
 
9640
msgid ""
 
9641
"create_snapshot: source %(src)s and target volume %(tgt)s have different "
 
9642
"capacities (source:%(ssize)s target:%(tsize)s)"
 
9643
msgstr ""
 
9644
"create_snapshot: source %(src)s and target volume %(tgt)s have different "
 
9645
"capacities (source:%(ssize)s target:%(tsize)s)"
 
9646
 
 
9647
#: nova/volume/storwize_svc.py:901
 
9648
#, python-format
 
9649
msgid "leave: create_snapshot: %s created successfully"
 
9650
msgstr "leave: create_snapshot: %s created successfully"
 
9651
 
 
9652
#: nova/volume/storwize_svc.py:909
 
9653
#, python-format
 
9654
msgid "enter: delete_snapshot: snapshot %s"
 
9655
msgstr "enter: delete_snapshot: snapshot %s"
 
9656
 
 
9657
#: nova/volume/storwize_svc.py:918
 
9658
#, python-format
 
9659
msgid "leave: delete_snapshot: snapshot %s"
 
9660
msgstr "leave: delete_snapshot: snapshot %s"
 
9661
 
 
9662
#: nova/volume/storwize_svc.py:927
 
9663
#, python-format
 
9664
msgid "enter: _get_host_from_iscsiname: iSCSI initiator %s"
 
9665
msgstr "enter: _get_host_from_iscsiname: iSCSI initiator %s"
 
9666
 
 
9667
#: nova/volume/storwize_svc.py:937
 
9668
#, python-format
 
9669
msgid ""
 
9670
"_get_host_from_iscsiname: failed with unexpected CLI output.\n"
 
9671
" command: %(cmd)s\n"
 
9672
" stdout: %(out)s\n"
 
9673
" stderr: %(err)s"
 
9674
msgstr ""
 
9675
"_get_host_from_iscsiname: failed with unexpected CLI output.\n"
 
9676
" command: %(cmd)s\n"
 
9677
" stdout: %(out)s\n"
 
9678
" stderr: %(err)s"
 
9679
 
 
9680
#: nova/volume/storwize_svc.py:957
 
9681
#, python-format
 
9682
msgid ""
 
9683
"_get_host_from_iscsiname: Unexpected response from CLI output. Command: "
 
9684
"%(cmd)s\n"
 
9685
" stdout: %(out)s\n"
 
9686
" stderr: %(err)s"
 
9687
msgstr ""
 
9688
"_get_host_from_iscsiname: Unexpected response from CLI output. Command: "
 
9689
"%(cmd)s\n"
 
9690
" stdout: %(out)s\n"
 
9691
" stderr: %(err)s"
 
9692
 
 
9693
#: nova/volume/storwize_svc.py:973
 
9694
#, python-format
 
9695
msgid "leave: _get_host_from_iscsiname: iSCSI initiator %s"
 
9696
msgstr "leave: _get_host_from_iscsiname: iSCSI initiator %s"
 
9697
 
 
9698
#: nova/volume/storwize_svc.py:986
 
9699
#, python-format
 
9700
msgid "enter: _create_new_host: host %(name)s with iSCSI initiator %(init)s"
 
9701
msgstr "enter: _create_new_host: host %(name)s with iSCSI initiator %(init)s"
 
9702
 
 
9703
#: nova/volume/storwize_svc.py:995
 
9704
msgid ""
 
9705
"_create_new_host: cannot clean host name. Host name is not unicode or "
 
9706
"string"
 
9707
msgstr ""
 
9708
"_create_new_host: cannot clean host name. Host name is not unicode or "
 
9709
"string"
 
9710
 
 
9711
#: nova/volume/storwize_svc.py:1008
 
9712
#, python-format
 
9713
msgid ""
 
9714
"create host %(name)s with iSCSI initiator %(init)s - did not find success"
 
9715
" message in CLI output.\n"
 
9716
" stdout: %(out)s\n"
 
9717
" stderr: %(err)s\n"
 
9718
msgstr ""
 
9719
"create host %(name)s with iSCSI initiator %(init)s - did not find success"
 
9720
" message in CLI output.\n"
 
9721
" stdout: %(out)s\n"
 
9722
" stderr: %(err)s\n"
 
9723
 
 
9724
#: nova/volume/storwize_svc.py:1016
 
9725
#, python-format
 
9726
msgid "leave: _create_new_host: host %(host)s with iSCSI initiator %(init)s"
 
9727
msgstr "leave: _create_new_host: host %(host)s with iSCSI initiator %(init)s"
 
9728
 
 
9729
#: nova/volume/storwize_svc.py:1025
 
9730
#, python-format
 
9731
msgid "enter: _delete_host: host %s "
 
9732
msgstr "enter: _delete_host: host %s "
 
9733
 
 
9734
#: nova/volume/storwize_svc.py:1033
 
9735
#, python-format
 
9736
msgid "warning: tried to delete host %(name)s but it does not exist."
 
9737
msgstr "warning: tried to delete host %(name)s but it does not exist."
 
9738
 
 
9739
#: nova/volume/storwize_svc.py:1036
 
9740
#, python-format
 
9741
msgid "leave: _delete_host: host %s "
 
9742
msgstr "leave: _delete_host: host %s "
 
9743
 
 
9744
#: nova/volume/storwize_svc.py:1040
 
9745
#, python-format
 
9746
msgid "enter: _is_volume_defined: volume %s "
 
9747
msgstr "enter: _is_volume_defined: volume %s "
 
9748
 
 
9749
#: nova/volume/storwize_svc.py:1042
 
9750
#, python-format
 
9751
msgid "leave: _is_volume_defined: volume %(vol)s with %(str)s "
 
9752
msgstr "leave: _is_volume_defined: volume %(vol)s with %(str)s "
 
9753
 
 
9754
#: nova/volume/storwize_svc.py:1053
 
9755
#, python-format
 
9756
msgid "enter: _is_host_defined: host %s "
 
9757
msgstr "enter: _is_host_defined: host %s "
 
9758
 
 
9759
#: nova/volume/storwize_svc.py:1065
 
9760
#, python-format
 
9761
msgid ""
 
9762
"_is_host_defined: Unexpected response from CLI output.\n"
 
9763
" stdout: %(out)s\n"
 
9764
" stderr: %(err)s\n"
 
9765
msgstr ""
 
9766
"_is_host_defined: Unexpected response from CLI output.\n"
 
9767
" stdout: %(out)s\n"
 
9768
" stderr: %(err)s\n"
 
9769
 
 
9770
#: nova/volume/storwize_svc.py:1075
 
9771
#, python-format
 
9772
msgid ""
 
9773
"Data received for host %(host1)s instead of host %(host2)s.\n"
 
9774
" stdout: %(out)s\n"
 
9775
" stderr: %(err)s\n"
 
9776
msgstr ""
 
9777
"Data received for host %(host1)s instead of host %(host2)s.\n"
 
9778
" stdout: %(out)s\n"
 
9779
" stderr: %(err)s\n"
 
9780
 
 
9781
#: nova/volume/storwize_svc.py:1085
 
9782
#, python-format
 
9783
msgid "leave: _is_host_defined: host %(host)s with %(str)s "
 
9784
msgstr "leave: _is_host_defined: host %(host)s with %(str)s "
 
9785
 
 
9786
#: nova/volume/storwize_svc.py:1113
 
9787
#, python-format
 
9788
msgid "enter: _map_vol_to_host: volume %(vol)s to host %(host)s"
 
9789
msgstr "enter: _map_vol_to_host: volume %(vol)s to host %(host)s"
 
9790
 
 
9791
#: nova/volume/storwize_svc.py:1143
 
9792
#, python-format
 
9793
msgid ""
 
9794
"_map_vol_to_host: mapping host %(host)s to volume %(vol)s with LUN "
 
9795
"%(lun)s - did not find success message in CLI output. stdout: %(out)s\n"
 
9796
" stderr: %(err)s\n"
 
9797
msgstr ""
 
9798
"_map_vol_to_host: mapping host %(host)s to volume %(vol)s with LUN "
 
9799
"%(lun)s - did not find success message in CLI output. stdout: %(out)s\n"
 
9800
" stderr: %(err)s\n"
 
9801
 
 
9802
#: nova/volume/storwize_svc.py:1153
 
9803
#, python-format
 
9804
msgid "leave: _map_vol_to_host: LUN %(lun)s, volume %(vol)s, host %(host)s"
 
9805
msgstr "leave: _map_vol_to_host: LUN %(lun)s, volume %(vol)s, host %(host)s"
 
9806
 
 
9807
#: nova/volume/storwize_svc.py:1169
 
9808
#, python-format
 
9809
msgid "enter: _get_flashcopy_mapping_attributes: mapping %s"
 
9810
msgstr "enter: _get_flashcopy_mapping_attributes: mapping %s"
 
9811
 
 
9812
#: nova/volume/storwize_svc.py:1176 nova/volume/storwize_svc.py:1188
 
9813
#, python-format
 
9814
msgid ""
 
9815
"_get_flashcopy_mapping_attributes: Unexpected response from CLI output. "
 
9816
"Command: %(cmd)s\n"
 
9817
" stdout: %(out)s\n"
 
9818
" stderr: %(err)s"
 
9819
msgstr ""
 
9820
"_get_flashcopy_mapping_attributes: Unexpected response from CLI output. "
 
9821
"Command: %(cmd)s\n"
 
9822
" stdout: %(out)s\n"
 
9823
" stderr: %(err)s"
 
9824
 
 
9825
#: nova/volume/storwize_svc.py:1200
 
9826
#, python-format
 
9827
msgid ""
 
9828
"leave: _get_flashcopy_mapping_attributes: mapping %(id)s, attributes "
 
9829
"%(attr)s"
 
9830
msgstr ""
 
9831
"leave: _get_flashcopy_mapping_attributes: mapping %(id)s, attributes "
 
9832
"%(attr)s"
 
9833
 
 
9834
#: nova/volume/storwize_svc.py:1214
 
9835
#, python-format
 
9836
msgid "enter: _get_volume_attributes: volume %s"
 
9837
msgstr "enter: _get_volume_attributes: volume %s"
 
9838
 
 
9839
#: nova/volume/storwize_svc.py:1223
 
9840
#, python-format
 
9841
msgid ""
 
9842
"CLI Exception output:\n"
 
9843
" command: %(cmd)s\n"
 
9844
" stdout: %(out)s\n"
 
9845
" stderr: %(err)s"
 
9846
msgstr ""
 
9847
"CLI Exception output:\n"
 
9848
" command: %(cmd)s\n"
 
9849
" stdout: %(out)s\n"
 
9850
" stderr: %(err)s"
 
9851
 
 
9852
#: nova/volume/storwize_svc.py:1244
 
9853
#, python-format
 
9854
msgid ""
 
9855
"leave: _get_volume_attributes:\n"
 
9856
" volume %(vol)s\n"
 
9857
" attributes: %(attr)s"
 
9858
msgstr ""
 
9859
"leave: _get_volume_attributes:\n"
 
9860
" volume %(vol)s\n"
 
9861
" attributes: %(attr)s"
 
9862
 
 
9863
#: nova/volume/volume_types.py:49 nova/volume/volume_types.py:108
 
9864
msgid "name cannot be None"
 
9865
msgstr "name cannot be None"
 
9866
 
 
9867
#: nova/volume/volume_types.py:96
 
9868
msgid "id cannot be None"
 
9869
msgstr "id cannot be None"
 
9870
 
 
9871
#: nova/volume/xensm.py:55
 
9872
#, python-format
 
9873
msgid "SR name = %s"
 
9874
msgstr "SR name = %s"
 
9875
 
 
9876
#: nova/volume/xensm.py:56
 
9877
#, python-format
 
9878
msgid "Params: %s"
 
9879
msgstr "Params: %s"
 
9880
 
 
9881
#: nova/volume/xensm.py:60
 
9882
#, python-format
 
9883
msgid "Failed to create sr %s...continuing"
 
9884
msgstr "Failed to create sr %s...continuing"
 
9885
 
 
9886
#: nova/volume/xensm.py:62
 
9887
msgid "Create failed"
 
9888
msgstr "Create failed"
 
9889
 
 
9890
#: nova/volume/xensm.py:65
 
9891
#, python-format
 
9892
msgid "SR UUID of new SR is: %s"
 
9893
msgstr "SR UUID of new SR is: %s"
 
9894
 
 
9895
#: nova/volume/xensm.py:72
 
9896
msgid "Failed to update db"
 
9897
msgstr "Failed to update db"
 
9898
 
 
9899
#: nova/volume/xensm.py:82
 
9900
#, python-format
 
9901
msgid "Failed to introduce sr %s...continuing"
 
9902
msgstr "Failed to introduce sr %s...continuing"
 
9903
 
 
9904
#: nova/volume/xensm.py:93
 
9905
#, python-format
 
9906
msgid "Failed to reach backend %d"
 
9907
msgstr "Failed to reach backend %d"
 
9908
 
 
9909
#: nova/volume/xensm.py:102
 
9910
msgid "XenSMDriver requires xenapi connection"
 
9911
msgstr "XenSMDriver requires xenapi connection"
 
9912
 
 
9913
#: nova/volume/xensm.py:113
 
9914
msgid "Failed to initiate session"
 
9915
msgstr "Failed to initiate session"
 
9916
 
 
9917
#: nova/volume/xensm.py:146
 
9918
#, python-format
 
9919
msgid "Volume will be created in backend - %d"
 
9920
msgstr "Volume will be created in backend - %d"
 
9921
 
 
9922
#: nova/volume/xensm.py:158
 
9923
msgid "Failed to update volume in db"
 
9924
msgstr "Failed to update volume in db"
 
9925
 
 
9926
#: nova/volume/xensm.py:162
 
9927
msgid "Unable to create volume"
 
9928
msgstr "Unable to create volume"
 
9929
 
 
9930
#: nova/volume/xensm.py:169
 
9931
#, python-format
 
9932
msgid "Volume %s does not exist"
 
9933
msgstr "Volume %s does not exist"
 
9934
 
 
9935
#: nova/volume/xensm.py:179
 
9936
msgid "Failed to delete vdi"
 
9937
msgstr "Failed to delete vdi"
 
9938
 
 
9939
#: nova/volume/xensm.py:186
 
9940
msgid "Failed to delete volume in db"
 
9941
msgstr "Failed to delete volume in db"
 
9942
 
 
9943
#: nova/volume/xensm.py:220
 
9944
msgid "Failed to find volume in db"
 
9945
msgstr "Failed to find volume in db"
 
9946
 
 
9947
#: nova/volume/xensm.py:232
 
9948
msgid "Failed to find backend in db"
 
9949
msgstr "Failed to find backend in db"
 
9950
 
 
9951
#: nova/volume/nexenta/__init__.py:27
 
9952
msgid "Nexenta SA returned the error"
 
9953
msgstr "Nexenta SA returned the error"
 
9954
 
 
9955
#: nova/volume/nexenta/jsonrpc.py:64
 
9956
#, python-format
 
9957
msgid "Sending JSON data: %s"
 
9958
msgstr "Sending JSON data: %s"
 
9959
 
 
9960
#: nova/volume/nexenta/jsonrpc.py:69
 
9961
#, python-format
 
9962
msgid "Auto switching to HTTPS connection to %s"
 
9963
msgstr "Auto switching to HTTPS connection to %s"
 
9964
 
 
9965
#: nova/volume/nexenta/jsonrpc.py:75
 
9966
msgid "No headers in server response"
 
9967
msgstr "No headers in server response"
 
9968
 
 
9969
#: nova/volume/nexenta/jsonrpc.py:76
 
9970
msgid "Bad response from server"
 
9971
msgstr "Bad response from server"
 
9972
 
 
9973
#: nova/volume/nexenta/jsonrpc.py:79
 
9974
#, python-format
 
9975
msgid "Got response: %s"
 
9976
msgstr "Got response: %s"
 
9977
 
 
9978
#: nova/volume/nexenta/volume.py:96
 
9979
#, python-format
 
9980
msgid "Volume %s does not exist in Nexenta SA"
 
9981
msgstr "Volume %s does not exist in Nexenta SA"
 
9982
 
 
9983
#: nova/volume/nexenta/volume.py:180
 
9984
msgid ""
 
9985
"Call to local_path should not happen. Verify that use_local_volumes flag "
 
9986
"is turned off."
 
9987
msgstr ""
 
9988
"Call to local_path should not happen. Verify that use_local_volumes flag "
 
9989
"is turned off."
 
9990
 
 
9991
#: nova/volume/nexenta/volume.py:202
 
9992
#, python-format
 
9993
msgid "Ignored target creation error \"%s\" while ensuring export"
 
9994
msgstr "Ignored target creation error \"%s\" while ensuring export"
 
9995
 
 
9996
#: nova/volume/nexenta/volume.py:210
 
9997
#, python-format
 
9998
msgid "Ignored target group creation error \"%s\" while ensuring export"
 
9999
msgstr "Ignored target group creation error \"%s\" while ensuring export"
 
10000
 
 
10001
#: nova/volume/nexenta/volume.py:219
 
10002
#, python-format
 
10003
msgid "Ignored target group member addition error \"%s\" while ensuring export"
 
10004
msgstr "Ignored target group member addition error \"%s\" while ensuring export"
 
10005
 
 
10006
#: nova/volume/nexenta/volume.py:227
 
10007
#, python-format
 
10008
msgid "Ignored LU creation error \"%s\" while ensuring export"
 
10009
msgstr "Ignored LU creation error \"%s\" while ensuring export"
 
10010
 
 
10011
#: nova/volume/nexenta/volume.py:237
 
10012
#, python-format
 
10013
msgid "Ignored LUN mapping entry addition error \"%s\" while ensuring export"
 
10014
msgstr "Ignored LUN mapping entry addition error \"%s\" while ensuring export"
 
10015
 
 
10016
#: nova/volume/nexenta/volume.py:273
 
10017
#, python-format
 
10018
msgid ""
 
10019
"Got error trying to destroy target group %(target_group)s, assuming it is"
 
10020
" already gone: %(exc)s"
 
10021
msgstr ""
 
10022
"Got error trying to destroy target group %(target_group)s, assuming it is"
 
10023
" already gone: %(exc)s"
 
10024
 
 
10025
#: nova/volume/nexenta/volume.py:280
 
10026
#, python-format
 
10027
msgid ""
 
10028
"Got error trying to delete target %(target)s, assuming it is already "
 
10029
"gone: %(exc)s"
 
10030
msgstr ""
 
10031
"Got error trying to delete target %(target)s, assuming it is already "
 
10032
"gone: %(exc)s"
 
10033