~ubuntu-branches/ubuntu/saucy/nova/saucy-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-05-24 13:12:53 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20120524131253-ommql08fg1en06ut
Tags: 2012.2~f1-0ubuntu1
* New upstream release.
* Prepare for quantal:
  - Dropped debian/patches/upstream/0006-Use-project_id-in-ec2.cloud._format_image.patch
  - Dropped debian/patches/upstream/0005-Populate-image-properties-with-project_id-again.patch
  - Dropped debian/patches/upstream/0004-Fixed-bug-962840-added-a-test-case.patch
  - Dropped debian/patches/upstream/0003-Allow-unprivileged-RADOS-users-to-access-rbd-volumes.patch
  - Dropped debian/patches/upstream/0002-Stop-libvirt-test-from-deleting-instances-dir.patch
  - Dropped debian/patches/upstream/0001-fix-bug-where-nova-ignores-glance-host-in-imageref.patch 
  - Dropped debian/patches/0001-fix-useexisting-deprecation-warnings.patch
* debian/control: Add python-keystone as a dependency. (LP: #907197)
* debian/patches/kombu_tests_timeout.patch: Refreshed.
* debian/nova.conf, debian/nova-common.postinst: Convert to new ini
  file configuration
* debian/patches/nova-manage_flagfile_location.patch: Refreshed

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgstr ""
8
8
"Project-Id-Version:  nova\n"
9
9
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10
 
"POT-Creation-Date: 2012-04-01 23:03+0000\n"
11
 
"PO-Revision-Date: 2012-03-10 06:08+0000\n"
12
 
"Last-Translator: Oscar Rosario <oscar.inirio@gmail.com>\n"
 
10
"POT-Creation-Date: 2012-05-13 23:02+0000\n"
 
11
"PO-Revision-Date: 2012-04-18 14:35+0000\n"
 
12
"Last-Translator: nat6091 <Unknown>\n"
13
13
"Language-Team: Spanish <es@li.org>\n"
14
14
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
15
15
"MIME-Version: 1.0\n"
89
89
"Stdout: %(stdout)r\n"
90
90
"Stderr: %(stderr)r"
91
91
 
92
 
#: nova/exception.py:94
 
92
#: nova/exception.py:72
93
93
msgid "DB exception wrapped."
94
94
msgstr ""
95
95
 
96
 
#: nova/exception.py:155
 
96
#: nova/exception.py:131
97
97
msgid "An unknown exception occurred."
98
98
msgstr "Una excepcion desconocida ha ocurrido"
99
99
 
100
 
#: nova/exception.py:178
 
100
#: nova/exception.py:149
 
101
msgid "Exception in string format operation"
 
102
msgstr ""
 
103
 
 
104
#: nova/exception.py:159
 
105
msgid "Unknown"
 
106
msgstr ""
 
107
 
 
108
#: nova/exception.py:179
101
109
msgid "Failed to decrypt text"
102
110
msgstr "Fallo al desencriptar el texto"
103
111
 
104
 
#: nova/exception.py:182
 
112
#: nova/exception.py:183
105
113
msgid "Failed to paginate through images from image service"
106
 
msgstr ""
 
114
msgstr "Falló al paginar a través de imágenes del servicio de imagen"
107
115
 
108
 
#: nova/exception.py:186
 
116
#: nova/exception.py:187
109
117
msgid "Virtual Interface creation failed"
110
118
msgstr "Creacion de interfaz virtual fallida"
111
119
 
112
 
#: nova/exception.py:190
 
120
#: nova/exception.py:191
113
121
msgid "5 attempts to create virtual interfacewith unique mac address failed"
114
122
msgstr ""
 
123
"Fallaron los 5 intentos de crear una interfaz virtual con una dirección "
 
124
"mac única"
115
125
 
116
 
#: nova/exception.py:195
 
126
#: nova/exception.py:196
117
127
msgid "Connection to glance failed"
118
128
msgstr "Coneccion con glance fallida"
119
129
 
120
 
#: nova/exception.py:199
 
130
#: nova/exception.py:200
121
131
msgid "Connection to melange failed"
122
 
msgstr ""
 
132
msgstr "Falló la conexión a melange"
123
133
 
124
 
#: nova/exception.py:203
 
134
#: nova/exception.py:204
125
135
msgid "Not authorized."
126
136
msgstr "No Autorizado"
127
137
 
128
 
#: nova/exception.py:208
 
138
#: nova/exception.py:209
129
139
msgid "User does not have admin privileges"
130
140
msgstr "El usuario no tiene privilegios de administrador"
131
141
 
132
 
#: nova/exception.py:212
 
142
#: nova/exception.py:213
133
143
#, python-format
134
144
msgid "Policy doesn't allow %(action)s to be performed."
135
 
msgstr ""
 
145
msgstr "La política no permite que la %(action)s se realice"
136
146
 
137
 
#: nova/exception.py:216
 
147
#: nova/exception.py:217
138
148
#, fuzzy, python-format
139
149
msgid "Not authorized for image %(image_id)s."
140
150
msgstr "no hay método para el mensaje: %s"
141
151
 
142
 
#: nova/exception.py:220
 
152
#: nova/exception.py:221
143
153
msgid "Unacceptable parameters."
144
154
msgstr "Parametros inaceptables"
145
155
 
146
 
#: nova/exception.py:225
 
156
#: nova/exception.py:226
147
157
msgid "Invalid snapshot"
148
158
msgstr "Captura no valida"
149
159
 
150
 
#: nova/exception.py:229
 
160
#: nova/exception.py:230
151
161
#, python-format
152
162
msgid "Volume %(volume_id)s is not attached to anything"
153
 
msgstr ""
 
163
msgstr "Volumen %(volume_id)s no está conectado con nada"
154
164
 
155
 
#: nova/exception.py:233 nova/api/openstack/compute/contrib/keypairs.py:113
 
165
#: nova/exception.py:234 nova/api/openstack/compute/contrib/keypairs.py:119
156
166
msgid "Keypair data is invalid"
157
167
msgstr ""
158
168
 
159
 
#: nova/exception.py:237
 
169
#: nova/exception.py:238
160
170
msgid "Failed to load data into json format"
161
171
msgstr "Fallo al ingresar informacion en formato json"
162
172
 
163
 
#: nova/exception.py:241
 
173
#: nova/exception.py:242
164
174
msgid "The request is invalid."
165
175
msgstr "La petición es inválida."
166
176
 
167
 
#: nova/exception.py:245
 
177
#: nova/exception.py:246
168
178
#, python-format
169
179
msgid "Invalid signature %(signature)s for user %(user)s."
170
180
msgstr "Firma invalida %(signature)s para el usuario %(user)s"
171
181
 
172
 
#: nova/exception.py:249
 
182
#: nova/exception.py:250
173
183
msgid "Invalid input received"
174
184
msgstr "Entrada invalida recibida"
175
185
 
176
 
#: nova/exception.py:253
 
186
#: nova/exception.py:254
177
187
#, python-format
178
188
msgid "Invalid instance type %(instance_type)s."
179
189
msgstr ""
180
190
 
181
 
#: nova/exception.py:257
 
191
#: nova/exception.py:258
182
192
msgid "Invalid volume type"
183
 
msgstr ""
 
193
msgstr "Tipo de volumen no válido"
184
194
 
185
 
#: nova/exception.py:261
 
195
#: nova/exception.py:262
186
196
msgid "Invalid volume"
187
197
msgstr ""
188
198
 
189
 
#: nova/exception.py:265
 
199
#: nova/exception.py:266 nova/api/openstack/compute/servers.py:1100
 
200
#: nova/api/openstack/compute/contrib/admin_actions.py:238
 
201
msgid "Invalid metadata"
 
202
msgstr ""
 
203
 
 
204
#: nova/exception.py:270
190
205
#, python-format
191
206
msgid "Invalid port range %(from_port)s:%(to_port)s. %(msg)s"
192
207
msgstr "Rango de puertos invalido %(from_port)s:%(to_port)s. %(msg)s"
193
208
 
194
 
#: nova/exception.py:269
 
209
#: nova/exception.py:274
195
210
#, python-format
196
211
msgid "Invalid IP protocol %(protocol)s."
197
212
msgstr "Protocolo IP invalido %(protocol)s"
198
213
 
199
 
#: nova/exception.py:273
 
214
#: nova/exception.py:278
200
215
#, python-format
201
216
msgid "Invalid content type %(content_type)s."
202
217
msgstr "Tipo de contenido invalido %(content_type)s."
203
218
 
204
 
#: nova/exception.py:277
 
219
#: nova/exception.py:282
205
220
#, python-format
206
221
msgid "Invalid cidr %(cidr)s."
207
222
msgstr "Cidr %(cidr)s invalido"
208
223
 
209
 
#: nova/exception.py:281
 
224
#: nova/exception.py:286
210
225
msgid "Invalid reuse of an RPC connection."
211
226
msgstr "Reuso invalido de una coneccion RPC"
212
227
 
213
 
#: nova/exception.py:285
 
228
#: nova/exception.py:290
214
229
msgid "Invalid Parameter: Unicode is not supported by the current database."
215
230
msgstr ""
216
231
 
217
 
#: nova/exception.py:292
 
232
#: nova/exception.py:297
218
233
#, python-format
219
234
msgid "%(err)s"
220
235
msgstr ""
221
236
 
222
 
#: nova/exception.py:296
 
237
#: nova/exception.py:301
223
238
#, python-format
224
239
msgid ""
225
240
"Cannot perform action '%(action)s' on aggregate %(aggregate_id)s. Reason:"
226
241
" %(reason)s."
227
242
msgstr ""
228
243
 
229
 
#: nova/exception.py:301
 
244
#: nova/exception.py:306
230
245
#, python-format
231
246
msgid "Group not valid. Reason: %(reason)s"
232
247
msgstr ""
233
248
 
234
 
#: nova/exception.py:305
 
249
#: nova/exception.py:310
235
250
#, python-format
236
251
msgid ""
237
252
"Instance %(instance_uuid)s in %(attr)s %(state)s. Cannot %(method)s while"
238
253
" the instance is in this state."
239
254
msgstr ""
240
255
 
241
 
#: nova/exception.py:310
 
256
#: nova/exception.py:315
242
257
#, python-format
243
258
msgid "Instance %(instance_id)s is not running."
244
259
msgstr "La instacia %(instance_id)s no se esta ejecutando"
245
260
 
246
 
#: nova/exception.py:314
 
261
#: nova/exception.py:319
247
262
#, python-format
248
263
msgid "Instance %(instance_id)s is not suspended."
249
264
msgstr "La instacia %(instance_id)s no esta suspendida"
250
265
 
251
 
#: nova/exception.py:318
 
266
#: nova/exception.py:323
252
267
#, python-format
253
268
msgid "Instance %(instance_id)s is not in rescue mode"
254
269
msgstr "La instancia %(instance_id)s no esta en modo de rescate"
255
270
 
256
 
#: nova/exception.py:322
 
271
#: nova/exception.py:327
257
272
msgid "Failed to suspend instance"
258
273
msgstr "Fallo al suspender la instancia"
259
274
 
260
 
#: nova/exception.py:326
 
275
#: nova/exception.py:331
261
276
msgid "Failed to resume server"
262
277
msgstr "Fallo al resumir el servidor"
263
278
 
264
 
#: nova/exception.py:330
 
279
#: nova/exception.py:335
265
280
msgid "Failed to reboot instance"
266
281
msgstr "Fallo a reinicia la instancia"
267
282
 
268
 
#: nova/exception.py:334
 
283
#: nova/exception.py:339
269
284
#, fuzzy
270
285
msgid "Failed to terminate instance"
271
286
msgstr "Fallo a reinicia la instancia"
272
287
 
273
 
#: nova/exception.py:338
 
288
#: nova/exception.py:343
274
289
msgid "Service is unavailable at this time."
275
290
msgstr "El servicio no esta disponible en este momento"
276
291
 
277
 
#: nova/exception.py:342
278
 
msgid "Volume service is unavailable at this time."
279
 
msgstr ""
280
 
 
281
 
#: nova/exception.py:346
 
292
#: nova/exception.py:347
282
293
msgid "Compute service is unavailable at this time."
283
294
msgstr "El servicio de computo no esta disponible en este momento"
284
295
 
285
 
#: nova/exception.py:350
 
296
#: nova/exception.py:351
286
297
#, python-format
287
298
msgid "Unable to migrate instance (%(instance_id)s) to current host (%(host)s)."
288
299
msgstr ""
289
300
"Incapaz de emigrar la instancia %(instance_id)s al actual anfitrion "
290
301
"(%(host)s)"
291
302
 
292
 
#: nova/exception.py:355
 
303
#: nova/exception.py:356
293
304
msgid "Destination compute host is unavailable at this time."
294
305
msgstr "El destino del anfitrion de computo no esta disponible en este momento"
295
306
 
296
 
#: nova/exception.py:359
 
307
#: nova/exception.py:360
297
308
msgid "Original compute host is unavailable at this time."
298
309
msgstr "El anfitrion de computo no esta disponible en este momento"
299
310
 
300
 
#: nova/exception.py:363
 
311
#: nova/exception.py:364
301
312
msgid "The supplied hypervisor type of is invalid."
302
313
msgstr ""
303
314
 
304
 
#: nova/exception.py:367
 
315
#: nova/exception.py:368
305
316
msgid "The instance requires a newer hypervisor version than has been provided."
306
317
msgstr ""
307
318
 
308
 
#: nova/exception.py:372
 
319
#: nova/exception.py:373
309
320
#, python-format
310
321
msgid ""
311
322
"The supplied disk path (%(path)s) already exists, it is expected not to "
312
323
"exist."
313
324
msgstr ""
314
325
 
315
 
#: nova/exception.py:377
 
326
#: nova/exception.py:378
316
327
#, python-format
317
328
msgid "The supplied device path (%(path)s) is invalid."
318
329
msgstr ""
319
330
 
320
 
#: nova/exception.py:381
 
331
#: nova/exception.py:382
321
332
#, python-format
322
333
msgid "The supplied device (%(device)s) is busy."
323
334
msgstr ""
324
335
 
325
 
#: nova/exception.py:385
 
336
#: nova/exception.py:386
326
337
msgid "Unacceptable CPU info"
327
338
msgstr "Informacion del CPU inaceptable"
328
339
 
329
 
#: nova/exception.py:389
 
340
#: nova/exception.py:390
330
341
#, python-format
331
342
msgid "%(address)s is not a valid IP v4/6 address."
332
343
msgstr "%(address)s no es una direccion IP v4/6 valida"
333
344
 
334
 
#: nova/exception.py:393
 
345
#: nova/exception.py:394
335
346
#, python-format
336
347
msgid ""
337
348
"VLAN tag is not appropriate for the port group %(bridge)s. Expected VLAN "
338
349
"tag is %(tag)s, but the one associated with the port group is %(pgroup)s."
339
350
msgstr ""
340
351
 
341
 
#: nova/exception.py:399
 
352
#: nova/exception.py:400
342
353
#, python-format
343
354
msgid ""
344
355
"vSwitch which contains the port group %(bridge)s is not associated with "
346
357
"one associated is %(actual)s."
347
358
msgstr ""
348
359
 
349
 
#: nova/exception.py:406
 
360
#: nova/exception.py:407
350
361
#, python-format
351
362
msgid "Disk format %(disk_format)s is not acceptable"
352
363
msgstr "Formato de disco %(disk_format)s no es aceptable"
353
364
 
354
 
#: nova/exception.py:410
 
365
#: nova/exception.py:411
355
366
#, python-format
356
367
msgid "Image %(image_id)s is unacceptable: %(reason)s"
357
368
msgstr ""
358
369
 
359
 
#: nova/exception.py:414
 
370
#: nova/exception.py:415
360
371
#, python-format
361
372
msgid "Instance %(instance_id)s is unacceptable: %(reason)s"
362
373
msgstr ""
363
374
 
364
 
#: nova/exception.py:418
 
375
#: nova/exception.py:419
365
376
#, python-format
366
377
msgid "Ec2 id %(ec2_id)s is unacceptable."
367
378
msgstr ""
368
379
 
369
 
#: nova/exception.py:422
 
380
#: nova/exception.py:423
 
381
msgid "Expected a uuid but received %(uuid)."
 
382
msgstr ""
 
383
 
 
384
#: nova/exception.py:427
370
385
msgid "Resource could not be found."
371
386
msgstr ""
372
387
 
373
 
#: nova/exception.py:427
 
388
#: nova/exception.py:432
374
389
#, python-format
375
390
msgid "Required flag %(flag)s not set."
376
391
msgstr ""
377
392
 
378
 
#: nova/exception.py:431
 
393
#: nova/exception.py:436
379
394
#, python-format
380
395
msgid "Volume %(volume_id)s could not be found."
381
396
msgstr ""
382
397
 
383
 
#: nova/exception.py:435
 
398
#: nova/exception.py:440
384
399
#, python-format
385
400
msgid "Unable to locate account %(account_name)s on Solidfire device"
386
401
msgstr ""
387
402
 
388
 
#: nova/exception.py:440
 
403
#: nova/exception.py:445
389
404
#, python-format
390
405
msgid "Volume not found for instance %(instance_id)s."
391
406
msgstr ""
392
407
 
393
 
#: nova/exception.py:444
 
408
#: nova/exception.py:449
394
409
#, python-format
395
410
msgid "Volume %(volume_id)s has no metadata with key %(metadata_key)s."
396
411
msgstr ""
397
412
 
398
 
#: nova/exception.py:449
 
413
#: nova/exception.py:454
399
414
msgid "Zero volume types found."
400
415
msgstr ""
401
416
 
402
 
#: nova/exception.py:453
 
417
#: nova/exception.py:458
403
418
#, python-format
404
419
msgid "Volume type %(volume_type_id)s could not be found."
405
420
msgstr ""
406
421
 
407
 
#: nova/exception.py:457
 
422
#: nova/exception.py:462
408
423
#, python-format
409
424
msgid "Volume type with name %(volume_type_name)s could not be found."
410
425
msgstr ""
411
426
 
412
 
#: nova/exception.py:462
 
427
#: nova/exception.py:467
413
428
#, python-format
414
429
msgid ""
415
430
"Volume Type %(volume_type_id)s has no extra specs with key "
416
431
"%(extra_specs_key)s."
417
432
msgstr ""
418
433
 
419
 
#: nova/exception.py:467
 
434
#: nova/exception.py:472
420
435
#, python-format
421
436
msgid "Snapshot %(snapshot_id)s could not be found."
422
437
msgstr ""
423
438
 
424
 
#: nova/exception.py:471
 
439
#: nova/exception.py:476
425
440
#, python-format
426
441
msgid "deleting volume %(volume_name)s that has snapshot"
427
442
msgstr ""
428
443
 
429
 
#: nova/exception.py:475
 
444
#: nova/exception.py:480
430
445
#, python-format
431
446
msgid "deleting snapshot %(snapshot_name)s that has dependent volumes"
432
447
msgstr ""
433
448
 
434
 
#: nova/exception.py:480
 
449
#: nova/exception.py:485
435
450
#, python-format
436
451
msgid "No target id found for volume %(volume_id)s."
437
452
msgstr ""
438
453
 
439
 
#: nova/exception.py:484
 
454
#: nova/exception.py:489
440
455
#, python-format
441
456
msgid "No disk at %(location)s"
442
457
msgstr ""
443
458
 
444
 
#: nova/exception.py:488
 
459
#: nova/exception.py:493
445
460
#, python-format
446
461
msgid "Could not find a handler for %(driver_type)s volume."
447
462
msgstr ""
448
463
 
449
 
#: nova/exception.py:492
 
464
#: nova/exception.py:497
450
465
#, python-format
451
466
msgid "Invalid image href %(image_href)s."
452
467
msgstr ""
453
468
 
454
 
#: nova/exception.py:496
 
469
#: nova/exception.py:501
455
470
msgid ""
456
471
"Some images have been stored via hrefs. This version of the api does not "
457
472
"support displaying image hrefs."
458
473
msgstr ""
459
474
 
460
 
#: nova/exception.py:501
 
475
#: nova/exception.py:506
461
476
#, python-format
462
477
msgid "Image %(image_id)s could not be found."
463
478
msgstr ""
464
479
 
465
 
#: nova/exception.py:505
 
480
#: nova/exception.py:510
466
481
#, python-format
467
482
msgid "Kernel not found for image %(image_id)s."
468
483
msgstr ""
469
484
 
470
 
#: nova/exception.py:509
 
485
#: nova/exception.py:514
471
486
#, python-format
472
487
msgid "User %(user_id)s could not be found."
473
488
msgstr ""
474
489
 
475
 
#: nova/exception.py:513
 
490
#: nova/exception.py:518
476
491
#, python-format
477
492
msgid "Project %(project_id)s could not be found."
478
493
msgstr ""
479
494
 
480
 
#: nova/exception.py:517
 
495
#: nova/exception.py:522
481
496
#, python-format
482
497
msgid "User %(user_id)s is not a member of project %(project_id)s."
483
498
msgstr ""
484
499
 
485
 
#: nova/exception.py:521
 
500
#: nova/exception.py:526
486
501
#, python-format
487
502
msgid "Role %(role_id)s could not be found."
488
503
msgstr ""
489
504
 
490
 
#: nova/exception.py:525
 
505
#: nova/exception.py:530
491
506
msgid "Cannot find SR to read/write VDI."
492
507
msgstr ""
493
508
 
494
 
#: nova/exception.py:529
 
509
#: nova/exception.py:534
 
510
#, python-format
 
511
msgid "Network %(network_id)s is still in use."
 
512
msgstr ""
 
513
 
 
514
#: nova/exception.py:538
495
515
#, python-format
496
516
msgid "%(req)s is required to create a network."
497
517
msgstr ""
498
518
 
499
 
#: nova/exception.py:533
 
519
#: nova/exception.py:542
500
520
#, python-format
501
521
msgid "Network %(network_id)s could not be found."
502
522
msgstr ""
503
523
 
504
 
#: nova/exception.py:537
 
524
#: nova/exception.py:546
505
525
#, python-format
506
526
msgid "Network could not be found for bridge %(bridge)s"
507
527
msgstr ""
508
528
 
509
 
#: nova/exception.py:541
 
529
#: nova/exception.py:550
510
530
#, python-format
511
531
msgid "Network could not be found for uuid %(uuid)s"
512
532
msgstr ""
513
533
 
514
 
#: nova/exception.py:545
 
534
#: nova/exception.py:554
515
535
#, python-format
516
536
msgid "Network could not be found with cidr %(cidr)s."
517
537
msgstr ""
518
538
 
519
 
#: nova/exception.py:549
 
539
#: nova/exception.py:558
520
540
#, python-format
521
541
msgid "Network could not be found for instance %(instance_id)s."
522
542
msgstr ""
523
543
 
524
 
#: nova/exception.py:553
 
544
#: nova/exception.py:562
525
545
msgid "No networks defined."
526
546
msgstr ""
527
547
 
528
 
#: nova/exception.py:557
 
548
#: nova/exception.py:566
529
549
#, python-format
530
550
msgid ""
531
551
"Either Network uuid %(network_uuid)s is not present or is not assigned to"
532
552
" the project %(project_id)s."
533
553
msgstr ""
534
554
 
535
 
#: nova/exception.py:562
 
555
#: nova/exception.py:571
536
556
#, python-format
537
557
msgid "Host is not set to the network (%(network_id)s)."
538
558
msgstr ""
539
559
 
540
 
#: nova/exception.py:566
 
560
#: nova/exception.py:575
541
561
#, python-format
542
562
msgid "Network %(network)s has active ports, cannot delete."
543
563
msgstr ""
544
564
 
545
 
#: nova/exception.py:570
 
565
#: nova/exception.py:579
546
566
msgid "Could not find the datastore reference(s) which the VM uses."
547
567
msgstr ""
548
568
 
549
 
#: nova/exception.py:574
 
569
#: nova/exception.py:583
550
570
#, python-format
551
571
msgid "No fixed IP associated with id %(id)s."
552
572
msgstr ""
553
573
 
554
 
#: nova/exception.py:578
 
574
#: nova/exception.py:587
555
575
#, python-format
556
576
msgid "Fixed ip not found for address %(address)s."
557
577
msgstr ""
558
578
 
559
 
#: nova/exception.py:582
 
579
#: nova/exception.py:591
560
580
#, python-format
561
581
msgid "Instance %(instance_id)s has zero fixed ips."
562
582
msgstr ""
563
583
 
564
 
#: nova/exception.py:586
 
584
#: nova/exception.py:595
565
585
#, python-format
566
586
msgid "Network host %(host)s has zero fixed ips in network %(network_id)s."
567
587
msgstr ""
568
588
 
569
 
#: nova/exception.py:591
 
589
#: nova/exception.py:600
570
590
#, python-format
571
591
msgid "Instance %(instance_id)s doesn't have fixed ip '%(ip)s'."
572
592
msgstr ""
573
593
 
574
 
#: nova/exception.py:595
 
594
#: nova/exception.py:604
575
595
#, python-format
576
596
msgid "Host %(host)s has zero fixed ips."
577
597
msgstr ""
578
598
 
579
 
#: nova/exception.py:599
 
599
#: nova/exception.py:608
580
600
#, python-format
581
601
msgid ""
582
602
"Fixed IP address (%(address)s) does not exist in network "
583
603
"(%(network_uuid)s)."
584
604
msgstr ""
585
605
 
586
 
#: nova/exception.py:604
 
606
#: nova/exception.py:613
587
607
#, python-format
588
608
msgid "Fixed IP address %(address)s is already in use."
589
609
msgstr ""
590
610
 
591
 
#: nova/exception.py:608
 
611
#: nova/exception.py:617
592
612
#, python-format
593
613
msgid "Fixed IP address %(address)s is invalid."
594
614
msgstr ""
595
615
 
596
 
#: nova/exception.py:612
 
616
#: nova/exception.py:621
597
617
msgid "Zero fixed ips available."
598
618
msgstr ""
599
619
 
600
 
#: nova/exception.py:616
 
620
#: nova/exception.py:625
601
621
msgid "Zero fixed ips could be found."
602
622
msgstr ""
603
623
 
604
 
#: nova/exception.py:620
 
624
#: nova/exception.py:629
605
625
#, python-format
606
626
msgid "Floating ip not found for id %(id)s."
607
627
msgstr ""
608
628
 
609
 
#: nova/exception.py:624
 
629
#: nova/exception.py:633
610
630
#, python-format
611
631
msgid "The DNS entry %(name)s already exists in domain %(domain)s."
612
632
msgstr ""
613
633
 
614
 
#: nova/exception.py:628
 
634
#: nova/exception.py:637
615
635
#, python-format
616
636
msgid "Floating ip not found for address %(address)s."
617
637
msgstr ""
618
638
 
619
 
#: nova/exception.py:632
 
639
#: nova/exception.py:641
620
640
#, python-format
621
641
msgid "Floating ip not found for host %(host)s."
622
642
msgstr ""
623
643
 
624
 
#: nova/exception.py:636
 
644
#: nova/exception.py:645
625
645
msgid "Zero floating ips available."
626
646
msgstr ""
627
647
 
628
 
#: nova/exception.py:640
 
648
#: nova/exception.py:649
629
649
#, python-format
630
650
msgid "Floating ip %(address)s is associated."
631
651
msgstr ""
632
652
 
633
 
#: nova/exception.py:644
 
653
#: nova/exception.py:653
634
654
#, python-format
635
655
msgid "Floating ip %(address)s is not associated."
636
656
msgstr ""
637
657
 
638
 
#: nova/exception.py:648
 
658
#: nova/exception.py:657
639
659
msgid "Zero floating ips exist."
640
660
msgstr ""
641
661
 
642
 
#: nova/exception.py:652
 
662
#: nova/exception.py:661
643
663
#, python-format
644
664
msgid "Interface %(interface)s not found."
645
665
msgstr ""
646
666
 
647
 
#: nova/exception.py:656
 
667
#: nova/exception.py:665
648
668
#, python-format
649
669
msgid "Keypair %(name)s not found for user %(user_id)s"
650
670
msgstr ""
651
671
 
652
 
#: nova/exception.py:660
 
672
#: nova/exception.py:669
653
673
#, python-format
654
674
msgid "Certificate %(certificate_id)s not found."
655
675
msgstr ""
656
676
 
657
 
#: nova/exception.py:664
 
677
#: nova/exception.py:673
658
678
#, python-format
659
679
msgid "Service %(service_id)s could not be found."
660
680
msgstr ""
661
681
 
662
 
#: nova/exception.py:668
 
682
#: nova/exception.py:677
663
683
#, python-format
664
684
msgid "Host %(host)s could not be found."
665
685
msgstr ""
666
686
 
667
 
#: nova/exception.py:672
 
687
#: nova/exception.py:681
668
688
#, python-format
669
689
msgid "Compute host %(host)s could not be found."
670
690
msgstr ""
671
691
 
672
 
#: nova/exception.py:676
 
692
#: nova/exception.py:685
673
693
#, python-format
674
694
msgid "Could not find binary %(binary)s on host %(host)s."
675
695
msgstr ""
676
696
 
677
 
#: nova/exception.py:680
 
697
#: nova/exception.py:689
678
698
#, python-format
679
699
msgid "Auth token %(token)s could not be found."
680
700
msgstr ""
681
701
 
682
 
#: nova/exception.py:684
 
702
#: nova/exception.py:693
683
703
#, python-format
684
704
msgid "Access Key %(access_key)s could not be found."
685
705
msgstr ""
686
706
 
687
 
#: nova/exception.py:688
 
707
#: nova/exception.py:697
688
708
msgid "Quota could not be found"
689
709
msgstr ""
690
710
 
691
 
#: nova/exception.py:692
 
711
#: nova/exception.py:701
692
712
#, python-format
693
713
msgid "Quota for project %(project_id)s could not be found."
694
714
msgstr ""
695
715
 
696
 
#: nova/exception.py:696
 
716
#: nova/exception.py:705
697
717
#, python-format
698
718
msgid "Quota class %(class_name)s could not be found."
699
719
msgstr ""
700
720
 
701
 
#: nova/exception.py:700
 
721
#: nova/exception.py:709
702
722
#, python-format
703
723
msgid "Security group %(security_group_id)s not found."
704
724
msgstr ""
705
725
 
706
 
#: nova/exception.py:704
 
726
#: nova/exception.py:713
707
727
#, python-format
708
728
msgid "Security group %(security_group_id)s not found for project %(project_id)s."
709
729
msgstr ""
710
730
 
711
 
#: nova/exception.py:709
 
731
#: nova/exception.py:718
712
732
#, python-format
713
733
msgid "Security group with rule %(rule_id)s not found."
714
734
msgstr ""
715
735
 
716
 
#: nova/exception.py:713
 
736
#: nova/exception.py:722
717
737
#, python-format
718
738
msgid ""
719
739
"Security group %(security_group_id)s is already associated with the "
720
740
"instance %(instance_id)s"
721
741
msgstr ""
722
742
 
723
 
#: nova/exception.py:718
 
743
#: nova/exception.py:727
724
744
#, python-format
725
745
msgid ""
726
746
"Security group %(security_group_id)s is not associated with the instance "
727
747
"%(instance_id)s"
728
748
msgstr ""
729
749
 
730
 
#: nova/exception.py:723
 
750
#: nova/exception.py:732
731
751
#, python-format
732
752
msgid "Migration %(migration_id)s could not be found."
733
753
msgstr ""
734
754
 
735
 
#: nova/exception.py:727
 
755
#: nova/exception.py:736
736
756
#, python-format
737
757
msgid "Migration not found for instance %(instance_id)s with status %(status)s."
738
758
msgstr ""
739
759
 
740
 
#: nova/exception.py:732
 
760
#: nova/exception.py:741
741
761
#, python-format
742
762
msgid "Console pool %(pool_id)s could not be found."
743
763
msgstr ""
744
764
 
745
 
#: nova/exception.py:736
 
765
#: nova/exception.py:745
746
766
#, python-format
747
767
msgid ""
748
768
"Console pool of type %(console_type)s for compute host %(compute_host)s "
749
769
"on proxy host %(host)s not found."
750
770
msgstr ""
751
771
 
752
 
#: nova/exception.py:742
 
772
#: nova/exception.py:751
753
773
#, python-format
754
774
msgid "Console %(console_id)s could not be found."
755
775
msgstr ""
756
776
 
757
 
#: nova/exception.py:746
 
777
#: nova/exception.py:755
758
778
#, python-format
759
779
msgid "Console for instance %(instance_id)s could not be found."
760
780
msgstr ""
761
781
 
762
 
#: nova/exception.py:750
 
782
#: nova/exception.py:759
763
783
#, python-format
764
784
msgid ""
765
785
"Console for instance %(instance_id)s in pool %(pool_id)s could not be "
766
786
"found."
767
787
msgstr ""
768
788
 
769
 
#: nova/exception.py:755
 
789
#: nova/exception.py:764
770
790
#, python-format
771
791
msgid "Invalid console type %(console_type)s "
772
792
msgstr ""
773
793
 
774
 
#: nova/exception.py:759
 
794
#: nova/exception.py:768
775
795
msgid "Zero instance types found."
776
796
msgstr ""
777
797
 
778
 
#: nova/exception.py:763
 
798
#: nova/exception.py:772
779
799
#, python-format
780
800
msgid "Instance type %(instance_type_id)s could not be found."
781
801
msgstr ""
782
802
 
783
 
#: nova/exception.py:767
 
803
#: nova/exception.py:776
784
804
#, python-format
785
805
msgid "Instance type with name %(instance_type_name)s could not be found."
786
806
msgstr ""
787
807
 
788
 
#: nova/exception.py:772
 
808
#: nova/exception.py:781
789
809
#, python-format
790
810
msgid "Flavor %(flavor_id)s could not be found."
791
811
msgstr ""
792
812
 
793
 
#: nova/exception.py:776
 
813
#: nova/exception.py:785
794
814
#, python-format
795
815
msgid "Cell %(cell_id)s could not be found."
796
816
msgstr ""
797
817
 
798
 
#: nova/exception.py:780
 
818
#: nova/exception.py:789
799
819
#, python-format
800
820
msgid "Scheduler Host Filter %(filter_name)s could not be found."
801
821
msgstr ""
802
822
 
803
 
#: nova/exception.py:784
 
823
#: nova/exception.py:793
804
824
#, python-format
805
825
msgid "Scheduler cost function %(cost_fn_str)s could not be found."
806
826
msgstr ""
807
827
 
808
 
#: nova/exception.py:789
 
828
#: nova/exception.py:798
809
829
#, python-format
810
830
msgid "Scheduler weight flag not found: %(flag_name)s"
811
831
msgstr ""
812
832
 
813
 
#: nova/exception.py:793
 
833
#: nova/exception.py:802
814
834
#, python-format
815
835
msgid "Instance %(instance_id)s has no metadata with key %(metadata_key)s."
816
836
msgstr ""
817
837
 
818
 
#: nova/exception.py:798
 
838
#: nova/exception.py:807
 
839
#, fuzzy, python-format
 
840
msgid ""
 
841
"Instance %(instance_uuid)s has no system metadata with key "
 
842
"%(metadata_key)s."
 
843
msgstr "La instacia %(instance_id)s no esta suspendida"
 
844
 
 
845
#: nova/exception.py:812
819
846
#, python-format
820
847
msgid ""
821
848
"Instance Type %(instance_type_id)s has no extra specs with key "
822
849
"%(extra_specs_key)s."
823
850
msgstr ""
824
851
 
825
 
#: nova/exception.py:803
 
852
#: nova/exception.py:817
826
853
msgid "LDAP object could not be found"
827
854
msgstr ""
828
855
 
829
 
#: nova/exception.py:807
 
856
#: nova/exception.py:821
830
857
#, python-format
831
858
msgid "LDAP user %(user_id)s could not be found."
832
859
msgstr ""
833
860
 
834
 
#: nova/exception.py:811
 
861
#: nova/exception.py:825
835
862
#, python-format
836
863
msgid "LDAP group %(group_id)s could not be found."
837
864
msgstr ""
838
865
 
839
 
#: nova/exception.py:815
 
866
#: nova/exception.py:829
840
867
#, python-format
841
868
msgid "LDAP user %(user_id)s is not a member of group %(group_id)s."
842
869
msgstr ""
843
870
 
844
 
#: nova/exception.py:819
 
871
#: nova/exception.py:833
845
872
#, python-format
846
873
msgid "File %(file_path)s could not be found."
847
874
msgstr ""
848
875
 
849
 
#: nova/exception.py:823
 
876
#: nova/exception.py:837
850
877
msgid "Zero files could be found."
851
878
msgstr ""
852
879
 
853
 
#: nova/exception.py:827
 
880
#: nova/exception.py:841
854
881
#, python-format
855
882
msgid "Virtual switch associated with the network adapter %(adapter)s not found."
856
883
msgstr ""
857
884
 
858
 
#: nova/exception.py:832
 
885
#: nova/exception.py:846
859
886
#, python-format
860
887
msgid "Network adapter %(adapter)s could not be found."
861
888
msgstr ""
862
889
 
863
 
#: nova/exception.py:836
 
890
#: nova/exception.py:850
864
891
#, python-format
865
892
msgid "Class %(class_name)s could not be found: %(exception)s"
866
893
msgstr ""
867
894
 
868
 
#: nova/exception.py:840
 
895
#: nova/exception.py:854
869
896
msgid "Action not allowed."
870
897
msgstr ""
871
898
 
872
 
#: nova/exception.py:844
 
899
#: nova/exception.py:858
873
900
#, python-format
874
901
msgid "Unable to use global role %(role_id)s"
875
902
msgstr ""
876
903
 
877
 
#: nova/exception.py:848
 
904
#: nova/exception.py:862
878
905
msgid "Rotation is not allowed for snapshots"
879
906
msgstr ""
880
907
 
881
 
#: nova/exception.py:852
 
908
#: nova/exception.py:866
882
909
msgid "Rotation param is required for backup image_type"
883
910
msgstr ""
884
911
 
885
 
#: nova/exception.py:861
 
912
#: nova/exception.py:875
886
913
#, python-format
887
914
msgid "Key pair %(key_name)s already exists."
888
915
msgstr ""
889
916
 
890
 
#: nova/exception.py:865
 
917
#: nova/exception.py:879
891
918
#, python-format
892
919
msgid "User %(user)s already exists."
893
920
msgstr ""
894
921
 
895
 
#: nova/exception.py:869
 
922
#: nova/exception.py:883
896
923
#, python-format
897
924
msgid "LDAP user %(user)s already exists."
898
925
msgstr ""
899
926
 
900
 
#: nova/exception.py:873
 
927
#: nova/exception.py:887
901
928
#, python-format
902
929
msgid "LDAP group %(group)s already exists."
903
930
msgstr ""
904
931
 
905
 
#: nova/exception.py:877
 
932
#: nova/exception.py:891
906
933
#, python-format
907
934
msgid "User %(uid)s is already a member of the group %(group_dn)s"
908
935
msgstr "El usuario %(uid)s es actualmente miembro del grupo %(group_dn)s"
909
936
 
910
 
#: nova/exception.py:882
 
937
#: nova/exception.py:896
911
938
#, python-format
912
939
msgid "Project %(project)s already exists."
913
940
msgstr ""
914
941
 
915
 
#: nova/exception.py:886
 
942
#: nova/exception.py:900
916
943
#, python-format
917
944
msgid "Instance %(name)s already exists."
918
945
msgstr ""
919
946
 
920
 
#: nova/exception.py:890
 
947
#: nova/exception.py:904
921
948
#, python-format
922
949
msgid "Instance Type %(name)s already exists."
923
950
msgstr ""
924
951
 
925
 
#: nova/exception.py:894
 
952
#: nova/exception.py:908
926
953
#, python-format
927
954
msgid "Volume Type %(name)s already exists."
928
955
msgstr ""
929
956
 
930
 
#: nova/exception.py:898
 
957
#: nova/exception.py:912
931
958
#, python-format
932
959
msgid "%(path)s is on shared storage: %(reason)s"
933
960
msgstr ""
934
961
 
935
 
#: nova/exception.py:902
 
962
#: nova/exception.py:916
936
963
msgid "Migration error"
937
964
msgstr ""
938
965
 
939
 
#: nova/exception.py:906
 
966
#: nova/exception.py:920
940
967
#, python-format
941
968
msgid "Malformed message body: %(reason)s"
942
969
msgstr ""
943
970
 
944
 
#: nova/exception.py:910
 
971
#: nova/exception.py:924
945
972
#, python-format
946
973
msgid "Could not find config at %(path)s"
947
974
msgstr ""
948
975
 
949
 
#: nova/exception.py:914
 
976
#: nova/exception.py:928
950
977
#, python-format
951
978
msgid "Could not load paste app '%(name)s' from %(path)s"
952
979
msgstr ""
953
980
 
954
 
#: nova/exception.py:918
 
981
#: nova/exception.py:932
955
982
msgid "When resizing, instances must change size!"
956
983
msgstr ""
957
984
 
958
 
#: nova/exception.py:922
 
985
#: nova/exception.py:936
959
986
msgid "Image is larger than instance type allows"
960
987
msgstr ""
961
988
 
962
 
#: nova/exception.py:926
 
989
#: nova/exception.py:940
963
990
msgid "1 or more Zones could not complete the request"
964
991
msgstr ""
965
992
 
966
 
#: nova/exception.py:930
 
993
#: nova/exception.py:944
967
994
msgid "Instance type's memory is too small for requested image."
968
995
msgstr ""
969
996
 
970
 
#: nova/exception.py:934
 
997
#: nova/exception.py:948
971
998
msgid "Instance type's disk is too small for requested image."
972
999
msgstr ""
973
1000
 
974
 
#: nova/exception.py:938
 
1001
#: nova/exception.py:952
975
1002
#, python-format
976
1003
msgid "Insufficient free memory on compute node to start %(uuid)s."
977
1004
msgstr ""
978
1005
 
979
 
#: nova/exception.py:942
 
1006
#: nova/exception.py:956
980
1007
msgid "Could not fetch bandwidth/cpu/disk metrics for this host."
981
1008
msgstr ""
982
1009
 
983
 
#: nova/exception.py:946
 
1010
#: nova/exception.py:960
984
1011
#, python-format
985
1012
msgid "No valid host was found. %(reason)s"
986
1013
msgstr ""
987
1014
 
988
 
#: nova/exception.py:950
 
1015
#: nova/exception.py:964
989
1016
#, python-format
990
1017
msgid "Host %(host)s is not up or doesn't exist."
991
1018
msgstr ""
992
1019
 
993
 
#: nova/exception.py:954
 
1020
#: nova/exception.py:968
994
1021
msgid "Quota exceeded"
995
1022
msgstr ""
996
1023
 
997
 
#: nova/exception.py:958
 
1024
#: nova/exception.py:972
 
1025
#, python-format
 
1026
msgid "Quota exceeded: already used %(used)d of %(allowed)d instances"
 
1027
msgstr ""
 
1028
 
 
1029
#: nova/exception.py:977
 
1030
msgid "Maximum volume size exceeded"
 
1031
msgstr ""
 
1032
 
 
1033
#: nova/exception.py:981
 
1034
#, python-format
 
1035
msgid "Maximum number of metadata items exceeds %(allowed)d"
 
1036
msgstr ""
 
1037
 
 
1038
#: nova/exception.py:985
 
1039
msgid "Personality file limit exceeded"
 
1040
msgstr ""
 
1041
 
 
1042
#: nova/exception.py:989
 
1043
msgid "Personality file path too long"
 
1044
msgstr ""
 
1045
 
 
1046
#: nova/exception.py:993
 
1047
msgid "Personality file content too long"
 
1048
msgstr ""
 
1049
 
 
1050
#: nova/exception.py:997
998
1051
#, python-format
999
1052
msgid ""
1000
1053
"Aggregate %(aggregate_id)s: action '%(action)s' caused an error: "
1001
1054
"%(reason)s."
1002
1055
msgstr ""
1003
1056
 
1004
 
#: nova/exception.py:963
 
1057
#: nova/exception.py:1002
1005
1058
#, python-format
1006
1059
msgid "Aggregate %(aggregate_id)s could not be found."
1007
1060
msgstr ""
1008
1061
 
1009
 
#: nova/exception.py:967
 
1062
#: nova/exception.py:1006
1010
1063
#, python-format
1011
1064
msgid "Aggregate %(aggregate_name)s already exists."
1012
1065
msgstr ""
1013
1066
 
1014
 
#: nova/exception.py:971
 
1067
#: nova/exception.py:1010
1015
1068
#, python-format
1016
1069
msgid "Aggregate %(aggregate_id)s has no host %(host)s."
1017
1070
msgstr ""
1018
1071
 
1019
 
#: nova/exception.py:975
 
1072
#: nova/exception.py:1014
1020
1073
#, python-format
1021
1074
msgid "Aggregate %(aggregate_id)s has no metadata with key %(metadata_key)s."
1022
1075
msgstr ""
1023
1076
 
1024
 
#: nova/exception.py:980
 
1077
#: nova/exception.py:1019
1025
1078
#, python-format
1026
1079
msgid "Host %(host)s already member of another aggregate."
1027
1080
msgstr ""
1028
1081
 
1029
 
#: nova/exception.py:984
 
1082
#: nova/exception.py:1023
1030
1083
#, python-format
1031
1084
msgid "Aggregate %(aggregate_id)s already has host %(host)s."
1032
1085
msgstr ""
1033
1086
 
1034
 
#: nova/exception.py:988
 
1087
#: nova/exception.py:1027
1035
1088
#, python-format
1036
1089
msgid "Detected more than one volume with name %(vol_name)s"
1037
1090
msgstr ""
1038
1091
 
1039
 
#: nova/exception.py:992
 
1092
#: nova/exception.py:1031
1040
1093
#, python-format
1041
1094
msgid "Cannot create volume_type with name %(name)s and specs %(extra_specs)s"
1042
1095
msgstr ""
1043
1096
 
1044
 
#: nova/exception.py:997
 
1097
#: nova/exception.py:1036
1045
1098
msgid "Unable to create instance type"
1046
1099
msgstr ""
1047
1100
 
1048
 
#: nova/exception.py:1001
 
1101
#: nova/exception.py:1040
1049
1102
msgid "Bad response from SolidFire API"
1050
1103
msgstr ""
1051
1104
 
1052
 
#: nova/exception.py:1005
 
1105
#: nova/exception.py:1044
1053
1106
#, python-format
1054
1107
msgid "Error in SolidFire API response: status=%(status)s"
1055
1108
msgstr ""
1056
1109
 
1057
 
#: nova/exception.py:1009
 
1110
#: nova/exception.py:1048
1058
1111
#, python-format
1059
1112
msgid "Error in SolidFire API response: data=%(data)s"
1060
1113
msgstr ""
1061
1114
 
1062
 
#: nova/exception.py:1013
 
1115
#: nova/exception.py:1052
1063
1116
#, python-format
1064
1117
msgid "Detected existing vlan with id %(vlan)d"
1065
1118
msgstr ""
1066
1119
 
1067
 
#: nova/exception.py:1017
 
1120
#: nova/exception.py:1056
1068
1121
#, python-format
1069
1122
msgid "Instance %(instance_id)s could not be found."
1070
1123
msgstr ""
1071
1124
 
1072
 
#: nova/exception.py:1021
 
1125
#: nova/exception.py:1060
1073
1126
#, python-format
1074
1127
msgid "Invalid id: %(val)s (expecting \"i-...\")."
1075
1128
msgstr ""
1076
1129
 
1077
 
#: nova/exception.py:1025
 
1130
#: nova/exception.py:1064
1078
1131
#, fuzzy, python-format
1079
1132
msgid "Could not fetch image %(image)s"
1080
1133
msgstr "No se puede unir la imagen con el loopback: %s"
1081
1134
 
1082
 
#: nova/log.py:315
 
1135
#: nova/log.py:331
1083
1136
#, python-format
1084
1137
msgid "syslog facility must be one of: %s"
1085
1138
msgstr ""
1103
1156
msgid "Notifying Schedulers of capabilities ..."
1104
1157
msgstr ""
1105
1158
 
1106
 
#: nova/policy.py:30
 
1159
#: nova/policy.py:32
1107
1160
msgid "JSON file representing policy"
1108
1161
msgstr ""
1109
1162
 
1110
 
#: nova/policy.py:33
 
1163
#: nova/policy.py:35
1111
1164
msgid "Rule checked when requested rule is not found"
1112
1165
msgstr ""
1113
1166
 
1114
 
#: nova/service.py:137
 
1167
#: nova/service.py:138
1115
1168
msgid "SIGTERM received"
1116
1169
msgstr ""
1117
1170
 
1118
 
#: nova/service.py:177
 
1171
#: nova/service.py:178
1119
1172
#, python-format
1120
1173
msgid "Starting %(topic)s node (version %(vcs_string)s)"
1121
1174
msgstr ""
1122
1175
 
1123
 
#: nova/service.py:195
 
1176
#: nova/service.py:197
1124
1177
#, python-format
1125
1178
msgid "Creating Consumer connection for Service %s"
1126
1179
msgstr ""
1127
1180
 
1128
 
#: nova/service.py:282
 
1181
#: nova/service.py:284
1129
1182
msgid "Service killed that has no database entry"
1130
1183
msgstr "Se detuvo un servicio sin entrada en la base de datos"
1131
1184
 
1132
 
#: nova/service.py:319
 
1185
#: nova/service.py:321
1133
1186
msgid "The service database object disappeared, Recreating it."
1134
1187
msgstr "El servicio objeto de base de datos ha desaparecido, recreándolo."
1135
1188
 
1136
 
#: nova/service.py:334
 
1189
#: nova/service.py:336
1137
1190
msgid "Recovered model server connection!"
1138
1191
msgstr "Recuperada la conexión al servidor de modelos."
1139
1192
 
1140
 
#: nova/service.py:340
 
1193
#: nova/service.py:342
1141
1194
msgid "model server went away"
1142
1195
msgstr "el servidor de modelos se ha ido"
1143
1196
 
1144
 
#: nova/service.py:433
 
1197
#: nova/service.py:436
1145
1198
msgid "Full set of FLAGS:"
1146
1199
msgstr "Conjunto completo de opciones (FLAGS):"
1147
1200
 
1148
 
#: nova/service.py:440
 
1201
#: nova/service.py:444
1149
1202
#, python-format
1150
1203
msgid "%(flag)s : FLAG SET "
1151
1204
msgstr ""
1152
1205
 
1153
 
#: nova/utils.py:78
1154
 
#, python-format
1155
 
msgid "Inner Exception: %s"
1156
 
msgstr "Excepción interna: %s"
1157
 
 
1158
 
#: nova/utils.py:164
 
1206
#: nova/utils.py:123
1159
1207
#, python-format
1160
1208
msgid "Fetching %s"
1161
1209
msgstr "Obteniendo %s"
1162
1210
 
1163
 
#: nova/utils.py:209
 
1211
#: nova/utils.py:168
1164
1212
#, python-format
1165
1213
msgid "Got unknown keyword args to utils.execute: %r"
1166
1214
msgstr ""
1167
1215
 
1168
 
#: nova/utils.py:219
 
1216
#: nova/utils.py:178
1169
1217
#, python-format
1170
1218
msgid "Running cmd (subprocess): %s"
1171
1219
msgstr "Ejecutando cmd (subprocesos): %s"
1172
1220
 
1173
 
#: nova/utils.py:235 nova/utils.py:314
 
1221
#: nova/utils.py:194 nova/utils.py:274
1174
1222
#, python-format
1175
1223
msgid "Result was %s"
1176
1224
msgstr "El resultado fue %s"
1177
1225
 
1178
 
#: nova/utils.py:248
 
1226
#: nova/utils.py:207
1179
1227
#, python-format
1180
1228
msgid "%r failed. Retrying."
1181
1229
msgstr ""
1182
1230
 
1183
 
#: nova/utils.py:290
 
1231
#: nova/utils.py:249
1184
1232
#, python-format
1185
1233
msgid "Running cmd (SSH): %s"
1186
1234
msgstr "corriendo cmd (SSH): %s"
1187
1235
 
1188
 
#: nova/utils.py:292
 
1236
#: nova/utils.py:251
1189
1237
msgid "Environment not supported over SSH"
1190
1238
msgstr ""
1191
1239
 
1192
 
#: nova/utils.py:296
 
1240
#: nova/utils.py:255
1193
1241
msgid "process_input not supported over SSH"
1194
1242
msgstr ""
1195
1243
 
1196
 
#: nova/utils.py:351
 
1244
#: nova/utils.py:311
1197
1245
#, python-format
1198
1246
msgid "debug in callback: %s"
1199
1247
msgstr "Depuración de la devolución de llamada: %s"
1200
1248
 
1201
 
#: nova/utils.py:533
 
1249
#: nova/utils.py:465
1202
1250
#, python-format
1203
1251
msgid "Link Local address is not found.:%s"
1204
1252
msgstr "No se encuentra la dirección del enlace local.:%s"
1205
1253
 
1206
 
#: nova/utils.py:536
 
1254
#: nova/utils.py:468
1207
1255
#, python-format
1208
1256
msgid "Couldn't get Link Local IP of %(interface)s :%(ex)s"
1209
1257
msgstr "No se pudo obtener enlace de la ip local de %(interface)s :%(ex)s"
1210
1258
 
1211
 
#: nova/utils.py:647
 
1259
#: nova/utils.py:580
1212
1260
#, python-format
1213
1261
msgid "Invalid backend: %s"
1214
1262
msgstr "backend inválido: %s"
1215
1263
 
1216
 
#: nova/utils.py:658
 
1264
#: nova/utils.py:592
1217
1265
#, python-format
1218
1266
msgid "backend %s"
1219
1267
msgstr "backend %s"
1220
1268
 
1221
 
#: nova/utils.py:708
 
1269
#: nova/utils.py:642
1222
1270
msgid "in looping call"
1223
1271
msgstr ""
1224
1272
 
1225
 
#: nova/utils.py:926
 
1273
#: nova/utils.py:860
1226
1274
#, python-format
1227
1275
msgid "Attempting to grab semaphore \"%(lock)s\" for method \"%(method)s\"..."
1228
1276
msgstr ""
1229
1277
 
1230
 
#: nova/utils.py:930
 
1278
#: nova/utils.py:864
1231
1279
#, python-format
1232
1280
msgid "Got semaphore \"%(lock)s\" for method \"%(method)s\"..."
1233
1281
msgstr ""
1234
1282
 
1235
 
#: nova/utils.py:934
 
1283
#: nova/utils.py:868
1236
1284
#, python-format
1237
1285
msgid "Attempting to grab file lock \"%(lock)s\" for method \"%(method)s\"..."
1238
1286
msgstr ""
1239
1287
 
1240
 
#: nova/utils.py:941
 
1288
#: nova/utils.py:875
1241
1289
#, python-format
1242
1290
msgid "Got file lock \"%(lock)s\" for method \"%(method)s\"..."
1243
1291
msgstr ""
1244
1292
 
1245
 
#: nova/utils.py:1000
 
1293
#: nova/utils.py:934
1246
1294
#, python-format
1247
1295
msgid "Found sentinel %(filename)s for pid %(pid)s"
1248
1296
msgstr ""
1249
1297
 
1250
 
#: nova/utils.py:1007
 
1298
#: nova/utils.py:941
1251
1299
#, python-format
1252
1300
msgid "Cleaned sentinel %(filename)s for pid %(pid)s"
1253
1301
msgstr ""
1254
1302
 
1255
 
#: nova/utils.py:1022
 
1303
#: nova/utils.py:956
1256
1304
#, python-format
1257
1305
msgid "Found lockfile %(file)s with link count %(count)d"
1258
1306
msgstr ""
1259
1307
 
1260
 
#: nova/utils.py:1027
 
1308
#: nova/utils.py:960
1261
1309
#, python-format
1262
1310
msgid "Cleaned lockfile %(file)s with link count %(count)d"
1263
1311
msgstr ""
1264
1312
 
1265
 
#: nova/utils.py:1137
 
1313
#: nova/utils.py:1069
1266
1314
#, python-format
1267
1315
msgid "Expected object of type: %s"
1268
1316
msgstr ""
1269
1317
 
1270
 
#: nova/utils.py:1168
 
1318
#: nova/utils.py:1098
1271
1319
#, python-format
1272
1320
msgid "Invalid server_string: %s"
1273
1321
msgstr ""
1274
1322
 
1275
 
#: nova/utils.py:1297
 
1323
#: nova/utils.py:1227
1276
1324
#, python-format
1277
1325
msgid "timefunc: '%(name)s' took %(total_time).2f secs"
1278
1326
msgstr ""
1279
1327
 
1280
 
#: nova/utils.py:1329
1281
 
msgid "Original exception being dropped"
 
1328
#: nova/utils.py:1318
 
1329
#, python-format
 
1330
msgid "Reloading cached file %s"
1282
1331
msgstr ""
1283
1332
 
1284
 
#: nova/utils.py:1448
 
1333
#: nova/utils.py:1370
1285
1334
#, python-format
1286
1335
msgid "Class %(fullname)s is deprecated: %(msg)s"
1287
1336
msgstr ""
1288
1337
 
1289
 
#: nova/utils.py:1450
 
1338
#: nova/utils.py:1372
1290
1339
#, python-format
1291
1340
msgid "Class %(fullname)s is deprecated"
1292
1341
msgstr ""
1293
1342
 
1294
 
#: nova/utils.py:1482
 
1343
#: nova/utils.py:1404
1295
1344
#, python-format
1296
1345
msgid "Function %(name)s in %(location)s is deprecated: %(msg)s"
1297
1346
msgstr ""
1298
1347
 
1299
 
#: nova/utils.py:1484
 
1348
#: nova/utils.py:1406
1300
1349
#, python-format
1301
1350
msgid "Function %(name)s in %(location)s is deprecated"
1302
1351
msgstr ""
1303
1352
 
1304
 
#: nova/utils.py:1668
 
1353
#: nova/utils.py:1590
1305
1354
#, python-format
1306
1355
msgid "Could not remove tmpdir: %s"
1307
1356
msgstr ""
1315
1364
msgid "Stopping WSGI server."
1316
1365
msgstr ""
1317
1366
 
1318
 
#: nova/wsgi.py:111
1319
 
msgid "Stopping raw TCP server."
1320
 
msgstr ""
1321
 
 
1322
 
#: nova/wsgi.py:117
1323
 
#, python-format
1324
 
msgid "Starting TCP server %(arg0)s on %(host)s:%(port)s"
1325
 
msgstr ""
1326
 
 
1327
 
#: nova/wsgi.py:133
 
1367
#: nova/wsgi.py:122
1328
1368
msgid "WSGI server has stopped."
1329
1369
msgstr ""
1330
1370
 
1331
 
#: nova/wsgi.py:211
 
1371
#: nova/wsgi.py:191
1332
1372
msgid "You must implement __call__"
1333
1373
msgstr ""
1334
1374
 
1335
 
#: nova/api/direct.py:218
1336
 
msgid "not available"
1337
 
msgstr ""
1338
 
 
1339
 
#: nova/api/direct.py:299
 
1375
#: nova/wsgi.py:377
1340
1376
#, python-format
1341
 
msgid "Returned non-serializeable type: %s"
 
1377
msgid "Loading app %(name)s from %(path)s"
1342
1378
msgstr ""
1343
1379
 
1344
1380
#: nova/api/sizelimit.py:51
1345
1381
msgid "Request is too large."
1346
1382
msgstr ""
1347
1383
 
1348
 
#: nova/api/validator.py:142
 
1384
#: nova/api/validator.py:138
1349
1385
#, python-format
1350
 
msgid "%(key)s with value %(value)s failed validator  %(validator)s"
 
1386
msgid "%(key)s with value %(value)s failed validator %(name)s"
1351
1387
msgstr ""
1352
1388
 
1353
 
#: nova/api/ec2/__init__.py:73
 
1389
#: nova/api/ec2/__init__.py:74
1354
1390
#, python-format
1355
1391
msgid "%(code)s: %(message)s"
1356
1392
msgstr ""
1357
1393
 
1358
 
#: nova/api/ec2/__init__.py:95
 
1394
#: nova/api/ec2/__init__.py:96
1359
1395
#, python-format
1360
1396
msgid "FaultWrapper: %s"
1361
1397
msgstr ""
1362
1398
 
1363
 
#: nova/api/ec2/__init__.py:170
 
1399
#: nova/api/ec2/__init__.py:171
1364
1400
msgid "Too many failed authentications."
1365
1401
msgstr "Demasiados intentos de autenticacion fallidos."
1366
1402
 
1367
 
#: nova/api/ec2/__init__.py:180
 
1403
#: nova/api/ec2/__init__.py:181
1368
1404
#, python-format
1369
1405
msgid ""
1370
1406
"Access key %(access_key)s has had %(failures)d failed authentications and"
1371
1407
" will be locked out for %(lock_mins)d minutes."
1372
1408
msgstr ""
1373
1409
 
1374
 
#: nova/api/ec2/__init__.py:267
 
1410
#: nova/api/ec2/__init__.py:268
1375
1411
msgid "Signature not provided"
1376
1412
msgstr ""
1377
1413
 
1378
 
#: nova/api/ec2/__init__.py:271
 
1414
#: nova/api/ec2/__init__.py:272
1379
1415
msgid "Access key not provided"
1380
1416
msgstr ""
1381
1417
 
1382
 
#: nova/api/ec2/__init__.py:306 nova/api/ec2/__init__.py:319
 
1418
#: nova/api/ec2/__init__.py:307 nova/api/ec2/__init__.py:320
1383
1419
msgid "Failure communicating with keystone"
1384
1420
msgstr ""
1385
1421
 
1386
 
#: nova/api/ec2/__init__.py:388
 
1422
#: nova/api/ec2/__init__.py:389
1387
1423
#, python-format
1388
1424
msgid "Authentication Failure: %s"
1389
1425
msgstr "Fallo de autenticación: %s"
1390
1426
 
1391
 
#: nova/api/ec2/__init__.py:404
 
1427
#: nova/api/ec2/__init__.py:405
1392
1428
#, python-format
1393
1429
msgid "Authenticated Request For %(uname)s:%(pname)s)"
1394
1430
msgstr ""
1395
1431
 
1396
 
#: nova/api/ec2/__init__.py:435
 
1432
#: nova/api/ec2/__init__.py:436
1397
1433
#, python-format
1398
1434
msgid "action: %s"
1399
1435
msgstr "acción: %s"
1400
1436
 
1401
 
#: nova/api/ec2/__init__.py:437
 
1437
#: nova/api/ec2/__init__.py:438
1402
1438
#, python-format
1403
1439
msgid "arg: %(key)s\t\tval: %(value)s"
1404
1440
msgstr ""
1405
1441
 
1406
 
#: nova/api/ec2/__init__.py:512
 
1442
#: nova/api/ec2/__init__.py:513
1407
1443
#, python-format
1408
1444
msgid "Unauthorized request for controller=%(controller)s and action=%(action)s"
1409
1445
msgstr ""
1410
1446
 
1411
 
#: nova/api/ec2/__init__.py:584
 
1447
#: nova/api/ec2/__init__.py:585
1412
1448
#, python-format
1413
1449
msgid "InstanceNotFound raised: %s"
1414
1450
msgstr ""
1415
1451
 
1416
 
#: nova/api/ec2/__init__.py:590
 
1452
#: nova/api/ec2/__init__.py:591
1417
1453
#, python-format
1418
1454
msgid "VolumeNotFound raised: %s"
1419
1455
msgstr ""
1420
1456
 
1421
 
#: nova/api/ec2/__init__.py:596
 
1457
#: nova/api/ec2/__init__.py:597
1422
1458
#, python-format
1423
1459
msgid "SnapshotNotFound raised: %s"
1424
1460
msgstr ""
1425
1461
 
1426
 
#: nova/api/ec2/__init__.py:602
 
1462
#: nova/api/ec2/__init__.py:603
1427
1463
#, python-format
1428
1464
msgid "NotFound raised: %s"
1429
1465
msgstr "No encontrado: %s"
1430
1466
 
1431
 
#: nova/api/ec2/__init__.py:605
 
1467
#: nova/api/ec2/__init__.py:606
1432
1468
#, python-format
1433
1469
msgid "EC2APIError raised: %s"
1434
1470
msgstr ""
1435
1471
 
1436
 
#: nova/api/ec2/__init__.py:613
 
1472
#: nova/api/ec2/__init__.py:614
1437
1473
#, python-format
1438
1474
msgid "KeyPairExists raised: %s"
1439
1475
msgstr ""
1440
1476
 
1441
 
#: nova/api/ec2/__init__.py:617
 
1477
#: nova/api/ec2/__init__.py:618
1442
1478
#, python-format
1443
1479
msgid "InvalidParameterValue raised: %s"
1444
1480
msgstr ""
1445
1481
 
1446
 
#: nova/api/ec2/__init__.py:621
 
1482
#: nova/api/ec2/__init__.py:622
1447
1483
#, python-format
1448
1484
msgid "InvalidPortRange raised: %s"
1449
1485
msgstr ""
1450
1486
 
1451
 
#: nova/api/ec2/__init__.py:625
 
1487
#: nova/api/ec2/__init__.py:626
1452
1488
#, python-format
1453
1489
msgid "NotAuthorized raised: %s"
1454
1490
msgstr ""
1455
1491
 
1456
 
#: nova/api/ec2/__init__.py:629
 
1492
#: nova/api/ec2/__init__.py:630
1457
1493
#, python-format
1458
1494
msgid "InvalidRequest raised: %s"
1459
1495
msgstr ""
1460
1496
 
1461
 
#: nova/api/ec2/__init__.py:633
 
1497
#: nova/api/ec2/__init__.py:634
1462
1498
#, fuzzy, python-format
1463
1499
msgid "QuotaError raised: %s"
1464
1500
msgstr "Sucedió un error inexperado: %s"
1465
1501
 
1466
 
#: nova/api/ec2/__init__.py:637
 
1502
#: nova/api/ec2/__init__.py:638
1467
1503
#, python-format
1468
1504
msgid "Invalid id: bogus (expecting \"i-...\"): %s"
1469
1505
msgstr ""
1470
1506
 
1471
 
#: nova/api/ec2/__init__.py:646
 
1507
#: nova/api/ec2/__init__.py:647
1472
1508
#, python-format
1473
1509
msgid "Unexpected error raised: %s"
1474
1510
msgstr "Sucedió un error inexperado: %s"
1475
1511
 
1476
 
#: nova/api/ec2/__init__.py:647
 
1512
#: nova/api/ec2/__init__.py:648
1477
1513
#, python-format
1478
1514
msgid "Environment: %s"
1479
1515
msgstr ""
1480
1516
 
1481
 
#: nova/api/ec2/__init__.py:649 nova/api/metadata/handler.py:248
 
1517
#: nova/api/ec2/__init__.py:650 nova/api/metadata/handler.py:248
1482
1518
msgid "An unknown error has occurred. Please try your request again."
1483
1519
msgstr "Ha sucedido un error desconocido. Por favor repite el intento de nuevo."
1484
1520
 
1487
1523
msgid "Unsupported API request: controller = %(controller)s, action = %(action)s"
1488
1524
msgstr ""
1489
1525
 
1490
 
#: nova/api/ec2/cloud.py:336
 
1526
#: nova/api/ec2/cloud.py:78 nova/api/ec2/cloud.py:405
 
1527
#: nova/api/openstack/compute/contrib/keypairs.py:110
 
1528
msgid "Quota exceeded, too many key pairs."
 
1529
msgstr ""
 
1530
 
 
1531
#: nova/api/ec2/cloud.py:342
1491
1532
#, python-format
1492
1533
msgid "Create snapshot of volume %s"
1493
1534
msgstr ""
1494
1535
 
1495
 
#: nova/api/ec2/cloud.py:372
 
1536
#: nova/api/ec2/cloud.py:378
1496
1537
#, python-format
1497
1538
msgid ""
1498
1539
"Value (%s) for KeyName is invalid. Content limited to Alphanumeric "
1499
1540
"character, spaces, dashes, and underscore."
1500
1541
msgstr ""
1501
1542
 
1502
 
#: nova/api/ec2/cloud.py:378
 
1543
#: nova/api/ec2/cloud.py:384
1503
1544
#, python-format
1504
1545
msgid "Value (%s) for Keyname is invalid. Length exceeds maximum of 255."
1505
1546
msgstr ""
1506
1547
 
1507
 
#: nova/api/ec2/cloud.py:382
 
1548
#: nova/api/ec2/cloud.py:388
1508
1549
#, python-format
1509
1550
msgid "Create key pair %s"
1510
1551
msgstr "Creando par de claves %s"
1511
1552
 
1512
 
#: nova/api/ec2/cloud.py:391
 
1553
#: nova/api/ec2/cloud.py:397
1513
1554
#, python-format
1514
1555
msgid "Import key %s"
1515
1556
msgstr ""
1516
1557
 
1517
 
#: nova/api/ec2/cloud.py:409
 
1558
#: nova/api/ec2/cloud.py:420
1518
1559
#, python-format
1519
1560
msgid "Delete key pair %s"
1520
1561
msgstr "Borrar para de claves %s"
1521
1562
 
1522
 
#: nova/api/ec2/cloud.py:551
 
1563
#: nova/api/ec2/cloud.py:562
1523
1564
#, fuzzy, python-format
1524
1565
msgid "Invalid CIDR"
1525
1566
msgstr "Cidr %(cidr)s invalido"
1526
1567
 
1527
 
#: nova/api/ec2/cloud.py:639 nova/api/ec2/cloud.py:693
1528
 
#: nova/api/ec2/cloud.py:800
 
1568
#: nova/api/ec2/cloud.py:650 nova/api/ec2/cloud.py:704
 
1569
#: nova/api/ec2/cloud.py:822
1529
1570
msgid "Not enough parameters, need group_name or group_id"
1530
1571
msgstr ""
1531
1572
 
1532
 
#: nova/api/ec2/cloud.py:654
1533
 
#: nova/api/openstack/compute/contrib/security_groups.py:517
 
1573
#: nova/api/ec2/cloud.py:665
 
1574
#: nova/api/openstack/compute/contrib/security_groups.py:530
1534
1575
#, python-format
1535
1576
msgid "Revoke security group ingress %s"
1536
1577
msgstr "Revocar ingreso al grupo de seguridad %s"
1537
1578
 
1538
 
#: nova/api/ec2/cloud.py:666 nova/api/ec2/cloud.py:719
 
1579
#: nova/api/ec2/cloud.py:677 nova/api/ec2/cloud.py:730
1539
1580
#, python-format
1540
1581
msgid "%s Not enough parameters to build a valid rule"
1541
1582
msgstr ""
1542
1583
 
1543
 
#: nova/api/ec2/cloud.py:684 nova/api/ec2/cloud.py:744
 
1584
#: nova/api/ec2/cloud.py:695 nova/api/ec2/cloud.py:762
1544
1585
msgid "No rule for the specified parameters."
1545
1586
msgstr "No hay regla para los parámetros especificados."
1546
1587
 
1547
 
#: nova/api/ec2/cloud.py:708
1548
 
#: nova/api/openstack/compute/contrib/security_groups.py:354
 
1588
#: nova/api/ec2/cloud.py:719
 
1589
#: nova/api/openstack/compute/contrib/security_groups.py:360
1549
1590
#, python-format
1550
1591
msgid "Authorize security group ingress %s"
1551
1592
msgstr "Autorizar ingreso al grupo de seguridad %s"
1552
1593
 
1553
 
#: nova/api/ec2/cloud.py:725
 
1594
#: nova/api/ec2/cloud.py:736
1554
1595
#, fuzzy, python-format
1555
1596
msgid "%s - This rule already exists in group"
1556
1597
msgstr "Esta regla ya existe en el grupo %s"
1557
1598
 
1558
 
#: nova/api/ec2/cloud.py:769
 
1599
#: nova/api/ec2/cloud.py:744
 
1600
#: nova/api/openstack/compute/contrib/security_groups.py:389
 
1601
msgid "Quota exceeded, too many security group rules."
 
1602
msgstr ""
 
1603
 
 
1604
#: nova/api/ec2/cloud.py:787
1559
1605
#, python-format
1560
1606
msgid ""
1561
1607
"Value (%s) for parameter GroupName is invalid. Content limited to "
1562
1608
"Alphanumeric characters, spaces, dashes, and underscores."
1563
1609
msgstr ""
1564
1610
 
1565
 
#: nova/api/ec2/cloud.py:776
 
1611
#: nova/api/ec2/cloud.py:794
1566
1612
#, python-format
1567
1613
msgid ""
1568
1614
"Value (%s) for parameter GroupName is invalid. Length exceeds maximum of "
1569
1615
"255."
1570
1616
msgstr ""
1571
1617
 
1572
 
#: nova/api/ec2/cloud.py:780
1573
 
#: nova/api/openstack/compute/contrib/security_groups.py:292
 
1618
#: nova/api/ec2/cloud.py:798
 
1619
#: nova/api/openstack/compute/contrib/security_groups.py:298
1574
1620
#, python-format
1575
1621
msgid "Create Security Group %s"
1576
1622
msgstr "Crear Grupo de Seguridad %s"
1577
1623
 
1578
 
#: nova/api/ec2/cloud.py:783
 
1624
#: nova/api/ec2/cloud.py:801
1579
1625
#, python-format
1580
1626
msgid "group %s already exists"
1581
1627
msgstr "el grupo %s ya existe"
1582
1628
 
1583
 
#: nova/api/ec2/cloud.py:815
1584
 
#: nova/api/openstack/compute/contrib/security_groups.py:245
 
1629
#: nova/api/ec2/cloud.py:805
 
1630
#: nova/api/openstack/compute/contrib/security_groups.py:295
 
1631
msgid "Quota exceeded, too many security groups."
 
1632
msgstr ""
 
1633
 
 
1634
#: nova/api/ec2/cloud.py:837
 
1635
#: nova/api/openstack/compute/contrib/security_groups.py:247
1585
1636
#, python-format
1586
1637
msgid "Delete security group %s"
1587
1638
msgstr "Borrar grupo de seguridad %s"
1588
1639
 
1589
 
#: nova/api/ec2/cloud.py:823 nova/compute/manager.py:1630
 
1640
#: nova/api/ec2/cloud.py:845
1590
1641
#, python-format
1591
1642
msgid "Get console output for instance %s"
1592
1643
msgstr "Obtener salida de la consola para la instancia %s"
1593
1644
 
1594
 
#: nova/api/ec2/cloud.py:894
 
1645
#: nova/api/ec2/cloud.py:916
1595
1646
#, python-format
1596
1647
msgid "Create volume from snapshot %s"
1597
1648
msgstr ""
1598
1649
 
1599
 
#: nova/api/ec2/cloud.py:898 nova/api/openstack/compute/contrib/volumes.py:186
1600
 
#: nova/api/openstack/volume/volumes.py:222
 
1650
#: nova/api/ec2/cloud.py:920 nova/api/openstack/compute/contrib/volumes.py:186
 
1651
#: nova/api/openstack/volume/volumes.py:216
1601
1652
#, python-format
1602
1653
msgid "Create volume of %s GB"
1603
1654
msgstr "Crear volumen de %s GB"
1604
1655
 
1605
 
#: nova/api/ec2/cloud.py:921
 
1656
#: nova/api/ec2/cloud.py:943
1606
1657
msgid "Delete Failed"
1607
1658
msgstr ""
1608
1659
 
1609
 
#: nova/api/ec2/cloud.py:931
 
1660
#: nova/api/ec2/cloud.py:953
1610
1661
#, python-format
1611
1662
msgid "Attach volume %(volume_id)s to instance %(instance_id)s at %(device)s"
1612
1663
msgstr ""
1613
1664
 
1614
 
#: nova/api/ec2/cloud.py:939
 
1665
#: nova/api/ec2/cloud.py:961
1615
1666
msgid "Attach Failed."
1616
1667
msgstr ""
1617
1668
 
1618
 
#: nova/api/ec2/cloud.py:952 nova/api/openstack/compute/contrib/volumes.py:366
 
1669
#: nova/api/ec2/cloud.py:974 nova/api/openstack/compute/contrib/volumes.py:367
1619
1670
#, python-format
1620
1671
msgid "Detach volume %s"
1621
1672
msgstr "Desasociar volumen %s"
1622
1673
 
1623
 
#: nova/api/ec2/cloud.py:959
 
1674
#: nova/api/ec2/cloud.py:981
1624
1675
#, fuzzy, python-format
1625
1676
msgid "Detach Volume Failed."
1626
1677
msgstr "Desasociar volumen %s"
1627
1678
 
1628
 
#: nova/api/ec2/cloud.py:984 nova/api/ec2/cloud.py:1041
1629
 
#: nova/api/ec2/cloud.py:1518 nova/api/ec2/cloud.py:1533
 
1679
#: nova/api/ec2/cloud.py:1006 nova/api/ec2/cloud.py:1063
 
1680
#: nova/api/ec2/cloud.py:1535 nova/api/ec2/cloud.py:1550
1630
1681
#, python-format
1631
1682
msgid "attribute not supported: %s"
1632
1683
msgstr "atributo no soportado: %s"
1633
1684
 
1634
 
#: nova/api/ec2/cloud.py:1107
 
1685
#: nova/api/ec2/cloud.py:1129
1635
1686
#, python-format
1636
1687
msgid "vol = %s\n"
1637
1688
msgstr ""
1638
1689
 
1639
 
#: nova/api/ec2/cloud.py:1255
 
1690
#: nova/api/ec2/cloud.py:1279
1640
1691
msgid "Allocate address"
1641
1692
msgstr "Asignar dirección"
1642
1693
 
1643
 
#: nova/api/ec2/cloud.py:1267
 
1694
#: nova/api/ec2/cloud.py:1284
1644
1695
#, python-format
1645
1696
msgid "Release address %s"
1646
1697
msgstr "Liberar dirección %s"
1647
1698
 
1648
 
#: nova/api/ec2/cloud.py:1272
 
1699
#: nova/api/ec2/cloud.py:1289
1649
1700
#, python-format
1650
1701
msgid "Associate address %(public_ip)s to instance %(instance_id)s"
1651
1702
msgstr ""
1652
1703
 
1653
 
#: nova/api/ec2/cloud.py:1282
 
1704
#: nova/api/ec2/cloud.py:1299
1654
1705
#, python-format
1655
1706
msgid "Disassociate address %s"
1656
1707
msgstr "Desasociar dirección %s"
1657
1708
 
1658
 
#: nova/api/ec2/cloud.py:1308
 
1709
#: nova/api/ec2/cloud.py:1325
1659
1710
msgid "Image must be available"
1660
1711
msgstr ""
1661
1712
 
1662
 
#: nova/api/ec2/cloud.py:1329
 
1713
#: nova/api/ec2/cloud.py:1346
1663
1714
msgid "Going to start terminating instances"
1664
1715
msgstr "Se va a iniciar la finalización de las instancias"
1665
1716
 
1666
 
#: nova/api/ec2/cloud.py:1343
 
1717
#: nova/api/ec2/cloud.py:1360
1667
1718
#, python-format
1668
1719
msgid "Reboot instance %r"
1669
1720
msgstr "Reiniciar instancia %r"
1670
1721
 
1671
 
#: nova/api/ec2/cloud.py:1354
 
1722
#: nova/api/ec2/cloud.py:1371
1672
1723
msgid "Going to stop instances"
1673
1724
msgstr ""
1674
1725
 
1675
 
#: nova/api/ec2/cloud.py:1365
 
1726
#: nova/api/ec2/cloud.py:1382
1676
1727
msgid "Going to start instances"
1677
1728
msgstr ""
1678
1729
 
1679
 
#: nova/api/ec2/cloud.py:1455
 
1730
#: nova/api/ec2/cloud.py:1472
1680
1731
#, python-format
1681
1732
msgid "De-registering image %s"
1682
1733
msgstr "Des-registrando la imagen %s"
1683
1734
 
1684
 
#: nova/api/ec2/cloud.py:1471
 
1735
#: nova/api/ec2/cloud.py:1488
1685
1736
msgid "imageLocation is required"
1686
1737
msgstr ""
1687
1738
 
1688
 
#: nova/api/ec2/cloud.py:1490
 
1739
#: nova/api/ec2/cloud.py:1507
1689
1740
#, python-format
1690
1741
msgid "Registered image %(image_location)s with id %(image_id)s"
1691
1742
msgstr ""
1692
1743
 
1693
 
#: nova/api/ec2/cloud.py:1536
 
1744
#: nova/api/ec2/cloud.py:1553
1694
1745
msgid "user or group not specified"
1695
1746
msgstr "usuario o grupo no especificado"
1696
1747
 
1697
 
#: nova/api/ec2/cloud.py:1538
 
1748
#: nova/api/ec2/cloud.py:1555
1698
1749
msgid "only group \"all\" is supported"
1699
1750
msgstr "sólo el grupo \"all\" está soportado"
1700
1751
 
1701
 
#: nova/api/ec2/cloud.py:1540
 
1752
#: nova/api/ec2/cloud.py:1557
1702
1753
msgid "operation_type must be add or remove"
1703
1754
msgstr "operation_type debe ser añadir o eliminar"
1704
1755
 
1705
 
#: nova/api/ec2/cloud.py:1542
 
1756
#: nova/api/ec2/cloud.py:1559
1706
1757
#, python-format
1707
1758
msgid "Updating image %s publicity"
1708
1759
msgstr "Actualizando imagen %s públicamente"
1709
1760
 
1710
 
#: nova/api/ec2/cloud.py:1555
 
1761
#: nova/api/ec2/cloud.py:1572
1711
1762
#, python-format
1712
1763
msgid "Not allowed to modify attributes for image %s"
1713
1764
msgstr ""
1714
1765
 
1715
 
#: nova/api/ec2/cloud.py:1603
 
1766
#: nova/api/ec2/cloud.py:1620
1716
1767
#, python-format
1717
1768
msgid "Couldn't stop instance with in %d sec"
1718
1769
msgstr ""
1753
1804
msgid "Extension %(ext_name)s extending resource: %(collection)s"
1754
1805
msgstr ""
1755
1806
 
1756
 
#: nova/api/openstack/auth.py:90
1757
 
#, python-format
1758
 
msgid "%(user_id)s could not be found with token '%(token)s'"
1759
 
msgstr ""
1760
 
 
1761
 
#: nova/api/openstack/auth.py:134
1762
 
#, python-format
1763
 
msgid "%(user_id)s must be an admin or a member of %(project_id)s"
1764
 
msgstr ""
1765
 
 
1766
 
#: nova/api/openstack/auth.py:152
1767
 
msgid "Authentication requests must be made against a version root (e.g. /v2)."
1768
 
msgstr ""
1769
 
 
1770
 
#: nova/api/openstack/auth.py:167
1771
 
#, python-format
1772
 
msgid "Could not find %s in request."
1773
 
msgstr ""
1774
 
 
1775
 
#: nova/api/openstack/auth.py:191
1776
 
#, python-format
1777
 
msgid "Successfully authenticated '%s'"
1778
 
msgstr ""
1779
 
 
1780
 
#: nova/api/openstack/auth.py:241
1781
 
msgid "User not found with provided API key."
1782
 
msgstr ""
1783
 
 
1784
 
#: nova/api/openstack/auth.py:258
1785
 
#, python-format
1786
 
msgid "Provided API key is valid, but not for user '%(username)s'"
1787
 
msgstr ""
1788
 
 
1789
1807
#: nova/api/openstack/common.py:133 nova/api/openstack/common.py:167
1790
1808
msgid "limit param must be an integer"
1791
1809
msgstr ""
1816
1834
msgid "Image metadata limit exceeded"
1817
1835
msgstr ""
1818
1836
 
1819
 
#: nova/api/openstack/common.py:295
 
1837
#: nova/api/openstack/common.py:286
 
1838
msgid "Image metadata key cannot be blank"
 
1839
msgstr ""
 
1840
 
 
1841
#: nova/api/openstack/common.py:289
 
1842
msgid "Image metadata key too long"
 
1843
msgstr ""
 
1844
 
 
1845
#: nova/api/openstack/common.py:292
 
1846
msgid "Invalid image metadata"
 
1847
msgstr ""
 
1848
 
 
1849
#: nova/api/openstack/common.py:308
1820
1850
#, python-format
1821
1851
msgid "Converting nw_info: %s"
1822
1852
msgstr ""
1823
1853
 
1824
 
#: nova/api/openstack/common.py:305
 
1854
#: nova/api/openstack/common.py:318
1825
1855
#, python-format
1826
1856
msgid "Converted networks: %s"
1827
1857
msgstr ""
1828
1858
 
1829
 
#: nova/api/openstack/common.py:338
 
1859
#: nova/api/openstack/common.py:351
1830
1860
#, python-format
1831
1861
msgid "Cannot '%(action)s' while instance is in %(attr)s %(state)s"
1832
1862
msgstr ""
1833
1863
 
1834
 
#: nova/api/openstack/common.py:341
 
1864
#: nova/api/openstack/common.py:354
1835
1865
#, python-format
1836
1866
msgid "Instance is in an invalid state for '%(action)s'"
1837
1867
msgstr ""
1838
1868
 
1839
 
#: nova/api/openstack/common.py:421
 
1869
#: nova/api/openstack/common.py:434
1840
1870
msgid "Rejecting snapshot request, snapshots currently disabled"
1841
1871
msgstr ""
1842
1872
 
1843
 
#: nova/api/openstack/common.py:423
 
1873
#: nova/api/openstack/common.py:436
1844
1874
msgid "Instance snapshots are not permitted at this time."
1845
1875
msgstr ""
1846
1876
 
1849
1879
msgid "Loaded extension: %s"
1850
1880
msgstr ""
1851
1881
 
1852
 
#: nova/api/openstack/extensions.py:225
 
1882
#: nova/api/openstack/extensions.py:226
1853
1883
#, python-format
1854
1884
msgid "Ext name: %s"
1855
1885
msgstr ""
1856
1886
 
1857
 
#: nova/api/openstack/extensions.py:226
 
1887
#: nova/api/openstack/extensions.py:227
1858
1888
#, python-format
1859
1889
msgid "Ext alias: %s"
1860
1890
msgstr ""
1861
1891
 
1862
 
#: nova/api/openstack/extensions.py:227
 
1892
#: nova/api/openstack/extensions.py:228
1863
1893
#, python-format
1864
1894
msgid "Ext description: %s"
1865
1895
msgstr ""
1866
1896
 
1867
 
#: nova/api/openstack/extensions.py:229
 
1897
#: nova/api/openstack/extensions.py:230
1868
1898
#, python-format
1869
1899
msgid "Ext namespace: %s"
1870
1900
msgstr ""
1871
1901
 
1872
 
#: nova/api/openstack/extensions.py:230
 
1902
#: nova/api/openstack/extensions.py:231
1873
1903
#, python-format
1874
1904
msgid "Ext updated: %s"
1875
1905
msgstr ""
1876
1906
 
1877
 
#: nova/api/openstack/extensions.py:232
 
1907
#: nova/api/openstack/extensions.py:233
1878
1908
#, python-format
1879
1909
msgid "Exception loading extension: %s"
1880
1910
msgstr ""
1881
1911
 
1882
 
#: nova/api/openstack/extensions.py:246
 
1912
#: nova/api/openstack/extensions.py:247
1883
1913
#, python-format
1884
1914
msgid "Loading extension %s"
1885
1915
msgstr ""
1886
1916
 
1887
 
#: nova/api/openstack/extensions.py:252
 
1917
#: nova/api/openstack/extensions.py:253
1888
1918
#, python-format
1889
1919
msgid "Calling extension factory %s"
1890
1920
msgstr ""
1891
1921
 
1892
 
#: nova/api/openstack/extensions.py:264
 
1922
#: nova/api/openstack/extensions.py:265
1893
1923
#, python-format
1894
1924
msgid "Failed to load extension %(ext_factory)s: %(exc)s"
1895
1925
msgstr ""
1896
1926
 
1897
 
#: nova/api/openstack/extensions.py:344
 
1927
#: nova/api/openstack/extensions.py:345
1898
1928
#, python-format
1899
1929
msgid "Failed to load extension %(classpath)s: %(exc)s"
1900
1930
msgstr ""
1901
1931
 
1902
 
#: nova/api/openstack/extensions.py:368
 
1932
#: nova/api/openstack/extensions.py:369
1903
1933
#, python-format
1904
1934
msgid "Failed to load extension %(ext_name)s: %(exc)s"
1905
1935
msgstr ""
1994
2024
msgid "Initializing extension manager."
1995
2025
msgstr ""
1996
2026
 
 
2027
#: nova/api/openstack/compute/flavors.py:101
 
2028
#, fuzzy, python-format
 
2029
msgid "Invalid minRam filter [%s]"
 
2030
msgstr "Firma invalida para el usuario %s"
 
2031
 
 
2032
#: nova/api/openstack/compute/flavors.py:108
 
2033
#, python-format
 
2034
msgid "Invalid minDisk filter [%s]"
 
2035
msgstr ""
 
2036
 
1997
2037
#: nova/api/openstack/compute/image_metadata.py:40
1998
2038
#: nova/api/openstack/compute/images.py:146
1999
2039
#: nova/api/openstack/compute/images.py:161
2000
2040
msgid "Image not found."
2001
2041
msgstr ""
2002
2042
 
2003
 
#: nova/api/openstack/compute/image_metadata.py:79
 
2043
#: nova/api/openstack/compute/image_metadata.py:80
2004
2044
msgid "Incorrect request body format"
2005
2045
msgstr ""
2006
2046
 
2007
 
#: nova/api/openstack/compute/image_metadata.py:83
 
2047
#: nova/api/openstack/compute/image_metadata.py:84
2008
2048
#: nova/api/openstack/compute/server_metadata.py:80
2009
2049
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:79
2010
 
#: nova/api/openstack/compute/contrib/volumetypes.py:188
 
2050
#: nova/api/openstack/compute/contrib/volumetypes.py:177
 
2051
#: nova/api/openstack/volume/contrib/types_extra_specs.py:104
2011
2052
msgid "Request body and URI mismatch"
2012
2053
msgstr ""
2013
2054
 
2014
 
#: nova/api/openstack/compute/image_metadata.py:86
 
2055
#: nova/api/openstack/compute/image_metadata.py:87
2015
2056
#: nova/api/openstack/compute/server_metadata.py:84
2016
2057
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:82
2017
 
#: nova/api/openstack/compute/contrib/volumetypes.py:191
 
2058
#: nova/api/openstack/compute/contrib/volumetypes.py:180
 
2059
#: nova/api/openstack/volume/contrib/types_extra_specs.py:107
2018
2060
msgid "Request body contains too many items"
2019
2061
msgstr ""
2020
2062
 
2021
 
#: nova/api/openstack/compute/image_metadata.py:111
 
2063
#: nova/api/openstack/compute/image_metadata.py:113
2022
2064
msgid "Invalid metadata key"
2023
2065
msgstr ""
2024
2066
 
2043
2085
 
2044
2086
#: nova/api/openstack/compute/server_metadata.py:38
2045
2087
#: nova/api/openstack/compute/server_metadata.py:122
2046
 
#: nova/api/openstack/compute/server_metadata.py:159
 
2088
#: nova/api/openstack/compute/server_metadata.py:163
2047
2089
msgid "Server does not exist"
2048
2090
msgstr ""
2049
2091
 
2050
 
#: nova/api/openstack/compute/server_metadata.py:141
2051
 
#: nova/api/openstack/compute/server_metadata.py:152
 
2092
#: nova/api/openstack/compute/server_metadata.py:145
 
2093
#: nova/api/openstack/compute/server_metadata.py:156
2052
2094
msgid "Metadata item was not found"
2053
2095
msgstr ""
2054
2096
 
2055
 
#: nova/api/openstack/compute/servers.py:425
 
2097
#: nova/api/openstack/compute/servers.py:423
2056
2098
#, python-format
2057
2099
msgid "Invalid server status: %(status)s"
2058
2100
msgstr ""
2059
2101
 
2060
 
#: nova/api/openstack/compute/servers.py:433
 
2102
#: nova/api/openstack/compute/servers.py:431
2061
2103
msgid "Invalid changes-since value"
2062
2104
msgstr ""
2063
2105
 
2064
 
#: nova/api/openstack/compute/servers.py:483
2065
 
msgid "Personality file limit exceeded"
2066
 
msgstr ""
2067
 
 
2068
 
#: nova/api/openstack/compute/servers.py:485
2069
 
msgid "Personality file path too long"
2070
 
msgstr ""
2071
 
 
2072
 
#: nova/api/openstack/compute/servers.py:487
2073
 
msgid "Personality file content too long"
2074
 
msgstr ""
2075
 
 
2076
 
#: nova/api/openstack/compute/servers.py:501
 
2106
#: nova/api/openstack/compute/servers.py:476
2077
2107
msgid "Server name is not a string or unicode"
2078
2108
msgstr ""
2079
2109
 
2080
 
#: nova/api/openstack/compute/servers.py:505
 
2110
#: nova/api/openstack/compute/servers.py:480
2081
2111
msgid "Server name is an empty string"
2082
2112
msgstr ""
2083
2113
 
2084
 
#: nova/api/openstack/compute/servers.py:509
 
2114
#: nova/api/openstack/compute/servers.py:484
2085
2115
msgid "Server name must be less than 256 characters."
2086
2116
msgstr ""
2087
2117
 
2088
 
#: nova/api/openstack/compute/servers.py:527
 
2118
#: nova/api/openstack/compute/servers.py:501
2089
2119
#, python-format
2090
2120
msgid "Bad personality format: missing %s"
2091
2121
msgstr ""
2092
2122
 
2093
 
#: nova/api/openstack/compute/servers.py:530
 
2123
#: nova/api/openstack/compute/servers.py:504
2094
2124
msgid "Bad personality format"
2095
2125
msgstr ""
2096
2126
 
2097
 
#: nova/api/openstack/compute/servers.py:535
 
2127
#: nova/api/openstack/compute/servers.py:509
2098
2128
#, python-format
2099
2129
msgid "Personality content for %s cannot be decoded"
2100
2130
msgstr ""
2101
2131
 
2102
 
#: nova/api/openstack/compute/servers.py:550
 
2132
#: nova/api/openstack/compute/servers.py:522
2103
2133
#, python-format
2104
2134
msgid "Bad networks format: network uuid is not in proper format (%s)"
2105
2135
msgstr ""
2106
2136
 
2107
 
#: nova/api/openstack/compute/servers.py:559
 
2137
#: nova/api/openstack/compute/servers.py:531
2108
2138
#, python-format
2109
2139
msgid "Invalid fixed IP address (%s)"
2110
2140
msgstr ""
2111
2141
 
2112
 
#: nova/api/openstack/compute/servers.py:566
 
2142
#: nova/api/openstack/compute/servers.py:538
2113
2143
#, python-format
2114
2144
msgid "Duplicate networks (%s) are not allowed"
2115
2145
msgstr ""
2116
2146
 
2117
 
#: nova/api/openstack/compute/servers.py:572
 
2147
#: nova/api/openstack/compute/servers.py:544
2118
2148
#, python-format
2119
2149
msgid "Bad network format: missing %s"
2120
2150
msgstr ""
2121
2151
 
2122
 
#: nova/api/openstack/compute/servers.py:575
 
2152
#: nova/api/openstack/compute/servers.py:547
2123
2153
msgid "Bad networks format"
2124
2154
msgstr ""
2125
2155
 
2126
 
#: nova/api/openstack/compute/servers.py:587
 
2156
#: nova/api/openstack/compute/servers.py:559
2127
2157
msgid "Userdata content cannot be decoded"
2128
2158
msgstr ""
2129
2159
 
2130
 
#: nova/api/openstack/compute/servers.py:594
 
2160
#: nova/api/openstack/compute/servers.py:566
2131
2161
msgid "accessIPv4 is not proper IPv4 format"
2132
2162
msgstr ""
2133
2163
 
2134
 
#: nova/api/openstack/compute/servers.py:601
 
2164
#: nova/api/openstack/compute/servers.py:573
2135
2165
msgid "accessIPv6 is not proper IPv6 format"
2136
2166
msgstr ""
2137
2167
 
2138
 
#: nova/api/openstack/compute/servers.py:633
 
2168
#: nova/api/openstack/compute/servers.py:605
2139
2169
msgid "Server name is not defined"
2140
2170
msgstr ""
2141
2171
 
2142
 
#: nova/api/openstack/compute/servers.py:675
2143
 
#: nova/api/openstack/compute/servers.py:740
 
2172
#: nova/api/openstack/compute/servers.py:647
 
2173
#: nova/api/openstack/compute/servers.py:715
2144
2174
msgid "Invalid flavorRef provided."
2145
2175
msgstr ""
2146
2176
 
2147
 
#: nova/api/openstack/compute/servers.py:737
 
2177
#: nova/api/openstack/compute/servers.py:712
2148
2178
msgid "Can not find requested image"
2149
2179
msgstr ""
2150
2180
 
2151
 
#: nova/api/openstack/compute/servers.py:743
 
2181
#: nova/api/openstack/compute/servers.py:718
2152
2182
msgid "Invalid key_name provided."
2153
2183
msgstr ""
2154
2184
 
2155
 
#: nova/api/openstack/compute/servers.py:829
2156
 
#: nova/api/openstack/compute/servers.py:849
 
2185
#: nova/api/openstack/compute/servers.py:784
 
2186
#, fuzzy, python-format
 
2187
msgid "HostId cannot be updated."
 
2188
msgstr "Punto de montaje no puede ser traducido: %s"
 
2189
 
 
2190
#: nova/api/openstack/compute/servers.py:808
 
2191
#: nova/api/openstack/compute/servers.py:828
2157
2192
msgid "Instance has not been resized."
2158
2193
msgstr ""
2159
2194
 
2160
 
#: nova/api/openstack/compute/servers.py:835
 
2195
#: nova/api/openstack/compute/servers.py:814
2161
2196
#, python-format
2162
2197
msgid "Error in confirm-resize %s"
2163
2198
msgstr ""
2164
2199
 
2165
 
#: nova/api/openstack/compute/servers.py:855
 
2200
#: nova/api/openstack/compute/servers.py:834
2166
2201
#, python-format
2167
2202
msgid "Error in revert-resize %s"
2168
2203
msgstr ""
2169
2204
 
2170
 
#: nova/api/openstack/compute/servers.py:868
 
2205
#: nova/api/openstack/compute/servers.py:847
2171
2206
msgid "Argument 'type' for reboot is not HARD or SOFT"
2172
2207
msgstr ""
2173
2208
 
2174
 
#: nova/api/openstack/compute/servers.py:872
 
2209
#: nova/api/openstack/compute/servers.py:851
2175
2210
msgid "Missing argument 'type' for reboot"
2176
2211
msgstr ""
2177
2212
 
2178
 
#: nova/api/openstack/compute/servers.py:885
 
2213
#: nova/api/openstack/compute/servers.py:864
2179
2214
#, python-format
2180
2215
msgid "Error in reboot %s"
2181
2216
msgstr ""
2182
2217
 
2183
 
#: nova/api/openstack/compute/servers.py:897
 
2218
#: nova/api/openstack/compute/servers.py:876
2184
2219
msgid "Unable to locate requested flavor."
2185
2220
msgstr ""
2186
2221
 
2187
 
#: nova/api/openstack/compute/servers.py:900
 
2222
#: nova/api/openstack/compute/servers.py:879
2188
2223
msgid "Resize requires a change in size."
2189
2224
msgstr ""
2190
2225
 
2191
 
#: nova/api/openstack/compute/servers.py:924
 
2226
#: nova/api/openstack/compute/servers.py:903
2192
2227
msgid "Malformed server entity"
2193
2228
msgstr ""
2194
2229
 
2195
 
#: nova/api/openstack/compute/servers.py:931
 
2230
#: nova/api/openstack/compute/servers.py:910
2196
2231
msgid "Missing imageRef attribute"
2197
2232
msgstr ""
2198
2233
 
2199
 
#: nova/api/openstack/compute/servers.py:940
 
2234
#: nova/api/openstack/compute/servers.py:919
2200
2235
msgid "Invalid imageRef provided."
2201
2236
msgstr ""
2202
2237
 
2203
 
#: nova/api/openstack/compute/servers.py:949
 
2238
#: nova/api/openstack/compute/servers.py:928
2204
2239
msgid "Missing flavorRef attribute"
2205
2240
msgstr ""
2206
2241
 
2207
 
#: nova/api/openstack/compute/servers.py:962
 
2242
#: nova/api/openstack/compute/servers.py:941
2208
2243
msgid "No adminPass was specified"
2209
2244
msgstr ""
2210
2245
 
2211
 
#: nova/api/openstack/compute/servers.py:966
2212
 
#: nova/api/openstack/compute/servers.py:1144
 
2246
#: nova/api/openstack/compute/servers.py:945
 
2247
#: nova/api/openstack/compute/servers.py:1133
2213
2248
msgid "Invalid adminPass"
2214
2249
msgstr ""
2215
2250
 
2216
 
#: nova/api/openstack/compute/servers.py:980
 
2251
#: nova/api/openstack/compute/servers.py:959
2217
2252
msgid "Unable to parse metadata key/value pairs."
2218
2253
msgstr ""
2219
2254
 
2220
 
#: nova/api/openstack/compute/servers.py:993
 
2255
#: nova/api/openstack/compute/servers.py:972
2221
2256
msgid "Resize request has invalid 'flavorRef' attribute."
2222
2257
msgstr ""
2223
2258
 
2224
 
#: nova/api/openstack/compute/servers.py:996
 
2259
#: nova/api/openstack/compute/servers.py:975
2225
2260
msgid "Resize requests require 'flavorRef' attribute."
2226
2261
msgstr ""
2227
2262
 
2228
 
#: nova/api/openstack/compute/servers.py:1014
 
2263
#: nova/api/openstack/compute/servers.py:993
2229
2264
#: nova/api/openstack/compute/contrib/aggregates.py:142
2230
 
#: nova/api/openstack/compute/contrib/networks.py:65
 
2265
#: nova/api/openstack/compute/contrib/networks.py:68
2231
2266
msgid "Invalid request body"
2232
2267
msgstr ""
2233
2268
 
2234
 
#: nova/api/openstack/compute/servers.py:1019
 
2269
#: nova/api/openstack/compute/servers.py:998
2235
2270
msgid "Could not parse imageRef from request."
2236
2271
msgstr ""
2237
2272
 
2238
 
#: nova/api/openstack/compute/servers.py:1071
 
2273
#: nova/api/openstack/compute/servers.py:1053
2239
2274
msgid "Instance could not be found"
2240
2275
msgstr ""
2241
2276
 
2242
 
#: nova/api/openstack/compute/servers.py:1074
 
2277
#: nova/api/openstack/compute/servers.py:1058
2243
2278
msgid "Cannot find image for rebuild"
2244
2279
msgstr ""
2245
2280
 
2246
 
#: nova/api/openstack/compute/servers.py:1103
 
2281
#: nova/api/openstack/compute/servers.py:1091
2247
2282
msgid "createImage entity requires name attribute"
2248
2283
msgstr ""
2249
2284
 
2250
 
#: nova/api/openstack/compute/servers.py:1112
2251
 
#: nova/api/openstack/compute/contrib/admin_actions.py:238
2252
 
msgid "Invalid metadata"
2253
 
msgstr ""
2254
 
 
2255
 
#: nova/api/openstack/compute/servers.py:1167
 
2285
#: nova/api/openstack/compute/servers.py:1160
2256
2286
#, python-format
2257
2287
msgid "Removing options '%(unk_opt_str)s' from query"
2258
2288
msgstr ""
2328
2358
#: nova/api/openstack/compute/contrib/console_output.py:59
2329
2359
#: nova/api/openstack/compute/contrib/consoles.py:49
2330
2360
#: nova/api/openstack/compute/contrib/consoles.py:60
2331
 
#: nova/api/openstack/compute/contrib/server_action_list.py:49
2332
2361
#: nova/api/openstack/compute/contrib/server_diagnostics.py:47
2333
2362
#: nova/api/openstack/compute/contrib/server_start_stop.py:38
2334
2363
msgid "Instance not found"
2391
2420
msgid "Only root certificate can be retrieved."
2392
2421
msgstr ""
2393
2422
 
2394
 
#: nova/api/openstack/compute/contrib/cloudpipe.py:139
 
2423
#: nova/api/openstack/compute/contrib/cloudpipe.py:146
2395
2424
msgid ""
2396
2425
"Unable to claim IP for VPN instances, ensure it isn't running, and try "
2397
2426
"again in a few minutes"
2421
2450
msgstr ""
2422
2451
 
2423
2452
#: nova/api/openstack/compute/contrib/flavorextraspecs.py:49
2424
 
#: nova/api/openstack/compute/contrib/volumetypes.py:158
 
2453
#: nova/api/openstack/compute/contrib/volumetypes.py:150
 
2454
#: nova/api/openstack/volume/contrib/types_extra_specs.py:65
2425
2455
msgid "No Request Body"
2426
2456
msgstr ""
2427
2457
 
2428
 
#: nova/api/openstack/compute/contrib/floating_ips.py:159
 
2458
#: nova/api/openstack/compute/contrib/floating_ips.py:156
2429
2459
#, python-format
2430
2460
msgid "No more floating ips in pool %s."
2431
2461
msgstr ""
2432
2462
 
2433
 
#: nova/api/openstack/compute/contrib/floating_ips.py:161
 
2463
#: nova/api/openstack/compute/contrib/floating_ips.py:158
2434
2464
msgid "No more floating ips available."
2435
2465
msgstr ""
2436
2466
 
2437
 
#: nova/api/openstack/compute/contrib/floating_ips.py:201
2438
 
#: nova/api/openstack/compute/contrib/floating_ips.py:230
2439
 
#: nova/api/openstack/compute/contrib/security_groups.py:571
2440
 
#: nova/api/openstack/compute/contrib/security_groups.py:604
 
2467
#: nova/api/openstack/compute/contrib/floating_ips.py:196
 
2468
#: nova/api/openstack/compute/contrib/floating_ips.py:222
 
2469
#: nova/api/openstack/compute/contrib/security_groups.py:584
 
2470
#: nova/api/openstack/compute/contrib/security_groups.py:617
2441
2471
msgid "Missing parameter dict"
2442
2472
msgstr ""
2443
2473
 
2444
 
#: nova/api/openstack/compute/contrib/floating_ips.py:204
2445
 
#: nova/api/openstack/compute/contrib/floating_ips.py:233
 
2474
#: nova/api/openstack/compute/contrib/floating_ips.py:199
 
2475
#: nova/api/openstack/compute/contrib/floating_ips.py:225
2446
2476
msgid "Address not specified"
2447
2477
msgstr ""
2448
2478
 
2449
 
#: nova/api/openstack/compute/contrib/floating_ips.py:213
 
2479
#: nova/api/openstack/compute/contrib/floating_ips.py:208
2450
2480
msgid "No fixed ips associated to instance"
2451
2481
msgstr ""
2452
2482
 
2453
 
#: nova/api/openstack/compute/contrib/floating_ips.py:216
2454
 
msgid "Associate floating ip failed"
2455
 
msgstr ""
2456
 
 
2457
2483
#: nova/api/openstack/compute/contrib/hosts.py:144
2458
2484
#, python-format
2459
2485
msgid "Invalid status: '%s'"
2479
2505
msgid "Setting host %(host)s to %(state)s."
2480
2506
msgstr ""
2481
2507
 
2482
 
#: nova/api/openstack/compute/contrib/hosts.py:230
 
2508
#: nova/api/openstack/compute/contrib/hosts.py:228
2483
2509
msgid "Describe-resource is admin only functionality"
2484
2510
msgstr ""
2485
2511
 
2486
 
#: nova/api/openstack/compute/contrib/hosts.py:238
 
2512
#: nova/api/openstack/compute/contrib/hosts.py:236
2487
2513
msgid "Host not found"
2488
2514
msgstr ""
2489
2515
 
2490
 
#: nova/api/openstack/compute/contrib/keypairs.py:70
 
2516
#: nova/api/openstack/compute/contrib/keypairs.py:71
2491
2517
msgid "Keypair name contains unsafe characters"
2492
2518
msgstr ""
2493
2519
 
2494
 
#: nova/api/openstack/compute/contrib/keypairs.py:95
 
2520
#: nova/api/openstack/compute/contrib/keypairs.py:96
2495
2521
msgid "Keypair name must be between 1 and 255 characters long"
2496
2522
msgstr ""
2497
2523
 
2498
 
#: nova/api/openstack/compute/contrib/keypairs.py:100
 
2524
#: nova/api/openstack/compute/contrib/keypairs.py:101
2499
2525
#, python-format
2500
2526
msgid "Key pair '%s' already exists."
2501
2527
msgstr ""
2513
2539
msgid "Unable to find address %r"
2514
2540
msgstr ""
2515
2541
 
2516
 
#: nova/api/openstack/compute/contrib/networks.py:62
 
2542
#: nova/api/openstack/compute/contrib/networks.py:65
2517
2543
#, python-format
2518
2544
msgid "Network does not have %s action"
2519
2545
msgstr ""
2520
2546
 
2521
 
#: nova/api/openstack/compute/contrib/networks.py:70
 
2547
#: nova/api/openstack/compute/contrib/networks.py:73
2522
2548
#, python-format
2523
2549
msgid "Disassociating network with id %s"
2524
2550
msgstr ""
2525
2551
 
2526
 
#: nova/api/openstack/compute/contrib/networks.py:74
2527
 
#: nova/api/openstack/compute/contrib/networks.py:91
2528
 
#: nova/api/openstack/compute/contrib/networks.py:101
 
2552
#: nova/api/openstack/compute/contrib/networks.py:77
 
2553
#: nova/api/openstack/compute/contrib/networks.py:94
 
2554
#: nova/api/openstack/compute/contrib/networks.py:104
2529
2555
msgid "Network not found"
2530
2556
msgstr ""
2531
2557
 
2532
 
#: nova/api/openstack/compute/contrib/networks.py:87
 
2558
#: nova/api/openstack/compute/contrib/networks.py:90
2533
2559
#, python-format
2534
2560
msgid "Showing network with id %s"
2535
2561
msgstr ""
2536
2562
 
2537
 
#: nova/api/openstack/compute/contrib/networks.py:97
 
2563
#: nova/api/openstack/compute/contrib/networks.py:100
2538
2564
#, python-format
2539
2565
msgid "Deleting network with id %s"
2540
2566
msgstr ""
2541
2567
 
 
2568
#: nova/api/openstack/compute/contrib/quotas.py:59
 
2569
msgid "Quota limit must be -1 or greater."
 
2570
msgstr ""
 
2571
 
2542
2572
#: nova/api/openstack/compute/contrib/scheduler_hints.py:41
2543
2573
msgid "Malformed scheduler_hints attribute"
2544
2574
msgstr ""
2545
2575
 
2546
 
#: nova/api/openstack/compute/contrib/security_groups.py:222
 
2576
#: nova/api/openstack/compute/contrib/security_groups.py:224
2547
2577
msgid "Security group id should be integer"
2548
2578
msgstr ""
2549
2579
 
2550
 
#: nova/api/openstack/compute/contrib/security_groups.py:243
 
2580
#: nova/api/openstack/compute/contrib/security_groups.py:245
2551
2581
#, fuzzy, python-format
2552
2582
msgid "Security group is still in use"
2553
2583
msgstr "Revocar ingreso al grupo de seguridad %s"
2554
2584
 
2555
 
#: nova/api/openstack/compute/contrib/security_groups.py:295
 
2585
#: nova/api/openstack/compute/contrib/security_groups.py:301
2556
2586
#, python-format
2557
2587
msgid "Security group %s already exists"
2558
2588
msgstr ""
2559
2589
 
2560
 
#: nova/api/openstack/compute/contrib/security_groups.py:315
 
2590
#: nova/api/openstack/compute/contrib/security_groups.py:321
2561
2591
#, python-format
2562
2592
msgid "Security group %s is not a string or unicode"
2563
2593
msgstr ""
2564
2594
 
2565
 
#: nova/api/openstack/compute/contrib/security_groups.py:318
 
2595
#: nova/api/openstack/compute/contrib/security_groups.py:324
2566
2596
#, python-format
2567
2597
msgid "Security group %s cannot be empty."
2568
2598
msgstr ""
2569
2599
 
2570
 
#: nova/api/openstack/compute/contrib/security_groups.py:321
 
2600
#: nova/api/openstack/compute/contrib/security_groups.py:327
2571
2601
#, python-format
2572
2602
msgid "Security group %s should not be greater than 255 characters."
2573
2603
msgstr ""
2574
2604
 
2575
 
#: nova/api/openstack/compute/contrib/security_groups.py:348
 
2605
#: nova/api/openstack/compute/contrib/security_groups.py:354
2576
2606
msgid "Parent group id is not integer"
2577
2607
msgstr ""
2578
2608
 
2579
 
#: nova/api/openstack/compute/contrib/security_groups.py:351
 
2609
#: nova/api/openstack/compute/contrib/security_groups.py:357
2580
2610
#, python-format
2581
2611
msgid "Security group (%s) not found"
2582
2612
msgstr ""
2583
2613
 
2584
 
#: nova/api/openstack/compute/contrib/security_groups.py:369
 
2614
#: nova/api/openstack/compute/contrib/security_groups.py:375
2585
2615
msgid "Not enough parameters to build a valid rule."
2586
2616
msgstr ""
2587
2617
 
2588
 
#: nova/api/openstack/compute/contrib/security_groups.py:376
 
2618
#: nova/api/openstack/compute/contrib/security_groups.py:382
2589
2619
#, python-format
2590
2620
msgid "This rule already exists in group %s"
2591
2621
msgstr "Esta regla ya existe en el grupo %s"
2592
2622
 
2593
 
#: nova/api/openstack/compute/contrib/security_groups.py:414
 
2623
#: nova/api/openstack/compute/contrib/security_groups.py:427
2594
2624
msgid "Parent or group id is not integer"
2595
2625
msgstr ""
2596
2626
 
2597
 
#: nova/api/openstack/compute/contrib/security_groups.py:507
 
2627
#: nova/api/openstack/compute/contrib/security_groups.py:520
2598
2628
msgid "Rule id is not integer"
2599
2629
msgstr ""
2600
2630
 
2601
 
#: nova/api/openstack/compute/contrib/security_groups.py:510
 
2631
#: nova/api/openstack/compute/contrib/security_groups.py:523
2602
2632
#, python-format
2603
2633
msgid "Rule (%s) not found"
2604
2634
msgstr ""
2605
2635
 
2606
 
#: nova/api/openstack/compute/contrib/security_groups.py:574
2607
 
#: nova/api/openstack/compute/contrib/security_groups.py:607
 
2636
#: nova/api/openstack/compute/contrib/security_groups.py:587
 
2637
#: nova/api/openstack/compute/contrib/security_groups.py:620
2608
2638
msgid "Security group not specified"
2609
2639
msgstr ""
2610
2640
 
2611
 
#: nova/api/openstack/compute/contrib/security_groups.py:578
2612
 
#: nova/api/openstack/compute/contrib/security_groups.py:611
 
2641
#: nova/api/openstack/compute/contrib/security_groups.py:591
 
2642
#: nova/api/openstack/compute/contrib/security_groups.py:624
2613
2643
msgid "Security group name cannot be empty"
2614
2644
msgstr ""
2615
2645
 
2616
 
#: nova/api/openstack/compute/contrib/server_start_stop.py:45
2617
 
#, python-format
2618
 
msgid "start instance %r"
2619
 
msgstr ""
 
2646
#: nova/api/openstack/compute/contrib/server_start_stop.py:46
 
2647
#, fuzzy, python-format
 
2648
msgid "start instance"
 
2649
msgstr "Reiniciar instancia %r"
2620
2650
 
2621
 
#: nova/api/openstack/compute/contrib/server_start_stop.py:54
2622
 
#, python-format
2623
 
msgid "stop instance %r"
2624
 
msgstr ""
 
2651
#: nova/api/openstack/compute/contrib/server_start_stop.py:55
 
2652
#, fuzzy, python-format
 
2653
msgid "stop instance"
 
2654
msgstr "Reiniciar instancia %r"
2625
2655
 
2626
2656
#: nova/api/openstack/compute/contrib/volumes.py:73
2627
 
#: nova/api/openstack/volume/volumes.py:106
 
2657
#: nova/api/openstack/volume/volumes.py:100
2628
2658
#, python-format
2629
2659
msgid "vol=%s"
2630
2660
msgstr ""
2631
2661
 
2632
2662
#: nova/api/openstack/compute/contrib/volumes.py:146
2633
 
#: nova/api/openstack/volume/volumes.py:184
 
2663
#: nova/api/openstack/volume/volumes.py:178
2634
2664
#, python-format
2635
2665
msgid "Delete volume with id: %s"
2636
2666
msgstr ""
2637
2667
 
2638
 
#: nova/api/openstack/compute/contrib/volumes.py:329
 
2668
#: nova/api/openstack/compute/contrib/volumes.py:330
2639
2669
#, python-format
2640
2670
msgid "Attach volume %(volume_id)s to instance %(server_id)s at %(device)s"
2641
2671
msgstr ""
2642
2672
 
2643
 
#: nova/api/openstack/compute/contrib/volumes.py:481
 
2673
#: nova/api/openstack/compute/contrib/volumes.py:376
 
2674
#, fuzzy, python-format
 
2675
msgid "Instance %s is not attached."
 
2676
msgstr "instancia %s: arrancada"
 
2677
 
 
2678
#: nova/api/openstack/compute/contrib/volumes.py:482
2644
2679
#: nova/api/openstack/volume/snapshots.py:110
2645
2680
#, python-format
2646
2681
msgid "Delete snapshot with id: %s"
2647
2682
msgstr ""
2648
2683
 
2649
 
#: nova/api/openstack/compute/contrib/volumes.py:524
 
2684
#: nova/api/openstack/compute/contrib/volumes.py:525
2650
2685
#: nova/api/openstack/volume/snapshots.py:150
2651
2686
#, python-format
2652
2687
msgid "Create snapshot from volume %s"
2653
2688
msgstr ""
2654
2689
 
 
2690
#: nova/api/openstack/volume/contrib/types_extra_specs.py:90
 
2691
msgid "Malformed extra specs"
 
2692
msgstr ""
 
2693
 
2655
2694
#: nova/auth/fakeldap.py:33
2656
2695
msgid "Attempted to instantiate singleton"
2657
2696
msgstr "Intento de instanciar sigleton"
2665
2704
"Se ha intentado eliminar el último miembro de un grupo. Eliminando el "
2666
2705
"grupo %s en su lugar."
2667
2706
 
2668
 
#: nova/auth/manager.py:298
 
2707
#: nova/auth/manager.py:299
2669
2708
#, python-format
2670
2709
msgid "Looking up user: %r"
2671
2710
msgstr "Buscando usuario: %r"
2672
2711
 
2673
 
#: nova/auth/manager.py:302
 
2712
#: nova/auth/manager.py:303
2674
2713
#, python-format
2675
2714
msgid "Failed authorization for access key %s"
2676
2715
msgstr "Fallo de autorización para la clave de acceso %s"
2677
2716
 
2678
 
#: nova/auth/manager.py:308
 
2717
#: nova/auth/manager.py:309
2679
2718
#, python-format
2680
2719
msgid "Using project name = user name (%s)"
2681
2720
msgstr "Utilizando nombre de proyecto = nombre de usuario (%s)"
2682
2721
 
2683
 
#: nova/auth/manager.py:315
 
2722
#: nova/auth/manager.py:316
2684
2723
#, python-format
2685
2724
msgid "failed authorization: no project named %(pjid)s (user=%(uname)s)"
2686
2725
msgstr ""
2687
2726
 
2688
 
#: nova/auth/manager.py:324
 
2727
#: nova/auth/manager.py:325
2689
2728
#, python-format
2690
2729
msgid ""
2691
2730
"Failed authorization: user %(uname)s not admin and not member of project "
2692
2731
"%(pjname)s"
2693
2732
msgstr ""
2694
2733
 
2695
 
#: nova/auth/manager.py:331 nova/auth/manager.py:343
 
2734
#: nova/auth/manager.py:332 nova/auth/manager.py:344
2696
2735
#, python-format
2697
2736
msgid "user.secret: %s"
2698
2737
msgstr ""
2699
2738
 
2700
 
#: nova/auth/manager.py:332 nova/auth/manager.py:344
 
2739
#: nova/auth/manager.py:333 nova/auth/manager.py:345
2701
2740
#, python-format
2702
2741
msgid "expected_signature: %s"
2703
2742
msgstr ""
2704
2743
 
2705
 
#: nova/auth/manager.py:333 nova/auth/manager.py:345
 
2744
#: nova/auth/manager.py:334 nova/auth/manager.py:346
2706
2745
#, python-format
2707
2746
msgid "signature: %s"
2708
2747
msgstr ""
2709
2748
 
2710
 
#: nova/auth/manager.py:335 nova/auth/manager.py:357
 
2749
#: nova/auth/manager.py:336 nova/auth/manager.py:358
2711
2750
#, python-format
2712
2751
msgid "Invalid signature for user %s"
2713
2752
msgstr "Firma invalida para el usuario %s"
2714
2753
 
2715
 
#: nova/auth/manager.py:353
 
2754
#: nova/auth/manager.py:354
2716
2755
#, python-format
2717
2756
msgid "host_only_signature: %s"
2718
2757
msgstr ""
2719
2758
 
2720
 
#: nova/auth/manager.py:449
 
2759
#: nova/auth/manager.py:450
2721
2760
msgid "Must specify project"
2722
2761
msgstr "Debes especificar un proyecto"
2723
2762
 
2724
 
#: nova/auth/manager.py:490
 
2763
#: nova/auth/manager.py:491
2725
2764
#, python-format
2726
2765
msgid "Adding role %(role)s to user %(uid)s in project %(pid)s"
2727
2766
msgstr ""
2728
2767
 
2729
 
#: nova/auth/manager.py:493
 
2768
#: nova/auth/manager.py:494
2730
2769
#, python-format
2731
2770
msgid "Adding sitewide role %(role)s to user %(uid)s"
2732
2771
msgstr ""
2733
2772
 
2734
 
#: nova/auth/manager.py:519
 
2773
#: nova/auth/manager.py:520
2735
2774
#, python-format
2736
2775
msgid "Removing role %(role)s from user %(uid)s on project %(pid)s"
2737
2776
msgstr ""
2738
2777
 
2739
 
#: nova/auth/manager.py:522
 
2778
#: nova/auth/manager.py:523
2740
2779
#, python-format
2741
2780
msgid "Removing sitewide role %(role)s from user %(uid)s"
2742
2781
msgstr ""
2743
2782
 
2744
 
#: nova/auth/manager.py:595
 
2783
#: nova/auth/manager.py:596
2745
2784
#, python-format
2746
2785
msgid "Created project %(name)s with manager %(manager_user)s"
2747
2786
msgstr "Creado el proyecto %(name)s con administrador %(manager_user)s"
2748
2787
 
2749
 
#: nova/auth/manager.py:613
 
2788
#: nova/auth/manager.py:614
2750
2789
#, python-format
2751
2790
msgid "modifying project %s"
2752
2791
msgstr "Modificando proyecto %s"
2753
2792
 
2754
 
#: nova/auth/manager.py:625
 
2793
#: nova/auth/manager.py:626
2755
2794
#, python-format
2756
2795
msgid "Adding user %(uid)s to project %(pid)s"
2757
2796
msgstr "Agregando usuario %(uid)s para el proyecto %(pid)s"
2758
2797
 
2759
 
#: nova/auth/manager.py:646
 
2798
#: nova/auth/manager.py:647
2760
2799
#, python-format
2761
2800
msgid "Remove user %(uid)s from project %(pid)s"
2762
2801
msgstr "Borrar usuario %(uid)s del proyecto %(pid)s"
2763
2802
 
2764
 
#: nova/auth/manager.py:676
 
2803
#: nova/auth/manager.py:677
2765
2804
#, python-format
2766
2805
msgid "Deleting project %s"
2767
2806
msgstr "Borrando proyecto %s"
2768
2807
 
2769
 
#: nova/auth/manager.py:734
 
2808
#: nova/auth/manager.py:735
2770
2809
#, python-format
2771
2810
msgid "Created user %(rvname)s (admin: %(rvadmin)r)"
2772
2811
msgstr ""
2773
2812
 
2774
 
#: nova/auth/manager.py:743
 
2813
#: nova/auth/manager.py:744
2775
2814
#, python-format
2776
2815
msgid "Deleting user %s"
2777
2816
msgstr "Borrando usuario %s"
2778
2817
 
2779
 
#: nova/auth/manager.py:753
 
2818
#: nova/auth/manager.py:754
2780
2819
#, python-format
2781
2820
msgid "Access Key change for user %s"
2782
2821
msgstr "Cambio de clave de acceso para el usuario %s"
2783
2822
 
2784
 
#: nova/auth/manager.py:755
 
2823
#: nova/auth/manager.py:756
2785
2824
#, python-format
2786
2825
msgid "Secret Key change for user %s"
2787
2826
msgstr "Cambio de clave secreta para el usuario %s"
2788
2827
 
2789
 
#: nova/auth/manager.py:757
 
2828
#: nova/auth/manager.py:758
2790
2829
#, python-format
2791
2830
msgid "Admin status set to %(admin)r for user %(uid)s"
2792
2831
msgstr ""
2793
2832
 
2794
 
#: nova/auth/manager.py:802
 
2833
#: nova/auth/manager.py:803
2795
2834
#, python-format
2796
2835
msgid "No vpn data for project %s"
2797
2836
msgstr "No hay datos vpn para el proyecto %s"
2798
2837
 
2799
 
#: nova/cloudpipe/pipelib.py:46
 
2838
#: nova/auth/signer.py:147
 
2839
msgid "SHA256 not supported on this server"
 
2840
msgstr ""
 
2841
 
 
2842
#: nova/cloudpipe/pipelib.py:45
2800
2843
#, fuzzy, python-format
2801
2844
msgid "Instance type for vpn instances"
2802
2845
msgstr "Obtener salida de la consola para la instancia %s"
2803
2846
 
2804
 
#: nova/cloudpipe/pipelib.py:49
 
2847
#: nova/cloudpipe/pipelib.py:48
2805
2848
msgid "Template for cloudpipe instance boot script"
2806
2849
msgstr ""
2807
2850
 
2808
 
#: nova/cloudpipe/pipelib.py:52
 
2851
#: nova/cloudpipe/pipelib.py:51
2809
2852
msgid "Network to push into openvpn config"
2810
2853
msgstr "Red a insertar en la configuración de openvpn"
2811
2854
 
2812
 
#: nova/cloudpipe/pipelib.py:55
 
2855
#: nova/cloudpipe/pipelib.py:54
2813
2856
msgid "Netmask to push into openvpn config"
2814
2857
msgstr "Mascara de red a insertar en la configuración de openvpn"
2815
2858
 
2816
 
#: nova/cloudpipe/pipelib.py:107
 
2859
#: nova/cloudpipe/pipelib.py:106
2817
2860
#, python-format
2818
2861
msgid "Launching VPN for %s"
2819
2862
msgstr "Lanzando VPN para %s"
2820
2863
 
2821
 
#: nova/compute/api.py:141
 
2864
#: nova/compute/api.py:131
2822
2865
msgid "No compute host specified"
2823
2866
msgstr ""
2824
2867
 
2825
 
#: nova/compute/api.py:144
 
2868
#: nova/compute/api.py:134
2826
2869
#, python-format
2827
2870
msgid "Unable to find host for Instance %s"
2828
2871
msgstr ""
2829
2872
 
2830
 
#: nova/compute/api.py:192
 
2873
#: nova/compute/api.py:195
 
2874
#, fuzzy, python-format
 
2875
msgid "Cannot run any more instances of this type."
 
2876
msgstr ""
 
2877
"Quota de instancias superada. Sólo puedes ejecutar %s instancias más de "
 
2878
"este tipo."
 
2879
 
 
2880
#: nova/compute/api.py:198
 
2881
#, fuzzy, python-format
 
2882
msgid "Can only run %s more instances of this type."
 
2883
msgstr ""
 
2884
"Quota de instancias superada. Sólo puedes ejecutar %s instancias más de "
 
2885
"este tipo."
 
2886
 
 
2887
#: nova/compute/api.py:201
 
2888
#, python-format
 
2889
msgid "Quota exceeded for %(pid)s, tried to run %(min_count)s instances. %(msg)s"
 
2890
msgstr ""
 
2891
 
 
2892
#: nova/compute/api.py:215
2831
2893
#, python-format
2832
2894
msgid ""
2833
2895
"Quota exceeded for %(pid)s, tried to set %(num_metadata)s metadata "
2834
2896
"properties"
2835
2897
msgstr ""
2836
2898
 
2837
 
#: nova/compute/api.py:203
2838
 
#, python-format
2839
 
msgid "Quota exceeded for %(pid)s, metadata property key or value too long"
2840
 
msgstr ""
2841
 
 
2842
 
#: nova/compute/api.py:257
2843
 
#, fuzzy, python-format
2844
 
msgid "Cannot run any more instances of this type."
2845
 
msgstr ""
2846
 
"Quota de instancias superada. Sólo puedes ejecutar %s instancias más de "
2847
 
"este tipo."
2848
 
 
2849
 
#: nova/compute/api.py:259
2850
 
#, fuzzy, python-format
2851
 
msgid "Can only run %s more instances of this type."
2852
 
msgstr ""
2853
 
"Quota de instancias superada. Sólo puedes ejecutar %s instancias más de "
2854
 
"este tipo."
2855
 
 
2856
 
#: nova/compute/api.py:261
2857
 
#, python-format
2858
 
msgid "Quota exceeded for %(pid)s, tried to run %(min_count)s instances. "
2859
 
msgstr ""
2860
 
 
2861
 
#: nova/compute/api.py:310
2862
 
msgid "Creating a raw instance"
2863
 
msgstr "Creando una instancia raw"
2864
 
 
2865
 
#: nova/compute/api.py:312
2866
 
#, python-format
2867
 
msgid "Using Kernel=%(kernel_id)s, Ramdisk=%(ramdisk_id)s"
2868
 
msgstr ""
2869
 
 
2870
 
#: nova/compute/api.py:383
 
2899
#: nova/compute/api.py:225
 
2900
msgid "Metadata property key blank"
 
2901
msgstr ""
 
2902
 
 
2903
#: nova/compute/api.py:229
 
2904
msgid "Metadata property key greater than 255 characters"
 
2905
msgstr ""
 
2906
 
 
2907
#: nova/compute/api.py:233
 
2908
msgid "Metadata property value greater than 255 characters"
 
2909
msgstr ""
 
2910
 
 
2911
#: nova/compute/api.py:429
2871
2912
#, python-format
2872
2913
msgid "Going to run %s instances..."
2873
2914
msgstr "Vamos a ejecutar %s insntacias..."
2874
2915
 
2875
 
#: nova/compute/api.py:447
 
2916
#: nova/compute/api.py:497
2876
2917
#, python-format
2877
2918
msgid "bdm %s"
2878
2919
msgstr ""
2879
2920
 
2880
 
#: nova/compute/api.py:474
 
2921
#: nova/compute/api.py:524
2881
2922
#, python-format
2882
2923
msgid "block_device_mapping %s"
2883
2924
msgstr ""
2884
2925
 
2885
 
#: nova/compute/api.py:591
 
2926
#: nova/compute/api.py:648
2886
2927
#, python-format
2887
2928
msgid "Sending create to scheduler for %(pid)s/%(uid)s's"
2888
2929
msgstr ""
2889
2930
 
2890
 
#: nova/compute/api.py:871
 
2931
#: nova/compute/api.py:928
2891
2932
#, fuzzy, python-format
2892
2933
msgid "Going to try to soft delete instance"
2893
2934
msgstr "Vamos a ejecutar %s insntacias..."
2894
2935
 
2895
 
#: nova/compute/api.py:891
 
2936
#: nova/compute/api.py:948
2896
2937
msgid "No host for instance, deleting immediately"
2897
2938
msgstr ""
2898
2939
 
2899
 
#: nova/compute/api.py:939
 
2940
#: nova/compute/api.py:996
2900
2941
#, fuzzy
2901
2942
msgid "Going to try to terminate instance"
2902
2943
msgstr "Se va a iniciar la finalización de las instancias"
2903
2944
 
2904
 
#: nova/compute/api.py:977
 
2945
#: nova/compute/api.py:1034
2905
2946
#, fuzzy, python-format
2906
2947
msgid "Going to try to stop instance"
2907
2948
msgstr "Vamos a ejecutar %s insntacias..."
2908
2949
 
2909
 
#: nova/compute/api.py:996
 
2950
#: nova/compute/api.py:1053
2910
2951
#, fuzzy, python-format
2911
2952
msgid "Going to try to start instance"
2912
2953
msgstr "Vamos a ejecutar %s insntacias..."
2913
2954
 
2914
 
#: nova/compute/api.py:1000
 
2955
#: nova/compute/api.py:1057
2915
2956
#, python-format
2916
2957
msgid "Instance %(instance_uuid)s is not stopped. (%(vm_state)s"
2917
2958
msgstr ""
2918
2959
 
2919
 
#: nova/compute/api.py:1071 nova/volume/api.py:173
 
2960
#: nova/compute/api.py:1128 nova/volume/api.py:173
2920
2961
#: nova/volume/volume_types.py:64
2921
2962
#, python-format
2922
2963
msgid "Searching by: %s"
2923
2964
msgstr ""
2924
2965
 
2925
 
#: nova/compute/api.py:1201
 
2966
#: nova/compute/api.py:1258
2926
2967
#, python-format
2927
2968
msgid "Image type not recognized %s"
2928
2969
msgstr ""
2929
2970
 
2930
 
#: nova/compute/api.py:1369
 
2971
#: nova/compute/api.py:1437
2931
2972
msgid "flavor_id is None. Assuming migration."
2932
2973
msgstr ""
2933
2974
 
2934
 
#: nova/compute/api.py:1377
 
2975
#: nova/compute/api.py:1445
2935
2976
#, python-format
2936
2977
msgid ""
2937
2978
"Old instance type %(current_instance_type_name)s,  new instance type "
2938
2979
"%(new_instance_type_name)s"
2939
2980
msgstr ""
2940
2981
 
2941
 
#: nova/compute/api.py:1644
 
2982
#: nova/compute/api.py:1710
2942
2983
#, python-format
2943
2984
msgid "multiple fixedips exist, using the first: %s"
2944
2985
msgstr ""
2957
2998
msgid "Instance type %s not found for deletion"
2958
2999
msgstr ""
2959
3000
 
2960
 
#: nova/compute/manager.py:138
 
3001
#: nova/compute/manager.py:153
2961
3002
#, python-format
2962
3003
msgid "check_instance_lock: decorating: |%s|"
2963
3004
msgstr "check_instance_lock: decorating: |%s|"
2964
3005
 
2965
 
#: nova/compute/manager.py:140
2966
 
#, python-format
2967
 
msgid ""
2968
 
"check_instance_lock: arguments: |%(self)s| |%(context)s| "
2969
 
"|%(instance_uuid)s|"
2970
 
msgstr ""
 
3006
#: nova/compute/manager.py:155
 
3007
#, fuzzy, python-format
 
3008
msgid "check_instance_lock: arguments: |%(self)s| |%(context)s|"
 
3009
msgstr "check_instance_lock: admin: |%s|"
2971
3010
 
2972
 
#: nova/compute/manager.py:144
 
3011
#: nova/compute/manager.py:159
2973
3012
#, python-format
2974
3013
msgid "check_instance_lock: locked: |%s|"
2975
3014
msgstr "check_instance_lock: locked: |%s|"
2976
3015
 
2977
 
#: nova/compute/manager.py:146
 
3016
#: nova/compute/manager.py:161
2978
3017
#, python-format
2979
3018
msgid "check_instance_lock: admin: |%s|"
2980
3019
msgstr "check_instance_lock: admin: |%s|"
2981
3020
 
2982
 
#: nova/compute/manager.py:151
 
3021
#: nova/compute/manager.py:166
2983
3022
#, python-format
2984
3023
msgid "check_instance_lock: executing: |%s|"
2985
3024
msgstr "check_instance_lock: ejecutando: |%s|"
2986
3025
 
2987
 
#: nova/compute/manager.py:155
 
3026
#: nova/compute/manager.py:170
2988
3027
#, python-format
2989
3028
msgid "check_instance_lock: not executing |%s|"
2990
3029
msgstr "check_instance_lock: no ejecutando |%s|"
2991
3030
 
2992
 
#: nova/compute/manager.py:201
 
3031
#: nova/compute/manager.py:231
2993
3032
#, python-format
2994
3033
msgid "Unable to load the virtualization driver: %s"
2995
3034
msgstr ""
2996
3035
 
2997
 
#: nova/compute/manager.py:223
2998
 
#, python-format
2999
 
msgid ""
3000
 
"Instance %(instance_uuid)s has been destroyed from under us while trying "
3001
 
"to set it to ERROR"
 
3036
#: nova/compute/manager.py:253
 
3037
msgid "Instance has been destroyed from under us while trying to set it to ERROR"
3002
3038
msgstr ""
3003
3039
 
3004
 
#: nova/compute/manager.py:240
 
3040
#: nova/compute/manager.py:269
3005
3041
#, python-format
3006
3042
msgid "Current state is %(drv_state)s, state in DB is %(db_state)s."
3007
3043
msgstr ""
3008
3044
 
3009
 
#: nova/compute/manager.py:245
 
3045
#: nova/compute/manager.py:274
3010
3046
msgid "Rebooting instance after nova-compute restart."
3011
3047
msgstr ""
3012
3048
 
3013
 
#: nova/compute/manager.py:255
 
3049
#: nova/compute/manager.py:284
3014
3050
msgid "Hypervisor driver does not support firewall rules"
3015
3051
msgstr ""
3016
3052
 
3017
 
#: nova/compute/manager.py:260
 
3053
#: nova/compute/manager.py:289
3018
3054
msgid "Checking state"
3019
3055
msgstr ""
3020
3056
 
3021
 
#: nova/compute/manager.py:329
 
3057
#: nova/compute/manager.py:358
3022
3058
#, python-format
3023
3059
msgid "Setting up bdm %s"
3024
3060
msgstr ""
3025
3061
 
3026
 
#: nova/compute/manager.py:400
3027
 
#, python-format
3028
 
msgid "Instance %s already deleted from database. Attempting forceful vm deletion"
3029
 
msgstr ""
3030
 
 
3031
 
#: nova/compute/manager.py:406
 
3062
#: nova/compute/manager.py:445
3032
3063
#, fuzzy, python-format
3033
 
msgid "Exception encountered while terminating the instance %s"
3034
 
msgstr "Después de terminar las instancias: %s"
3035
 
 
3036
 
#: nova/compute/manager.py:444
3037
 
#, python-format
3038
 
msgid "Instance %s not found."
3039
 
msgstr ""
3040
 
 
3041
 
#: nova/compute/manager.py:480
 
3064
msgid "Instance not found."
 
3065
msgstr "instancia %s: arrancada"
 
3066
 
 
3067
#: nova/compute/manager.py:477
3042
3068
msgid "Instance has already been created"
3043
3069
msgstr "La instancia ha sido creada previamente"
3044
3070
 
3045
 
#: nova/compute/manager.py:523
 
3071
#: nova/compute/manager.py:520
3046
3072
#, python-format
3047
3073
msgid ""
3048
3074
"image_id=%(image_id)s, image_size_bytes=%(size_bytes)d, "
3049
3075
"allowed_size_bytes=%(allowed_size_bytes)d"
3050
3076
msgstr ""
3051
3077
 
3052
 
#: nova/compute/manager.py:528
 
3078
#: nova/compute/manager.py:526
3053
3079
#, python-format
3054
3080
msgid ""
3055
3081
"Image '%(image_id)s' size %(size_bytes)d exceeded instance_type allowed "
3056
3082
"size %(allowed_size_bytes)d"
3057
3083
msgstr ""
3058
3084
 
3059
 
#: nova/compute/manager.py:538
 
3085
#: nova/compute/manager.py:536
3060
3086
msgid "Starting instance..."
3061
3087
msgstr ""
3062
3088
 
3063
 
#: nova/compute/manager.py:548
 
3089
#: nova/compute/manager.py:546
3064
3090
msgid "Skipping network allocation for instance"
3065
3091
msgstr ""
3066
3092
 
3067
 
#: nova/compute/manager.py:561
 
3093
#: nova/compute/manager.py:559
3068
3094
msgid "Instance failed network setup"
3069
3095
msgstr ""
3070
3096
 
3071
 
#: nova/compute/manager.py:565
 
3097
#: nova/compute/manager.py:563
3072
3098
#, python-format
3073
3099
msgid "Instance network_info: |%s|"
3074
3100
msgstr ""
3075
3101
 
3076
 
#: nova/compute/manager.py:578
 
3102
#: nova/compute/manager.py:576
3077
3103
msgid "Instance failed block device setup"
3078
3104
msgstr ""
3079
3105
 
3080
 
#: nova/compute/manager.py:594
 
3106
#: nova/compute/manager.py:592
3081
3107
msgid "Instance failed to spawn"
3082
3108
msgstr ""
3083
3109
 
3084
 
#: nova/compute/manager.py:615
 
3110
#: nova/compute/manager.py:616
3085
3111
msgid "Deallocating network for instance"
3086
3112
msgstr ""
3087
3113
 
3088
 
#: nova/compute/manager.py:672
 
3114
#: nova/compute/manager.py:671
3089
3115
#, python-format
3090
3116
msgid "%(action_str)s instance"
3091
3117
msgstr ""
3092
3118
 
3093
 
#: nova/compute/manager.py:699
 
3119
#: nova/compute/manager.py:698
3094
3120
#, python-format
3095
3121
msgid "Ignoring DiskNotFound: %s"
3096
3122
msgstr ""
3097
3123
 
3098
 
#: nova/compute/manager.py:708
 
3124
#: nova/compute/manager.py:707
3099
3125
#, python-format
3100
3126
msgid "terminating bdm %s"
3101
3127
msgstr ""
3102
3128
 
3103
 
#: nova/compute/manager.py:742 nova/compute/manager.py:1328
3104
 
#: nova/compute/manager.py:1416 nova/compute/manager.py:2501
 
3129
#: nova/compute/manager.py:746 nova/compute/manager.py:1363
 
3130
#: nova/compute/manager.py:1459 nova/compute/manager.py:2539
3105
3131
#, python-format
3106
3132
msgid "%s. Setting instance vm_state to ERROR"
3107
3133
msgstr ""
3108
3134
 
3109
 
#: nova/compute/manager.py:811
3110
 
#, python-format
3111
 
msgid ""
3112
 
"Cannot rebuild instance [%(instance_uuid)s], because the given image does"
3113
 
" not exist."
3114
 
msgstr ""
3115
 
 
3116
 
#: nova/compute/manager.py:816
3117
 
#, python-format
3118
 
msgid "Cannot rebuild instance [%(instance_uuid)s]: %(exc)s"
3119
 
msgstr ""
3120
 
 
3121
 
#: nova/compute/manager.py:823
3122
 
#, python-format
3123
 
msgid "Rebuilding instance %s"
3124
 
msgstr ""
3125
 
 
3126
 
#: nova/compute/manager.py:876
3127
 
#, python-format
3128
 
msgid "Rebooting instance %s"
3129
 
msgstr "Reiniciando instancia %s"
3130
 
 
3131
 
#: nova/compute/manager.py:891
3132
 
#, python-format
3133
 
msgid ""
3134
 
"trying to reboot a non-running instance: %(instance_uuid)s (state: "
3135
 
"%(state)s expected: %(running)s)"
3136
 
msgstr ""
3137
 
 
3138
 
#: nova/compute/manager.py:933
 
3135
#: nova/compute/manager.py:819
 
3136
msgid "Cannot rebuild instance because the given image does not exist."
 
3137
msgstr ""
 
3138
 
 
3139
#: nova/compute/manager.py:824
 
3140
#, fuzzy, python-format
 
3141
msgid "Cannot rebuild instance: %(exc)s"
 
3142
msgstr "Ejecutando instancias: %s"
 
3143
 
 
3144
#: nova/compute/manager.py:832
 
3145
#, fuzzy, python-format
 
3146
msgid "Rebuilding instance"
 
3147
msgstr "Reiniciando instancia %s"
 
3148
 
 
3149
#: nova/compute/manager.py:898
 
3150
#, fuzzy, python-format
 
3151
msgid "Rebooting instance"
 
3152
msgstr "Reiniciando instancia %s"
 
3153
 
 
3154
#: nova/compute/manager.py:914
 
3155
#, python-format
 
3156
msgid ""
 
3157
"trying to reboot a non-running instance: (state: %(state)s expected: "
 
3158
"%(running)s)"
 
3159
msgstr ""
 
3160
 
 
3161
#: nova/compute/manager.py:956
3139
3162
#, python-format
3140
3163
msgid "instance %s: snapshotting"
3141
3164
msgstr "instancia %s: creando snapshot"
3142
3165
 
3143
 
#: nova/compute/manager.py:939
 
3166
#: nova/compute/manager.py:962
3144
3167
#, python-format
3145
3168
msgid ""
3146
 
"trying to snapshot a non-running instance: %(instance_uuid)s (state: "
3147
 
"%(state)s expected: %(running)s)"
 
3169
"trying to snapshot a non-running instance: (state: %(state)s expected: "
 
3170
"%(running)s)"
3148
3171
msgstr ""
3149
3172
 
3150
 
#: nova/compute/manager.py:995
 
3173
#: nova/compute/manager.py:1021
3151
3174
#, python-format
3152
3175
msgid "Found %(num_images)d images (rotation: %(rotation)d)"
3153
3176
msgstr ""
3154
3177
 
3155
 
#: nova/compute/manager.py:1001
 
3178
#: nova/compute/manager.py:1027
3156
3179
#, python-format
3157
3180
msgid "Rotating out %d backups"
3158
3181
msgstr ""
3159
3182
 
3160
 
#: nova/compute/manager.py:1005
 
3183
#: nova/compute/manager.py:1032
3161
3184
#, python-format
3162
3185
msgid "Deleting image %s"
3163
3186
msgstr ""
3164
3187
 
3165
 
#: nova/compute/manager.py:1035
 
3188
#: nova/compute/manager.py:1063
3166
3189
#, python-format
3167
3190
msgid "Failed to set admin password. Instance %s is not running"
3168
3191
msgstr ""
3169
3192
 
3170
 
#: nova/compute/manager.py:1041
3171
 
#, python-format
3172
 
msgid "Instance %s: Root password set"
 
3193
#: nova/compute/manager.py:1069
 
3194
msgid "Root password set"
3173
3195
msgstr ""
3174
3196
 
3175
 
#: nova/compute/manager.py:1050
 
3197
#: nova/compute/manager.py:1077
3176
3198
msgid "set_admin_password is not implemented by this driver."
3177
3199
msgstr ""
3178
3200
 
3179
 
#: nova/compute/manager.py:1064
 
3201
#: nova/compute/manager.py:1091
3180
3202
msgid "Error setting admin password"
3181
3203
msgstr ""
3182
3204
 
3183
 
#: nova/compute/manager.py:1079
3184
 
#, python-format
3185
 
msgid ""
3186
 
"trying to inject a file into a non-running instance: %(instance_uuid)s "
3187
 
"(state: %(current_power_state)s expected: %(expected_state)s)"
3188
 
msgstr ""
3189
 
 
3190
 
#: nova/compute/manager.py:1084
3191
 
#, python-format
3192
 
msgid "instance %(instance_uuid)s: injecting file to %(path)s"
3193
 
msgstr ""
3194
 
 
3195
 
#: nova/compute/manager.py:1098
3196
 
#, python-format
3197
 
msgid ""
3198
 
"trying to update agent on a non-running instance: %(instance_uuid)s "
3199
 
"(state: %(current_power_state)s expected: %(expected_state)s)"
3200
 
msgstr ""
3201
 
 
3202
 
#: nova/compute/manager.py:1103
3203
 
#, python-format
3204
 
msgid "instance %(instance_uuid)s: updating agent to %(url)s"
3205
 
msgstr ""
3206
 
 
3207
 
#: nova/compute/manager.py:1116
3208
 
#, python-format
3209
 
msgid "instance %s: rescuing"
3210
 
msgstr "instancia %s: rescatando"
 
3205
#: nova/compute/manager.py:1106
 
3206
#, python-format
 
3207
msgid ""
 
3208
"trying to inject a file into a non-running (state: "
 
3209
"%(current_power_state)s expected: %(expected_state)s)"
 
3210
msgstr ""
 
3211
 
 
3212
#: nova/compute/manager.py:1110
 
3213
#, python-format
 
3214
msgid "injecting file to %(path)s"
 
3215
msgstr ""
 
3216
 
 
3217
#: nova/compute/manager.py:1124
 
3218
#, python-format
 
3219
msgid ""
 
3220
"trying to update agent on a non-running (state: %(current_power_state)s "
 
3221
"expected: %(expected_state)s)"
 
3222
msgstr ""
 
3223
 
 
3224
#: nova/compute/manager.py:1128
 
3225
#, python-format
 
3226
msgid "updating agent to %(url)s"
 
3227
msgstr ""
3211
3228
 
3212
3229
#: nova/compute/manager.py:1141
3213
 
#, python-format
3214
 
msgid "instance %s: unrescuing"
3215
 
msgstr ""
3216
 
 
3217
 
#: nova/compute/manager.py:1270
 
3230
msgid "Rescuing"
 
3231
msgstr ""
 
3232
 
 
3233
#: nova/compute/manager.py:1166
 
3234
msgid "Unrescuing"
 
3235
msgstr ""
 
3236
 
 
3237
#: nova/compute/manager.py:1302
3218
3238
msgid "destination same as source!"
3219
3239
msgstr ""
3220
3240
 
3221
 
#: nova/compute/manager.py:1287
3222
 
#, python-format
3223
 
msgid "instance %s: migrating"
3224
 
msgstr ""
3225
 
 
3226
 
#: nova/compute/manager.py:1471
3227
 
#, python-format
3228
 
msgid "instance %s: pausing"
3229
 
msgstr "instancia %s: pausando"
3230
 
 
3231
 
#: nova/compute/manager.py:1489
3232
 
#, python-format
3233
 
msgid "instance %s: unpausing"
3234
 
msgstr "instancia %s: continuando tras pausa"
3235
 
 
3236
 
#: nova/compute/manager.py:1525
3237
 
#, python-format
3238
 
msgid "instance %s: retrieving diagnostics"
 
3241
#: nova/compute/manager.py:1319
 
3242
msgid "Migrating"
 
3243
msgstr ""
 
3244
 
 
3245
#: nova/compute/manager.py:1518
 
3246
msgid "Pausing"
 
3247
msgstr ""
 
3248
 
 
3249
#: nova/compute/manager.py:1536
 
3250
msgid "Unpausing"
 
3251
msgstr ""
 
3252
 
 
3253
#: nova/compute/manager.py:1569
 
3254
#, fuzzy, python-format
 
3255
msgid "Retrieving diagnostics"
3239
3256
msgstr "instancia %s: obteniendo los diagnosticos"
3240
3257
 
3241
 
#: nova/compute/manager.py:1534
3242
 
#, python-format
3243
 
msgid "instance %s: suspending"
 
3258
#: nova/compute/manager.py:1581
 
3259
#, fuzzy, python-format
 
3260
msgid "Suspending"
3244
3261
msgstr "instancia %s: suspendiendo"
3245
3262
 
3246
 
#: nova/compute/manager.py:1556
3247
 
#, python-format
3248
 
msgid "instance %s: resuming"
3249
 
msgstr "instancia %s: continuando"
3250
 
 
3251
 
#: nova/compute/manager.py:1579
3252
 
#, python-format
3253
 
msgid "instance %s: locking"
3254
 
msgstr "instancia %s: bloqueando"
3255
 
 
3256
 
#: nova/compute/manager.py:1588
3257
 
#, python-format
3258
 
msgid "instance %s: unlocking"
3259
 
msgstr "instancia %s: desbloqueando"
3260
 
 
3261
 
#: nova/compute/manager.py:1596
3262
 
#, python-format
3263
 
msgid "instance %s: getting locked state"
 
3263
#: nova/compute/manager.py:1601
 
3264
msgid "Resuming"
 
3265
msgstr ""
 
3266
 
 
3267
#: nova/compute/manager.py:1619
 
3268
msgid "Locking"
 
3269
msgstr ""
 
3270
 
 
3271
#: nova/compute/manager.py:1628
 
3272
msgid "Unlocking"
 
3273
msgstr ""
 
3274
 
 
3275
#: nova/compute/manager.py:1638
 
3276
#, fuzzy, python-format
 
3277
msgid "Getting locked state"
3264
3278
msgstr "instancia %s: pasando a estado bloqueado"
3265
3279
 
3266
 
#: nova/compute/manager.py:1606
3267
 
#, python-format
3268
 
msgid "instance %s: reset network"
3269
 
msgstr "instancia %s: reiniciar redes"
3270
 
 
3271
 
#: nova/compute/manager.py:1614
3272
 
#, python-format
3273
 
msgid "instance %s: inject network info"
3274
 
msgstr ""
3275
 
 
3276
 
#: nova/compute/manager.py:1618
 
3280
#: nova/compute/manager.py:1647
 
3281
#, fuzzy
 
3282
msgid "Reset network"
 
3283
msgstr "configurando la red del host"
 
3284
 
 
3285
#: nova/compute/manager.py:1655
 
3286
#, fuzzy
 
3287
msgid "Inject network info"
 
3288
msgstr "configurando la red del host"
 
3289
 
 
3290
#: nova/compute/manager.py:1658
3277
3291
#, python-format
3278
3292
msgid "network_info to inject: |%s|"
3279
3293
msgstr ""
3280
3294
 
3281
 
#: nova/compute/manager.py:1655
3282
 
#, python-format
3283
 
msgid "instance %s: getting vnc console"
 
3295
#: nova/compute/manager.py:1672
 
3296
#, fuzzy, python-format
 
3297
msgid "Get console output"
 
3298
msgstr "Obtener salida de la consola para la instancia %s"
 
3299
 
 
3300
#: nova/compute/manager.py:1699
 
3301
msgid "Getting vnc console"
3284
3302
msgstr ""
3285
3303
 
3286
 
#: nova/compute/manager.py:1685
 
3304
#: nova/compute/manager.py:1727
3287
3305
#, python-format
3288
3306
msgid "Booting with volume %(volume_id)s at %(mountpoint)s"
3289
3307
msgstr ""
3290
3308
 
3291
 
#: nova/compute/manager.py:1703
 
3309
#: nova/compute/manager.py:1744
 
3310
#, python-format
 
3311
msgid "Attaching volume %(volume_id)s to %(mountpoint)s"
 
3312
msgstr ""
 
3313
 
 
3314
#: nova/compute/manager.py:1753
3292
3315
#, python-format
3293
3316
msgid ""
3294
 
"instance %(instance_uuid)s: attaching volume %(volume_id)s to "
 
3317
"Failed to connect to volume %(volume_id)s while attaching at "
3295
3318
"%(mountpoint)s"
3296
3319
msgstr ""
3297
3320
 
3298
 
#: nova/compute/manager.py:1705
3299
 
#, python-format
3300
 
msgid "Attaching volume %(volume_id)s to %(mountpoint)s"
3301
 
msgstr ""
3302
 
 
3303
 
#: nova/compute/manager.py:1714
 
3321
#: nova/compute/manager.py:1764
3304
3322
#, fuzzy, python-format
3305
 
msgid "instance %(instance_uuid)s: attach failed %(mountpoint)s, removing"
3306
 
msgstr "La instancia %(instance_id)s no esta en modo de rescate"
3307
 
 
3308
 
#: nova/compute/manager.py:1724
3309
 
#, python-format
3310
 
msgid "Attach failed %(mountpoint)s, removing"
3311
 
msgstr ""
3312
 
 
3313
 
#: nova/compute/manager.py:1752
 
3323
msgid "Failed to attach volume %(volume_id)s at %(mountpoint)s"
 
3324
msgstr "Volume_separado: %(instance_name)s, %(mountpoint)s"
 
3325
 
 
3326
#: nova/compute/manager.py:1796
3314
3327
#, python-format
3315
3328
msgid "Detach volume %(volume_id)s from mountpoint %(mp)s"
3316
3329
msgstr ""
3317
3330
 
3318
 
#: nova/compute/manager.py:1756
3319
 
#, python-format
3320
 
msgid "Detaching volume from unknown instance %s"
 
3331
#: nova/compute/manager.py:1800
 
3332
#, fuzzy, python-format
 
3333
msgid "Detaching volume from unknown instance"
3321
3334
msgstr "Desvinculando volumen de instancia desconocida %s"
3322
3335
 
3323
 
#: nova/compute/manager.py:1822
 
3336
#: nova/compute/manager.py:1865
3324
3337
#, python-format
3325
3338
msgid ""
3326
3339
"Creating tmpfile %s to notify to other compute nodes that they should "
3327
3340
"mount the same storage."
3328
3341
msgstr ""
3329
3342
 
3330
 
#: nova/compute/manager.py:1884
 
3343
#: nova/compute/manager.py:1924
3331
3344
msgid "Instance has no volume."
3332
3345
msgstr ""
3333
3346
 
3334
 
#: nova/compute/manager.py:1916
 
3347
#: nova/compute/manager.py:1956
3335
3348
#, python-format
3336
3349
msgid "plug_vifs() failed %(cnt)d.Retry up to %(max_retry)d for %(hostname)s."
3337
3350
msgstr ""
3338
3351
 
3339
 
#: nova/compute/manager.py:1973
 
3352
#: nova/compute/manager.py:2013
3340
3353
#, python-format
3341
3354
msgid "Pre live migration failed at  %(dest)s"
3342
3355
msgstr ""
3343
3356
 
3344
 
#: nova/compute/manager.py:2000
 
3357
#: nova/compute/manager.py:2040
3345
3358
msgid "post_live_migration() is started.."
3346
3359
msgstr ""
3347
3360
 
3348
 
#: nova/compute/manager.py:2030
 
3361
#: nova/compute/manager.py:2069
3349
3362
msgid "No floating_ip found"
3350
3363
msgstr ""
3351
3364
 
3352
 
#: nova/compute/manager.py:2038
 
3365
#: nova/compute/manager.py:2077
3353
3366
msgid "No floating_ip found."
3354
3367
msgstr ""
3355
3368
 
3356
 
#: nova/compute/manager.py:2040
 
3369
#: nova/compute/manager.py:2079
3357
3370
#, python-format
3358
3371
msgid ""
3359
3372
"Live migration: Unexpected error: cannot inherit floating ip.\n"
3360
3373
"%(e)s"
3361
3374
msgstr ""
3362
3375
 
3363
 
#: nova/compute/manager.py:2073
 
3376
#: nova/compute/manager.py:2108
3364
3377
#, python-format
3365
3378
msgid "Migrating instance to %(dest)s finished successfully."
3366
3379
msgstr ""
3367
3380
 
3368
 
#: nova/compute/manager.py:2075
 
3381
#: nova/compute/manager.py:2110
3369
3382
msgid ""
3370
3383
"You may see the error \"libvirt: QEMU error: Domain not found: no domain "
3371
3384
"with matching name.\" This error can be safely ignored."
3372
3385
msgstr ""
3373
3386
 
3374
 
#: nova/compute/manager.py:2090
 
3387
#: nova/compute/manager.py:2125
3375
3388
msgid "Post operation of migraton started"
3376
3389
msgstr ""
3377
3390
 
3378
 
#: nova/compute/manager.py:2226
3379
 
#, python-format
3380
 
msgid "Updated the info_cache for instance %s"
 
3391
#: nova/compute/manager.py:2262
 
3392
msgid "Updated the info_cache for instance"
3381
3393
msgstr ""
3382
3394
 
3383
 
#: nova/compute/manager.py:2255
 
3395
#: nova/compute/manager.py:2291
3384
3396
msgid "Updating bandwidth usage cache"
3385
3397
msgstr ""
3386
3398
 
3387
 
#: nova/compute/manager.py:2277
 
3399
#: nova/compute/manager.py:2315
3388
3400
msgid "Updating host status"
3389
3401
msgstr ""
3390
3402
 
3391
 
#: nova/compute/manager.py:2305
 
3403
#: nova/compute/manager.py:2344
3392
3404
#, python-format
3393
3405
msgid ""
3394
3406
"Found %(num_db_instances)s in the database and %(num_vm_instances)s on "
3395
3407
"the hypervisor."
3396
3408
msgstr ""
3397
3409
 
3398
 
#: nova/compute/manager.py:2331
 
3410
#: nova/compute/manager.py:2370
3399
3411
#, python-format
3400
3412
msgid ""
3401
 
"During the sync_power process the instance %(uuid)s has moved from host "
3402
 
"%(src)s to host %(dst)s"
 
3413
"During the sync_power process the instance has moved from host %(src)s to"
 
3414
" host %(dst)s"
3403
3415
msgstr ""
3404
3416
 
3405
 
#: nova/compute/manager.py:2344
3406
 
#, python-format
 
3417
#: nova/compute/manager.py:2383
3407
3418
msgid ""
3408
 
"Instance %s is in the process of migrating to this host. Wait next "
 
3419
"Instance is in the process of migrating to this host. Wait next "
3409
3420
"sync_power cycle before setting power state to NOSTATE"
3410
3421
msgstr ""
3411
3422
 
3412
 
#: nova/compute/manager.py:2350
 
3423
#: nova/compute/manager.py:2389
3413
3424
msgid ""
3414
3425
"Instance found in database but not known by hypervisor. Setting power "
3415
3426
"state to NOSTATE"
3416
3427
msgstr ""
3417
3428
 
3418
 
#: nova/compute/manager.py:2380
 
3429
#: nova/compute/manager.py:2419
3419
3430
msgid "FLAGS.reclaim_instance_interval <= 0, skipping..."
3420
3431
msgstr ""
3421
3432
 
3422
 
#: nova/compute/manager.py:2392
 
3433
#: nova/compute/manager.py:2430
3423
3434
msgid "Reclaiming deleted instance"
3424
3435
msgstr ""
3425
3436
 
3426
 
#: nova/compute/manager.py:2458
 
3437
#: nova/compute/manager.py:2496
3427
3438
#, python-format
3428
3439
msgid ""
3429
3440
"Detected instance with name label '%(name)s' which is marked as DELETED "
3430
3441
"but still present on host."
3431
3442
msgstr ""
3432
3443
 
3433
 
#: nova/compute/manager.py:2465
 
3444
#: nova/compute/manager.py:2503
3434
3445
#, python-format
3435
3446
msgid ""
3436
3447
"Destroying instance with name label '%(name)s' which is marked as DELETED"
3437
3448
" but still present on host."
3438
3449
msgstr ""
3439
3450
 
3440
 
#: nova/compute/manager.py:2472
 
3451
#: nova/compute/manager.py:2510
3441
3452
#, python-format
3442
3453
msgid "Unrecognized value '%(action)s' for FLAGS.running_deleted_instance_action"
3443
3454
msgstr ""
3444
3455
 
3445
 
#: nova/compute/manager.py:2542
 
3456
#: nova/compute/manager.py:2578
3446
3457
#, python-format
3447
3458
msgid ""
3448
3459
"Aggregate %(aggregate_id)s: unrecoverable state during operation on "
3449
3460
"%(host)s"
3450
3461
msgstr ""
3451
3462
 
3452
 
#: nova/compute/utils.py:142
 
3463
#: nova/compute/utils.py:181
3453
3464
msgid "v4 subnets are required for legacy nw_info"
3454
3465
msgstr ""
3455
3466
 
3456
 
#: nova/console/manager.py:77 nova/console/vmrc_manager.py:70
 
3467
#: nova/console/manager.py:78 nova/console/vmrc_manager.py:70
3457
3468
msgid "Adding console"
3458
3469
msgstr ""
3459
3470
 
3460
 
#: nova/console/manager.py:97
 
3471
#: nova/console/manager.py:98
3461
3472
#, python-format
3462
3473
msgid "Tried to remove non-existant console %(console_id)s."
3463
3474
msgstr ""
3502
3513
msgid "xvp not running..."
3503
3514
msgstr ""
3504
3515
 
3505
 
#: nova/consoleauth/manager.py:63
 
3516
#: nova/consoleauth/manager.py:61
3506
3517
#, python-format
3507
3518
msgid "Deleting Expired Token: (%s)"
3508
3519
msgstr ""
3509
3520
 
3510
 
#: nova/consoleauth/manager.py:75
 
3521
#: nova/consoleauth/manager.py:73
3511
3522
#, python-format
3512
3523
msgid "Received Token: %(token)s, %(token_dict)s)"
3513
3524
msgstr ""
3514
3525
 
3515
 
#: nova/consoleauth/manager.py:79
 
3526
#: nova/consoleauth/manager.py:77
3516
3527
#, python-format
3517
3528
msgid "Checking Token: %(token)s, %(token_valid)s)"
3518
3529
msgstr ""
3521
3532
msgid "Use of empty request context is deprecated"
3522
3533
msgstr "El uso de una petición de contexto vacía está en desuso"
3523
3534
 
3524
 
#: nova/db/sqlalchemy/api.py:198
 
3535
#: nova/db/sqlalchemy/api.py:212
3525
3536
#, python-format
3526
3537
msgid "Unrecognized read_deleted value '%s'"
3527
3538
msgstr ""
3528
3539
 
3529
 
#: nova/db/sqlalchemy/api.py:516 nova/db/sqlalchemy/api.py:551
 
3540
#: nova/db/sqlalchemy/api.py:530 nova/db/sqlalchemy/api.py:565
3530
3541
#, python-format
3531
3542
msgid "No ComputeNode for %(host)s"
3532
3543
msgstr ""
3533
3544
 
3534
 
#: nova/db/sqlalchemy/api.py:4019 nova/db/sqlalchemy/api.py:4045
 
3545
#: nova/db/sqlalchemy/api.py:4237 nova/db/sqlalchemy/api.py:4263
3535
3546
#, python-format
3536
3547
msgid "No backend config with id %(sm_backend_id)s"
3537
3548
msgstr ""
3538
3549
 
3539
 
#: nova/db/sqlalchemy/api.py:4103
 
3550
#: nova/db/sqlalchemy/api.py:4321
3540
3551
#, python-format
3541
3552
msgid "No sm_flavor called %(sm_flavor)s"
3542
3553
msgstr ""
3543
3554
 
3544
 
#: nova/db/sqlalchemy/api.py:4147
 
3555
#: nova/db/sqlalchemy/api.py:4365
3545
3556
#, python-format
3546
3557
msgid "No sm_volume with id %(volume_id)s"
3547
3558
msgstr ""
3548
3559
 
3549
 
#: nova/db/sqlalchemy/migration.py:66
3550
 
msgid "python-migrate is not installed. Exiting."
3551
 
msgstr ""
3552
 
 
3553
 
#: nova/db/sqlalchemy/migration.py:78
 
3560
#: nova/db/sqlalchemy/migration.py:74
3554
3561
msgid "version should be an integer"
3555
3562
msgstr ""
3556
3563
 
 
3564
#: nova/db/sqlalchemy/migration.py:100
 
3565
msgid "Upgrade DB using Essex release first."
 
3566
msgstr ""
 
3567
 
3557
3568
#: nova/db/sqlalchemy/session.py:137
3558
3569
#, python-format
3559
3570
msgid "SQL connection failed. %s attempts left."
3560
3571
msgstr ""
3561
3572
 
3562
 
#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:48
3563
 
msgid "interface column not added to networks table"
3564
 
msgstr ""
3565
 
 
3566
 
#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:80
3567
 
#: nova/db/sqlalchemy/migrate_repo/versions/062_add_instance_info_cache_table.py:54
3568
 
#: nova/db/sqlalchemy/migrate_repo/versions/072_add_dns_table.py:61
3569
3573
#: nova/db/sqlalchemy/migrate_repo/versions/083_quota_class.py:48
 
3574
#: nova/db/sqlalchemy/migrate_repo/versions/092_add_instance_system_metadata.py:58
3570
3575
#, python-format
3571
3576
msgid "Table |%s| not created!"
3572
3577
msgstr ""
3573
3578
 
3574
 
#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:87
3575
 
msgid "VIF column not added to fixed_ips table"
3576
 
msgstr ""
3577
 
 
3578
 
#: nova/db/sqlalchemy/migrate_repo/versions/030_multi_nic.py:97
3579
 
#, python-format
3580
 
msgid "join list for moving mac_addresses |%s|"
3581
 
msgstr ""
3582
 
 
3583
 
#: nova/db/sqlalchemy/migrate_repo/versions/031_fk_fixed_ips_virtual_interface_id.py:39
3584
 
#: nova/db/sqlalchemy/migrate_repo/versions/047_remove_instances_fk_from_vif.py:60
3585
 
#: nova/db/sqlalchemy/migrate_repo/versions/060_remove_network_fk_from_vif.py:61
3586
 
#: nova/db/sqlalchemy/migrate_repo/versions/070_untie_nova_network_models.py:99
3587
 
msgid "foreign key constraint couldn't be added"
3588
 
msgstr ""
3589
 
 
3590
 
#: nova/db/sqlalchemy/migrate_repo/versions/031_fk_fixed_ips_virtual_interface_id.py:58
3591
 
msgid "foreign key constraint couldn't be dropped"
3592
 
msgstr ""
3593
 
 
3594
 
#: nova/db/sqlalchemy/migrate_repo/versions/045_add_network_priority.py:34
3595
 
msgid "priority column not added to networks table"
3596
 
msgstr ""
3597
 
 
3598
 
#: nova/db/sqlalchemy/migrate_repo/versions/047_remove_instances_fk_from_vif.py:41
3599
 
#: nova/db/sqlalchemy/migrate_repo/versions/060_remove_network_fk_from_vif.py:42
3600
 
#: nova/db/sqlalchemy/migrate_repo/versions/064_change_instance_id_to_uuid_in_instance_actions.py:56
3601
 
#: nova/db/sqlalchemy/migrate_repo/versions/070_untie_nova_network_models.py:68
3602
 
msgid "foreign key constraint couldn't be removed"
3603
 
msgstr ""
3604
 
 
3605
 
#: nova/db/sqlalchemy/migrate_repo/versions/049_add_instances_progress.py:34
3606
 
msgid "progress column not added to instances table"
3607
 
msgstr ""
3608
 
 
3609
 
#: nova/db/sqlalchemy/migrate_repo/versions/055_convert_flavor_id_to_str.py:97
3610
 
#, python-format
3611
 
msgid ""
3612
 
"Could not cast flavorid to integer: %s. Set flavorid to an integer-like "
3613
 
"string to downgrade."
3614
 
msgstr ""
3615
 
 
3616
 
#: nova/db/sqlalchemy/migrate_repo/versions/062_add_instance_info_cache_table.py:69
3617
 
msgid "instance_info_caches tables not dropped"
3618
 
msgstr ""
3619
 
 
3620
 
#: nova/db/sqlalchemy/migrate_repo/versions/069_block_migration.py:41
3621
 
msgid "progress column not added to compute_nodes table"
3622
 
msgstr ""
3623
 
 
3624
 
#: nova/db/sqlalchemy/migrate_repo/versions/072_add_dns_table.py:76
3625
 
msgid "dns_domains table not dropped"
3626
 
msgstr ""
3627
 
 
3628
3579
#: nova/db/sqlalchemy/migrate_repo/versions/083_quota_class.py:60
3629
3580
msgid "quota_classes table not dropped"
3630
3581
msgstr ""
3631
3582
 
3632
 
#: nova/image/glance.py:147
 
3583
#: nova/db/sqlalchemy/migrate_repo/versions/088_change_instance_id_to_uuid_in_block_device_mapping.py:57
 
3584
msgid "foreign key constraint couldn't be removed"
 
3585
msgstr ""
 
3586
 
 
3587
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:83
 
3588
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:127
 
3589
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:177
 
3590
#: nova/db/sqlalchemy/migrate_repo/versions/090_modify_volume_id_datatype.py:235
 
3591
msgid "Foreign Key constraint couldn't be removed"
 
3592
msgstr ""
 
3593
 
 
3594
#: nova/db/sqlalchemy/migrate_repo/versions/095_change_fk_instance_id_to_uuid.py:57
 
3595
msgid "foreign key could not be dropped"
 
3596
msgstr ""
 
3597
 
 
3598
#: nova/db/sqlalchemy/migrate_repo/versions/095_change_fk_instance_id_to_uuid.py:91
 
3599
msgid "foreign key could not be created"
 
3600
msgstr ""
 
3601
 
 
3602
#: nova/image/glance.py:148
3633
3603
msgid "Connection error contacting glance server, retrying"
3634
3604
msgstr ""
3635
3605
 
3636
 
#: nova/image/glance.py:153 nova/network/quantum/melange_connection.py:104
 
3606
#: nova/image/glance.py:154 nova/network/quantum/melange_connection.py:104
3637
3607
msgid "Maximum attempts reached"
3638
3608
msgstr ""
3639
3609
 
3640
 
#: nova/image/glance.py:278
 
3610
#: nova/image/glance.py:279
3641
3611
#, python-format
3642
3612
msgid "Creating image in Glance. Metadata passed in %s"
3643
3613
msgstr ""
3644
3614
 
3645
 
#: nova/image/glance.py:281
 
3615
#: nova/image/glance.py:282
3646
3616
#, python-format
3647
3617
msgid "Metadata after formatting for Glance %s"
3648
3618
msgstr ""
3649
3619
 
3650
 
#: nova/image/glance.py:289
 
3620
#: nova/image/glance.py:290
3651
3621
#, python-format
3652
3622
msgid "Metadata returned from Glance formatted for Base %s"
3653
3623
msgstr ""
3654
3624
 
3655
 
#: nova/image/glance.py:331 nova/image/glance.py:335
 
3625
#: nova/image/glance.py:332 nova/image/glance.py:336
3656
3626
msgid "Not the image owner"
3657
3627
msgstr ""
3658
3628
 
3659
 
#: nova/image/glance.py:410
 
3629
#: nova/image/glance.py:411
3660
3630
#, python-format
3661
3631
msgid "%(timestamp)s does not follow any of the signatures: %(iso_formats)s"
3662
3632
msgstr ""
3715
3685
msgid "Bad project_id for to_global_ipv6: %s"
3716
3686
msgstr ""
3717
3687
 
3718
 
#: nova/network/ldapdns.py:321
 
3688
#: nova/network/ldapdns.py:318
3719
3689
msgid "This driver only supports type 'a' entries."
3720
3690
msgstr ""
3721
3691
 
3722
 
#: nova/network/linux_net.py:166
 
3692
#: nova/network/linux_net.py:167
3723
3693
#, python-format
3724
3694
msgid "Attempted to remove chain %s which does not exist"
3725
3695
msgstr ""
3726
3696
 
3727
 
#: nova/network/linux_net.py:192
 
3697
#: nova/network/linux_net.py:193
3728
3698
#, python-format
3729
3699
msgid "Unknown chain: %r"
3730
3700
msgstr ""
3731
3701
 
3732
 
#: nova/network/linux_net.py:215
 
3702
#: nova/network/linux_net.py:216
3733
3703
#, python-format
3734
3704
msgid ""
3735
3705
"Tried to remove rule that was not there: %(chain)r %(rule)r %(wrap)r "
3736
3706
"%(top)r"
3737
3707
msgstr ""
3738
3708
 
3739
 
#: nova/network/linux_net.py:335
 
3709
#: nova/network/linux_net.py:336
3740
3710
msgid "IPTablesManager.apply completed with success"
3741
3711
msgstr ""
3742
3712
 
3743
 
#: nova/network/linux_net.py:694
 
3713
#: nova/network/linux_net.py:698
3744
3714
#, python-format
3745
3715
msgid "Hupping dnsmasq threw %s"
3746
3716
msgstr "Excepción al recargar la configuración de dnsmasq: %s"
3747
3717
 
3748
 
#: nova/network/linux_net.py:696
 
3718
#: nova/network/linux_net.py:700
3749
3719
#, python-format
3750
3720
msgid "Pid %d is stale, relaunching dnsmasq"
3751
3721
msgstr "El pid %d está pasado, relanzando dnsmasq"
3752
3722
 
3753
 
#: nova/network/linux_net.py:756
 
3723
#: nova/network/linux_net.py:760
3754
3724
#, python-format
3755
3725
msgid "killing radvd threw %s"
3756
3726
msgstr "Matando radvd lanzado %s"
3757
3727
 
3758
 
#: nova/network/linux_net.py:758
 
3728
#: nova/network/linux_net.py:762
3759
3729
#, python-format
3760
3730
msgid "Pid %d is stale, relaunching radvd"
3761
3731
msgstr "Pid %d corrupto, relanzando radvd"
3762
3732
 
3763
 
#: nova/network/linux_net.py:967
 
3733
#: nova/network/linux_net.py:972
3764
3734
#, python-format
3765
3735
msgid "Starting VLAN inteface %s"
3766
3736
msgstr "Iniciando interfaz VLAN %s"
3767
3737
 
3768
 
#: nova/network/linux_net.py:999
 
3738
#: nova/network/linux_net.py:1004
3769
3739
#, python-format
3770
3740
msgid "Starting Bridge interface for %s"
3771
3741
msgstr "Iniciando interfaz puente para %s"
3772
3742
 
3773
 
#: nova/network/linux_net.py:1142
 
3743
#: nova/network/linux_net.py:1047
 
3744
#, fuzzy, python-format
 
3745
msgid "Failed to add interface: %s"
 
3746
msgstr "Fallo al suspender la instancia"
 
3747
 
 
3748
#: nova/network/linux_net.py:1148
3774
3749
#, fuzzy, python-format
3775
3750
msgid "Starting bridge %s "
3776
3751
msgstr "Iniciando interfaz puente para %s"
3777
3752
 
3778
 
#: nova/network/linux_net.py:1149
 
3753
#: nova/network/linux_net.py:1155
3779
3754
#, fuzzy, python-format
3780
3755
msgid "Done starting bridge %s"
3781
3756
msgstr "Des-registrando la imagen %s"
3782
3757
 
3783
 
#: nova/network/linux_net.py:1167
 
3758
#: nova/network/linux_net.py:1173
3784
3759
#, python-format
3785
3760
msgid "Failed unplugging gateway interface '%s'"
3786
3761
msgstr ""
3787
3762
 
3788
 
#: nova/network/linux_net.py:1170
 
3763
#: nova/network/linux_net.py:1175
3789
3764
#, python-format
3790
3765
msgid "Unplugged gateway interface '%s'"
3791
3766
msgstr ""
3792
3767
 
3793
 
#: nova/network/manager.py:294 nova/network/manager.py:490
 
3768
#: nova/network/manager.py:292
 
3769
#, python-format
 
3770
msgid "Fixed ip %(fixed_ip_id)s not found"
 
3771
msgstr ""
 
3772
 
 
3773
#: nova/network/manager.py:301 nova/network/manager.py:509
3794
3774
#, python-format
3795
3775
msgid "Interface %(interface)s not found"
3796
3776
msgstr ""
3797
3777
 
3798
 
#: nova/network/manager.py:309
 
3778
#: nova/network/manager.py:315
3799
3779
#, python-format
3800
3780
msgid "floating IP allocation for instance |%s|"
3801
3781
msgstr ""
3802
3782
 
3803
 
#: nova/network/manager.py:347
 
3783
#: nova/network/manager.py:353
3804
3784
#, python-format
3805
3785
msgid "floating IP deallocation for instance |%s|"
3806
3786
msgstr ""
3807
3787
 
3808
 
#: nova/network/manager.py:380
 
3788
#: nova/network/manager.py:386
3809
3789
#, python-format
3810
3790
msgid "Address |%(address)s| is not allocated"
3811
3791
msgstr ""
3812
3792
 
3813
 
#: nova/network/manager.py:384
 
3793
#: nova/network/manager.py:390
3814
3794
#, python-format
3815
3795
msgid "Address |%(address)s| is not allocated to your project |%(project)s|"
3816
3796
msgstr ""
3817
3797
 
3818
 
#: nova/network/manager.py:396
 
3798
#: nova/network/manager.py:402
3819
3799
#, python-format
3820
3800
msgid "Quota exceeded for %s, tried to allocate address"
3821
3801
msgstr ""
3822
3802
 
3823
 
#: nova/network/manager.py:608
 
3803
#: nova/network/manager.py:637
3824
3804
#, python-format
3825
3805
msgid ""
3826
3806
"Database inconsistency: DNS domain |%s| is registered in the Nova db but "
3828
3808
"ignored."
3829
3809
msgstr ""
3830
3810
 
3831
 
#: nova/network/manager.py:654
 
3811
#: nova/network/manager.py:683
3832
3812
#, python-format
3833
3813
msgid "Domain |%(domain)s| already exists, changing zone to |%(av_zone)s|."
3834
3814
msgstr ""
3835
3815
 
3836
 
#: nova/network/manager.py:664
 
3816
#: nova/network/manager.py:693
3837
3817
#, python-format
3838
3818
msgid "Domain |%(domain)s| already exists, changing project to |%(project)s|."
3839
3819
msgstr ""
3840
3820
 
3841
 
#: nova/network/manager.py:772
 
3821
#: nova/network/manager.py:801
3842
3822
#, python-format
3843
3823
msgid "Disassociated %s stale fixed ip(s)"
3844
3824
msgstr ""
3845
3825
 
3846
 
#: nova/network/manager.py:776
 
3826
#: nova/network/manager.py:805
3847
3827
msgid "setting network host"
3848
3828
msgstr "configurando la red del host"
3849
3829
 
3850
 
#: nova/network/manager.py:890
 
3830
#: nova/network/manager.py:919
3851
3831
#, python-format
3852
3832
msgid "network allocations for instance |%s|"
3853
3833
msgstr ""
3854
3834
 
3855
 
#: nova/network/manager.py:895
 
3835
#: nova/network/manager.py:924
3856
3836
#, python-format
3857
3837
msgid "networks retrieved for instance |%(instance_id)s|: |%(networks)s|"
3858
3838
msgstr ""
3859
3839
 
3860
 
#: nova/network/manager.py:924
 
3840
#: nova/network/manager.py:953
3861
3841
#, python-format
3862
3842
msgid "network deallocation for instance |%s|"
3863
3843
msgstr ""
3864
3844
 
3865
 
#: nova/network/manager.py:1146
 
3845
#: nova/network/manager.py:1175
3866
3846
#, python-format
3867
3847
msgid ""
3868
3848
"instance-dns-zone is |%(domain)s|, which is in availability zone "
3869
 
"|%(zone)s|. Instance |%(instance)s| is in zone |%(zone2)s|. No DNS record"
3870
 
" will be created."
3871
 
msgstr ""
3872
 
 
3873
 
#: nova/network/manager.py:1225
 
3849
"|%(zone)s|. Instance is in zone |%(zone2)s|. No DNS record will be "
 
3850
"created."
 
3851
msgstr ""
 
3852
 
 
3853
#: nova/network/manager.py:1252
 
3854
#, python-format
 
3855
msgid "Unable to release %s because vif doesn't exist."
 
3856
msgstr ""
 
3857
 
 
3858
#: nova/network/manager.py:1269
3874
3859
#, python-format
3875
3860
msgid "Leased IP |%(address)s|"
3876
3861
msgstr ""
3877
3862
 
3878
 
#: nova/network/manager.py:1229
 
3863
#: nova/network/manager.py:1273
3879
3864
#, python-format
3880
3865
msgid "IP %s leased that is not associated"
3881
3866
msgstr ""
3882
3867
 
3883
 
#: nova/network/manager.py:1237
 
3868
#: nova/network/manager.py:1281
3884
3869
#, python-format
3885
3870
msgid "IP |%s| leased that isn't allocated"
3886
3871
msgstr ""
3887
3872
 
3888
 
#: nova/network/manager.py:1242
 
3873
#: nova/network/manager.py:1286
3889
3874
#, python-format
3890
3875
msgid "Released IP |%(address)s|"
3891
3876
msgstr ""
3892
3877
 
3893
 
#: nova/network/manager.py:1246
 
3878
#: nova/network/manager.py:1290
3894
3879
#, python-format
3895
3880
msgid "IP %s released that is not associated"
3896
3881
msgstr ""
3897
3882
 
3898
 
#: nova/network/manager.py:1249
 
3883
#: nova/network/manager.py:1293
3899
3884
#, python-format
3900
3885
msgid "IP %s released that was not leased"
3901
3886
msgstr ""
3902
3887
 
3903
 
#: nova/network/manager.py:1312
 
3888
#: nova/network/manager.py:1356
3904
3889
msgid "cidr already in use"
3905
3890
msgstr ""
3906
3891
 
3907
 
#: nova/network/manager.py:1315
 
3892
#: nova/network/manager.py:1359
3908
3893
#, python-format
3909
3894
msgid "requested cidr (%(cidr)s) conflicts with existing supernet (%(super)s)"
3910
3895
msgstr ""
3911
3896
 
3912
 
#: nova/network/manager.py:1326
 
3897
#: nova/network/manager.py:1370
3913
3898
#, python-format
3914
3899
msgid ""
3915
3900
"requested cidr (%(cidr)s) conflicts with existing smaller cidr "
3916
3901
"(%(smaller)s)"
3917
3902
msgstr ""
3918
3903
 
3919
 
#: nova/network/manager.py:1385
 
3904
#: nova/network/manager.py:1429
3920
3905
msgid "Network already exists!"
3921
3906
msgstr ""
3922
3907
 
3923
 
#: nova/network/manager.py:1404
 
3908
#: nova/network/manager.py:1449
3924
3909
#, python-format
3925
3910
msgid "Network must be disassociated from project %s before delete"
3926
3911
msgstr ""
3927
3912
 
3928
 
#: nova/network/manager.py:1813
 
3913
#: nova/network/manager.py:1853
3929
3914
msgid ""
3930
3915
"The sum between the number of networks and the vlan start cannot be "
3931
3916
"greater than 4094"
3932
3917
msgstr ""
3933
3918
 
3934
 
#: nova/network/manager.py:1820
 
3919
#: nova/network/manager.py:1860
3935
3920
#, python-format
3936
3921
msgid ""
3937
3922
"The network range is not big enough to fit %(num_networks)s. Network size"
3971
3956
msgid "unable to deserialize object of type = '%s'"
3972
3957
msgstr ""
3973
3958
 
3974
 
#: nova/network/quantum/manager.py:162
 
3959
#: nova/network/quantum/manager.py:183
3975
3960
msgid "QuantumManager does not use 'multi_host' parameter."
3976
3961
msgstr ""
3977
3962
 
3978
 
#: nova/network/quantum/manager.py:166
 
3963
#: nova/network/quantum/manager.py:187
3979
3964
msgid "QuantumManager requires that only one network is created per call"
3980
3965
msgstr ""
3981
3966
 
3982
 
#: nova/network/quantum/manager.py:176
 
3967
#: nova/network/quantum/manager.py:197
3983
3968
msgid "QuantumManager does not use 'vlan_start' parameter."
3984
3969
msgstr ""
3985
3970
 
3986
 
#: nova/network/quantum/manager.py:182
 
3971
#: nova/network/quantum/manager.py:203
3987
3972
msgid "QuantumManager does not use 'vpn_start' parameter."
3988
3973
msgstr ""
3989
3974
 
3990
 
#: nova/network/quantum/manager.py:186
 
3975
#: nova/network/quantum/manager.py:207
3991
3976
msgid "QuantumManager does not use 'bridge' parameter."
3992
3977
msgstr ""
3993
3978
 
3994
 
#: nova/network/quantum/manager.py:190
 
3979
#: nova/network/quantum/manager.py:211
3995
3980
msgid "QuantumManager does not use 'bridge_interface' parameter."
3996
3981
msgstr ""
3997
3982
 
3998
 
#: nova/network/quantum/manager.py:195
 
3983
#: nova/network/quantum/manager.py:216
3999
3984
msgid "QuantumManager requires a valid (.1) gateway address."
4000
3985
msgstr ""
4001
3986
 
4002
 
#: nova/network/quantum/manager.py:204
 
3987
#: nova/network/quantum/manager.py:225
4003
3988
#, python-format
4004
3989
msgid ""
4005
3990
"Unable to find existing quantum network for tenant '%(q_tenant_id)s' with"
4006
3991
" net-id '%(quantum_net_id)s'"
4007
3992
msgstr ""
4008
3993
 
4009
 
#: nova/network/quantum/manager.py:301
 
3994
#: nova/network/quantum/manager.py:333
4010
3995
#, python-format
4011
3996
msgid "network allocations for instance %s"
4012
3997
msgstr ""
4013
3998
 
4014
 
#: nova/network/quantum/manager.py:588
 
3999
#: nova/network/quantum/manager.py:639
4015
4000
#, python-format
4016
4001
msgid ""
4017
4002
"port deallocation failed for instance: |%(instance_id)s|, port_id: "
4018
4003
"|%(port_id)s|"
4019
4004
msgstr ""
4020
4005
 
4021
 
#: nova/network/quantum/manager.py:606
 
4006
#: nova/network/quantum/manager.py:657
4022
4007
#, python-format
4023
4008
msgid ""
4024
4009
"ipam deallocation failed for instance: |%(instance_id)s|, vif_uuid: "
4070
4055
msgid "Deleting port %(port_id)s on net %(net_id)s for %(tenant_id)s"
4071
4056
msgstr ""
4072
4057
 
4073
 
#: nova/notifier/api.py:115
 
4058
#: nova/notifier/api.py:121
4074
4059
#, python-format
4075
4060
msgid "%s not in valid priorities"
4076
4061
msgstr ""
4077
4062
 
4078
 
#: nova/notifier/api.py:130
 
4063
#: nova/notifier/api.py:136
4079
4064
#, python-format
4080
4065
msgid ""
4081
4066
"Problem '%(e)s' attempting to send to notification system. "
4082
4067
"Payload=%(payload)s"
4083
4068
msgstr ""
4084
4069
 
4085
 
#: nova/notifier/list_notifier.py:65
 
4070
#: nova/notifier/list_notifier.py:63
4086
4071
#, python-format
4087
4072
msgid "Problem '%(e)s' attempting to send to notification driver %(driver)s."
4088
4073
msgstr ""
4092
4077
msgid "Could not send notification to %(topic)s. Payload=%(message)s"
4093
4078
msgstr ""
4094
4079
 
4095
 
#: nova/rpc/amqp.py:146 nova/rpc/impl_carrot.py:461
4096
 
#, python-format
4097
 
msgid "Returning exception %s to caller"
4098
 
msgstr ""
4099
 
 
4100
 
#: nova/rpc/amqp.py:188 nova/rpc/impl_carrot.py:495
 
4080
#: nova/rpc/amqp.py:198
4101
4081
#, python-format
4102
4082
msgid "unpacked context: %s"
4103
4083
msgstr "contenido desempaquetado: %s"
4104
4084
 
4105
 
#: nova/rpc/amqp.py:231 nova/rpc/impl_carrot.py:262
 
4085
#: nova/rpc/amqp.py:242
4106
4086
#, python-format
4107
4087
msgid "received %s"
4108
4088
msgstr "recibido %s"
4109
4089
 
4110
 
#: nova/rpc/amqp.py:236 nova/rpc/impl_carrot.py:275
 
4090
#: nova/rpc/amqp.py:247
4111
4091
#, python-format
4112
4092
msgid "no method for message: %s"
4113
4093
msgstr "no hay método para el mensaje: %s"
4114
4094
 
4115
 
#: nova/rpc/amqp.py:237 nova/rpc/impl_carrot.py:277
 
4095
#: nova/rpc/amqp.py:248
4116
4096
#, python-format
4117
4097
msgid "No method for message: %s"
4118
4098
msgstr "No hay método para el mensaje: %s"
4119
4099
 
4120
 
#: nova/rpc/amqp.py:321 nova/rpc/impl_carrot.py:529
 
4100
#: nova/rpc/amqp.py:339
4121
4101
#, python-format
4122
4102
msgid "Making asynchronous call on %s ..."
4123
4103
msgstr ""
4124
4104
 
4125
 
#: nova/rpc/amqp.py:324 nova/rpc/impl_carrot.py:532
 
4105
#: nova/rpc/amqp.py:342
4126
4106
#, python-format
4127
4107
msgid "MSG_ID is %s"
4128
4108
msgstr "MSG_ID es %s"
4129
4109
 
4130
 
#: nova/rpc/amqp.py:346 nova/rpc/impl_carrot.py:611
 
4110
#: nova/rpc/amqp.py:364
4131
4111
#, python-format
4132
4112
msgid "Making asynchronous cast on %s..."
4133
4113
msgstr ""
4134
4114
 
4135
 
#: nova/rpc/amqp.py:354 nova/rpc/impl_carrot.py:621
 
4115
#: nova/rpc/amqp.py:372
4136
4116
msgid "Making asynchronous fanout cast..."
4137
4117
msgstr ""
4138
4118
 
4139
 
#: nova/rpc/amqp.py:379 nova/rpc/impl_carrot.py:631
 
4119
#: nova/rpc/amqp.py:398
4140
4120
#, python-format
4141
 
msgid "Sending notification on %s..."
 
4121
msgid "Sending %(event_type)s on %(topic)s"
4142
4122
msgstr ""
4143
4123
 
4144
 
#: nova/rpc/common.py:54
 
4124
#: nova/rpc/common.py:43
4145
4125
#, python-format
4146
4126
msgid ""
4147
4127
"Remote error: %(exc_type)s %(value)s\n"
4148
4128
"%(traceback)s."
4149
4129
msgstr ""
4150
4130
 
4151
 
#: nova/rpc/common.py:71
 
4131
#: nova/rpc/common.py:60
4152
4132
msgid "Timeout while waiting on RPC response."
4153
4133
msgstr ""
4154
4134
 
4155
 
#: nova/rpc/impl_carrot.py:199
4156
 
#, python-format
4157
 
msgid ""
4158
 
"AMQP server on %(fl_host)s:%(fl_port)d is unreachable: %(e)s. Trying "
4159
 
"again in %(fl_intv)d seconds."
4160
 
msgstr ""
4161
 
 
4162
 
#: nova/rpc/impl_carrot.py:203
4163
 
#, python-format
4164
 
msgid "Unable to connect to AMQP server after %(tries)d tries. Shutting down."
4165
 
msgstr ""
4166
 
 
4167
 
#: nova/rpc/impl_carrot.py:223
4168
 
msgid "Reconnected to queue"
4169
 
msgstr "Reconectado a la cola"
4170
 
 
4171
 
#: nova/rpc/impl_carrot.py:230
4172
 
#, python-format
4173
 
msgid "Failed to fetch message from queue: %s"
4174
 
msgstr ""
4175
 
 
4176
 
#: nova/rpc/impl_carrot.py:238
4177
 
#, python-format
4178
 
msgid "Initing the Adapter Consumer for %s"
4179
 
msgstr ""
4180
 
 
4181
 
#: nova/rpc/impl_carrot.py:337
4182
 
#, python-format
4183
 
msgid "Created \"%(exchange)s\" fanout exchange with \"%(key)s\" routing key"
4184
 
msgstr ""
4185
 
 
4186
 
#: nova/rpc/impl_carrot.py:382
4187
 
msgid "Exception while processing consumer"
4188
 
msgstr ""
4189
 
 
4190
 
#: nova/rpc/impl_carrot.py:419
4191
 
#, python-format
4192
 
msgid "Creating \"%(exchange)s\" fanout exchange"
4193
 
msgstr ""
4194
 
 
4195
 
#: nova/rpc/impl_carrot.py:646
4196
 
#, python-format
4197
 
msgid "response %s"
4198
 
msgstr "respuesta %s"
4199
 
 
4200
 
#: nova/rpc/impl_carrot.py:655
4201
 
#, python-format
4202
 
msgid "topic is %s"
4203
 
msgstr ""
4204
 
 
4205
 
#: nova/rpc/impl_carrot.py:656
4206
 
#, python-format
4207
 
msgid "message %s"
4208
 
msgstr "mensaje %s"
4209
 
 
4210
 
#: nova/rpc/impl_kombu.py:111
 
4135
#: nova/rpc/common.py:161
 
4136
#, python-format
 
4137
msgid "Returning exception %s to caller"
 
4138
msgstr ""
 
4139
 
 
4140
#: nova/rpc/impl_kombu.py:108
4211
4141
msgid "Failed to process message... skipping it."
4212
4142
msgstr ""
4213
4143
 
4235
4165
"again in %(sleep_time)d seconds."
4236
4166
msgstr ""
4237
4167
 
4238
 
#: nova/rpc/impl_kombu.py:533 nova/rpc/impl_qpid.py:385
 
4168
#: nova/rpc/impl_kombu.py:533 nova/rpc/impl_qpid.py:386
4239
4169
#, python-format
4240
4170
msgid "Failed to declare consumer for topic '%(topic)s': %(err_str)s"
4241
4171
msgstr ""
4242
4172
 
4243
 
#: nova/rpc/impl_kombu.py:551 nova/rpc/impl_qpid.py:400
 
4173
#: nova/rpc/impl_kombu.py:551 nova/rpc/impl_qpid.py:401
4244
4174
#, python-format
4245
4175
msgid "Timed out waiting for RPC response: %s"
4246
4176
msgstr ""
4247
4177
 
4248
 
#: nova/rpc/impl_kombu.py:555 nova/rpc/impl_qpid.py:404
 
4178
#: nova/rpc/impl_kombu.py:555 nova/rpc/impl_qpid.py:405
4249
4179
#, python-format
4250
4180
msgid "Failed to consume message from queue: %s"
4251
4181
msgstr ""
4252
4182
 
4253
 
#: nova/rpc/impl_kombu.py:589 nova/rpc/impl_qpid.py:434
 
4183
#: nova/rpc/impl_kombu.py:589 nova/rpc/impl_qpid.py:435
4254
4184
#, python-format
4255
4185
msgid "Failed to publish message to topic '%(topic)s': %(err_str)s"
4256
4186
msgstr ""
4257
4187
 
4258
 
#: nova/rpc/impl_qpid.py:341
 
4188
#: nova/rpc/impl_qpid.py:342
4259
4189
#, python-format
4260
 
msgid "Unable to connect to AMQP server: %s "
 
4190
msgid "Unable to connect to AMQP server: %s"
4261
4191
msgstr ""
4262
4192
 
4263
 
#: nova/rpc/impl_qpid.py:346
 
4193
#: nova/rpc/impl_qpid.py:347
4264
4194
#, python-format
4265
4195
msgid "Connected to AMQP server on %s"
4266
4196
msgstr ""
4267
4197
 
4268
 
#: nova/rpc/impl_qpid.py:354
 
4198
#: nova/rpc/impl_qpid.py:355
4269
4199
msgid "Re-established AMQP queues"
4270
4200
msgstr ""
4271
4201
 
4272
 
#: nova/rpc/impl_qpid.py:412
 
4202
#: nova/rpc/impl_qpid.py:413
4273
4203
msgid "Error processing message.  Skipping it."
4274
4204
msgstr ""
4275
4205
 
4282
4212
msgid "Could not find another compute"
4283
4213
msgstr ""
4284
4214
 
4285
 
#: nova/scheduler/driver.py:63
 
4215
#: nova/scheduler/driver.py:65
4286
4216
#, python-format
4287
4217
msgid "Casted '%(method)s' to volume '%(host)s'"
4288
4218
msgstr ""
4289
4219
 
4290
 
#: nova/scheduler/driver.py:80
 
4220
#: nova/scheduler/driver.py:82
4291
4221
#, python-format
4292
4222
msgid "Casted '%(method)s' to compute '%(host)s'"
4293
4223
msgstr ""
4294
4224
 
4295
 
#: nova/scheduler/driver.py:89
 
4225
#: nova/scheduler/driver.py:91
4296
4226
#, python-format
4297
4227
msgid "Casted '%(method)s' to network '%(host)s'"
4298
4228
msgstr ""
4299
4229
 
4300
 
#: nova/scheduler/driver.py:107
 
4230
#: nova/scheduler/driver.py:109
4301
4231
#, python-format
4302
4232
msgid "Casted '%(method)s' to %(topic)s '%(host)s'"
4303
4233
msgstr ""
4304
4234
 
4305
 
#: nova/scheduler/driver.py:181
 
4235
#: nova/scheduler/driver.py:183
4306
4236
msgid "Must implement a fallback schedule"
4307
4237
msgstr "Debe de implementar un horario de reserva"
4308
4238
 
4309
 
#: nova/scheduler/driver.py:185
 
4239
#: nova/scheduler/driver.py:187
4310
4240
msgid "Driver must implement schedule_prep_resize"
4311
4241
msgstr ""
4312
4242
 
4313
 
#: nova/scheduler/driver.py:190
 
4243
#: nova/scheduler/driver.py:192
4314
4244
msgid "Driver must implement schedule_run_instance"
4315
4245
msgstr ""
4316
4246
 
4317
 
#: nova/scheduler/driver.py:325
 
4247
#: nova/scheduler/driver.py:316
4318
4248
msgid "Block migration can not be used with shared storage."
4319
4249
msgstr ""
4320
4250
 
4321
 
#: nova/scheduler/driver.py:330
 
4251
#: nova/scheduler/driver.py:321
4322
4252
msgid "Live migration can not be used without shared storage."
4323
4253
msgstr ""
4324
4254
 
4325
 
#: nova/scheduler/driver.py:367 nova/scheduler/driver.py:457
 
4255
#: nova/scheduler/driver.py:358
4326
4256
#, python-format
4327
4257
msgid "host %(dest)s is not compatible with original host %(src)s."
4328
4258
msgstr ""
4329
4259
 
4330
 
#: nova/scheduler/driver.py:416
 
4260
#: nova/scheduler/driver.py:407
4331
4261
#, python-format
4332
4262
msgid ""
4333
4263
"Unable to migrate %(instance_uuid)s to %(dest)s: Lack of "
4334
4264
"memory(host:%(avail)s <= instance:%(mem_inst)s)"
4335
4265
msgstr ""
4336
4266
 
4337
 
#: nova/scheduler/driver.py:472
 
4267
#: nova/scheduler/driver.py:458
4338
4268
#, python-format
4339
4269
msgid ""
4340
4270
"Unable to migrate %(instance_uuid)s to %(dest)s: Lack of "
4399
4329
msgid "No service for compute ID %s"
4400
4330
msgstr ""
4401
4331
 
4402
 
#: nova/scheduler/manager.py:85
 
4332
#: nova/scheduler/manager.py:86
4403
4333
#, python-format
4404
4334
msgid ""
4405
4335
"Driver Method %(driver_method_name)s missing: %(e)s. Reverting to "
4406
4336
"schedule()"
4407
4337
msgstr ""
4408
4338
 
4409
 
#: nova/scheduler/manager.py:150
 
4339
#: nova/scheduler/manager.py:151
4410
4340
#, python-format
4411
4341
msgid "Failed to schedule_%(method)s: %(ex)s"
4412
4342
msgstr ""
4413
4343
 
4414
 
#: nova/scheduler/manager.py:159
4415
 
#, fuzzy, python-format
4416
 
msgid "Setting instance %(instance_uuid)s to %(state)s state."
4417
 
msgstr "La instacia %(instance_id)s no esta suspendida"
 
4344
#: nova/scheduler/manager.py:160
 
4345
#, python-format
 
4346
msgid "Setting instance to %(state)s state."
 
4347
msgstr ""
4418
4348
 
4419
4349
#: nova/scheduler/scheduler_options.py:66
4420
4350
#, python-format
4438
4368
msgid "VCPUs not set; assuming CPU collection broken"
4439
4369
msgstr ""
4440
4370
 
4441
 
#: nova/testing/fake/rabbit.py:50
4442
 
#, python-format
4443
 
msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s"
4444
 
msgstr "(%(nm)s) publica (key: %(routing_key)s) %(message)s"
4445
 
 
4446
 
#: nova/testing/fake/rabbit.py:54
4447
 
#, python-format
4448
 
msgid "Publishing to route %s"
4449
 
msgstr "Publicando la ruta %s"
4450
 
 
4451
 
#: nova/testing/fake/rabbit.py:84
4452
 
#, python-format
4453
 
msgid "Declaring queue %s"
4454
 
msgstr "Declarando cola %s"
4455
 
 
4456
 
#: nova/testing/fake/rabbit.py:90
4457
 
#, python-format
4458
 
msgid "Declaring exchange %s"
4459
 
msgstr "Declarando intercambio %s"
4460
 
 
4461
 
#: nova/testing/fake/rabbit.py:96
4462
 
#, python-format
4463
 
msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s"
4464
 
msgstr "Enlazando %(queue)s a %(exchange)s con la llave %(routing_key)s"
4465
 
 
4466
 
#: nova/testing/fake/rabbit.py:133
4467
 
#, python-format
4468
 
msgid "Getting from %(queue)s: %(message)s"
4469
 
msgstr "Obtendiendo desde %(queue)s: %(message)s"
4470
 
 
4471
4371
#: nova/tests/fake_utils.py:72
4472
4372
#, python-format
4473
4373
msgid "Faking execution of cmd (subprocess): %s"
4488
4388
msgid "Reply to faked command is stdout='%(stdout)s' stderr='%(stderr)s'"
4489
4389
msgstr ""
4490
4390
 
4491
 
#: nova/tests/fakelibvirt.py:784
 
4391
#: nova/tests/fakelibvirt.py:779
4492
4392
msgid "Please extend mock libvirt module to support flags"
4493
4393
msgstr ""
4494
4394
 
4495
 
#: nova/tests/fakelibvirt.py:790
 
4395
#: nova/tests/fakelibvirt.py:785
4496
4396
msgid "Please extend fake libvirt module to support this auth method"
4497
4397
msgstr ""
4498
4398
 
4499
 
#: nova/tests/test_compute.py:365 nova/tests/test_compute.py:1419
 
4399
#: nova/tests/test_compute.py:365 nova/tests/test_compute.py:1554
4500
4400
#, python-format
4501
4401
msgid "Running instances: %s"
4502
4402
msgstr "Ejecutando instancias: %s"
4506
4406
msgid "After terminating instances: %s"
4507
4407
msgstr "Después de terminar las instancias: %s"
4508
4408
 
4509
 
#: nova/tests/test_compute.py:589
 
4409
#: nova/tests/test_compute.py:608
4510
4410
msgid "Internal error"
4511
4411
msgstr ""
4512
4412
 
4513
 
#: nova/tests/test_compute.py:1430
 
4413
#: nova/tests/test_compute.py:1565
4514
4414
#, python-format
4515
4415
msgid "After force-killing instances: %s"
4516
4416
msgstr ""
4558
4458
msgid "uuid"
4559
4459
msgstr ""
4560
4460
 
4561
 
#: nova/tests/test_volume.py:216
 
4461
#: nova/tests/test_volume.py:234
4562
4462
#, python-format
4563
4463
msgid "Target %s allocated"
4564
4464
msgstr "Destino %s asignado"
4565
4465
 
4566
 
#: nova/tests/test_volume.py:468
 
4466
#: nova/tests/test_volume.py:488
4567
4467
#, python-format
4568
4468
msgid "Cannot confirm exported volume id:%s."
4569
4469
msgstr ""
4578
4478
msgid "Result data: %s"
4579
4479
msgstr ""
4580
4480
 
4581
 
#: nova/tests/test_xenapi.py:621
 
4481
#: nova/tests/test_xenapi.py:639
4582
4482
#, python-format
4583
4483
msgid "Creating files in %s to simulate guest agent"
4584
4484
msgstr ""
4585
4485
 
4586
 
#: nova/tests/test_xenapi.py:632
 
4486
#: nova/tests/test_xenapi.py:650
4587
4487
#, python-format
4588
4488
msgid "Removing simulated guest agent files in %s"
4589
4489
msgstr ""
4590
4490
 
4591
 
#: nova/tests/api/openstack/compute/test_servers.py:2144
4592
 
#, python-format
4593
 
msgid "Quota exceeded: code=%(code)s"
 
4491
#: nova/tests/api/openstack/compute/test_servers.py:2344
 
4492
msgid "Quota exceeded: already used 1 of 1 instances"
4594
4493
msgstr ""
4595
4494
 
4596
4495
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:57
4613
4512
msgid "_get_all: %s"
4614
4513
msgstr ""
4615
4514
 
4616
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:125
 
4515
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:124
4617
4516
#, python-format
4618
4517
msgid "test_snapshot_create: param=%s"
4619
4518
msgstr ""
4620
4519
 
4621
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:134
 
4520
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:133
4622
4521
#, python-format
4623
4522
msgid "test_snapshot_create: resp_dict=%s"
4624
4523
msgstr ""
4625
4524
 
4626
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:156
 
4525
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:155
4627
4526
#, python-format
4628
4527
msgid "test_snapshot_create_force: param=%s"
4629
4528
msgstr ""
4630
4529
 
4631
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:165
 
4530
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:164
4632
4531
#, python-format
4633
4532
msgid "test_snapshot_create_force: resp_dict=%s"
4634
4533
msgstr ""
4635
4534
 
4636
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:205
 
4535
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:204
4637
4536
#, python-format
4638
4537
msgid "test_snapshot_show: resp=%s"
4639
4538
msgstr ""
4640
4539
 
4641
 
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:231
 
4540
#: nova/tests/api/openstack/compute/contrib/test_snapshots.py:230
4642
4541
#, python-format
4643
4542
msgid "test_snapshot_detail: resp_dict=%s"
4644
4543
msgstr ""
4697
4596
msgid "Decoding JSON: %s"
4698
4597
msgstr ""
4699
4598
 
4700
 
#: nova/tests/rpc/common.py:133
 
4599
#: nova/tests/rpc/common.py:135
4701
4600
#, python-format
4702
4601
msgid "Nested received %(queue)s, %(value)s"
4703
4602
msgstr ""
4704
4603
 
4705
 
#: nova/tests/rpc/common.py:142
 
4604
#: nova/tests/rpc/common.py:144
4706
4605
#, python-format
4707
4606
msgid "Nested return %s"
4708
4607
msgstr ""
4709
4608
 
4710
 
#: nova/tests/rpc/common.py:160
 
4609
#: nova/tests/rpc/common.py:165
4711
4610
msgid "RPC backend does not support timeouts"
4712
4611
msgstr ""
4713
4612
 
4714
 
#: nova/tests/rpc/common.py:227 nova/tests/rpc/common.py:233
 
4613
#: nova/tests/rpc/common.py:235 nova/tests/rpc/common.py:241
4715
4614
#, python-format
4716
4615
msgid "Received %s"
4717
4616
msgstr "Recibido %s"
4720
4619
msgid "Failed to open connection to the hypervisor"
4721
4620
msgstr "Fallo al abrir conexión con el hypervisor"
4722
4621
 
4723
 
#: nova/virt/fake.py:270 nova/virt/xenapi_conn.py:397
4724
 
#: nova/virt/baremetal/proxy.py:716 nova/virt/libvirt/connection.py:2013
 
4622
#: nova/virt/fake.py:270 nova/virt/baremetal/proxy.py:719
 
4623
#: nova/virt/libvirt/connection.py:2061 nova/virt/xenapi/connection.py:422
4725
4624
#, python-format
4726
4625
msgid "Compute_service record created for %s "
4727
4626
msgstr ""
4728
4627
 
4729
 
#: nova/virt/fake.py:273 nova/virt/xenapi_conn.py:400
4730
 
#: nova/virt/baremetal/proxy.py:720 nova/virt/libvirt/connection.py:2016
 
4628
#: nova/virt/fake.py:273 nova/virt/baremetal/proxy.py:723
 
4629
#: nova/virt/libvirt/connection.py:2064 nova/virt/xenapi/connection.py:425
4731
4630
#, python-format
4732
4631
msgid "Compute_service record updated for %s "
4733
4632
msgstr ""
4734
4633
 
4735
 
#: nova/virt/firewall.py:130
4736
 
#, python-format
4737
 
msgid "Attempted to unfilter instance %s which is not filtered"
 
4634
#: nova/virt/firewall.py:130 nova/virt/libvirt/firewall.py:252
 
4635
msgid "Attempted to unfilter instance which is not filtered"
4738
4636
msgstr ""
4739
4637
 
4740
4638
#: nova/virt/firewall.py:137
4741
 
#, python-format
4742
 
msgid "Filters added to instance %s"
4743
 
msgstr ""
 
4639
#, fuzzy
 
4640
msgid "Filters added to instance"
 
4641
msgstr "Fallo a reinicia la instancia"
4744
4642
 
4745
4643
#: nova/virt/firewall.py:139
4746
4644
msgid "Provider Firewall Rules refreshed"
4751
4649
msgid "Adding security group rule: %r"
4752
4650
msgstr ""
4753
4651
 
4754
 
#: nova/virt/firewall.py:403 nova/virt/xenapi/firewall.py:87
 
4652
#: nova/virt/firewall.py:404 nova/virt/xenapi/firewall.py:87
4755
4653
#, python-format
4756
4654
msgid "Adding provider rule: %s"
4757
4655
msgstr ""
4758
4656
 
4759
 
#: nova/virt/images.py:94
 
4657
#: nova/virt/images.py:86
4760
4658
msgid "'qemu-img info' parsing failed."
4761
4659
msgstr ""
4762
4660
 
4763
 
#: nova/virt/images.py:100
 
4661
#: nova/virt/images.py:92
4764
4662
#, python-format
4765
4663
msgid "fmt=%(fmt)s backed by: %(backing_file)s"
4766
4664
msgstr ""
4767
4665
 
4768
 
#: nova/virt/images.py:113
 
4666
#: nova/virt/images.py:104
4769
4667
#, python-format
4770
4668
msgid "Converted to raw, but format is now %s"
4771
4669
msgstr ""
4776
4674
"vmwareapi_host_password to useconnection_type=vmwareapi"
4777
4675
msgstr ""
4778
4676
 
4779
 
#: nova/virt/vmwareapi_conn.py:276
 
4677
#: nova/virt/vmwareapi_conn.py:277
4780
4678
#, python-format
4781
4679
msgid "In vmwareapi:_create_session, got this exception: %s"
4782
4680
msgstr ""
4783
4681
 
4784
 
#: nova/virt/vmwareapi_conn.py:359
 
4682
#: nova/virt/vmwareapi_conn.py:360
4785
4683
#, python-format
4786
4684
msgid "In vmwareapi:_call_method, got this exception: %s"
4787
4685
msgstr ""
4788
4686
 
4789
 
#: nova/virt/vmwareapi_conn.py:398
 
4687
#: nova/virt/vmwareapi_conn.py:395
4790
4688
#, python-format
4791
4689
msgid "Task [%(task_name)s] %(task_ref)s status: success"
4792
4690
msgstr ""
4793
4691
 
 
4692
#: nova/virt/vmwareapi_conn.py:400
 
4693
#, python-format
 
4694
msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s"
 
4695
msgstr ""
 
4696
 
4794
4697
#: nova/virt/vmwareapi_conn.py:404
4795
4698
#, python-format
4796
 
msgid "Task [%(task_name)s] %(task_ref)s status: error %(error_info)s"
4797
 
msgstr ""
4798
 
 
4799
 
#: nova/virt/vmwareapi_conn.py:409
4800
 
#, python-format
4801
4699
msgid "In vmwareapi:_poll_task, Got this error %s"
4802
4700
msgstr ""
4803
4701
 
4804
 
#: nova/virt/xenapi_conn.py:140
4805
 
msgid ""
4806
 
"Must specify xenapi_connection_url, xenapi_connection_username "
4807
 
"(optionally), and xenapi_connection_password to use "
4808
 
"connection_type=xenapi"
4809
 
msgstr ""
4810
 
"Debes especificar xenapi_connection_url, xenapi_connection_username "
4811
 
"(opcional), y xenapi_connection_password para usar connection_type=xenapi"
4812
 
 
4813
 
#: nova/virt/xenapi_conn.py:330 nova/virt/libvirt/connection.py:454
4814
 
msgid "Could not determine iscsi initiator name"
4815
 
msgstr ""
4816
 
 
4817
 
#: nova/virt/xenapi_conn.py:461
4818
 
msgid "Host startup on XenServer is not supported."
4819
 
msgstr ""
4820
 
 
4821
 
#: nova/virt/xenapi_conn.py:491
4822
 
msgid "Unable to log in to XenAPI (is the Dom0 disk full?)"
4823
 
msgstr ""
4824
 
 
4825
 
#: nova/virt/xenapi_conn.py:529
4826
 
msgid "Host is member of a pool, but DB says otherwise"
4827
 
msgstr ""
4828
 
 
4829
 
#: nova/virt/xenapi_conn.py:611 nova/virt/xenapi_conn.py:624
4830
 
#, python-format
4831
 
msgid "Got exception: %s"
4832
 
msgstr "Obtenida excepción %s"
4833
 
 
4834
4702
#: nova/virt/baremetal/dom.py:93
4835
4703
msgid "No domains exist."
4836
4704
msgstr ""
4939
4807
msgid "Unknown baremetal driver %(d)s"
4940
4808
msgstr ""
4941
4809
 
4942
 
#: nova/virt/baremetal/proxy.py:148
 
4810
#: nova/virt/baremetal/proxy.py:139
4943
4811
#, python-format
4944
4812
msgid "Error encountered when destroying instance '%(name)s': %(ex)s"
4945
4813
msgstr ""
4946
4814
 
4947
 
#: nova/virt/baremetal/proxy.py:162
 
4815
#: nova/virt/baremetal/proxy.py:153
4948
4816
#, python-format
4949
4817
msgid "instance %(instance_name)s: deleting instance files %(target)s"
4950
4818
msgstr ""
4951
4819
 
4952
 
#: nova/virt/baremetal/proxy.py:189
 
4820
#: nova/virt/baremetal/proxy.py:180
4953
4821
#, python-format
4954
4822
msgid "instance %s: rebooted"
4955
4823
msgstr "instancia %s: reiniciada"
4956
4824
 
4957
 
#: nova/virt/baremetal/proxy.py:192
 
4825
#: nova/virt/baremetal/proxy.py:184
4958
4826
msgid "_wait_for_reboot failed"
4959
4827
msgstr ""
4960
4828
 
4961
 
#: nova/virt/baremetal/proxy.py:222
 
4829
#: nova/virt/baremetal/proxy.py:214
4962
4830
#, python-format
4963
4831
msgid "instance %s: rescued"
4964
4832
msgstr "instancia %s: rescatada"
4965
4833
 
4966
 
#: nova/virt/baremetal/proxy.py:225
 
4834
#: nova/virt/baremetal/proxy.py:218
4967
4835
msgid "_wait_for_rescue failed"
4968
4836
msgstr ""
4969
4837
 
4970
 
#: nova/virt/baremetal/proxy.py:242
 
4838
#: nova/virt/baremetal/proxy.py:235
4971
4839
msgid "<============= spawn of baremetal =============>"
4972
4840
msgstr ""
4973
4841
 
4974
 
#: nova/virt/baremetal/proxy.py:255
 
4842
#: nova/virt/baremetal/proxy.py:248
4975
4843
#, python-format
4976
4844
msgid "instance %s: is building"
4977
4845
msgstr ""
4978
4846
 
 
4847
#: nova/virt/baremetal/proxy.py:254
 
4848
msgid "Key is injected but instance is not running yet"
 
4849
msgstr ""
 
4850
 
4979
4851
#: nova/virt/baremetal/proxy.py:260
4980
 
msgid "Key is injected but instance is not running yet"
4981
 
msgstr ""
4982
 
 
4983
 
#: nova/virt/baremetal/proxy.py:265
4984
4852
#, python-format
4985
4853
msgid "instance %s: booted"
4986
4854
msgstr "instancia %s: arrancada"
4987
4855
 
4988
 
#: nova/virt/baremetal/proxy.py:268
 
4856
#: nova/virt/baremetal/proxy.py:264
4989
4857
#, python-format
4990
4858
msgid "~~~~~~ current state = %s ~~~~~~"
4991
4859
msgstr ""
4992
4860
 
 
4861
#: nova/virt/baremetal/proxy.py:266
 
4862
#, python-format
 
4863
msgid "instance %s spawned successfully"
 
4864
msgstr ""
 
4865
 
4993
4866
#: nova/virt/baremetal/proxy.py:269
4994
4867
#, python-format
4995
 
msgid "instance %s spawned successfully"
 
4868
msgid "instance %s:not booted"
4996
4869
msgstr ""
4997
4870
 
4998
4871
#: nova/virt/baremetal/proxy.py:272
4999
 
#, python-format
5000
 
msgid "instance %s:not booted"
5001
 
msgstr ""
5002
 
 
5003
 
#: nova/virt/baremetal/proxy.py:274
5004
4872
msgid "Bremetal assignment is overcommitted."
5005
4873
msgstr ""
5006
4874
 
5007
 
#: nova/virt/baremetal/proxy.py:354
 
4875
#: nova/virt/baremetal/proxy.py:353
5008
4876
#, python-format
5009
4877
msgid "instance %s: Creating image"
5010
4878
msgstr "instancia %s: Creando imagen"
5021
4889
"%(img_id)s (%(e)s)"
5022
4890
msgstr ""
5023
4891
 
5024
 
#: nova/virt/baremetal/proxy.py:529
 
4892
#: nova/virt/baremetal/proxy.py:530
5025
4893
#, python-format
5026
4894
msgid "instance %s: starting toXML method"
5027
4895
msgstr "instancia %s: comenzando método toXML"
5028
4896
 
5029
 
#: nova/virt/baremetal/proxy.py:531
 
4897
#: nova/virt/baremetal/proxy.py:533
5030
4898
#, python-format
5031
4899
msgid "instance %s: finished toXML method"
5032
4900
msgstr "instancia %s: finalizado método toXML"
5033
4901
 
5034
 
#: nova/virt/baremetal/proxy.py:574 nova/virt/libvirt/connection.py:1783
 
4902
#: nova/virt/baremetal/proxy.py:577 nova/virt/libvirt/connection.py:1831
5035
4903
msgid ""
5036
4904
"Cannot get the number of cpu, because this function is not implemented "
5037
4905
"for this platform. This error can be safely ignored for now."
5038
4906
msgstr ""
5039
4907
 
5040
 
#: nova/virt/baremetal/proxy.py:714
 
4908
#: nova/virt/baremetal/proxy.py:717
5041
4909
#, python-format
5042
4910
msgid "#### RLK: cpu_arch = %s "
5043
4911
msgstr ""
5044
4912
 
5045
 
#: nova/virt/baremetal/proxy.py:746
 
4913
#: nova/virt/baremetal/proxy.py:749
5046
4914
msgid "Updating!"
5047
4915
msgstr ""
5048
4916
 
5049
 
#: nova/virt/baremetal/proxy.py:773 nova/virt/libvirt/connection.py:2577
 
4917
#: nova/virt/baremetal/proxy.py:776 nova/virt/libvirt/connection.py:2621
5050
4918
#: nova/virt/xenapi/host.py:129
5051
4919
msgid "Updating host stats"
5052
4920
msgstr ""
5082
4950
msgid "TILERA_BOARD_#%(node_id)s %(node_ip)s is not ready, out_msg=%(out_msg)s"
5083
4951
msgstr ""
5084
4952
 
5085
 
#: nova/virt/baremetal/tilera.py:292
 
4953
#: nova/virt/baremetal/tilera.py:291
5086
4954
msgid "Noting to do for tilera nodes: vmlinux is in CF"
5087
4955
msgstr ""
5088
4956
 
5089
 
#: nova/virt/baremetal/tilera.py:316
 
4957
#: nova/virt/baremetal/tilera.py:314
5090
4958
msgid "activate_node"
5091
4959
msgstr ""
5092
4960
 
5093
 
#: nova/virt/baremetal/tilera.py:330
 
4961
#: nova/virt/baremetal/tilera.py:328
5094
4962
msgid "Node is unknown error state."
5095
4963
msgstr ""
5096
4964
 
5098
4966
msgid "no capable image handler configured"
5099
4967
msgstr ""
5100
4968
 
5101
 
#: nova/virt/disk/api.py:178
 
4969
#: nova/virt/disk/api.py:179
5102
4970
#, python-format
5103
4971
msgid "unknown disk image handler: %s"
5104
4972
msgstr ""
5105
4973
 
5106
 
#: nova/virt/disk/api.py:189
 
4974
#: nova/virt/disk/api.py:191
5107
4975
msgid "image already mounted"
5108
4976
msgstr ""
5109
4977
 
5110
 
#: nova/virt/disk/api.py:276 nova/virt/disk/guestfs.py:64
5111
 
#: nova/virt/disk/guestfs.py:78 nova/virt/disk/mount.py:100
 
4978
#: nova/virt/disk/api.py:278 nova/virt/disk/guestfs.py:64
 
4979
#: nova/virt/disk/guestfs.py:78 nova/virt/disk/mount.py:102
5112
4980
#, python-format
5113
4981
msgid "Failed to mount filesystem: %s"
5114
4982
msgstr "Fallo al montar el sistema de ficheros: %s"
5115
4983
 
5116
 
#: nova/virt/disk/api.py:291
 
4984
#: nova/virt/disk/api.py:293
5117
4985
#, python-format
5118
4986
msgid "Failed to remove container: %s"
5119
4987
msgstr ""
5120
4988
 
5121
 
#: nova/virt/disk/api.py:441
 
4989
#: nova/virt/disk/api.py:443
5122
4990
#, python-format
5123
4991
msgid "User %(username)s not found in password file."
5124
4992
msgstr ""
5125
4993
 
5126
 
#: nova/virt/disk/api.py:457
 
4994
#: nova/virt/disk/api.py:459
5127
4995
#, python-format
5128
4996
msgid "User %(username)s not found in shadow file."
5129
4997
msgstr ""
5142
5010
msgid "Could not attach image to loopback: %s"
5143
5011
msgstr "No se puede unir la imagen con el loopback: %s"
5144
5012
 
5145
 
#: nova/virt/disk/mount.py:76
5146
 
msgid "no partitions found"
5147
 
msgstr ""
5148
 
 
5149
 
#: nova/virt/disk/mount.py:77
 
5013
#: nova/virt/disk/mount.py:62
 
5014
#, python-format
 
5015
msgid "partition search unsupported with %s"
 
5016
msgstr ""
 
5017
 
 
5018
#: nova/virt/disk/mount.py:78
 
5019
#, python-format
 
5020
msgid "partition %s not found"
 
5021
msgstr ""
 
5022
 
 
5023
#: nova/virt/disk/mount.py:79
5150
5024
#, python-format
5151
5025
msgid "Failed to map partitions: %s"
5152
5026
msgstr ""
5169
5043
msgid "nbd device %s did not show up"
5170
5044
msgstr ""
5171
5045
 
5172
 
#: nova/virt/libvirt/connection.py:247
 
5046
#: nova/virt/libvirt/connection.py:280
5173
5047
#, python-format
5174
5048
msgid "Connecting to libvirt: %s"
5175
5049
msgstr "Conectando a libvirt: %s"
5176
5050
 
5177
 
#: nova/virt/libvirt/connection.py:268
 
5051
#: nova/virt/libvirt/connection.py:301
5178
5052
msgid "Connection to libvirt broke"
5179
5053
msgstr "Conexión a libvirt rota"
5180
5054
 
5181
 
#: nova/virt/libvirt/connection.py:370
 
5055
#: nova/virt/libvirt/connection.py:403
5182
5056
#, python-format
5183
5057
msgid "Error from libvirt during destroy. Code=%(errcode)s Error=%(e)s"
5184
5058
msgstr ""
5185
5059
 
5186
 
#: nova/virt/libvirt/connection.py:382
 
5060
#: nova/virt/libvirt/connection.py:415
5187
5061
#, python-format
5188
5062
msgid ""
5189
5063
"Error from libvirt during saved instance removal. Code=%(errcode)s "
5190
5064
"Error=%(e)s"
5191
5065
msgstr ""
5192
5066
 
5193
 
#: nova/virt/libvirt/connection.py:393
 
5067
#: nova/virt/libvirt/connection.py:426
5194
5068
#, python-format
5195
5069
msgid "Error from libvirt during undefine. Code=%(errcode)s Error=%(e)s"
5196
5070
msgstr ""
5197
5071
 
5198
 
#: nova/virt/libvirt/connection.py:405
 
5072
#: nova/virt/libvirt/connection.py:438
5199
5073
msgid "Instance destroyed successfully."
5200
5074
msgstr ""
5201
5075
 
5202
 
#: nova/virt/libvirt/connection.py:417
 
5076
#: nova/virt/libvirt/connection.py:450
5203
5077
#, python-format
5204
5078
msgid "Error from libvirt during unfilter. Code=%(errcode)s Error=%(e)s"
5205
5079
msgstr ""
5206
5080
 
5207
 
#: nova/virt/libvirt/connection.py:443
 
5081
#: nova/virt/libvirt/connection.py:476
5208
5082
#, python-format
5209
5083
msgid "Deleting instance files %(target)s"
5210
5084
msgstr ""
5211
5085
 
5212
 
#: nova/virt/libvirt/connection.py:536
 
5086
#: nova/virt/libvirt/connection.py:487
 
5087
msgid "Could not determine iscsi initiator name"
 
5088
msgstr ""
 
5089
 
 
5090
#: nova/virt/libvirt/connection.py:570
5213
5091
msgid "attaching LXC block device"
5214
5092
msgstr ""
5215
5093
 
5216
 
#: nova/virt/libvirt/connection.py:549
 
5094
#: nova/virt/libvirt/connection.py:583
5217
5095
msgid "detaching LXC block device"
5218
5096
msgstr ""
5219
5097
 
5220
 
#: nova/virt/libvirt/connection.py:670
 
5098
#: nova/virt/libvirt/connection.py:708
5221
5099
#, fuzzy, python-format
5222
5100
msgid "Instance soft rebooted successfully."
5223
5101
msgstr "instancia %s: reiniciada"
5224
5102
 
5225
 
#: nova/virt/libvirt/connection.py:674
 
5103
#: nova/virt/libvirt/connection.py:712
5226
5104
#, fuzzy
5227
5105
msgid "Failed to soft reboot instance."
5228
5106
msgstr "Fallo a reinicia la instancia"
5229
5107
 
5230
 
#: nova/virt/libvirt/connection.py:703
 
5108
#: nova/virt/libvirt/connection.py:741
5231
5109
msgid "Instance shutdown successfully."
5232
5110
msgstr ""
5233
5111
 
5234
 
#: nova/virt/libvirt/connection.py:739 nova/virt/libvirt/connection.py:883
 
5112
#: nova/virt/libvirt/connection.py:777
5235
5113
msgid "During reboot, instance disappeared."
5236
5114
msgstr ""
5237
5115
 
5238
 
#: nova/virt/libvirt/connection.py:744
 
5116
#: nova/virt/libvirt/connection.py:782
5239
5117
msgid "Instance rebooted successfully."
5240
5118
msgstr ""
5241
5119
 
5242
 
#: nova/virt/libvirt/connection.py:845 nova/virt/xenapi/vmops.py:1371
 
5120
#: nova/virt/libvirt/connection.py:880 nova/virt/xenapi/vmops.py:1321
5243
5121
#, python-format
5244
5122
msgid ""
5245
5123
"Found %(migration_count)d unconfirmed migrations older than "
5246
5124
"%(confirm_window)d seconds"
5247
5125
msgstr ""
5248
5126
 
5249
 
#: nova/virt/libvirt/connection.py:849 nova/virt/xenapi/vmops.py:1375
 
5127
#: nova/virt/libvirt/connection.py:886
5250
5128
#, python-format
5251
5129
msgid "Automatically confirming migration %d"
5252
5130
msgstr ""
5253
5131
 
5254
 
#: nova/virt/libvirt/connection.py:874
 
5132
#: nova/virt/libvirt/connection.py:911
5255
5133
msgid "Instance is running"
5256
5134
msgstr ""
5257
5135
 
5258
 
#: nova/virt/libvirt/connection.py:888
 
5136
#: nova/virt/libvirt/connection.py:920
 
5137
msgid "During spawn, instance disappeared."
 
5138
msgstr ""
 
5139
 
 
5140
#: nova/virt/libvirt/connection.py:925
5259
5141
msgid "Instance spawned successfully."
5260
5142
msgstr ""
5261
5143
 
5262
 
#: nova/virt/libvirt/connection.py:904
 
5144
#: nova/virt/libvirt/connection.py:941
5263
5145
#, python-format
5264
5146
msgid "data: %(data)r, fpath: %(fpath)r"
5265
5147
msgstr ""
5266
5148
 
5267
 
#: nova/virt/libvirt/connection.py:956
 
5149
#: nova/virt/libvirt/connection.py:993
5268
5150
#, fuzzy
5269
5151
msgid "Guest does not have a console available"
5270
5152
msgstr "El usuario no tiene privilegios de administrador"
5271
5153
 
5272
 
#: nova/virt/libvirt/connection.py:992
 
5154
#: nova/virt/libvirt/connection.py:1037
5273
5155
#, python-format
5274
5156
msgid "Path '%(path)s' supports direct I/O"
5275
5157
msgstr ""
5276
5158
 
5277
 
#: nova/virt/libvirt/connection.py:996
 
5159
#: nova/virt/libvirt/connection.py:1041
5278
5160
#, python-format
5279
5161
msgid "Path '%(path)s' does not support direct I/O: '%(ex)s'"
5280
5162
msgstr ""
5281
5163
 
5282
 
#: nova/virt/libvirt/connection.py:1000 nova/virt/libvirt/connection.py:1004
 
5164
#: nova/virt/libvirt/connection.py:1045 nova/virt/libvirt/connection.py:1049
5283
5165
#, python-format
5284
5166
msgid "Error on '%(path)s' while checking direct I/O: '%(ex)s'"
5285
5167
msgstr ""
5286
5168
 
5287
 
#: nova/virt/libvirt/connection.py:1122
 
5169
#: nova/virt/libvirt/connection.py:1174
5288
5170
msgid "Creating image"
5289
5171
msgstr ""
5290
5172
 
5291
 
#: nova/virt/libvirt/connection.py:1307
 
5173
#: nova/virt/libvirt/connection.py:1358
5292
5174
#, python-format
5293
5175
msgid "Injecting %(injection)s into image %(img_id)s"
5294
5176
msgstr ""
5295
5177
 
5296
 
#: nova/virt/libvirt/connection.py:1317
 
5178
#: nova/virt/libvirt/connection.py:1368
5297
5179
#, python-format
5298
5180
msgid "Ignoring error injecting data into image %(img_id)s (%(e)s)"
5299
5181
msgstr ""
5300
5182
 
5301
 
#: nova/virt/libvirt/connection.py:1349
 
5183
#: nova/virt/libvirt/connection.py:1400
5302
5184
#, python-format
5303
5185
msgid "block_device_list %s"
5304
5186
msgstr ""
5305
5187
 
5306
 
#: nova/virt/libvirt/connection.py:1626
 
5188
#: nova/virt/libvirt/connection.py:1689
5307
5189
msgid "Starting toXML method"
5308
5190
msgstr ""
5309
5191
 
5310
 
#: nova/virt/libvirt/connection.py:1630
 
5192
#: nova/virt/libvirt/connection.py:1693
5311
5193
msgid "Finished toXML method"
5312
5194
msgstr ""
5313
5195
 
5314
 
#: nova/virt/libvirt/connection.py:1647
 
5196
#: nova/virt/libvirt/connection.py:1710
5315
5197
#, python-format
5316
5198
msgid ""
5317
5199
"Error from libvirt while looking up %(instance_name)s: [Error Code "
5318
5200
"%(error_code)s] %(ex)s"
5319
5201
msgstr ""
5320
5202
 
5321
 
#: nova/virt/libvirt/connection.py:1888
 
5203
#: nova/virt/libvirt/connection.py:1936
5322
5204
msgid "libvirt version is too old (does not support getVersion)"
5323
5205
msgstr ""
5324
5206
 
5325
 
#: nova/virt/libvirt/connection.py:1910
 
5207
#: nova/virt/libvirt/connection.py:1958
5326
5208
#, python-format
5327
5209
msgid "'<cpu>' must be 1, but %d\n"
5328
5210
msgstr ""
5329
5211
 
5330
 
#: nova/virt/libvirt/connection.py:1937
 
5212
#: nova/virt/libvirt/connection.py:1985
5331
5213
#, python-format
5332
5214
msgid "topology (%(topology)s) must have %(ks)s"
5333
5215
msgstr ""
5334
5216
 
5335
 
#: nova/virt/libvirt/connection.py:2035
 
5217
#: nova/virt/libvirt/connection.py:2083
5336
5218
#, python-format
5337
5219
msgid ""
5338
5220
"Instance launched has CPU info:\n"
5339
5221
"%s"
5340
5222
msgstr ""
5341
5223
 
5342
 
#: nova/virt/libvirt/connection.py:2047
 
5224
#: nova/virt/libvirt/connection.py:2095
5343
5225
#, python-format
5344
5226
msgid ""
5345
5227
"CPU doesn't have compatibility.\n"
5349
5231
"Refer to %(u)s"
5350
5232
msgstr ""
5351
5233
 
5352
 
#: nova/virt/libvirt/connection.py:2104
 
5234
#: nova/virt/libvirt/connection.py:2150
5353
5235
#, python-format
5354
5236
msgid "Timeout migrating for %s. nwfilter not found."
5355
5237
msgstr ""
5356
5238
 
5357
 
#: nova/virt/libvirt/connection.py:2320
 
5239
#: nova/virt/libvirt/connection.py:2366
5358
5240
#, python-format
5359
5241
msgid "skipping %(path)s since it looks like volume"
5360
5242
msgstr ""
5361
5243
 
5362
 
#: nova/virt/libvirt/connection.py:2375
 
5244
#: nova/virt/libvirt/connection.py:2421
5363
5245
#, python-format
5364
5246
msgid "Getting disk size of %(i_name)s: %(e)s"
5365
5247
msgstr ""
5366
5248
 
5367
 
#: nova/virt/libvirt/connection.py:2426
5368
 
#, python-format
5369
 
msgid "Instance %s: Starting migrate_disk_and_power_off"
 
5249
#: nova/virt/libvirt/connection.py:2472
 
5250
msgid "Starting migrate_disk_and_power_off"
5370
5251
msgstr ""
5371
5252
 
5372
 
#: nova/virt/libvirt/connection.py:2481
 
5253
#: nova/virt/libvirt/connection.py:2527
5373
5254
msgid "During wait running, instance disappeared."
5374
5255
msgstr ""
5375
5256
 
5376
 
#: nova/virt/libvirt/connection.py:2486
 
5257
#: nova/virt/libvirt/connection.py:2532
5377
5258
msgid "Instance running successfully."
5378
5259
msgstr ""
5379
5260
 
5380
 
#: nova/virt/libvirt/connection.py:2493
5381
 
#, python-format
5382
 
msgid "Instance %s: Starting finish_migration"
 
5261
#: nova/virt/libvirt/connection.py:2538
 
5262
msgid "Starting finish_migration"
5383
5263
msgstr ""
5384
5264
 
5385
 
#: nova/virt/libvirt/connection.py:2533
5386
 
#, python-format
5387
 
msgid "Instance %s: Starting finish_revert_migration"
 
5265
#: nova/virt/libvirt/connection.py:2577
 
5266
msgid "Starting finish_revert_migration"
5388
5267
msgstr ""
5389
5268
 
5390
5269
#: nova/virt/libvirt/firewall.py:42
5415
5294
msgid "iptables firewall: Setup Basic Filtering"
5416
5295
msgstr ""
5417
5296
 
5418
 
#: nova/virt/libvirt/firewall.py:252
5419
 
msgid "Attempted to unfilter instance which is not filtered"
5420
 
msgstr ""
5421
 
 
5422
 
#: nova/virt/libvirt/imagecache.py:170
 
5297
#: nova/virt/libvirt/imagecache.py:159
5423
5298
#, python-format
5424
5299
msgid "%s is a valid instance name"
5425
5300
msgstr ""
5426
5301
 
5427
 
#: nova/virt/libvirt/imagecache.py:173
 
5302
#: nova/virt/libvirt/imagecache.py:162
5428
5303
#, python-format
5429
5304
msgid "%s has a disk file"
5430
5305
msgstr ""
5431
5306
 
5432
 
#: nova/virt/libvirt/imagecache.py:175
 
5307
#: nova/virt/libvirt/imagecache.py:164
5433
5308
#, python-format
5434
5309
msgid "Instance %(instance)s is backed by %(backing)s"
5435
5310
msgstr ""
5436
5311
 
5437
 
#: nova/virt/libvirt/imagecache.py:186
 
5312
#: nova/virt/libvirt/imagecache.py:176
5438
5313
#, python-format
5439
5314
msgid ""
5440
5315
"Instance %(instance)s is using a backing file %(backing)s which does not "
5441
5316
"appear in the image service"
5442
5317
msgstr ""
5443
5318
 
 
5319
#: nova/virt/libvirt/imagecache.py:227
 
5320
#, python-format
 
5321
msgid "%(id)s (%(base_file)s): image verification failed"
 
5322
msgstr ""
 
5323
 
5444
5324
#: nova/virt/libvirt/imagecache.py:237
5445
5325
#, python-format
5446
 
msgid "%(id)s (%(base_file)s): image verification failed"
5447
 
msgstr ""
5448
 
 
5449
 
#: nova/virt/libvirt/imagecache.py:247
5450
 
#, python-format
5451
5326
msgid "%(id)s (%(base_file)s): image verification skipped, no hash stored"
5452
5327
msgstr ""
5453
5328
 
5454
 
#: nova/virt/libvirt/imagecache.py:266
 
5329
#: nova/virt/libvirt/imagecache.py:256
5455
5330
#, python-format
5456
5331
msgid "Cannot remove %(base_file)s, it does not exist"
5457
5332
msgstr ""
5458
5333
 
5459
 
#: nova/virt/libvirt/imagecache.py:278
 
5334
#: nova/virt/libvirt/imagecache.py:268
5460
5335
#, python-format
5461
5336
msgid "Base file too young to remove: %s"
5462
5337
msgstr ""
5463
5338
 
5464
 
#: nova/virt/libvirt/imagecache.py:281
 
5339
#: nova/virt/libvirt/imagecache.py:271
5465
5340
#, python-format
5466
5341
msgid "Removing base file: %s"
5467
5342
msgstr ""
5468
5343
 
5469
 
#: nova/virt/libvirt/imagecache.py:288
 
5344
#: nova/virt/libvirt/imagecache.py:278
5470
5345
#, python-format
5471
5346
msgid "Failed to remove %(base_file)s, error was %(error)s"
5472
5347
msgstr ""
5473
5348
 
5474
 
#: nova/virt/libvirt/imagecache.py:299
 
5349
#: nova/virt/libvirt/imagecache.py:289
5475
5350
#, python-format
5476
5351
msgid "%(id)s (%(base_file)s): checking"
5477
5352
msgstr ""
5478
5353
 
5479
 
#: nova/virt/libvirt/imagecache.py:318
 
5354
#: nova/virt/libvirt/imagecache.py:308
5480
5355
#, python-format
5481
5356
msgid ""
5482
5357
"%(id)s (%(base_file)s): in use: on this node %(local)d local, %(remote)d "
5483
5358
"on other nodes"
5484
5359
msgstr ""
5485
5360
 
5486
 
#: nova/virt/libvirt/imagecache.py:330
 
5361
#: nova/virt/libvirt/imagecache.py:320
5487
5362
#, python-format
5488
5363
msgid ""
5489
5364
"%(id)s (%(base_file)s): warning -- an absent base file is in use! "
5490
5365
"instances: %(instance_list)s"
5491
5366
msgstr ""
5492
5367
 
 
5368
#: nova/virt/libvirt/imagecache.py:328
 
5369
#, python-format
 
5370
msgid "%(id)s (%(base_file)s): in use on (%(remote)d on other nodes)"
 
5371
msgstr ""
 
5372
 
5493
5373
#: nova/virt/libvirt/imagecache.py:338
5494
5374
#, python-format
5495
 
msgid "%(id)s (%(base_file)s): in use on (%(remote)d on other nodes)"
5496
 
msgstr ""
5497
 
 
5498
 
#: nova/virt/libvirt/imagecache.py:348
5499
 
#, python-format
5500
5375
msgid "%(id)s (%(base_file)s): image is not in use"
5501
5376
msgstr ""
5502
5377
 
5503
 
#: nova/virt/libvirt/imagecache.py:354
 
5378
#: nova/virt/libvirt/imagecache.py:344
5504
5379
#, python-format
5505
5380
msgid "%(id)s (%(base_file)s): image is in use"
5506
5381
msgstr ""
5507
5382
 
5508
 
#: nova/virt/libvirt/imagecache.py:376
 
5383
#: nova/virt/libvirt/imagecache.py:367
5509
5384
#, python-format
5510
5385
msgid "Skipping verification, no base directory at %s"
5511
5386
msgstr ""
5512
5387
 
5513
 
#: nova/virt/libvirt/imagecache.py:380
 
5388
#: nova/virt/libvirt/imagecache.py:371
5514
5389
msgid "Verify base images"
5515
5390
msgstr ""
5516
5391
 
5517
 
#: nova/virt/libvirt/imagecache.py:387
 
5392
#: nova/virt/libvirt/imagecache.py:378
5518
5393
#, python-format
5519
5394
msgid "Image id %(id)s yields fingerprint %(fingerprint)s"
5520
5395
msgstr ""
5521
5396
 
5522
 
#: nova/virt/libvirt/imagecache.py:405
 
5397
#: nova/virt/libvirt/imagecache.py:396
5523
5398
#, python-format
5524
5399
msgid "Unknown base file: %s"
5525
5400
msgstr ""
5526
5401
 
5527
 
#: nova/virt/libvirt/imagecache.py:410
 
5402
#: nova/virt/libvirt/imagecache.py:401
5528
5403
#, python-format
5529
5404
msgid "Active base files: %s"
5530
5405
msgstr ""
5531
5406
 
5532
 
#: nova/virt/libvirt/imagecache.py:413
 
5407
#: nova/virt/libvirt/imagecache.py:404
5533
5408
#, python-format
5534
5409
msgid "Corrupt base files: %s"
5535
5410
msgstr ""
5536
5411
 
5537
 
#: nova/virt/libvirt/imagecache.py:417
 
5412
#: nova/virt/libvirt/imagecache.py:408
5538
5413
#, python-format
5539
5414
msgid "Removable base files: %s"
5540
5415
msgstr ""
5541
5416
 
5542
 
#: nova/virt/libvirt/imagecache.py:425
 
5417
#: nova/virt/libvirt/imagecache.py:416
5543
5418
msgid "Verification complete"
5544
5419
msgstr ""
5545
5420
 
5546
 
#: nova/virt/libvirt/utils.py:264
 
5421
#: nova/virt/libvirt/utils.py:282
5547
5422
msgid "Unable to find an open port"
5548
5423
msgstr ""
5549
5424
 
5550
 
#: nova/virt/libvirt/vif.py:90
 
5425
#: nova/virt/libvirt/utils.py:360
 
5426
#, python-format
 
5427
msgid "Reading image info file: %s"
 
5428
msgstr ""
 
5429
 
 
5430
#: nova/virt/libvirt/utils.py:364
 
5431
#, fuzzy, python-format
 
5432
msgid "Read: %s"
 
5433
msgstr "recibido %s"
 
5434
 
 
5435
#: nova/virt/libvirt/utils.py:370
 
5436
#, python-format
 
5437
msgid "Error reading image info file %(filename)s: %(error)s"
 
5438
msgstr ""
 
5439
 
 
5440
#: nova/virt/libvirt/utils.py:394
 
5441
#, fuzzy, python-format
 
5442
msgid "Writing image info file: %s"
 
5443
msgstr "Iniciando interfaz puente para %s"
 
5444
 
 
5445
#: nova/virt/libvirt/utils.py:395
 
5446
#, python-format
 
5447
msgid "Wrote: %s"
 
5448
msgstr ""
 
5449
 
 
5450
#: nova/virt/libvirt/vif.py:91
5551
5451
#, python-format
5552
5452
msgid "Ensuring vlan %(vlan)s and bridge %(bridge)s"
5553
5453
msgstr ""
5554
5454
 
5555
 
#: nova/virt/libvirt/vif.py:99
 
5455
#: nova/virt/libvirt/vif.py:101
5556
5456
#, python-format
5557
5457
msgid "Ensuring bridge %s"
5558
5458
msgstr ""
5559
5459
 
5560
 
#: nova/virt/libvirt/vif.py:165 nova/virt/libvirt/vif.py:220
5561
 
#, python-format
5562
 
msgid "Failed while unplugging vif of instance '%s'"
 
5460
#: nova/virt/libvirt/vif.py:168 nova/virt/libvirt/vif.py:224
 
5461
msgid "Failed while unplugging vif"
5563
5462
msgstr ""
5564
5463
 
5565
 
#: nova/virt/libvirt/volume.py:158
 
5464
#: nova/virt/libvirt/volume.py:163
5566
5465
#, python-format
5567
5466
msgid "iSCSI device not found at %s"
5568
5467
msgstr ""
5569
5468
 
5570
 
#: nova/virt/libvirt/volume.py:161
 
5469
#: nova/virt/libvirt/volume.py:166
5571
5470
#, python-format
5572
5471
msgid ""
5573
5472
"ISCSI volume not yet found at: %(mount_device)s. Will rescan & retry.  "
5574
5473
"Try number: %(tries)s"
5575
5474
msgstr ""
5576
5475
 
5577
 
#: nova/virt/libvirt/volume.py:173
 
5476
#: nova/virt/libvirt/volume.py:178
5578
5477
#, python-format
5579
5478
msgid "Found iSCSI node %(mount_device)s (after %(tries)s rescans)"
5580
5479
msgstr ""
5591
5490
 
5592
5491
#: nova/virt/vmwareapi/fake.py:131
5593
5492
#, python-format
5594
 
msgid "Property %(attr)s not set for the managed object %(objName)s"
 
5493
msgid "Property %(attr)s not set for the managed object %(name)s"
5595
5494
msgstr ""
5596
5495
 
5597
 
#: nova/virt/vmwareapi/fake.py:437
 
5496
#: nova/virt/vmwareapi/fake.py:436
5598
5497
msgid "There is no VM registered"
5599
5498
msgstr ""
5600
5499
 
5601
 
#: nova/virt/vmwareapi/fake.py:439 nova/virt/vmwareapi/fake.py:609
 
5500
#: nova/virt/vmwareapi/fake.py:438 nova/virt/vmwareapi/fake.py:608
5602
5501
#, python-format
5603
5502
msgid "Virtual Machine with ref %s is not there"
5604
5503
msgstr ""
5605
5504
 
5606
 
#: nova/virt/vmwareapi/fake.py:502
 
5505
#: nova/virt/vmwareapi/fake.py:501
5607
5506
#, python-format
5608
5507
msgid "Logging out a session that is invalid or already logged out: %s"
5609
5508
msgstr ""
5610
5509
 
5611
 
#: nova/virt/vmwareapi/fake.py:517
 
5510
#: nova/virt/vmwareapi/fake.py:516
5612
5511
msgid "Session is faulty"
5613
5512
msgstr ""
5614
5513
 
5615
 
#: nova/virt/vmwareapi/fake.py:520
 
5514
#: nova/virt/vmwareapi/fake.py:519
5616
5515
msgid "Session Invalid"
5617
5516
msgstr ""
5618
5517
 
5619
 
#: nova/virt/vmwareapi/fake.py:606
 
5518
#: nova/virt/vmwareapi/fake.py:605
5620
5519
msgid " No Virtual Machine has been registered yet"
5621
5520
msgstr ""
5622
5521
 
5698
5597
msgstr ""
5699
5598
 
5700
5599
#: nova/virt/vmwareapi/vmops.py:196
5701
 
#, python-format
5702
 
msgid "Creating VM with the name %s on the ESX  host"
5703
 
msgstr ""
5704
 
 
5705
 
#: nova/virt/vmwareapi/vmops.py:205
5706
 
#, python-format
5707
 
msgid "Created VM with the name %s on the ESX  host"
5708
 
msgstr ""
5709
 
 
5710
 
#: nova/virt/vmwareapi/vmops.py:234
 
5600
msgid "Creating VM on the ESX  host"
 
5601
msgstr ""
 
5602
 
 
5603
#: nova/virt/vmwareapi/vmops.py:204
 
5604
msgid "Created VM on the ESX  host"
 
5605
msgstr ""
 
5606
 
 
5607
#: nova/virt/vmwareapi/vmops.py:232
5711
5608
#, python-format
5712
5609
msgid ""
5713
5610
"Creating Virtual Disk of size  %(vmdk_file_size_in_kb)s KB and adapter "
5714
5611
"type  %(adapter_type)s on the ESX host local store %(data_store_name)s"
5715
5612
msgstr ""
5716
5613
 
5717
 
#: nova/virt/vmwareapi/vmops.py:251
 
5614
#: nova/virt/vmwareapi/vmops.py:250
5718
5615
#, python-format
5719
5616
msgid ""
5720
5617
"Created Virtual Disk of size %(vmdk_file_size_in_kb)s KB on the ESX host "
5728
5625
"%(data_store_name)s"
5729
5626
msgstr ""
5730
5627
 
5731
 
#: nova/virt/vmwareapi/vmops.py:272
 
5628
#: nova/virt/vmwareapi/vmops.py:273
5732
5629
#, python-format
5733
5630
msgid ""
5734
5631
"Deleted the file %(flat_uploaded_vmdk_path)s on the ESX host local store "
5735
5632
"%(data_store_name)s"
5736
5633
msgstr ""
5737
5634
 
5738
 
#: nova/virt/vmwareapi/vmops.py:283
 
5635
#: nova/virt/vmwareapi/vmops.py:285
5739
5636
#, python-format
5740
5637
msgid ""
5741
5638
"Downloading image file data %(image_ref)s to the ESX data store "
5742
5639
"%(data_store_name)s"
5743
5640
msgstr ""
5744
5641
 
5745
 
#: nova/virt/vmwareapi/vmops.py:298
 
5642
#: nova/virt/vmwareapi/vmops.py:301
5746
5643
#, python-format
5747
5644
msgid ""
5748
5645
"Downloaded image file data %(image_ref)s to the ESX data store "
5749
5646
"%(data_store_name)s"
5750
5647
msgstr ""
5751
5648
 
5752
 
#: nova/virt/vmwareapi/vmops.py:315
5753
 
#, python-format
5754
 
msgid "Reconfiguring VM instance %s to attach the image disk"
5755
 
msgstr ""
5756
 
 
5757
 
#: nova/virt/vmwareapi/vmops.py:322
5758
 
#, python-format
5759
 
msgid "Reconfigured VM instance %s to attach the image disk"
5760
 
msgstr ""
5761
 
 
5762
 
#: nova/virt/vmwareapi/vmops.py:329
5763
 
#, python-format
5764
 
msgid "Powering on the VM instance %s"
5765
 
msgstr ""
5766
 
 
5767
 
#: nova/virt/vmwareapi/vmops.py:335
5768
 
#, python-format
5769
 
msgid "Powered on the VM instance %s"
5770
 
msgstr ""
5771
 
 
5772
 
#: nova/virt/vmwareapi/vmops.py:381
5773
 
#, python-format
5774
 
msgid "Creating Snapshot of the VM instance %s "
5775
 
msgstr ""
5776
 
 
5777
 
#: nova/virt/vmwareapi/vmops.py:391
5778
 
#, python-format
5779
 
msgid "Created Snapshot of the VM instance %s "
5780
 
msgstr ""
5781
 
 
5782
 
#: nova/virt/vmwareapi/vmops.py:434
5783
 
#, python-format
5784
 
msgid "Copying disk data before snapshot of the VM  instance %s"
5785
 
msgstr ""
5786
 
 
5787
 
#: nova/virt/vmwareapi/vmops.py:447
5788
 
#, python-format
5789
 
msgid "Copied disk data before snapshot of the VM instance %s"
5790
 
msgstr ""
5791
 
 
5792
 
#: nova/virt/vmwareapi/vmops.py:456
 
5649
#: nova/virt/vmwareapi/vmops.py:319
 
5650
msgid "Reconfiguring VM instance to attach the image disk"
 
5651
msgstr ""
 
5652
 
 
5653
#: nova/virt/vmwareapi/vmops.py:326
 
5654
msgid "Reconfigured VM instance to attach the image disk"
 
5655
msgstr ""
 
5656
 
 
5657
#: nova/virt/vmwareapi/vmops.py:333
 
5658
#, fuzzy, python-format
 
5659
msgid "Powering on the VM instance"
 
5660
msgstr "Vamos a ejecutar %s insntacias..."
 
5661
 
 
5662
#: nova/virt/vmwareapi/vmops.py:339
 
5663
msgid "Powered on the VM instance"
 
5664
msgstr ""
 
5665
 
 
5666
#: nova/virt/vmwareapi/vmops.py:385
 
5667
#, fuzzy
 
5668
msgid "Creating Snapshot of the VM instance"
 
5669
msgstr "Creando una instancia raw"
 
5670
 
 
5671
#: nova/virt/vmwareapi/vmops.py:395
 
5672
msgid "Created Snapshot of the VM instance"
 
5673
msgstr ""
 
5674
 
 
5675
#: nova/virt/vmwareapi/vmops.py:438
 
5676
msgid "Copying disk data before snapshot of the VM"
 
5677
msgstr ""
 
5678
 
 
5679
#: nova/virt/vmwareapi/vmops.py:451
 
5680
msgid "Copied disk data before snapshot of the VM"
 
5681
msgstr ""
 
5682
 
 
5683
#: nova/virt/vmwareapi/vmops.py:460
5793
5684
#, python-format
5794
5685
msgid "Uploading image %s"
5795
5686
msgstr ""
5796
5687
 
5797
 
#: nova/virt/vmwareapi/vmops.py:469
 
5688
#: nova/virt/vmwareapi/vmops.py:474
5798
5689
#, python-format
5799
5690
msgid "Uploaded image %s"
5800
5691
msgstr ""
5801
5692
 
5802
 
#: nova/virt/vmwareapi/vmops.py:479
 
5693
#: nova/virt/vmwareapi/vmops.py:485
5803
5694
#, python-format
5804
5695
msgid "Deleting temporary vmdk file %s"
5805
5696
msgstr ""
5806
5697
 
5807
 
#: nova/virt/vmwareapi/vmops.py:488
 
5698
#: nova/virt/vmwareapi/vmops.py:494
5808
5699
#, python-format
5809
5700
msgid "Deleted temporary vmdk file %s"
5810
5701
msgstr ""
5811
5702
 
5812
 
#: nova/virt/vmwareapi/vmops.py:520
 
5703
#: nova/virt/vmwareapi/vmops.py:526
5813
5704
msgid "instance is not powered on"
5814
5705
msgstr ""
5815
5706
 
5816
 
#: nova/virt/vmwareapi/vmops.py:527
5817
 
#, python-format
5818
 
msgid "Rebooting guest OS of VM %s"
5819
 
msgstr ""
5820
 
 
5821
 
#: nova/virt/vmwareapi/vmops.py:530
5822
 
#, python-format
5823
 
msgid "Rebooted guest OS of VM %s"
5824
 
msgstr ""
5825
 
 
5826
 
#: nova/virt/vmwareapi/vmops.py:532
5827
 
#, python-format
5828
 
msgid "Doing hard reboot of VM %s"
 
5707
#: nova/virt/vmwareapi/vmops.py:533
 
5708
msgid "Rebooting guest OS of VM"
5829
5709
msgstr ""
5830
5710
 
5831
5711
#: nova/virt/vmwareapi/vmops.py:536
5832
 
#, python-format
5833
 
msgid "Did hard reboot of VM %s"
5834
 
msgstr ""
5835
 
 
5836
 
#: nova/virt/vmwareapi/vmops.py:548
5837
 
#, python-format
5838
 
msgid "instance - %s not present"
5839
 
msgstr ""
5840
 
 
5841
 
#: nova/virt/vmwareapi/vmops.py:567
5842
 
#, python-format
5843
 
msgid "Powering off the VM %s"
5844
 
msgstr ""
5845
 
 
5846
 
#: nova/virt/vmwareapi/vmops.py:572
5847
 
#, python-format
5848
 
msgid "Powered off the VM %s"
5849
 
msgstr ""
5850
 
 
5851
 
#: nova/virt/vmwareapi/vmops.py:576
5852
 
#, python-format
5853
 
msgid "Unregistering the VM %s"
5854
 
msgstr ""
5855
 
 
5856
 
#: nova/virt/vmwareapi/vmops.py:579
5857
 
#, python-format
5858
 
msgid "Unregistered the VM %s"
5859
 
msgstr ""
5860
 
 
5861
 
#: nova/virt/vmwareapi/vmops.py:581
 
5712
msgid "Rebooted guest OS of VM"
 
5713
msgstr ""
 
5714
 
 
5715
#: nova/virt/vmwareapi/vmops.py:538
 
5716
msgid "Doing hard reboot of VM"
 
5717
msgstr ""
 
5718
 
 
5719
#: nova/virt/vmwareapi/vmops.py:542
 
5720
msgid "Did hard reboot of VM"
 
5721
msgstr ""
 
5722
 
 
5723
#: nova/virt/vmwareapi/vmops.py:554
 
5724
#, fuzzy, python-format
 
5725
msgid "instance not present"
 
5726
msgstr "instancia %s: rescatada"
 
5727
 
 
5728
#: nova/virt/vmwareapi/vmops.py:573
 
5729
msgid "Powering off the VM"
 
5730
msgstr ""
 
5731
 
 
5732
#: nova/virt/vmwareapi/vmops.py:578
 
5733
msgid "Powered off the VM"
 
5734
msgstr ""
 
5735
 
 
5736
#: nova/virt/vmwareapi/vmops.py:582
 
5737
#, fuzzy, python-format
 
5738
msgid "Unregistering the VM"
 
5739
msgstr "Des-registrando la imagen %s"
 
5740
 
 
5741
#: nova/virt/vmwareapi/vmops.py:585
 
5742
msgid "Unregistered the VM"
 
5743
msgstr ""
 
5744
 
 
5745
#: nova/virt/vmwareapi/vmops.py:587
5862
5746
#, python-format
5863
5747
msgid ""
5864
5748
"In vmwareapi:vmops:destroy, got this exception while un-registering the "
5865
5749
"VM: %s"
5866
5750
msgstr ""
5867
5751
 
5868
 
#: nova/virt/vmwareapi/vmops.py:592
5869
 
#, python-format
5870
 
msgid "Deleting contents of the VM %(name)s from datastore %(datastore_name)s"
5871
 
msgstr ""
5872
 
 
5873
 
#: nova/virt/vmwareapi/vmops.py:602
5874
 
#, python-format
5875
 
msgid "Deleted contents of the VM %(name)s from datastore %(datastore_name)s"
5876
 
msgstr ""
5877
 
 
5878
 
#: nova/virt/vmwareapi/vmops.py:607
 
5752
#: nova/virt/vmwareapi/vmops.py:599
 
5753
#, python-format
 
5754
msgid "Deleting contents of the VM from datastore %(datastore_name)s"
 
5755
msgstr ""
 
5756
 
 
5757
#: nova/virt/vmwareapi/vmops.py:609
 
5758
#, python-format
 
5759
msgid "Deleted contents of the VM from datastore %(datastore_name)s"
 
5760
msgstr ""
 
5761
 
 
5762
#: nova/virt/vmwareapi/vmops.py:614
5879
5763
#, python-format
5880
5764
msgid ""
5881
5765
"In vmwareapi:vmops:destroy, got this exception while deleting the VM "
5882
5766
"contents from the disk: %s"
5883
5767
msgstr ""
5884
5768
 
5885
 
#: nova/virt/vmwareapi/vmops.py:615
 
5769
#: nova/virt/vmwareapi/vmops.py:623
5886
5770
msgid "pause not supported for vmwareapi"
5887
5771
msgstr ""
5888
5772
 
5889
 
#: nova/virt/vmwareapi/vmops.py:619
 
5773
#: nova/virt/vmwareapi/vmops.py:627
5890
5774
msgid "unpause not supported for vmwareapi"
5891
5775
msgstr ""
5892
5776
 
5893
 
#: nova/virt/vmwareapi/vmops.py:633
5894
 
#, python-format
5895
 
msgid "Suspending the VM %s "
5896
 
msgstr ""
5897
 
 
5898
 
#: nova/virt/vmwareapi/vmops.py:637
5899
 
#, python-format
5900
 
msgid "Suspended the VM %s "
5901
 
msgstr ""
5902
 
 
5903
 
#: nova/virt/vmwareapi/vmops.py:640
 
5777
#: nova/virt/vmwareapi/vmops.py:641
 
5778
msgid "Suspending the VM"
 
5779
msgstr ""
 
5780
 
 
5781
#: nova/virt/vmwareapi/vmops.py:645
 
5782
msgid "Suspended the VM"
 
5783
msgstr ""
 
5784
 
 
5785
#: nova/virt/vmwareapi/vmops.py:648
5904
5786
msgid "instance is powered off and can not be suspended."
5905
5787
msgstr ""
5906
5788
 
5907
 
#: nova/virt/vmwareapi/vmops.py:643
5908
 
#, python-format
5909
 
msgid "VM %s was already in suspended state. So returning without doing anything"
5910
 
msgstr ""
5911
 
 
5912
 
#: nova/virt/vmwareapi/vmops.py:656
5913
 
#, python-format
5914
 
msgid "Resuming the VM %s"
5915
 
msgstr ""
5916
 
 
5917
 
#: nova/virt/vmwareapi/vmops.py:661
5918
 
#, python-format
5919
 
msgid "Resumed the VM %s "
5920
 
msgstr ""
5921
 
 
5922
 
#: nova/virt/vmwareapi/vmops.py:663
 
5789
#: nova/virt/vmwareapi/vmops.py:651
 
5790
msgid "VM was already in suspended state. So returning without doing anything"
 
5791
msgstr ""
 
5792
 
 
5793
#: nova/virt/vmwareapi/vmops.py:664
 
5794
msgid "Resuming the VM"
 
5795
msgstr ""
 
5796
 
 
5797
#: nova/virt/vmwareapi/vmops.py:669
 
5798
msgid "Resumed the VM"
 
5799
msgstr ""
 
5800
 
 
5801
#: nova/virt/vmwareapi/vmops.py:671
5923
5802
msgid "instance is not in a suspended state"
5924
5803
msgstr ""
5925
5804
 
5926
 
#: nova/virt/vmwareapi/vmops.py:699
 
5805
#: nova/virt/vmwareapi/vmops.py:707
5927
5806
msgid "get_diagnostics not implemented for vmwareapi"
5928
5807
msgstr ""
5929
5808
 
5930
 
#: nova/virt/vmwareapi/vmops.py:757
5931
 
#, python-format
5932
 
msgid ""
5933
 
"Reconfiguring VM instance %(name)s to set the machine id with ip - "
5934
 
"%(ip_addr)s"
5935
 
msgstr ""
5936
 
 
5937
5809
#: nova/virt/vmwareapi/vmops.py:765
5938
5810
#, python-format
5939
 
msgid ""
5940
 
"Reconfigured VM instance %(name)s to set the machine id with ip - "
5941
 
"%(ip_addr)s"
5942
 
msgstr ""
5943
 
 
5944
 
#: nova/virt/vmwareapi/vmops.py:802
 
5811
msgid "Reconfiguring VM instance to set the machine id with ip - %(ip_addr)s"
 
5812
msgstr ""
 
5813
 
 
5814
#: nova/virt/vmwareapi/vmops.py:773
 
5815
#, python-format
 
5816
msgid "Reconfigured VM instance to set the machine id with ip - %(ip_addr)s"
 
5817
msgstr ""
 
5818
 
 
5819
#: nova/virt/vmwareapi/vmops.py:810
5945
5820
#, python-format
5946
5821
msgid "Creating directory with path %s"
5947
5822
msgstr ""
5948
5823
 
5949
 
#: nova/virt/vmwareapi/vmops.py:806
 
5824
#: nova/virt/vmwareapi/vmops.py:814
5950
5825
#, python-format
5951
5826
msgid "Created directory with path %s"
5952
5827
msgstr ""
5956
5831
msgid "Downloading image %s from glance image server"
5957
5832
msgstr ""
5958
5833
 
5959
 
#: nova/virt/vmwareapi/vmware_images.py:103
 
5834
#: nova/virt/vmwareapi/vmware_images.py:104
5960
5835
#, python-format
5961
5836
msgid "Downloaded image %s from glance image server"
5962
5837
msgstr ""
5963
5838
 
5964
 
#: nova/virt/vmwareapi/vmware_images.py:108
 
5839
#: nova/virt/vmwareapi/vmware_images.py:110
5965
5840
#, python-format
5966
5841
msgid "Uploading image %s to the Glance image server"
5967
5842
msgstr ""
5968
5843
 
5969
 
#: nova/virt/vmwareapi/vmware_images.py:129
 
5844
#: nova/virt/vmwareapi/vmware_images.py:132
5970
5845
#, python-format
5971
5846
msgid "Uploaded image %s to the Glance image server"
5972
5847
msgstr ""
5973
5848
 
5974
 
#: nova/virt/vmwareapi/vmware_images.py:139
 
5849
#: nova/virt/vmwareapi/vmware_images.py:143
5975
5850
#, python-format
5976
5851
msgid "Getting image size for the image %s"
5977
5852
msgstr ""
5978
5853
 
5979
 
#: nova/virt/vmwareapi/vmware_images.py:143
 
5854
#: nova/virt/vmwareapi/vmware_images.py:148
5980
5855
#, python-format
5981
5856
msgid "Got image size of %(size)s for the image %(image)s"
5982
5857
msgstr ""
5983
5858
 
5984
 
#: nova/virt/xenapi/fake.py:553 nova/virt/xenapi/fake.py:652
5985
 
#: nova/virt/xenapi/fake.py:670 nova/virt/xenapi/fake.py:732
 
5859
#: nova/virt/xenapi/connection.py:145
 
5860
msgid ""
 
5861
"Must specify xenapi_connection_url, xenapi_connection_username "
 
5862
"(optionally), and xenapi_connection_password to use "
 
5863
"connection_type=xenapi"
 
5864
msgstr ""
 
5865
"Debes especificar xenapi_connection_url, xenapi_connection_username "
 
5866
"(opcional), y xenapi_connection_password para usar connection_type=xenapi"
 
5867
 
 
5868
#: nova/virt/xenapi/connection.py:179
 
5869
msgid "Failure while cleaning up attached VDIs"
 
5870
msgstr ""
 
5871
 
 
5872
#: nova/virt/xenapi/connection.py:353
 
5873
#, python-format
 
5874
msgid "Could not determine key: %s"
 
5875
msgstr ""
 
5876
 
 
5877
#: nova/virt/xenapi/connection.py:486
 
5878
msgid "Host startup on XenServer is not supported."
 
5879
msgstr ""
 
5880
 
 
5881
#: nova/virt/xenapi/connection.py:515
 
5882
msgid "Unable to log in to XenAPI (is the Dom0 disk full?)"
 
5883
msgstr ""
 
5884
 
 
5885
#: nova/virt/xenapi/connection.py:553
 
5886
msgid "Host is member of a pool, but DB says otherwise"
 
5887
msgstr ""
 
5888
 
 
5889
#: nova/virt/xenapi/connection.py:625 nova/virt/xenapi/connection.py:638
 
5890
#, python-format
 
5891
msgid "Got exception: %s"
 
5892
msgstr "Obtenida excepción %s"
 
5893
 
 
5894
#: nova/virt/xenapi/fake.py:570 nova/virt/xenapi/fake.py:672
 
5895
#: nova/virt/xenapi/fake.py:691 nova/virt/xenapi/fake.py:753
5986
5896
msgid "Raising NotImplemented"
5987
5897
msgstr "Lanzando NotImplemented"
5988
5898
 
5989
 
#: nova/virt/xenapi/fake.py:555
 
5899
#: nova/virt/xenapi/fake.py:572
5990
5900
#, python-format
5991
5901
msgid "xenapi.fake does not have an implementation for %s"
5992
5902
msgstr "xenapi.fake no tiene una implementación para %s"
5993
5903
 
5994
 
#: nova/virt/xenapi/fake.py:589
 
5904
#: nova/virt/xenapi/fake.py:606
5995
5905
#, python-format
5996
5906
msgid "Calling %(localname)s %(impl)s"
5997
5907
msgstr "Llamando %(localname)s %(impl)s"
5998
5908
 
5999
 
#: nova/virt/xenapi/fake.py:594
 
5909
#: nova/virt/xenapi/fake.py:611
6000
5910
#, python-format
6001
5911
msgid "Calling getter %s"
6002
5912
msgstr "Llanado al adquiridor %s"
6003
5913
 
6004
 
#: nova/virt/xenapi/fake.py:654
 
5914
#: nova/virt/xenapi/fake.py:614
 
5915
#, fuzzy, python-format
 
5916
msgid "Calling setter %s"
 
5917
msgstr "Llanado al adquiridor %s"
 
5918
 
 
5919
#: nova/virt/xenapi/fake.py:674
6005
5920
#, python-format
6006
5921
msgid ""
6007
5922
"xenapi.fake does not have an implementation for %s or it has been called "
6093
6008
"Expected %(vlan_num)d"
6094
6009
msgstr ""
6095
6010
 
6096
 
#: nova/virt/xenapi/vm_utils.py:217
6097
 
#, python-format
6098
 
msgid "Created VM %s..."
6099
 
msgstr "Creada VM %s..."
6100
 
 
6101
 
#: nova/virt/xenapi/vm_utils.py:220
6102
 
#, python-format
6103
 
msgid "Created VM %(instance_name)s as %(vm_ref)s."
6104
 
msgstr "VM creada %(instance_name)s como %(vm_ref)s."
6105
 
 
6106
 
#: nova/virt/xenapi/vm_utils.py:247
 
6011
#: nova/virt/xenapi/vm_utils.py:219
 
6012
msgid "Created VM"
 
6013
msgstr ""
 
6014
 
 
6015
#: nova/virt/xenapi/vm_utils.py:246
6107
6016
#, python-format
6108
6017
msgid "VBD not found in instance %s"
6109
6018
msgstr "VBD no encontrado en la instancia %s"
6110
6019
 
6111
 
#: nova/virt/xenapi/vm_utils.py:264
 
6020
#: nova/virt/xenapi/vm_utils.py:263
6112
6021
#, fuzzy, python-format
6113
6022
msgid "VBD %s already detached"
6114
6023
msgstr "el grupo %s ya existe"
6115
6024
 
6116
 
#: nova/virt/xenapi/vm_utils.py:267
 
6025
#: nova/virt/xenapi/vm_utils.py:266
6117
6026
#, python-format
6118
6027
msgid "VBD %(vbd_ref)s detach rejected, attempt %(num_attempt)d/%(max_attempts)d"
6119
6028
msgstr ""
6120
6029
 
6121
 
#: nova/virt/xenapi/vm_utils.py:272
 
6030
#: nova/virt/xenapi/vm_utils.py:271
6122
6031
#, python-format
6123
6032
msgid "Unable to unplug VBD %s"
6124
6033
msgstr "Imposible desconectar VBD %s"
6125
6034
 
6126
 
#: nova/virt/xenapi/vm_utils.py:277
 
6035
#: nova/virt/xenapi/vm_utils.py:276
6127
6036
#, python-format
6128
6037
msgid "Reached maximum number of retries trying to unplug VBD %s"
6129
6038
msgstr ""
6130
6039
 
6131
 
#: nova/virt/xenapi/vm_utils.py:288
 
6040
#: nova/virt/xenapi/vm_utils.py:287
6132
6041
#, python-format
6133
6042
msgid "Unable to destroy VBD %s"
6134
6043
msgstr "Imposible destruir VBD %s"
6135
6044
 
6136
 
#: nova/virt/xenapi/vm_utils.py:307
 
6045
#: nova/virt/xenapi/vm_utils.py:306
6137
6046
#, fuzzy, python-format
6138
6047
msgid "Creating %(vbd_type)s-type VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
6139
6048
msgstr "Creado el VBD %(vbd_ref)s para VM %(vm_ref)s, VDI %(vdi_ref)s"
6140
6049
 
6141
 
#: nova/virt/xenapi/vm_utils.py:310
 
6050
#: nova/virt/xenapi/vm_utils.py:309
6142
6051
#, python-format
6143
6052
msgid "Created VBD %(vbd_ref)s for VM %(vm_ref)s, VDI %(vdi_ref)s."
6144
6053
msgstr "Creado el VBD %(vbd_ref)s para VM %(vm_ref)s, VDI %(vdi_ref)s"
6145
6054
 
6146
 
#: nova/virt/xenapi/vm_utils.py:321
 
6055
#: nova/virt/xenapi/vm_utils.py:320
6147
6056
#, python-format
6148
6057
msgid "Unable to destroy VDI %s"
6149
6058
msgstr ""
6150
6059
 
6151
 
#: nova/virt/xenapi/vm_utils.py:338
 
6060
#: nova/virt/xenapi/vm_utils.py:339
6152
6061
#, python-format
6153
6062
msgid ""
6154
6063
"Created VDI %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s)"
6157
6066
"VDI creado %(vdi_ref)s (%(name_label)s, %(virtual_size)s, %(read_only)s) "
6158
6067
"sobre %(sr_ref)s."
6159
6068
 
6160
 
#: nova/virt/xenapi/vm_utils.py:347
 
6069
#: nova/virt/xenapi/vm_utils.py:348
6161
6070
#, python-format
6162
6071
msgid "Copied VDI %(vdi_ref)s from VDI %(vdi_to_copy_ref)s on %(sr_ref)s."
6163
6072
msgstr ""
6164
6073
 
6165
 
#: nova/virt/xenapi/vm_utils.py:355
 
6074
#: nova/virt/xenapi/vm_utils.py:356
6166
6075
#, python-format
6167
6076
msgid "Cloned VDI %(vdi_ref)s from VDI %(vdi_to_clone_ref)s"
6168
6077
msgstr ""
6169
6078
 
6170
 
#: nova/virt/xenapi/vm_utils.py:374
 
6079
#: nova/virt/xenapi/vm_utils.py:377
6171
6080
#, python-format
6172
6081
msgid "No primary VDI found for %(vm_ref)s"
6173
6082
msgstr ""
6174
6083
 
6175
 
#: nova/virt/xenapi/vm_utils.py:381
6176
 
#, python-format
6177
 
msgid "Snapshotting VM %(vm_ref)s with label '%(label)s'..."
 
6084
#: nova/virt/xenapi/vm_utils.py:384
 
6085
#, fuzzy, python-format
 
6086
msgid "Snapshotting with label '%(label)s'"
6178
6087
msgstr "Creando snapshot de la VM %(vm_ref)s con etiqueta '%(label)s'..."
6179
6088
 
6180
 
#: nova/virt/xenapi/vm_utils.py:394
6181
 
#, python-format
6182
 
msgid "Created snapshot %(template_vm_ref)s from VM %(vm_ref)s."
 
6089
#: nova/virt/xenapi/vm_utils.py:397
 
6090
#, fuzzy, python-format
 
6091
msgid "Created snapshot %(template_vm_ref)s"
6183
6092
msgstr "Instantánea creada %(template_vm_ref)s de la VM %(vm_ref)s."
6184
6093
 
6185
 
#: nova/virt/xenapi/vm_utils.py:433
 
6094
#: nova/virt/xenapi/vm_utils.py:436
6186
6095
#, python-format
6187
6096
msgid "Asking xapi to upload %(vdi_uuids)s as ID %(image_id)s"
6188
6097
msgstr "Pidiendo xapi a subir %(vdi_uuids)s como ID %(image_id)s"
6189
6098
 
6190
 
#: nova/virt/xenapi/vm_utils.py:640
 
6099
#: nova/virt/xenapi/vm_utils.py:614
6191
6100
#, python-format
6192
6101
msgid ""
6193
6102
"Fast cloning is only supported on default local SR of type ext. SR on "
6194
6103
"this system was found to be of type %(sr_type)s. Ignoring the cow flag."
6195
6104
msgstr ""
6196
6105
 
6197
 
#: nova/virt/xenapi/vm_utils.py:732
 
6106
#: nova/virt/xenapi/vm_utils.py:727
6198
6107
#, python-format
6199
6108
msgid ""
6200
6109
"download_vhd %(image)s attempt %(attempt_num)d/%(max_attempts)d from "
6201
6110
"%(glance_host)s:%(glance_port)s"
6202
6111
msgstr ""
6203
6112
 
6204
 
#: nova/virt/xenapi/vm_utils.py:742
 
6113
#: nova/virt/xenapi/vm_utils.py:737
6205
6114
#, python-format
6206
6115
msgid "download_vhd failed: %r"
6207
6116
msgstr ""
6208
6117
 
6209
 
#: nova/virt/xenapi/vm_utils.py:759
 
6118
#: nova/virt/xenapi/vm_utils.py:753
6210
6119
#, python-format
6211
6120
msgid "Asking xapi to fetch vhd image %(image)s"
6212
6121
msgstr ""
6213
6122
 
6214
 
#: nova/virt/xenapi/vm_utils.py:769
 
6123
#: nova/virt/xenapi/vm_utils.py:763
6215
6124
#, python-format
6216
6125
msgid ""
6217
6126
"xapi 'download_vhd' returned VDI of type '%(vdi_type)s' with UUID "
6218
6127
"'%(vdi_uuid)s'"
6219
6128
msgstr ""
6220
6129
 
6221
 
#: nova/virt/xenapi/vm_utils.py:797
 
6130
#: nova/virt/xenapi/vm_utils.py:791
6222
6131
#, python-format
6223
6132
msgid "vdi_uuid=%(cur_vdi_uuid)s vdi_size_bytes=%(vdi_size_bytes)d"
6224
6133
msgstr ""
6225
6134
 
6226
 
#: nova/virt/xenapi/vm_utils.py:813
 
6135
#: nova/virt/xenapi/vm_utils.py:807
6227
6136
#, python-format
6228
6137
msgid "image_size_bytes=%(size_bytes)d, allowed_size_bytes=%(allowed_size_bytes)d"
6229
6138
msgstr ""
6230
6139
 
6231
 
#: nova/virt/xenapi/vm_utils.py:817
 
6140
#: nova/virt/xenapi/vm_utils.py:811
6232
6141
#, python-format
6233
6142
msgid ""
6234
6143
"Image size %(size_bytes)d exceeded instance_type allowed size "
6235
6144
"%(allowed_size_bytes)d"
6236
6145
msgstr ""
6237
6146
 
6238
 
#: nova/virt/xenapi/vm_utils.py:840
6239
 
#, python-format
6240
 
msgid "Fetching image %(image)s"
6241
 
msgstr ""
6242
 
 
6243
 
#: nova/virt/xenapi/vm_utils.py:841
6244
 
#, python-format
6245
 
msgid "Image Type: %s"
6246
 
msgstr ""
6247
 
 
6248
 
#: nova/virt/xenapi/vm_utils.py:845
6249
 
msgid "ISO: Found sr possibly containing the ISO image"
6250
 
msgstr ""
6251
 
 
6252
 
#: nova/virt/xenapi/vm_utils.py:854
 
6147
#: nova/virt/xenapi/vm_utils.py:833
 
6148
#, python-format
 
6149
msgid "Fetching image %(image)s, type %(image_type_str)s"
 
6150
msgstr ""
 
6151
 
 
6152
#: nova/virt/xenapi/vm_utils.py:846
6253
6153
#, fuzzy, python-format
6254
6154
msgid "Size for image %(image)s: %(virtual_size)d"
6255
6155
msgstr "Tamaño para imagen %(image)s:%(virtual_size)d"
6256
6156
 
6257
 
#: nova/virt/xenapi/vm_utils.py:862
 
6157
#: nova/virt/xenapi/vm_utils.py:855
6258
6158
#, python-format
6259
6159
msgid ""
6260
6160
"Kernel/Ramdisk image is too large: %(vdi_size)d bytes, max %(max_size)d "
6261
6161
"bytes"
6262
6162
msgstr ""
6263
6163
 
6264
 
#: nova/virt/xenapi/vm_utils.py:879
 
6164
#: nova/virt/xenapi/vm_utils.py:872
6265
6165
#, python-format
6266
6166
msgid "Copying VDI %s to /boot/guest on dom0"
6267
6167
msgstr "Copiando VDI %s a /boot/guest on dom0"
6268
6168
 
6269
 
#: nova/virt/xenapi/vm_utils.py:892
 
6169
#: nova/virt/xenapi/vm_utils.py:886
6270
6170
#, python-format
6271
6171
msgid "Kernel/Ramdisk VDI %s destroyed"
6272
6172
msgstr "Kernel/Ramdisk VDI %s destruído"
6273
6173
 
6274
 
#: nova/virt/xenapi/vm_utils.py:902
6275
 
#, python-format
6276
 
msgid "instance %s: Failed to fetch glance image"
6277
 
msgstr ""
 
6174
#: nova/virt/xenapi/vm_utils.py:897
 
6175
#, fuzzy
 
6176
msgid "Failed to fetch glance image"
 
6177
msgstr "Fallo a reinicia la instancia"
6278
6178
 
6279
 
#: nova/virt/xenapi/vm_utils.py:941
 
6179
#: nova/virt/xenapi/vm_utils.py:936
6280
6180
#, python-format
6281
6181
msgid "Detected %(image_type_str)s format for image %(image_ref)s"
6282
6182
msgstr ""
6283
6183
 
6284
 
#: nova/virt/xenapi/vm_utils.py:962
 
6184
#: nova/virt/xenapi/vm_utils.py:957
6285
6185
#, python-format
6286
6186
msgid "Looking up vdi %s for PV kernel"
6287
6187
msgstr "Buscando vid %s para el kernel PV"
6288
6188
 
6289
 
#: nova/virt/xenapi/vm_utils.py:980
 
6189
#: nova/virt/xenapi/vm_utils.py:975
6290
6190
#, python-format
6291
6191
msgid "Unknown image format %(disk_image_type)s"
6292
6192
msgstr ""
6293
6193
 
6294
 
#: nova/virt/xenapi/vm_utils.py:1023
 
6194
#: nova/virt/xenapi/vm_utils.py:1018
6295
6195
#, python-format
6296
6196
msgid "VDI %s is still available"
6297
6197
msgstr "VDI %s está todavía disponible"
6298
6198
 
6299
 
#: nova/virt/xenapi/vm_utils.py:1066
6300
 
#, python-format
6301
 
msgid "(VM_UTILS) xenserver vm state -> |%s|"
6302
 
msgstr "(VM_UTILS) xenserver vm state -> |%s|"
6303
 
 
6304
 
#: nova/virt/xenapi/vm_utils.py:1068
6305
 
#, python-format
6306
 
msgid "(VM_UTILS) xenapi power_state -> |%s|"
6307
 
msgstr "(VM_UTILS) xenapi power_state -> |%s|"
6308
 
 
6309
 
#: nova/virt/xenapi/vm_utils.py:1095
 
6199
#: nova/virt/xenapi/vm_utils.py:1086
6310
6200
#, python-format
6311
6201
msgid "Unable to parse rrd of %(vm_uuid)s"
6312
6202
msgstr ""
6313
6203
 
6314
 
#: nova/virt/xenapi/vm_utils.py:1115
 
6204
#: nova/virt/xenapi/vm_utils.py:1106
6315
6205
#, python-format
6316
6206
msgid "Re-scanning SR %s"
6317
6207
msgstr "Re-escaneando SR %s"
6318
6208
 
6319
 
#: nova/virt/xenapi/vm_utils.py:1143
 
6209
#: nova/virt/xenapi/vm_utils.py:1134
6320
6210
#, python-format
6321
6211
msgid "Flag sr_matching_filter '%s' does not respect formatting convention"
6322
6212
msgstr ""
6323
6213
 
6324
 
#: nova/virt/xenapi/vm_utils.py:1161
 
6214
#: nova/virt/xenapi/vm_utils.py:1152
6325
6215
msgid ""
6326
6216
"XenAPI is unable to find a Storage Repository to install guest instances "
6327
6217
"on. Please check your configuration and/or configure the flag "
6328
6218
"'sr_matching_filter'"
6329
6219
msgstr ""
6330
6220
 
6331
 
#: nova/virt/xenapi/vm_utils.py:1174
 
6221
#: nova/virt/xenapi/vm_utils.py:1165
6332
6222
msgid "Cannot find SR of content-type ISO"
6333
6223
msgstr ""
6334
6224
 
6335
 
#: nova/virt/xenapi/vm_utils.py:1182
 
6225
#: nova/virt/xenapi/vm_utils.py:1173
6336
6226
#, python-format
6337
6227
msgid "ISO: looking at SR %(sr_rec)s"
6338
6228
msgstr ""
6339
6229
 
6340
 
#: nova/virt/xenapi/vm_utils.py:1184
 
6230
#: nova/virt/xenapi/vm_utils.py:1175
6341
6231
msgid "ISO: not iso content"
6342
6232
msgstr ""
6343
6233
 
6344
 
#: nova/virt/xenapi/vm_utils.py:1187
 
6234
#: nova/virt/xenapi/vm_utils.py:1178
6345
6235
msgid "ISO: iso content_type, no 'i18n-key' key"
6346
6236
msgstr ""
6347
6237
 
6348
 
#: nova/virt/xenapi/vm_utils.py:1190
 
6238
#: nova/virt/xenapi/vm_utils.py:1181
6349
6239
msgid "ISO: iso content_type, i18n-key value not 'local-storage-iso'"
6350
6240
msgstr ""
6351
6241
 
6352
 
#: nova/virt/xenapi/vm_utils.py:1194
 
6242
#: nova/virt/xenapi/vm_utils.py:1185
6353
6243
msgid "ISO: SR MATCHing our criteria"
6354
6244
msgstr ""
6355
6245
 
6356
 
#: nova/virt/xenapi/vm_utils.py:1196
 
6246
#: nova/virt/xenapi/vm_utils.py:1187
6357
6247
msgid "ISO: ISO, looking to see if it is host local"
6358
6248
msgstr ""
6359
6249
 
6360
 
#: nova/virt/xenapi/vm_utils.py:1199
 
6250
#: nova/virt/xenapi/vm_utils.py:1190
6361
6251
#, python-format
6362
6252
msgid "ISO: PBD %(pbd_ref)s disappeared"
6363
6253
msgstr ""
6364
6254
 
6365
 
#: nova/virt/xenapi/vm_utils.py:1202
 
6255
#: nova/virt/xenapi/vm_utils.py:1193
6366
6256
#, python-format
6367
6257
msgid "ISO: PBD matching, want %(pbd_rec)s, have %(host)s"
6368
6258
msgstr ""
6369
6259
 
6370
 
#: nova/virt/xenapi/vm_utils.py:1205
 
6260
#: nova/virt/xenapi/vm_utils.py:1196
6371
6261
msgid "ISO: SR with local PBD"
6372
6262
msgstr ""
6373
6263
 
6374
 
#: nova/virt/xenapi/vm_utils.py:1227
 
6264
#: nova/virt/xenapi/vm_utils.py:1218
6375
6265
#, python-format
6376
6266
msgid ""
6377
6267
"Unable to obtain RRD XML for VM %(vm_uuid)s with server details: "
6378
6268
"%(server)s."
6379
6269
msgstr ""
6380
6270
 
6381
 
#: nova/virt/xenapi/vm_utils.py:1243
 
6271
#: nova/virt/xenapi/vm_utils.py:1234
6382
6272
#, python-format
6383
6273
msgid "Unable to obtain RRD XML updates with server details: %(server)s."
6384
6274
msgstr ""
6385
6275
 
6386
 
#: nova/virt/xenapi/vm_utils.py:1297
 
6276
#: nova/virt/xenapi/vm_utils.py:1288
6387
6277
#, python-format
6388
6278
msgid "Invalid statistics data from Xenserver: %s"
6389
6279
msgstr ""
6390
6280
 
6391
 
#: nova/virt/xenapi/vm_utils.py:1350
 
6281
#: nova/virt/xenapi/vm_utils.py:1341
6392
6282
#, python-format
6393
6283
msgid "VHD %(vdi_uuid)s has parent %(parent_ref)s"
6394
6284
msgstr "VHD %(vdi_uuid)s tiene origen en %(parent_ref)s"
6395
6285
 
6396
 
#: nova/virt/xenapi/vm_utils.py:1424
 
6286
#: nova/virt/xenapi/vm_utils.py:1415
6397
6287
#, python-format
6398
6288
msgid ""
6399
6289
"Parent %(parent_uuid)s doesn't match original parent "
6400
6290
"%(original_parent_uuid)s, waiting for coalesce..."
6401
6291
msgstr ""
6402
6292
 
6403
 
#: nova/virt/xenapi/vm_utils.py:1434
 
6293
#: nova/virt/xenapi/vm_utils.py:1425
6404
6294
#, python-format
6405
6295
msgid "VHD coalesce attempts exceeded (%(max_attempts)d), giving up..."
6406
6296
msgstr ""
6407
6297
 
6408
 
#: nova/virt/xenapi/vm_utils.py:1469
 
6298
#: nova/virt/xenapi/vm_utils.py:1460
6409
6299
#, python-format
6410
6300
msgid "Timeout waiting for device %s to be created"
6411
6301
msgstr ""
6412
6302
 
6413
6303
#: nova/virt/xenapi/vm_utils.py:1480
6414
6304
#, python-format
 
6305
msgid "Disconnecting stale VDI %s from compute domU"
 
6306
msgstr ""
 
6307
 
 
6308
#: nova/virt/xenapi/vm_utils.py:1494
 
6309
#, python-format
6415
6310
msgid "Plugging VBD %s ... "
6416
6311
msgstr ""
6417
6312
 
6418
 
#: nova/virt/xenapi/vm_utils.py:1483
 
6313
#: nova/virt/xenapi/vm_utils.py:1497
6419
6314
#, python-format
6420
6315
msgid "Plugging VBD %s done."
6421
6316
msgstr ""
6422
6317
 
6423
 
#: nova/virt/xenapi/vm_utils.py:1485
 
6318
#: nova/virt/xenapi/vm_utils.py:1499
6424
6319
#, python-format
6425
6320
msgid "VBD %(vbd_ref)s plugged as %(orig_dev)s"
6426
6321
msgstr ""
6427
6322
 
6428
 
#: nova/virt/xenapi/vm_utils.py:1488
 
6323
#: nova/virt/xenapi/vm_utils.py:1502
6429
6324
#, python-format
6430
6325
msgid "VBD %(vbd_ref)s plugged into wrong dev, remapping to %(dev)s"
6431
6326
msgstr ""
6432
6327
 
6433
 
#: nova/virt/xenapi/vm_utils.py:1497
 
6328
#: nova/virt/xenapi/vm_utils.py:1507
6434
6329
#, python-format
6435
6330
msgid "Destroying VBD for VDI %s ... "
6436
6331
msgstr ""
6437
6332
 
6438
 
#: nova/virt/xenapi/vm_utils.py:1505
 
6333
#: nova/virt/xenapi/vm_utils.py:1515
6439
6334
#, python-format
6440
6335
msgid "Destroying VBD for VDI %s done."
6441
6336
msgstr ""
6442
6337
 
6443
 
#: nova/virt/xenapi/vm_utils.py:1518
 
6338
#: nova/virt/xenapi/vm_utils.py:1528
6444
6339
#, python-format
6445
6340
msgid "Running pygrub against %s"
6446
6341
msgstr "Ejecutando pygrub contra %s"
6447
6342
 
6448
 
#: nova/virt/xenapi/vm_utils.py:1525
 
6343
#: nova/virt/xenapi/vm_utils.py:1535
6449
6344
#, python-format
6450
6345
msgid "Found Xen kernel %s"
6451
6346
msgstr "Kernel Xen Encontrado %s"
6452
6347
 
6453
 
#: nova/virt/xenapi/vm_utils.py:1527
 
6348
#: nova/virt/xenapi/vm_utils.py:1537
6454
6349
msgid "No Xen kernel found.  Booting HVM."
6455
6350
msgstr "Kernel Xen no encontrado. Reiniciando HVM"
6456
6351
 
6457
 
#: nova/virt/xenapi/vm_utils.py:1540
 
6352
#: nova/virt/xenapi/vm_utils.py:1550
6458
6353
msgid "Partitions:"
6459
6354
msgstr ""
6460
6355
 
6461
 
#: nova/virt/xenapi/vm_utils.py:1546
 
6356
#: nova/virt/xenapi/vm_utils.py:1556
6462
6357
#, python-format
6463
6358
msgid "  %(num)s: %(ptype)s %(size)d sectors"
6464
6359
msgstr ""
6465
6360
 
6466
 
#: nova/virt/xenapi/vm_utils.py:1572
 
6361
#: nova/virt/xenapi/vm_utils.py:1582
6467
6362
#, python-format
6468
6363
msgid ""
6469
6364
"Writing partition table %(primary_first)d %(primary_last)d to "
6470
6365
"%(dev_path)s..."
6471
6366
msgstr ""
6472
6367
 
6473
 
#: nova/virt/xenapi/vm_utils.py:1585
 
6368
#: nova/virt/xenapi/vm_utils.py:1595
6474
6369
#, python-format
6475
6370
msgid "Writing partition table %s done."
6476
6371
msgstr ""
6477
6372
 
6478
 
#: nova/virt/xenapi/vm_utils.py:1639
 
6373
#: nova/virt/xenapi/vm_utils.py:1649
6479
6374
#, python-format
6480
6375
msgid ""
6481
6376
"Starting sparse_copy src=%(src_path)s dst=%(dst_path)s "
6482
6377
"virtual_size=%(virtual_size)d block_size=%(block_size)d"
6483
6378
msgstr ""
6484
6379
 
6485
 
#: nova/virt/xenapi/vm_utils.py:1671
 
6380
#: nova/virt/xenapi/vm_utils.py:1681
6486
6381
#, python-format
6487
6382
msgid ""
6488
6383
"Finished sparse_copy in %(duration).2f secs, %(compression_pct).2f%% "
6489
6384
"reduction in size"
6490
6385
msgstr ""
6491
6386
 
6492
 
#: nova/virt/xenapi/vm_utils.py:1721
 
6387
#: nova/virt/xenapi/vm_utils.py:1731
6493
6388
msgid ""
6494
6389
"XenServer tools installed in this image are capable of network injection."
6495
6390
"  Networking files will not bemanipulated"
6496
6391
msgstr ""
6497
6392
 
6498
 
#: nova/virt/xenapi/vm_utils.py:1729
 
6393
#: nova/virt/xenapi/vm_utils.py:1739
6499
6394
msgid ""
6500
6395
"XenServer tools are present in this image but are not capable of network "
6501
6396
"injection"
6502
6397
msgstr ""
6503
6398
 
6504
 
#: nova/virt/xenapi/vm_utils.py:1733
 
6399
#: nova/virt/xenapi/vm_utils.py:1743
6505
6400
msgid "XenServer tools are not installed in this image"
6506
6401
msgstr ""
6507
6402
 
6508
 
#: nova/virt/xenapi/vm_utils.py:1749
 
6403
#: nova/virt/xenapi/vm_utils.py:1759
6509
6404
msgid "Manipulating interface files directly"
6510
6405
msgstr ""
6511
6406
 
6512
 
#: nova/virt/xenapi/vm_utils.py:1759
 
6407
#: nova/virt/xenapi/vm_utils.py:1768
6513
6408
#, python-format
6514
6409
msgid "Failed to mount filesystem (expected for non-linux instances): %s"
6515
6410
msgstr ""
6516
6411
 
6517
 
#: nova/virt/xenapi/vmops.py:129 nova/virt/xenapi/vmops.py:728
6518
 
#, python-format
6519
 
msgid "Updating instance '%(instance_uuid)s' progress to %(progress)d"
6520
 
msgstr ""
6521
 
 
6522
 
#: nova/virt/xenapi/vmops.py:230
6523
 
#, python-format
6524
 
msgid "Attempted to power on non-existent instance bad instance id %s"
6525
 
msgstr ""
6526
 
 
6527
 
#: nova/virt/xenapi/vmops.py:232
6528
 
#, python-format
6529
 
msgid "Starting instance %s"
6530
 
msgstr ""
6531
 
 
6532
 
#: nova/virt/xenapi/vmops.py:302
 
6412
#: nova/virt/xenapi/vm_utils.py:1834
 
6413
msgid "This domU must be running on the host specified by xenapi_connection_url"
 
6414
msgstr ""
 
6415
 
 
6416
#: nova/virt/xenapi/vmops.py:131 nova/virt/xenapi/vmops.py:687
 
6417
#, python-format
 
6418
msgid "Updating progress to %(progress)d"
 
6419
msgstr ""
 
6420
 
 
6421
#: nova/virt/xenapi/vmops.py:228
 
6422
#, fuzzy
 
6423
msgid "Starting instance"
 
6424
msgstr "Creando una instancia raw"
 
6425
 
 
6426
#: nova/virt/xenapi/vmops.py:297
6533
6427
msgid "Removing kernel/ramdisk files from dom0"
6534
6428
msgstr ""
6535
6429
 
6536
 
#: nova/virt/xenapi/vmops.py:357
6537
 
#, fuzzy, python-format
6538
 
msgid "Instance %(instance_uuid)s: Failed to spawn, rolling back."
6539
 
msgstr "La instacia %(instance_id)s no se esta ejecutando"
6540
 
 
6541
 
#: nova/virt/xenapi/vmops.py:464
6542
 
#, python-format
6543
 
msgid ""
6544
 
"Auto configuring disk for instance %(instance_uuid)s, attempting to "
6545
 
"resize partition..."
6546
 
msgstr ""
6547
 
 
6548
 
#: nova/virt/xenapi/vmops.py:519
6549
 
#, python-format
6550
 
msgid "Invalid value for injected_files: '%s'"
6551
 
msgstr ""
6552
 
 
6553
 
#: nova/virt/xenapi/vmops.py:524
6554
 
#, python-format
6555
 
msgid "Injecting file path: '%s'"
6556
 
msgstr ""
6557
 
 
6558
 
#: nova/virt/xenapi/vmops.py:530
6559
 
msgid "Setting admin password"
6560
 
msgstr ""
6561
 
 
6562
 
#: nova/virt/xenapi/vmops.py:534
6563
 
msgid "Resetting network"
6564
 
msgstr ""
6565
 
 
6566
 
#: nova/virt/xenapi/vmops.py:541
6567
 
msgid "Setting VCPU weight"
6568
 
msgstr ""
6569
 
 
6570
 
#: nova/virt/xenapi/vmops.py:547
6571
 
#, python-format
6572
 
msgid "Starting VM %s..."
6573
 
msgstr "Iniciando VM %s..."
6574
 
 
6575
 
#: nova/virt/xenapi/vmops.py:550
6576
 
#, python-format
6577
 
msgid "Spawning VM %(instance_uuid)s created %(vm_ref)s."
6578
 
msgstr ""
6579
 
 
6580
 
#: nova/virt/xenapi/vmops.py:557
 
6430
#: nova/virt/xenapi/vmops.py:352
 
6431
#, fuzzy
 
6432
msgid "Failed to spawn, rolling back"
 
6433
msgstr "Fallo al suspender la instancia"
 
6434
 
 
6435
#: nova/virt/xenapi/vmops.py:433
 
6436
msgid "Detected ISO image type, creating blank VM for install"
 
6437
msgstr ""
 
6438
 
 
6439
#: nova/virt/xenapi/vmops.py:452
 
6440
msgid "Auto configuring disk, attempting to resize partition..."
 
6441
msgstr ""
 
6442
 
 
6443
#: nova/virt/xenapi/vmops.py:497
 
6444
msgid "Starting VM"
 
6445
msgstr ""
 
6446
 
 
6447
#: nova/virt/xenapi/vmops.py:504
6581
6448
#, python-format
6582
6449
msgid ""
6583
6450
"Latest agent build for %(hypervisor)s/%(os)s/%(architecture)s is "
6584
6451
"%(version)s"
6585
6452
msgstr ""
6586
6453
 
6587
 
#: nova/virt/xenapi/vmops.py:560
 
6454
#: nova/virt/xenapi/vmops.py:507
6588
6455
#, python-format
6589
6456
msgid "No agent build found for %(hypervisor)s/%(os)s/%(architecture)s"
6590
6457
msgstr ""
6591
6458
 
6592
 
#: nova/virt/xenapi/vmops.py:567
6593
 
#, python-format
6594
 
msgid "Instance %s: waiting for running"
6595
 
msgstr ""
6596
 
 
6597
 
#: nova/virt/xenapi/vmops.py:576
6598
 
#, python-format
6599
 
msgid "Instance %s: running"
6600
 
msgstr ""
6601
 
 
6602
 
#: nova/virt/xenapi/vmops.py:580
 
6459
#: nova/virt/xenapi/vmops.py:514
 
6460
msgid "Waiting for instance state to become running"
 
6461
msgstr ""
 
6462
 
 
6463
#: nova/virt/xenapi/vmops.py:526
6603
6464
msgid "Querying agent version"
6604
6465
msgstr ""
6605
6466
 
6606
 
#: nova/virt/xenapi/vmops.py:583
 
6467
#: nova/virt/xenapi/vmops.py:529
6607
6468
#, python-format
6608
6469
msgid "Instance agent version: %s"
6609
6470
msgstr ""
6610
6471
 
6611
 
#: nova/virt/xenapi/vmops.py:587
 
6472
#: nova/virt/xenapi/vmops.py:534
6612
6473
#, python-format
6613
6474
msgid "Updating Agent to %s"
6614
6475
msgstr ""
6615
6476
 
6616
 
#: nova/virt/xenapi/vmops.py:621
6617
 
#, python-format
6618
 
msgid "No opaque_ref could be determined for '%s'."
6619
 
msgstr ""
6620
 
 
6621
 
#: nova/virt/xenapi/vmops.py:675
6622
 
#, python-format
6623
 
msgid "Finished snapshot and upload for VM %s"
 
6477
#: nova/virt/xenapi/vmops.py:551
 
6478
#, python-format
 
6479
msgid "Invalid value for injected_files: %r"
 
6480
msgstr ""
 
6481
 
 
6482
#: nova/virt/xenapi/vmops.py:556
 
6483
#, python-format
 
6484
msgid "Injecting file path: '%s'"
 
6485
msgstr ""
 
6486
 
 
6487
#: nova/virt/xenapi/vmops.py:563
 
6488
msgid "Setting admin password"
 
6489
msgstr ""
 
6490
 
 
6491
#: nova/virt/xenapi/vmops.py:567
 
6492
msgid "Resetting network"
 
6493
msgstr ""
 
6494
 
 
6495
#: nova/virt/xenapi/vmops.py:574
 
6496
msgid "Setting VCPU weight"
 
6497
msgstr ""
 
6498
 
 
6499
#: nova/virt/xenapi/vmops.py:581
 
6500
#, python-format
 
6501
msgid "Could not find VM with name %s"
 
6502
msgstr ""
 
6503
 
 
6504
#: nova/virt/xenapi/vmops.py:635
 
6505
#, fuzzy, python-format
 
6506
msgid "Finished snapshot and upload for VM"
6624
6507
msgstr "Finalizado el snapshot y la subida de la VM %s"
6625
6508
 
6626
 
#: nova/virt/xenapi/vmops.py:683
6627
 
#, python-format
6628
 
msgid "Starting snapshot for VM %s"
 
6509
#: nova/virt/xenapi/vmops.py:642
 
6510
#, fuzzy, python-format
 
6511
msgid "Starting snapshot for VM"
6629
6512
msgstr "Comenzando snapshot para la VM %s"
6630
6513
 
6631
 
#: nova/virt/xenapi/vmops.py:692
6632
 
#, python-format
6633
 
msgid "Unable to Snapshot instance %(instance_uuid)s: %(exc)s"
6634
 
msgstr ""
 
6514
#: nova/virt/xenapi/vmops.py:651
 
6515
#, fuzzy, python-format
 
6516
msgid "Unable to Snapshot instance: %(exc)s"
 
6517
msgstr "Imposible adjuntar volumen a la instancia %s"
6635
6518
 
6636
 
#: nova/virt/xenapi/vmops.py:708
 
6519
#: nova/virt/xenapi/vmops.py:667
6637
6520
msgid "Failed to transfer vhd to new host"
6638
6521
msgstr ""
6639
6522
 
6640
 
#: nova/virt/xenapi/vmops.py:776
 
6523
#: nova/virt/xenapi/vmops.py:735
6641
6524
#, python-format
6642
6525
msgid "Resizing down VDI %(cow_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
6643
6526
msgstr ""
6644
6527
 
6645
 
#: nova/virt/xenapi/vmops.py:898
 
6528
#: nova/virt/xenapi/vmops.py:857
6646
6529
#, python-format
6647
6530
msgid "Resizing up VDI %(vdi_uuid)s from %(old_gb)dGB to %(new_gb)dGB"
6648
6531
msgstr ""
6649
6532
 
6650
 
#: nova/virt/xenapi/vmops.py:906
6651
 
#, python-format
6652
 
msgid "Resize instance %s complete"
 
6533
#: nova/virt/xenapi/vmops.py:865
 
6534
msgid "Resize complete"
6653
6535
msgstr ""
6654
6536
 
6655
 
#: nova/virt/xenapi/vmops.py:935
 
6537
#: nova/virt/xenapi/vmops.py:892
6656
6538
#, python-format
6657
6539
msgid "Failed to query agent version: %(resp)r"
6658
6540
msgstr ""
6659
6541
 
6660
 
#: nova/virt/xenapi/vmops.py:955
 
6542
#: nova/virt/xenapi/vmops.py:913
6661
6543
#, python-format
6662
 
msgid "domid changed from %(olddomid)s to %(newdomid)s"
 
6544
msgid "domid changed from %(domid)s to %(newdomid)s"
6663
6545
msgstr ""
6664
6546
 
6665
 
#: nova/virt/xenapi/vmops.py:971
 
6547
#: nova/virt/xenapi/vmops.py:926
6666
6548
#, python-format
6667
6549
msgid "Failed to update agent: %(resp)r"
6668
6550
msgstr ""
6669
6551
 
6670
 
#: nova/virt/xenapi/vmops.py:994
 
6552
#: nova/virt/xenapi/vmops.py:947
6671
6553
#, python-format
6672
6554
msgid "Failed to exchange keys: %(resp)r"
6673
6555
msgstr ""
6674
6556
 
6675
 
#: nova/virt/xenapi/vmops.py:1010
 
6557
#: nova/virt/xenapi/vmops.py:962
6676
6558
#, python-format
6677
6559
msgid "Failed to update password: %(resp)r"
6678
6560
msgstr ""
6679
6561
 
6680
 
#: nova/virt/xenapi/vmops.py:1037
 
6562
#: nova/virt/xenapi/vmops.py:987
6681
6563
#, python-format
6682
6564
msgid "Failed to inject file: %(resp)r"
6683
6565
msgstr ""
6684
6566
 
6685
 
#: nova/virt/xenapi/vmops.py:1046
6686
 
#, python-format
6687
 
msgid "VM %(instance_uuid)s already halted,skipping shutdown..."
6688
 
msgstr ""
6689
 
 
6690
 
#: nova/virt/xenapi/vmops.py:1050
6691
 
#, python-format
6692
 
msgid "Shutting down VM for Instance %(instance_uuid)s"
6693
 
msgstr ""
6694
 
 
6695
 
#: nova/virt/xenapi/vmops.py:1069
 
6567
#: nova/virt/xenapi/vmops.py:997
 
6568
msgid "VM already halted, skipping shutdown..."
 
6569
msgstr ""
 
6570
 
 
6571
#: nova/virt/xenapi/vmops.py:1001
 
6572
msgid "Shutting down VM"
 
6573
msgstr ""
 
6574
 
 
6575
#: nova/virt/xenapi/vmops.py:1018
6696
6576
msgid "Unable to find VBD for VM"
6697
6577
msgstr ""
6698
6578
 
6699
 
#: nova/virt/xenapi/vmops.py:1112
6700
 
#, python-format
6701
 
msgid ""
6702
 
"Instance %(instance_uuid)s using RAW or VHD, skipping kernel and ramdisk "
6703
 
"deletion"
 
6579
#: nova/virt/xenapi/vmops.py:1061
 
6580
msgid "Using RAW or VHD, skipping kernel and ramdisk deletion"
6704
6581
msgstr ""
6705
6582
 
6706
 
#: nova/virt/xenapi/vmops.py:1119
 
6583
#: nova/virt/xenapi/vmops.py:1068
6707
6584
msgid "instance has a kernel or ramdisk but not both"
6708
6585
msgstr ""
6709
6586
 
6710
 
#: nova/virt/xenapi/vmops.py:1126
 
6587
#: nova/virt/xenapi/vmops.py:1075
6711
6588
msgid "kernel/ramdisk files removed"
6712
6589
msgstr ""
6713
6590
 
 
6591
#: nova/virt/xenapi/vmops.py:1085
 
6592
msgid "VM destroyed"
 
6593
msgstr ""
 
6594
 
 
6595
#: nova/virt/xenapi/vmops.py:1111
 
6596
msgid "Destroying VM"
 
6597
msgstr ""
 
6598
 
6714
6599
#: nova/virt/xenapi/vmops.py:1136
6715
 
#, python-format
6716
 
msgid "Instance %(instance_uuid)s VM destroyed"
6717
 
msgstr ""
6718
 
 
6719
 
#: nova/virt/xenapi/vmops.py:1163
6720
 
#, python-format
6721
 
msgid "Destroying VM for Instance %(instance_uuid)s"
6722
 
msgstr ""
6723
 
 
6724
 
#: nova/virt/xenapi/vmops.py:1185
6725
6600
msgid "VM is not present, skipping destroy..."
6726
6601
msgstr ""
6727
6602
 
6728
 
#: nova/virt/xenapi/vmops.py:1237
 
6603
#: nova/virt/xenapi/vmops.py:1188
6729
6604
#, python-format
6730
6605
msgid "Instance is already in Rescue Mode: %s"
6731
6606
msgstr ""
6732
6607
 
6733
 
#: nova/virt/xenapi/vmops.py:1311
 
6608
#: nova/virt/xenapi/vmops.py:1262
6734
6609
#, python-format
6735
6610
msgid "Found %(instance_count)d hung reboots older than %(timeout)d seconds"
6736
6611
msgstr ""
6737
6612
 
6738
 
#: nova/virt/xenapi/vmops.py:1315
6739
 
#, python-format
6740
 
msgid "Automatically hard rebooting %d"
6741
 
msgstr ""
6742
 
 
6743
 
#: nova/virt/xenapi/vmops.py:1380
6744
 
#, python-format
6745
 
msgid "Instance for migration %d not found, skipping"
6746
 
msgstr ""
6747
 
 
6748
 
#: nova/virt/xenapi/vmops.py:1410
 
6613
#: nova/virt/xenapi/vmops.py:1266
 
6614
msgid "Automatically hard rebooting"
 
6615
msgstr ""
 
6616
 
 
6617
#: nova/virt/xenapi/vmops.py:1327
 
6618
#, python-format
 
6619
msgid "Setting migration %(migration_id)s to error: %(reason)s"
 
6620
msgstr ""
 
6621
 
 
6622
#: nova/virt/xenapi/vmops.py:1338
 
6623
#, python-format
 
6624
msgid ""
 
6625
"Automatically confirming migration %(migration_id)s for instance "
 
6626
"%(instance_uuid)s"
 
6627
msgstr ""
 
6628
 
 
6629
#: nova/virt/xenapi/vmops.py:1343
 
6630
#, fuzzy, python-format
 
6631
msgid "Instance %(instance_uuid)s not found"
 
6632
msgstr "La instacia %(instance_id)s no esta suspendida"
 
6633
 
 
6634
#: nova/virt/xenapi/vmops.py:1347
 
6635
msgid "In ERROR state"
 
6636
msgstr ""
 
6637
 
 
6638
#: nova/virt/xenapi/vmops.py:1353
 
6639
#, python-format
 
6640
msgid "In %(task_state)s task_state, not RESIZE_VERIFY"
 
6641
msgstr ""
 
6642
 
 
6643
#: nova/virt/xenapi/vmops.py:1360
 
6644
#, python-format
 
6645
msgid "Error auto-confirming resize: %(e)s. Will retry later."
 
6646
msgstr ""
 
6647
 
 
6648
#: nova/virt/xenapi/vmops.py:1382
6749
6649
msgid "Could not get bandwidth info."
6750
6650
msgstr ""
6751
6651
 
6752
 
#: nova/virt/xenapi/vmops.py:1461
6753
 
#, python-format
6754
 
msgid "injecting network info to xs for vm: |%s|"
 
6652
#: nova/virt/xenapi/vmops.py:1429
 
6653
#, fuzzy
 
6654
msgid "Injecting network info to xenstore"
 
6655
msgstr "configurando la red del host"
 
6656
 
 
6657
#: nova/virt/xenapi/vmops.py:1444
 
6658
msgid "Creating vifs"
6755
6659
msgstr ""
6756
6660
 
 
6661
#: nova/virt/xenapi/vmops.py:1453
 
6662
#, fuzzy, python-format
 
6663
msgid "Creating VIF for network %(network_ref)s"
 
6664
msgstr "Creando VIF para VM %(vm_ref)s, red %(network_ref)s."
 
6665
 
 
6666
#: nova/virt/xenapi/vmops.py:1456
 
6667
#, fuzzy, python-format
 
6668
msgid "Created VIF %(vif_ref)s, network %(network_ref)s"
 
6669
msgstr "Creando VIF para VM %(vm_ref)s, red %(network_ref)s."
 
6670
 
6757
6671
#: nova/virt/xenapi/vmops.py:1479
6758
 
#, python-format
6759
 
msgid "creating vif(s) for vm: |%s|"
6760
 
msgstr ""
6761
 
 
6762
 
#: nova/virt/xenapi/vmops.py:1488
6763
 
#, python-format
6764
 
msgid "Creating VIF for VM %(vm_ref)s, network %(network_ref)s."
6765
 
msgstr "Creando VIF para VM %(vm_ref)s, red %(network_ref)s."
6766
 
 
6767
 
#: nova/virt/xenapi/vmops.py:1491
6768
 
#, python-format
6769
 
msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s."
6770
 
msgstr "Creado el VIF %(vif_ref)s para VM %(vm_ref)s, red %(network_ref)s."
6771
 
 
6772
 
#: nova/virt/xenapi/vmops.py:1520
6773
 
#, python-format
6774
 
msgid "injecting hostname to xs for vm: |%s|"
6775
 
msgstr ""
6776
 
 
6777
 
#: nova/virt/xenapi/vmops.py:1582
6778
 
#, python-format
6779
 
msgid ""
6780
 
"The agent call to %(method)s returned an invalid response: %(ret)r. VM "
6781
 
"id=%(instance_uuid)s; path=%(path)s; args=%(addl_args)r"
6782
 
msgstr ""
6783
 
 
6784
 
#: nova/virt/xenapi/vmops.py:1604
6785
 
#, python-format
6786
 
msgid ""
6787
 
"TIMEOUT: The call to %(method)s timed out. VM id=%(instance_uuid)s; "
 
6672
msgid "Injecting hostname to xenstore"
 
6673
msgstr ""
 
6674
 
 
6675
#: nova/virt/xenapi/vmops.py:1504
 
6676
#, python-format
 
6677
msgid ""
 
6678
"The agent call to %(method)s returned an invalid response: %(ret)r. "
 
6679
"path=%(path)s; args=%(args)r"
 
6680
msgstr ""
 
6681
 
 
6682
#: nova/virt/xenapi/vmops.py:1525
 
6683
#, python-format
 
6684
msgid "TIMEOUT: The call to %(method)s timed out. args=%(args)r"
 
6685
msgstr ""
 
6686
 
 
6687
#: nova/virt/xenapi/vmops.py:1529
 
6688
#, python-format
 
6689
msgid ""
 
6690
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. "
6788
6691
"args=%(args)r"
6789
6692
msgstr ""
6790
6693
 
6791
 
#: nova/virt/xenapi/vmops.py:1608
6792
 
#, python-format
6793
 
msgid ""
6794
 
"NOT IMPLEMENTED: The call to %(method)s is not supported by the agent. VM"
6795
 
" id=%(instance_uuid)s; args=%(args)r"
6796
 
msgstr ""
6797
 
 
6798
 
#: nova/virt/xenapi/vmops.py:1613
6799
 
#, python-format
6800
 
msgid ""
6801
 
"The call to %(method)s returned an error: %(e)s. VM id=%(instance_uuid)s;"
6802
 
" args=%(args)r"
6803
 
msgstr ""
6804
 
 
6805
 
#: nova/virt/xenapi/vmops.py:1799
 
6694
#: nova/virt/xenapi/vmops.py:1534
 
6695
#, python-format
 
6696
msgid "The call to %(method)s returned an error: %(e)s. args=%(args)r"
 
6697
msgstr ""
 
6698
 
 
6699
#: nova/virt/xenapi/vmops.py:1620
6806
6700
#, python-format
6807
6701
msgid "OpenSSL error: %s"
6808
6702
msgstr ""
6835
6729
msgstr ""
6836
6730
 
6837
6731
#: nova/virt/xenapi/volume_utils.py:103 nova/virt/xenapi/volume_utils.py:170
6838
 
#: nova/virt/xenapi/volumeops.py:156
 
6732
#: nova/virt/xenapi/volumeops.py:153
6839
6733
#, python-format
6840
6734
msgid "Introduced %(label)s as %(sr_ref)s."
6841
6735
msgstr ""
6848
6742
msgid "Plugging SR"
6849
6743
msgstr ""
6850
6744
 
6851
 
#: nova/virt/xenapi/volume_utils.py:116 nova/virt/xenapi/volumeops.py:160
 
6745
#: nova/virt/xenapi/volume_utils.py:116 nova/virt/xenapi/volumeops.py:157
6852
6746
msgid "Unable to introduce Storage Repository"
6853
6747
msgstr ""
6854
6748
 
6855
 
#: nova/virt/xenapi/volume_utils.py:127 nova/virt/xenapi/volumeops.py:50
 
6749
#: nova/virt/xenapi/volume_utils.py:127 nova/virt/xenapi/volumeops.py:47
6856
6750
msgid "Unable to get SR using uuid"
6857
6751
msgstr ""
6858
6752
 
6920
6814
msgid "Mountpoint cannot be translated: %s"
6921
6815
msgstr "Punto de montaje no puede ser traducido: %s"
6922
6816
 
6923
 
#: nova/virt/xenapi/volumeops.py:64
 
6817
#: nova/virt/xenapi/volumeops.py:61
6924
6818
msgid "Could not find VDI ref"
6925
6819
msgstr ""
6926
6820
 
6927
 
#: nova/virt/xenapi/volumeops.py:69
 
6821
#: nova/virt/xenapi/volumeops.py:66
6928
6822
#, python-format
6929
6823
msgid "Creating SR %s"
6930
6824
msgstr ""
6931
6825
 
 
6826
#: nova/virt/xenapi/volumeops.py:70
 
6827
msgid "Could not create SR"
 
6828
msgstr ""
 
6829
 
6932
6830
#: nova/virt/xenapi/volumeops.py:73
6933
 
msgid "Could not create SR"
6934
 
msgstr ""
6935
 
 
6936
 
#: nova/virt/xenapi/volumeops.py:76
6937
6831
msgid "Could not retrieve SR record"
6938
6832
msgstr ""
6939
6833
 
6940
 
#: nova/virt/xenapi/volumeops.py:81
 
6834
#: nova/virt/xenapi/volumeops.py:78
6941
6835
#, python-format
6942
6836
msgid "Introducing SR %s"
6943
6837
msgstr ""
6944
6838
 
6945
 
#: nova/virt/xenapi/volumeops.py:85
 
6839
#: nova/virt/xenapi/volumeops.py:82
6946
6840
msgid "SR found in xapi database. No need to introduce"
6947
6841
msgstr ""
6948
6842
 
6949
 
#: nova/virt/xenapi/volumeops.py:90
 
6843
#: nova/virt/xenapi/volumeops.py:87
6950
6844
msgid "Could not introduce SR"
6951
6845
msgstr ""
6952
6846
 
6953
 
#: nova/virt/xenapi/volumeops.py:94
 
6847
#: nova/virt/xenapi/volumeops.py:91
6954
6848
#, python-format
6955
6849
msgid "Checking for SR %s"
6956
6850
msgstr ""
6957
6851
 
6958
 
#: nova/virt/xenapi/volumeops.py:106
 
6852
#: nova/virt/xenapi/volumeops.py:103
6959
6853
#, python-format
6960
6854
msgid "SR %s not found in the xapi database"
6961
6855
msgstr ""
6962
6856
 
6963
 
#: nova/virt/xenapi/volumeops.py:112
 
6857
#: nova/virt/xenapi/volumeops.py:109
6964
6858
msgid "Could not forget SR"
6965
6859
msgstr ""
6966
6860
 
6967
 
#: nova/virt/xenapi/volumeops.py:121
 
6861
#: nova/virt/xenapi/volumeops.py:118
6968
6862
#, python-format
6969
6863
msgid "Attach_volume: %(connection_info)s, %(instance_name)s, %(mountpoint)s"
6970
6864
msgstr ""
6971
6865
 
6972
 
#: nova/virt/xenapi/volumeops.py:178
 
6866
#: nova/virt/xenapi/volumeops.py:175
6973
6867
#, python-format
6974
6868
msgid "Unable to create VDI on SR %(sr_ref)s for instance %(instance_name)s"
6975
6869
msgstr ""
6976
6870
"No es posible crear el VDI en SR %(sr_ref)s para la instancia "
6977
6871
"%(instance_name)s"
6978
6872
 
6979
 
#: nova/virt/xenapi/volumeops.py:189
 
6873
#: nova/virt/xenapi/volumeops.py:186
6980
6874
#, python-format
6981
6875
msgid "Unable to use SR %(sr_ref)s for instance %(instance_name)s"
6982
6876
msgstr "No es posible usar SR %(sr_ref)s para la instancia %(instance_name)s"
6983
6877
 
 
6878
#: nova/virt/xenapi/volumeops.py:194
 
6879
#, python-format
 
6880
msgid "Unable to attach volume to instance %s"
 
6881
msgstr "Imposible adjuntar volumen a la instancia %s"
 
6882
 
6984
6883
#: nova/virt/xenapi/volumeops.py:197
6985
6884
#, python-format
6986
 
msgid "Unable to attach volume to instance %s"
6987
 
msgstr "Imposible adjuntar volumen a la instancia %s"
6988
 
 
6989
 
#: nova/virt/xenapi/volumeops.py:200
6990
 
#, python-format
6991
6885
msgid "Mountpoint %(mountpoint)s attached to instance %(instance_name)s"
6992
6886
msgstr ""
6993
6887
"El punto de montaje %(mountpoint)s esta unido a la instancia "
6994
6888
"%(instance_name)s"
6995
6889
 
6996
 
#: nova/virt/xenapi/volumeops.py:210
 
6890
#: nova/virt/xenapi/volumeops.py:207
6997
6891
#, python-format
6998
6892
msgid "Detach_volume: %(instance_name)s, %(mountpoint)s"
6999
6893
msgstr "Volume_separado: %(instance_name)s, %(mountpoint)s"
7000
6894
 
7001
 
#: nova/virt/xenapi/volumeops.py:219
 
6895
#: nova/virt/xenapi/volumeops.py:216
7002
6896
#, python-format
7003
6897
msgid "Unable to locate volume %s"
7004
6898
msgstr "Imposible encontrar volumen %s"
7005
6899
 
7006
 
#: nova/virt/xenapi/volumeops.py:227
 
6900
#: nova/virt/xenapi/volumeops.py:224
7007
6901
#, python-format
7008
6902
msgid "Unable to detach volume %s"
7009
6903
msgstr "Imposible desasociar volumen %s"
7010
6904
 
7011
 
#: nova/virt/xenapi/volumeops.py:232
 
6905
#: nova/virt/xenapi/volumeops.py:229
7012
6906
#, python-format
7013
6907
msgid "Unable to destroy vbd %s"
7014
6908
msgstr ""
7015
6909
 
7016
 
#: nova/virt/xenapi/volumeops.py:239
 
6910
#: nova/virt/xenapi/volumeops.py:236
7017
6911
#, python-format
7018
6912
msgid "Error purging SR %s"
7019
6913
msgstr ""
7020
6914
 
7021
 
#: nova/virt/xenapi/volumeops.py:241
 
6915
#: nova/virt/xenapi/volumeops.py:238
7022
6916
#, python-format
7023
6917
msgid "Mountpoint %(mountpoint)s detached from instance %(instance_name)s"
7024
6918
msgstr ""
7096
6990
msgid "Volume Snapshot status must be available or error"
7097
6991
msgstr "El estado del volumen debe estar disponible"
7098
6992
 
7099
 
#: nova/volume/driver.py:89
 
6993
#: nova/volume/driver.py:96
7100
6994
#, python-format
7101
6995
msgid "Recovering from a failed execute.  Try number %s"
7102
6996
msgstr "Recuperandose de una ejecución fallida. Intenta el número %s"
7103
6997
 
7104
 
#: nova/volume/driver.py:99
 
6998
#: nova/volume/driver.py:106
7105
6999
#, python-format
7106
7000
msgid "volume group %s doesn't exist"
7107
7001
msgstr "el grupo de volumenes %s no existe"
7108
7002
 
7109
 
#: nova/volume/driver.py:263
 
7003
#: nova/volume/driver.py:270
7110
7004
#, python-format
7111
7005
msgid "Skipping ensure_export. No iscsi_target provisioned for volume: %d"
7112
7006
msgstr ""
7113
7007
 
7114
 
#: nova/volume/driver.py:311
 
7008
#: nova/volume/driver.py:318
7115
7009
#, python-format
7116
7010
msgid "Skipping remove_export. No iscsi_target provisioned for volume: %d"
7117
7011
msgstr ""
7118
7012
 
7119
 
#: nova/volume/driver.py:320
 
7013
#: nova/volume/driver.py:327
7120
7014
#, python-format
7121
7015
msgid ""
7122
7016
"Skipping remove_export. No iscsi_target is presently exported for volume:"
7123
7017
" %d"
7124
7018
msgstr ""
7125
7019
 
7126
 
#: nova/volume/driver.py:330
 
7020
#: nova/volume/driver.py:337
7127
7021
msgid "ISCSI provider_location not stored, using discovery"
7128
7022
msgstr ""
7129
7023
 
7130
 
#: nova/volume/driver.py:377
 
7024
#: nova/volume/driver.py:384
7131
7025
#, python-format
7132
7026
msgid "Could not find iSCSI export  for volume %s"
7133
7027
msgstr ""
7134
7028
 
7135
 
#: nova/volume/driver.py:381
 
7029
#: nova/volume/driver.py:388
7136
7030
#, python-format
7137
7031
msgid "ISCSI Discovery: Found %s"
7138
7032
msgstr ""
7139
7033
 
7140
 
#: nova/volume/driver.py:459
 
7034
#: nova/volume/driver.py:466
7141
7035
#, python-format
7142
7036
msgid "Cannot confirm exported volume id:%(volume_id)s."
7143
7037
msgstr ""
7144
7038
 
7145
 
#: nova/volume/driver.py:486
 
7039
#: nova/volume/driver.py:493
7146
7040
#, python-format
7147
7041
msgid "FAKE ISCSI: %s"
7148
7042
msgstr "Falso ISCSI: %s"
7149
7043
 
7150
 
#: nova/volume/driver.py:498
 
7044
#: nova/volume/driver.py:505
7151
7045
#, python-format
7152
7046
msgid "rbd has no pool %s"
7153
7047
msgstr ""
7154
7048
 
7155
 
#: nova/volume/driver.py:568
 
7049
#: nova/volume/driver.py:579
7156
7050
#, python-format
7157
7051
msgid "Sheepdog is not working: %s"
7158
7052
msgstr ""
7159
7053
 
7160
 
#: nova/volume/driver.py:570
 
7054
#: nova/volume/driver.py:582
7161
7055
msgid "Sheepdog is not working"
7162
7056
msgstr ""
7163
7057
 
7164
 
#: nova/volume/driver.py:669 nova/volume/driver.py:674
 
7058
#: nova/volume/driver.py:681 nova/volume/driver.py:686
7165
7059
#, python-format
7166
7060
msgid "LoggingVolumeDriver: %s"
7167
7061
msgstr ""
7168
7062
 
7169
 
#: nova/volume/manager.py:96
 
7063
#: nova/volume/manager.py:98
7170
7064
#, python-format
7171
7065
msgid "Re-exporting %s volumes"
7172
7066
msgstr "Exportando de nuevo los volumenes %s"
7173
7067
 
7174
 
#: nova/volume/manager.py:101
 
7068
#: nova/volume/manager.py:103
7175
7069
#, python-format
7176
7070
msgid "volume %s: skipping export"
7177
7071
msgstr "volume %s: saltando exportación"
7178
7072
 
7179
 
#: nova/volume/manager.py:107
 
7073
#: nova/volume/manager.py:109
7180
7074
#, python-format
7181
7075
msgid "volume %s: creating"
7182
7076
msgstr "volumen %s: creando"
7183
7077
 
7184
 
#: nova/volume/manager.py:119
 
7078
#: nova/volume/manager.py:121
7185
7079
#, python-format
7186
7080
msgid "volume %(vol_name)s: creating lv of size %(vol_size)sG"
7187
7081
msgstr "volume %(vol_name)s: creando lv del tamaño %(vol_size)sG"
7188
7082
 
7189
 
#: nova/volume/manager.py:131
 
7083
#: nova/volume/manager.py:133
7190
7084
#, python-format
7191
7085
msgid "volume %s: creating export"
7192
7086
msgstr "volumen %s: exportando"
7193
7087
 
7194
 
#: nova/volume/manager.py:144
 
7088
#: nova/volume/manager.py:146
7195
7089
#, python-format
7196
7090
msgid "volume %s: created successfully"
7197
7091
msgstr "volumen %s: creado satisfactoriamente"
7198
7092
 
7199
 
#: nova/volume/manager.py:153
 
7093
#: nova/volume/manager.py:155
7200
7094
msgid "Volume is still attached"
7201
7095
msgstr "El volumen todavía está asociado"
7202
7096
 
7203
 
#: nova/volume/manager.py:155
 
7097
#: nova/volume/manager.py:157
7204
7098
msgid "Volume is not local to this node"
7205
7099
msgstr "Volumen no local a este nodo"
7206
7100
 
7207
 
#: nova/volume/manager.py:159
 
7101
#: nova/volume/manager.py:162
7208
7102
#, python-format
7209
7103
msgid "volume %s: removing export"
7210
7104
msgstr "volumen %s: eliminando exportación"
7211
7105
 
7212
 
#: nova/volume/manager.py:161
 
7106
#: nova/volume/manager.py:164
7213
7107
#, python-format
7214
7108
msgid "volume %s: deleting"
7215
7109
msgstr "volumen %s: eliminando"
7216
7110
 
7217
 
#: nova/volume/manager.py:164
 
7111
#: nova/volume/manager.py:167
7218
7112
#, python-format
7219
7113
msgid "volume %s: volume is busy"
7220
7114
msgstr ""
7221
7115
 
7222
 
#: nova/volume/manager.py:176
 
7116
#: nova/volume/manager.py:179
7223
7117
#, python-format
7224
7118
msgid "volume %s: deleted successfully"
7225
7119
msgstr "volumen %s: eliminado satisfactoriamente"
7226
7120
 
7227
 
#: nova/volume/manager.py:183
 
7121
#: nova/volume/manager.py:186
7228
7122
#, python-format
7229
7123
msgid "snapshot %s: creating"
7230
7124
msgstr ""
7231
7125
 
7232
 
#: nova/volume/manager.py:187
 
7126
#: nova/volume/manager.py:190
7233
7127
#, python-format
7234
7128
msgid "snapshot %(snap_name)s: creating"
7235
7129
msgstr ""
7236
7130
 
7237
 
#: nova/volume/manager.py:202
 
7131
#: nova/volume/manager.py:205
7238
7132
#, python-format
7239
7133
msgid "snapshot %s: created successfully"
7240
7134
msgstr ""
7241
7135
 
7242
 
#: nova/volume/manager.py:211
 
7136
#: nova/volume/manager.py:214
7243
7137
#, python-format
7244
7138
msgid "snapshot %s: deleting"
7245
7139
msgstr ""
7246
7140
 
7247
 
#: nova/volume/manager.py:214
 
7141
#: nova/volume/manager.py:217
7248
7142
#, fuzzy, python-format
7249
7143
msgid "snapshot %s: snapshot is busy"
7250
7144
msgstr "instancia %s: creando snapshot"
7251
7145
 
7252
 
#: nova/volume/manager.py:226
 
7146
#: nova/volume/manager.py:229
7253
7147
#, python-format
7254
7148
msgid "snapshot %s: deleted successfully"
7255
7149
msgstr ""
7256
7150
 
7257
 
#: nova/volume/manager.py:310
 
7151
#: nova/volume/manager.py:319
7258
7152
msgid "Checking volume capabilities"
7259
7153
msgstr ""
7260
7154
 
7261
 
#: nova/volume/manager.py:314
 
7155
#: nova/volume/manager.py:323
7262
7156
#, python-format
7263
7157
msgid "New capabilities found: %s"
7264
7158
msgstr ""
7265
7159
 
7266
 
#: nova/volume/manager.py:325
 
7160
#: nova/volume/manager.py:334
7267
7161
msgid "Clear capabilities"
7268
7162
msgstr ""
7269
7163
 
7270
 
#: nova/volume/manager.py:329
 
7164
#: nova/volume/manager.py:338
7271
7165
#, python-format
7272
7166
msgid "Notification {%s} received"
7273
7167
msgstr ""
7296
7190
msgid "Failed to provision dataset member"
7297
7191
msgstr ""
7298
7192
 
7299
 
#: nova/volume/netapp.py:252
 
7193
#: nova/volume/netapp.py:253
7300
7194
msgid "No LUN was created by the provision job"
7301
7195
msgstr ""
7302
7196
 
7303
 
#: nova/volume/netapp.py:261 nova/volume/netapp.py:433
 
7197
#: nova/volume/netapp.py:263 nova/volume/netapp.py:435
7304
7198
#, fuzzy, python-format
7305
7199
msgid "Failed to find LUN ID for volume %s"
7306
7200
msgstr "Imposible encontrar SR en VBD %s"
7307
7201
 
7308
 
#: nova/volume/netapp.py:280
 
7202
#: nova/volume/netapp.py:282
7309
7203
msgid "Failed to remove and delete dataset member"
7310
7204
msgstr ""
7311
7205
 
7312
 
#: nova/volume/netapp.py:603 nova/volume/netapp.py:657
 
7206
#: nova/volume/netapp.py:605 nova/volume/netapp.py:659
7313
7207
#, fuzzy, python-format
7314
7208
msgid "No LUN ID for volume %s"
7315
7209
msgstr "Imposible encontrar volumen %s"
7316
7210
 
7317
 
#: nova/volume/netapp.py:607 nova/volume/netapp.py:661
 
7211
#: nova/volume/netapp.py:609 nova/volume/netapp.py:663
7318
7212
#, fuzzy, python-format
7319
7213
msgid "Failed to get LUN details for LUN ID %s"
7320
7214
msgstr "Fallo al generar metadatos para la ip %s"
7321
7215
 
7322
 
#: nova/volume/netapp.py:614
 
7216
#: nova/volume/netapp.py:616
7323
7217
#, fuzzy, python-format
7324
7218
msgid "Failed to get host details for host ID %s"
7325
7219
msgstr "Fallo al generar metadatos para la ip %s"
7326
7220
 
7327
 
#: nova/volume/netapp.py:620
 
7221
#: nova/volume/netapp.py:622
7328
7222
#, fuzzy, python-format
7329
7223
msgid "Failed to get target portal for filer: %s"
7330
7224
msgstr "Fallo al generar metadatos para la ip %s"
7331
7225
 
7332
 
#: nova/volume/netapp.py:625
 
7226
#: nova/volume/netapp.py:627
7333
7227
#, fuzzy, python-format
7334
7228
msgid "Failed to get target IQN for filer: %s"
7335
7229
msgstr "Fallo al generar metadatos para la ip %s"
7336
7230
 
7337
 
#: nova/volume/san.py:113 nova/volume/san.py:151
 
7231
#: nova/volume/san.py:114 nova/volume/san.py:153
7338
7232
msgid "Specify san_password or san_private_key"
7339
7233
msgstr ""
7340
7234
 
7341
 
#: nova/volume/san.py:156
 
7235
#: nova/volume/san.py:158
7342
7236
msgid "san_ip must be set"
7343
7237
msgstr ""
7344
7238
 
7345
 
#: nova/volume/san.py:320
 
7239
#: nova/volume/san.py:229
 
7240
#, python-format
 
7241
msgid "Cannot parse list-view output: %s"
 
7242
msgstr ""
 
7243
 
 
7244
#: nova/volume/san.py:323
7346
7245
#, python-format
7347
7246
msgid "LUID not found for %(zfs_poolname)s. Output=%(out)s"
7348
7247
msgstr ""
7349
7248
 
7350
 
#: nova/volume/san.py:452
 
7249
#: nova/volume/san.py:455
7351
7250
#, python-format
7352
7251
msgid "CLIQ command returned %s"
7353
7252
msgstr ""
7354
7253
 
7355
 
#: nova/volume/san.py:458
 
7254
#: nova/volume/san.py:461
7356
7255
#, python-format
7357
7256
msgid "Malformed response to CLIQ command %(verb)s %(cliq_args)s. Result=%(out)s"
7358
7257
msgstr ""
7359
7258
 
7360
 
#: nova/volume/san.py:466
 
7259
#: nova/volume/san.py:469
7361
7260
#, python-format
7362
7261
msgid "Error running CLIQ command %(verb)s %(cliq_args)s.  Result=%(out)s"
7363
7262
msgstr ""
7364
7263
 
7365
 
#: nova/volume/san.py:496
 
7264
#: nova/volume/san.py:499
7366
7265
#, python-format
7367
7266
msgid ""
7368
7267
"Unexpected number of virtual ips for cluster  %(cluster_name)s. "
7369
7268
"Result=%(_xml)s"
7370
7269
msgstr ""
7371
7270
 
7372
 
#: nova/volume/san.py:549
 
7271
#: nova/volume/san.py:552
7373
7272
#, python-format
7374
7273
msgid "Volume info: %(volume_name)s => %(volume_attributes)s"
7375
7274
msgstr ""
7376
7275
 
7377
 
#: nova/volume/san.py:594
 
7276
#: nova/volume/san.py:605
7378
7277
msgid "local_path not supported"
7379
7278
msgstr ""
7380
7279
 
7381
 
#: nova/volume/san.py:626
7382
 
#, python-format
7383
 
msgid "Could not determine project for volume %s, can't export"
7384
 
msgstr ""
7385
 
 
7386
 
#: nova/volume/san.py:696
 
7280
#: nova/volume/san.py:688
7387
7281
#, python-format
7388
7282
msgid "Payload for SolidFire API call: %s"
7389
7283
msgstr ""
7390
7284
 
7391
 
#: nova/volume/san.py:713
 
7285
#: nova/volume/san.py:705
7392
7286
#, python-format
7393
7287
msgid "Call to json.loads() raised an exception: %s"
7394
7288
msgstr ""
7395
7289
 
7396
 
#: nova/volume/san.py:718
 
7290
#: nova/volume/san.py:710
7397
7291
#, python-format
7398
7292
msgid "Results of SolidFire API call: %s"
7399
7293
msgstr ""
7400
7294
 
7401
 
#: nova/volume/san.py:732
 
7295
#: nova/volume/san.py:724
7402
7296
#, python-format
7403
7297
msgid "Found solidfire account: %s"
7404
7298
msgstr ""
7405
7299
 
7406
 
#: nova/volume/san.py:746
 
7300
#: nova/volume/san.py:738
7407
7301
#, python-format
7408
7302
msgid "solidfire account: %s does not exist, create it..."
7409
7303
msgstr ""
7410
7304
 
7411
 
#: nova/volume/san.py:804
 
7305
#: nova/volume/san.py:796
7412
7306
msgid "Enter SolidFire create_volume..."
7413
7307
msgstr ""
7414
7308
 
7415
 
#: nova/volume/san.py:846
 
7309
#: nova/volume/san.py:838
7416
7310
msgid "Leaving SolidFire create_volume"
7417
7311
msgstr ""
7418
7312
 
7419
 
#: nova/volume/san.py:861
 
7313
#: nova/volume/san.py:853
7420
7314
msgid "Enter SolidFire delete_volume..."
7421
7315
msgstr ""
7422
7316
 
 
7317
#: nova/volume/san.py:872
 
7318
#, fuzzy, python-format
 
7319
msgid "Deleting volumeID: %s"
 
7320
msgstr "Borrando usuario %s"
 
7321
 
7423
7322
#: nova/volume/san.py:880
7424
 
#, python-format
7425
 
msgid "Deleting volumeID: %s "
7426
 
msgstr ""
7427
 
 
7428
 
#: nova/volume/san.py:888
7429
7323
msgid "Leaving SolidFire delete_volume"
7430
7324
msgstr ""
7431
7325
 
7432
 
#: nova/volume/san.py:891
 
7326
#: nova/volume/san.py:883
7433
7327
msgid "Executing SolidFire ensure_export..."
7434
7328
msgstr ""
7435
7329
 
7436
 
#: nova/volume/san.py:895
 
7330
#: nova/volume/san.py:887
7437
7331
msgid "Executing SolidFire create_export..."
7438
7332
msgstr ""
7439
7333
 
7487
7381
msgid "XenSMDriver requires xenapi connection"
7488
7382
msgstr ""
7489
7383
 
7490
 
#: nova/volume/xensm.py:110
 
7384
#: nova/volume/xensm.py:111
7491
7385
msgid "Failed to initiate session"
7492
7386
msgstr ""
7493
7387
 
7494
 
#: nova/volume/xensm.py:142
 
7388
#: nova/volume/xensm.py:143
7495
7389
#, python-format
7496
7390
msgid "Volume will be created in backend - %d"
7497
7391
msgstr ""
7498
7392
 
7499
 
#: nova/volume/xensm.py:154
 
7393
#: nova/volume/xensm.py:155
7500
7394
msgid "Failed to update volume in db"
7501
7395
msgstr ""
7502
7396
 
7503
 
#: nova/volume/xensm.py:157
 
7397
#: nova/volume/xensm.py:159
7504
7398
msgid "Unable to create volume"
7505
7399
msgstr ""
7506
7400
 
7507
 
#: nova/volume/xensm.py:171
 
7401
#: nova/volume/xensm.py:173
7508
7402
msgid "Failed to delete vdi"
7509
7403
msgstr ""
7510
7404
 
7511
 
#: nova/volume/xensm.py:177
 
7405
#: nova/volume/xensm.py:179
7512
7406
msgid "Failed to delete volume in db"
7513
7407
msgstr ""
7514
7408
 
7515
 
#: nova/volume/xensm.py:210
 
7409
#: nova/volume/xensm.py:212
7516
7410
msgid "Failed to find volume in db"
7517
7411
msgstr ""
7518
7412
 
7519
 
#: nova/volume/xensm.py:221
 
7413
#: nova/volume/xensm.py:223
7520
7414
msgid "Failed to find backend in db"
7521
7415
msgstr ""
7522
7416
 
7597
7491
"gone: %(exc)s"
7598
7492
msgstr ""
7599
7493
 
 
7494
#~ msgid "Volume service is unavailable at this time."
 
7495
#~ msgstr ""
 
7496
 
7600
7497
#~ msgid "Unable to locate account %(account_name) on Solidfire device"
7601
7498
#~ msgstr ""
7602
7499
 
7618
7515
#~ msgid "Detected existing vlan with id %(vlan)"
7619
7516
#~ msgstr ""
7620
7517
 
 
7518
#~ msgid "Inner Exception: %s"
 
7519
#~ msgstr "Excepción interna: %s"
 
7520
 
7621
7521
#~ msgid ""
7622
7522
#~ "Attempting to grab semaphore \"%(lock)s\" "
7623
7523
#~ "for method \"%(method)s\"...lock"
7634
7534
#~ msgid "Got file lock \"%(lock)s\" for method \"%(method)s\"...lock"
7635
7535
#~ msgstr ""
7636
7536
 
 
7537
#~ msgid "Original exception being dropped"
 
7538
#~ msgstr ""
 
7539
 
 
7540
#~ msgid "Stopping raw TCP server."
 
7541
#~ msgstr ""
 
7542
 
 
7543
#~ msgid "Starting TCP server %(arg0)s on %(host)s:%(port)s"
 
7544
#~ msgstr ""
 
7545
 
 
7546
#~ msgid "not available"
 
7547
#~ msgstr ""
 
7548
 
 
7549
#~ msgid "Returned non-serializeable type: %s"
 
7550
#~ msgstr ""
 
7551
 
 
7552
#~ msgid "%(user_id)s could not be found with token '%(token)s'"
 
7553
#~ msgstr ""
 
7554
 
 
7555
#~ msgid "%(user_id)s must be an admin or a member of %(project_id)s"
 
7556
#~ msgstr ""
 
7557
 
 
7558
#~ msgid "Authentication requests must be made against a version root (e.g. /v2)."
 
7559
#~ msgstr ""
 
7560
 
 
7561
#~ msgid "Could not find %s in request."
 
7562
#~ msgstr ""
 
7563
 
 
7564
#~ msgid "Successfully authenticated '%s'"
 
7565
#~ msgstr ""
 
7566
 
 
7567
#~ msgid "User not found with provided API key."
 
7568
#~ msgstr ""
 
7569
 
 
7570
#~ msgid "Provided API key is valid, but not for user '%(username)s'"
 
7571
#~ msgstr ""
 
7572
 
 
7573
#~ msgid "Associate floating ip failed"
 
7574
#~ msgstr ""
 
7575
 
7637
7576
#~ msgid "Parent group id and group id cannot be same"
7638
7577
#~ msgstr ""
7639
7578
 
 
7579
#~ msgid "start instance %r"
 
7580
#~ msgstr ""
 
7581
 
 
7582
#~ msgid "stop instance %r"
 
7583
#~ msgstr ""
 
7584
 
7640
7585
#~ msgid "No body provided"
7641
7586
#~ msgstr ""
7642
7587
 
7685
7630
#~ msgid "Index instances for VSA %s"
7686
7631
#~ msgstr ""
7687
7632
 
 
7633
#~ msgid "Quota exceeded for %(pid)s, metadata property key or value too long"
 
7634
#~ msgstr ""
 
7635
 
7688
7636
#~ msgid "Quota exceeded for %(pid)s, tried to run %(min_count)s instances"
7689
7637
#~ msgstr ""
7690
7638
 
7693
7641
#~ " any more instances of this type."
7694
7642
#~ msgstr ""
7695
7643
 
 
7644
#~ msgid "Using Kernel=%(kernel_id)s, Ramdisk=%(ramdisk_id)s"
 
7645
#~ msgstr ""
 
7646
 
7696
7647
#~ msgid "Going to try to soft delete %s"
7697
7648
#~ msgstr ""
7698
7649
 
7709
7660
#~ msgstr ""
7710
7661
 
7711
7662
#~ msgid ""
 
7663
#~ "check_instance_lock: arguments: |%(self)s| "
 
7664
#~ "|%(context)s| |%(instance_uuid)s|"
 
7665
#~ msgstr ""
 
7666
 
 
7667
#~ msgid ""
7712
7668
#~ "Going to force the deletion of the"
7713
7669
#~ " vm %(instance_uuid)s, even if it is"
7714
7670
#~ " deleted"
7724
7680
#~ msgid "exception terminating the instance %(instance_uuid)s"
7725
7681
#~ msgstr ""
7726
7682
 
 
7683
#~ msgid "Instance %s not found."
 
7684
#~ msgstr ""
 
7685
 
7727
7686
#~ msgid "trying to destroy already destroyed instance: %s"
7728
7687
#~ msgstr "intentando finalizar una instancia que ya había sido finalizada: %s"
7729
7688
 
7730
7689
#~ msgid ""
 
7690
#~ "Cannot rebuild instance [%(instance_uuid)s], "
 
7691
#~ "because the given image does not "
 
7692
#~ "exist."
 
7693
#~ msgstr ""
 
7694
 
 
7695
#~ msgid "Cannot rebuild instance [%(instance_uuid)s]: %(exc)s"
 
7696
#~ msgstr ""
 
7697
 
 
7698
#~ msgid "Rebuilding instance %s"
 
7699
#~ msgstr ""
 
7700
 
 
7701
#~ msgid ""
 
7702
#~ "trying to reboot a non-running "
 
7703
#~ "instance: %(instance_uuid)s (state: %(state)s "
 
7704
#~ "expected: %(running)s)"
 
7705
#~ msgstr ""
 
7706
 
 
7707
#~ msgid ""
 
7708
#~ "trying to snapshot a non-running "
 
7709
#~ "instance: %(instance_uuid)s (state: %(state)s "
 
7710
#~ "expected: %(running)s)"
 
7711
#~ msgstr ""
 
7712
 
 
7713
#~ msgid "Instance %s: Root password set"
 
7714
#~ msgstr ""
 
7715
 
 
7716
#~ msgid ""
 
7717
#~ "trying to inject a file into a "
 
7718
#~ "non-running instance: %(instance_uuid)s "
 
7719
#~ "(state: %(current_power_state)s expected: "
 
7720
#~ "%(expected_state)s)"
 
7721
#~ msgstr ""
 
7722
 
 
7723
#~ msgid "instance %(instance_uuid)s: injecting file to %(path)s"
 
7724
#~ msgstr ""
 
7725
 
 
7726
#~ msgid ""
 
7727
#~ "trying to update agent on a "
 
7728
#~ "non-running instance: %(instance_uuid)s (state:"
 
7729
#~ " %(current_power_state)s expected: %(expected_state)s)"
 
7730
#~ msgstr ""
 
7731
 
 
7732
#~ msgid "instance %(instance_uuid)s: updating agent to %(url)s"
 
7733
#~ msgstr ""
 
7734
 
 
7735
#~ msgid "instance %s: rescuing"
 
7736
#~ msgstr "instancia %s: rescatando"
 
7737
 
 
7738
#~ msgid "instance %s: unrescuing"
 
7739
#~ msgstr ""
 
7740
 
 
7741
#~ msgid "instance %s: migrating"
 
7742
#~ msgstr ""
 
7743
 
 
7744
#~ msgid "instance %s: pausing"
 
7745
#~ msgstr "instancia %s: pausando"
 
7746
 
 
7747
#~ msgid "instance %s: unpausing"
 
7748
#~ msgstr "instancia %s: continuando tras pausa"
 
7749
 
 
7750
#~ msgid "instance %s: resuming"
 
7751
#~ msgstr "instancia %s: continuando"
 
7752
 
 
7753
#~ msgid "instance %s: locking"
 
7754
#~ msgstr "instancia %s: bloqueando"
 
7755
 
 
7756
#~ msgid "instance %s: unlocking"
 
7757
#~ msgstr "instancia %s: desbloqueando"
 
7758
 
 
7759
#~ msgid "instance %s: reset network"
 
7760
#~ msgstr "instancia %s: reiniciar redes"
 
7761
 
 
7762
#~ msgid "instance %s: inject network info"
 
7763
#~ msgstr ""
 
7764
 
 
7765
#~ msgid "instance %s: getting vnc console"
 
7766
#~ msgstr ""
 
7767
 
 
7768
#~ msgid "Attach failed %(mountpoint)s, removing"
 
7769
#~ msgstr ""
 
7770
 
 
7771
#~ msgid ""
7731
7772
#~ "Instance %(name)s found in database but"
7732
7773
#~ " not known by hypervisor. Setting "
7733
7774
#~ "power state to NOSTATE"
7745
7786
#~ "DELETED but still present on host."
7746
7787
#~ msgstr ""
7747
7788
 
 
7789
#~ msgid "python-migrate is not installed. Exiting."
 
7790
#~ msgstr ""
 
7791
 
7748
7792
#~ msgid "SQL connection failed (%(connstring)s). %(attempts)d attempts left."
7749
7793
#~ msgstr ""
7750
7794
 
 
7795
#~ msgid "interface column not added to networks table"
 
7796
#~ msgstr ""
 
7797
 
 
7798
#~ msgid "VIF column not added to fixed_ips table"
 
7799
#~ msgstr ""
 
7800
 
 
7801
#~ msgid "join list for moving mac_addresses |%s|"
 
7802
#~ msgstr ""
 
7803
 
7751
7804
#~ msgid "Can't downgrade without losing data"
7752
7805
#~ msgstr ""
7753
7806
 
 
7807
#~ msgid "foreign key constraint couldn't be added"
 
7808
#~ msgstr ""
 
7809
 
 
7810
#~ msgid "foreign key constraint couldn't be dropped"
 
7811
#~ msgstr ""
 
7812
 
 
7813
#~ msgid "priority column not added to networks table"
 
7814
#~ msgstr ""
 
7815
 
 
7816
#~ msgid "progress column not added to instances table"
 
7817
#~ msgstr ""
 
7818
 
 
7819
#~ msgid ""
 
7820
#~ "Could not cast flavorid to integer: "
 
7821
#~ "%s. Set flavorid to an integer-"
 
7822
#~ "like string to downgrade."
 
7823
#~ msgstr ""
 
7824
 
 
7825
#~ msgid "instance_info_caches tables not dropped"
 
7826
#~ msgstr ""
 
7827
 
 
7828
#~ msgid "progress column not added to compute_nodes table"
 
7829
#~ msgstr ""
 
7830
 
 
7831
#~ msgid "dns_domains table not dropped"
 
7832
#~ msgstr ""
 
7833
 
7754
7834
#~ msgid "Instance %(instance_id)s not found"
7755
7835
#~ msgstr ""
7756
7836
 
 
7837
#~ msgid ""
 
7838
#~ "instance-dns-zone is |%(domain)s|, which"
 
7839
#~ " is in availability zone |%(zone)s|. "
 
7840
#~ "Instance |%(instance)s| is in zone "
 
7841
#~ "|%(zone2)s|. No DNS record will be "
 
7842
#~ "created."
 
7843
#~ msgstr ""
 
7844
 
7757
7845
#~ msgid "Network %s has active ports, cannot delete"
7758
7846
#~ msgstr ""
7759
7847
 
7760
7848
#~ msgid "No fixed IPs to deallocate for vif %sid"
7761
7849
#~ msgstr ""
7762
7850
 
 
7851
#~ msgid "Sending notification on %s..."
 
7852
#~ msgstr ""
 
7853
 
 
7854
#~ msgid ""
 
7855
#~ "AMQP server on %(fl_host)s:%(fl_port)d is "
 
7856
#~ "unreachable: %(e)s. Trying again in "
 
7857
#~ "%(fl_intv)d seconds."
 
7858
#~ msgstr ""
 
7859
 
 
7860
#~ msgid "Unable to connect to AMQP server after %(tries)d tries. Shutting down."
 
7861
#~ msgstr ""
 
7862
 
 
7863
#~ msgid "Failed to fetch message from queue: %s"
 
7864
#~ msgstr ""
 
7865
 
 
7866
#~ msgid "Initing the Adapter Consumer for %s"
 
7867
#~ msgstr ""
 
7868
 
 
7869
#~ msgid "Created \"%(exchange)s\" fanout exchange with \"%(key)s\" routing key"
 
7870
#~ msgstr ""
 
7871
 
 
7872
#~ msgid "Exception while processing consumer"
 
7873
#~ msgstr ""
 
7874
 
 
7875
#~ msgid "Creating \"%(exchange)s\" fanout exchange"
 
7876
#~ msgstr ""
 
7877
 
 
7878
#~ msgid "topic is %s"
 
7879
#~ msgstr ""
 
7880
 
 
7881
#~ msgid "message %s"
 
7882
#~ msgstr "mensaje %s"
 
7883
 
 
7884
#~ msgid "Unable to connect to AMQP server: %s "
 
7885
#~ msgstr ""
 
7886
 
7763
7887
#~ msgid ""
7764
7888
#~ "Cannot confirm tmpfile at %(ipath)s is"
7765
7889
#~ " on same shared storage between "
7851
7975
#~ "(available %(max_avail)s %(type_str)s)"
7852
7976
#~ msgstr ""
7853
7977
 
 
7978
#~ msgid "(%(nm)s) publish (key: %(routing_key)s) %(message)s"
 
7979
#~ msgstr "(%(nm)s) publica (key: %(routing_key)s) %(message)s"
 
7980
 
 
7981
#~ msgid "Publishing to route %s"
 
7982
#~ msgstr "Publicando la ruta %s"
 
7983
 
 
7984
#~ msgid "Declaring queue %s"
 
7985
#~ msgstr "Declarando cola %s"
 
7986
 
 
7987
#~ msgid "Declaring exchange %s"
 
7988
#~ msgstr "Declarando intercambio %s"
 
7989
 
 
7990
#~ msgid "Binding %(queue)s to %(exchange)s with key %(routing_key)s"
 
7991
#~ msgstr "Enlazando %(queue)s a %(exchange)s con la llave %(routing_key)s"
 
7992
 
 
7993
#~ msgid "Getting from %(queue)s: %(message)s"
 
7994
#~ msgstr "Obtendiendo desde %(queue)s: %(message)s"
 
7995
 
7854
7996
#~ msgid "Test: Emulate wrong VSA name. Raise"
7855
7997
#~ msgstr ""
7856
7998
 
7887
8029
#~ msgid "Test: Volume get: id=%(volume_id)s"
7888
8030
#~ msgstr ""
7889
8031
 
 
8032
#~ msgid "Attempted to unfilter instance %s which is not filtered"
 
8033
#~ msgstr ""
 
8034
 
 
8035
#~ msgid "Filters added to instance %s"
 
8036
#~ msgstr ""
 
8037
 
7890
8038
#~ msgid "Task [%(name)s] %(task)s status: success    %(result)s"
7891
8039
#~ msgstr ""
7892
8040
 
7901
8049
#~ "node_id = %(id)s node_ip = %(ip)s"
7902
8050
#~ msgstr ""
7903
8051
 
 
8052
#~ msgid "no partitions found"
 
8053
#~ msgstr ""
 
8054
 
7904
8055
#~ msgid "virsh said: %r"
7905
8056
#~ msgstr "virsh dijo: %r"
7906
8057
 
7915
8066
#~ ":%s "
7916
8067
#~ msgstr ""
7917
8068
 
 
8069
#~ msgid "Instance %s: Starting migrate_disk_and_power_off"
 
8070
#~ msgstr ""
 
8071
 
7918
8072
#~ msgid "During wait running, %s disappeared."
7919
8073
#~ msgstr ""
7920
8074
 
7921
8075
#~ msgid "Instance %s running successfully."
7922
8076
#~ msgstr ""
7923
8077
 
 
8078
#~ msgid "Instance %s: Starting finish_migration"
 
8079
#~ msgstr ""
 
8080
 
 
8081
#~ msgid "Instance %s: Starting finish_revert_migration"
 
8082
#~ msgstr ""
 
8083
 
7924
8084
#~ msgid "The nwfilter(%(instance_secgroup_filter_name)s) is not found."
7925
8085
#~ msgstr ""
7926
8086
 
7959
8119
#~ msgid "%(container_format)s-%(id)s (%(base_file)s): image is in use"
7960
8120
#~ msgstr ""
7961
8121
 
 
8122
#~ msgid "Failed while unplugging vif of instance '%s'"
 
8123
#~ msgstr ""
 
8124
 
 
8125
#~ msgid "Property %(attr)s not set for the managed object %(objName)s"
 
8126
#~ msgstr ""
 
8127
 
 
8128
#~ msgid "Creating VM with the name %s on the ESX  host"
 
8129
#~ msgstr ""
 
8130
 
 
8131
#~ msgid "Created VM with the name %s on the ESX  host"
 
8132
#~ msgstr ""
 
8133
 
 
8134
#~ msgid "Reconfiguring VM instance %s to attach the image disk"
 
8135
#~ msgstr ""
 
8136
 
 
8137
#~ msgid "Reconfigured VM instance %s to attach the image disk"
 
8138
#~ msgstr ""
 
8139
 
 
8140
#~ msgid "Powering on the VM instance %s"
 
8141
#~ msgstr ""
 
8142
 
 
8143
#~ msgid "Powered on the VM instance %s"
 
8144
#~ msgstr ""
 
8145
 
 
8146
#~ msgid "Creating Snapshot of the VM instance %s "
 
8147
#~ msgstr ""
 
8148
 
 
8149
#~ msgid "Created Snapshot of the VM instance %s "
 
8150
#~ msgstr ""
 
8151
 
 
8152
#~ msgid "Copying disk data before snapshot of the VM  instance %s"
 
8153
#~ msgstr ""
 
8154
 
 
8155
#~ msgid "Copied disk data before snapshot of the VM instance %s"
 
8156
#~ msgstr ""
 
8157
 
 
8158
#~ msgid "Rebooting guest OS of VM %s"
 
8159
#~ msgstr ""
 
8160
 
 
8161
#~ msgid "Rebooted guest OS of VM %s"
 
8162
#~ msgstr ""
 
8163
 
 
8164
#~ msgid "Doing hard reboot of VM %s"
 
8165
#~ msgstr ""
 
8166
 
 
8167
#~ msgid "Did hard reboot of VM %s"
 
8168
#~ msgstr ""
 
8169
 
 
8170
#~ msgid "instance - %s not present"
 
8171
#~ msgstr ""
 
8172
 
 
8173
#~ msgid "Powering off the VM %s"
 
8174
#~ msgstr ""
 
8175
 
 
8176
#~ msgid "Powered off the VM %s"
 
8177
#~ msgstr ""
 
8178
 
 
8179
#~ msgid "Unregistering the VM %s"
 
8180
#~ msgstr ""
 
8181
 
 
8182
#~ msgid "Unregistered the VM %s"
 
8183
#~ msgstr ""
 
8184
 
 
8185
#~ msgid "Deleting contents of the VM %(name)s from datastore %(datastore_name)s"
 
8186
#~ msgstr ""
 
8187
 
 
8188
#~ msgid "Deleted contents of the VM %(name)s from datastore %(datastore_name)s"
 
8189
#~ msgstr ""
 
8190
 
 
8191
#~ msgid "Suspending the VM %s "
 
8192
#~ msgstr ""
 
8193
 
 
8194
#~ msgid "Suspended the VM %s "
 
8195
#~ msgstr ""
 
8196
 
 
8197
#~ msgid ""
 
8198
#~ "VM %s was already in suspended "
 
8199
#~ "state. So returning without doing "
 
8200
#~ "anything"
 
8201
#~ msgstr ""
 
8202
 
 
8203
#~ msgid "Resuming the VM %s"
 
8204
#~ msgstr ""
 
8205
 
 
8206
#~ msgid "Resumed the VM %s "
 
8207
#~ msgstr ""
 
8208
 
 
8209
#~ msgid ""
 
8210
#~ "Reconfiguring VM instance %(name)s to "
 
8211
#~ "set the machine id with ip - "
 
8212
#~ "%(ip_addr)s"
 
8213
#~ msgstr ""
 
8214
 
 
8215
#~ msgid ""
 
8216
#~ "Reconfigured VM instance %(name)s to set"
 
8217
#~ " the machine id with ip - "
 
8218
#~ "%(ip_addr)s"
 
8219
#~ msgstr ""
 
8220
 
 
8221
#~ msgid "Created VM %s..."
 
8222
#~ msgstr "Creada VM %s..."
 
8223
 
 
8224
#~ msgid "Created VM %(instance_name)s as %(vm_ref)s."
 
8225
#~ msgstr "VM creada %(instance_name)s como %(vm_ref)s."
 
8226
 
7962
8227
#~ msgid "Creating a CDROM-specific VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
7963
8228
#~ msgstr ""
7964
8229
 
7970
8235
#~ msgid "No primary VDI found for%(vm_ref)s"
7971
8236
#~ msgstr ""
7972
8237
 
 
8238
#~ msgid "Fetching image %(image)s"
 
8239
#~ msgstr ""
 
8240
 
 
8241
#~ msgid "Image Type: %s"
 
8242
#~ msgstr ""
 
8243
 
 
8244
#~ msgid "ISO: Found sr possibly containing the ISO image"
 
8245
#~ msgstr ""
 
8246
 
 
8247
#~ msgid "instance %s: Failed to fetch glance image"
 
8248
#~ msgstr ""
 
8249
 
 
8250
#~ msgid "(VM_UTILS) xenserver vm state -> |%s|"
 
8251
#~ msgstr "(VM_UTILS) xenserver vm state -> |%s|"
 
8252
 
 
8253
#~ msgid "(VM_UTILS) xenapi power_state -> |%s|"
 
8254
#~ msgstr "(VM_UTILS) xenapi power_state -> |%s|"
 
8255
 
7973
8256
#~ msgid "Creating VBD for VDI %s ... "
7974
8257
#~ msgstr "Creando VBD para VDI %s ... "
7975
8258
 
7994
8277
#~ msgid "Ignoring XenAPI.Failure %s"
7995
8278
#~ msgstr ""
7996
8279
 
 
8280
#~ msgid "Attempted to power on non-existent instance bad instance id %s"
 
8281
#~ msgstr ""
 
8282
 
 
8283
#~ msgid "Starting instance %s"
 
8284
#~ msgstr ""
 
8285
 
7997
8286
#~ msgid "instance %s: Failed to spawn"
7998
8287
#~ msgstr "Instancia %s: no se pudo iniciar"
7999
8288
 
8003
8292
#~ msgid "instance %s: Failed to spawn - Unable to create VM"
8004
8293
#~ msgstr ""
8005
8294
 
 
8295
#~ msgid ""
 
8296
#~ "Auto configuring disk for instance "
 
8297
#~ "%(instance_uuid)s, attempting to resize "
 
8298
#~ "partition..."
 
8299
#~ msgstr ""
 
8300
 
 
8301
#~ msgid "Invalid value for injected_files: '%s'"
 
8302
#~ msgstr ""
 
8303
 
 
8304
#~ msgid "Starting VM %s..."
 
8305
#~ msgstr "Iniciando VM %s..."
 
8306
 
 
8307
#~ msgid "Spawning VM %(instance_uuid)s created %(vm_ref)s."
 
8308
#~ msgstr ""
 
8309
 
 
8310
#~ msgid "Instance %s: waiting for running"
 
8311
#~ msgstr ""
 
8312
 
 
8313
#~ msgid "Instance %s: running"
 
8314
#~ msgstr ""
 
8315
 
8006
8316
#~ msgid "Resources to remove:%s"
8007
8317
#~ msgstr ""
8008
8318
 
8012
8322
#~ msgid "Skipping VDI destroy for %s"
8013
8323
#~ msgstr ""
8014
8324
 
 
8325
#~ msgid "No opaque_ref could be determined for '%s'."
 
8326
#~ msgstr ""
 
8327
 
 
8328
#~ msgid "Unable to Snapshot instance %(instance_uuid)s: %(exc)s"
 
8329
#~ msgstr ""
 
8330
 
 
8331
#~ msgid "Updating instance '%(instance_uuid)s' progress to %(progress)d"
 
8332
#~ msgstr ""
 
8333
 
 
8334
#~ msgid "Resize instance %s complete"
 
8335
#~ msgstr ""
 
8336
 
 
8337
#~ msgid "domid changed from %(olddomid)s to %(newdomid)s"
 
8338
#~ msgstr ""
 
8339
 
 
8340
#~ msgid "VM %(instance_uuid)s already halted,skipping shutdown..."
 
8341
#~ msgstr ""
 
8342
 
 
8343
#~ msgid "Shutting down VM for Instance %(instance_uuid)s"
 
8344
#~ msgstr ""
 
8345
 
8015
8346
#~ msgid "Destroying VDIs for Instance %(instance_uuid)s"
8016
8347
#~ msgstr ""
8017
8348
 
 
8349
#~ msgid ""
 
8350
#~ "Instance %(instance_uuid)s using RAW or "
 
8351
#~ "VHD, skipping kernel and ramdisk "
 
8352
#~ "deletion"
 
8353
#~ msgstr ""
 
8354
 
 
8355
#~ msgid "Instance %(instance_uuid)s VM destroyed"
 
8356
#~ msgstr ""
 
8357
 
 
8358
#~ msgid "Destroying VM for Instance %(instance_uuid)s"
 
8359
#~ msgstr ""
 
8360
 
 
8361
#~ msgid "Automatically hard rebooting %d"
 
8362
#~ msgstr ""
 
8363
 
 
8364
#~ msgid "Instance for migration %d not found, skipping"
 
8365
#~ msgstr ""
 
8366
 
 
8367
#~ msgid "injecting network info to xs for vm: |%s|"
 
8368
#~ msgstr ""
 
8369
 
 
8370
#~ msgid "creating vif(s) for vm: |%s|"
 
8371
#~ msgstr ""
 
8372
 
 
8373
#~ msgid "Created VIF %(vif_ref)s for VM %(vm_ref)s, network %(network_ref)s."
 
8374
#~ msgstr "Creado el VIF %(vif_ref)s para VM %(vm_ref)s, red %(network_ref)s."
 
8375
 
 
8376
#~ msgid "injecting hostname to xs for vm: |%s|"
 
8377
#~ msgstr ""
 
8378
 
 
8379
#~ msgid ""
 
8380
#~ "The agent call to %(method)s returned"
 
8381
#~ " an invalid response: %(ret)r. VM "
 
8382
#~ "id=%(instance_uuid)s; path=%(path)s; args=%(addl_args)r"
 
8383
#~ msgstr ""
 
8384
 
 
8385
#~ msgid ""
 
8386
#~ "TIMEOUT: The call to %(method)s timed"
 
8387
#~ " out. VM id=%(instance_uuid)s; args=%(args)r"
 
8388
#~ msgstr ""
 
8389
 
 
8390
#~ msgid ""
 
8391
#~ "NOT IMPLEMENTED: The call to %(method)s"
 
8392
#~ " is not supported by the agent. "
 
8393
#~ "VM id=%(instance_uuid)s; args=%(args)r"
 
8394
#~ msgstr ""
 
8395
 
 
8396
#~ msgid ""
 
8397
#~ "The call to %(method)s returned an "
 
8398
#~ "error: %(e)s. VM id=%(instance_uuid)s; "
 
8399
#~ "args=%(args)r"
 
8400
#~ msgstr ""
 
8401
 
8018
8402
#~ msgid "Creating VBD for VM %(vm_ref)s, VDI %(vdi_ref)s ... "
8019
8403
#~ msgstr "Creando VBD para VM %(vm_ref)s, VDI %(vdi_ref)s ... "
8020
8404
 
8060
8444
#~ msgid "Failed to retrieve QoS info"
8061
8445
#~ msgstr ""
8062
8446
 
 
8447
#~ msgid "Could not determine project for volume %s, can't export"
 
8448
#~ msgstr ""
 
8449
 
 
8450
#~ msgid "Deleting volumeID: %s "
 
8451
#~ msgstr ""
 
8452
 
8063
8453
#~ msgid "invalid drive data"
8064
8454
#~ msgstr ""
8065
8455