~ubuntu-branches/ubuntu/quantal/cinder/quantal-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short
  • Date: 2012-09-18 14:24:45 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120918142445-6hig7h461n8t5lyd
Tags: 2012.2~rc1-0ubuntu1
[ Adam Gandelman ]
* debian/control: Add lvm2 + tgt as a Dependency of cinder-volume.
* debian/cinder-volume.{dirs, postinst}:
      - Create /var/lib/cinder/volumes (LP: #1047059)
      - chmod 0600, not chown.
* debain/cinder-scheduler.postinst: Drop.
* debian/cinder.conf: Fix defaults.
* debian/*.upstart: Specify --log-file.
* debian/*.logrotate: Update.
* Only rootwrap filters with the packages that need them (cinder-volume).
* Ensure /etc/cinder/rootwrap.d/ is only writable by root, ensure
  those permissions on /etc/cinder/rootwrap.conf and individual filter
  configurations.

[ Chuck Short ]
* New upstream version.
* debian/control: Add python-ceph as a suggests

Show diffs side-by-side

added added

removed removed

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