libvirt/po/es.po
Daniel Veillard 7976d96dd7 Release of libvirt-0.9.3
* configure.ac docs/news.html.in libvirt.spec.in: update for the
  new release
* po/*.po*: updated and regenerated localizations
2011-07-04 15:54:36 +08:00

21391 lines
595 KiB
Plaintext

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Red Hat, Inc.
# This file is distributed under the same license as the PACKAGE package.
#
# Daniel <veillard@redhat.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list@redhat.com\n"
"POT-Creation-Date: 2011-07-04 14:53+0800\n"
"PO-Revision-Date: 2011-06-30 03:25+0000\n"
"Last-Translator: veillard <veillard@redhat.com>\n"
"Language-Team: Spanish (Castilian) <trans-es@lists.fedoraproject.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: daemon/libvirtd.c:252
#, c-format
msgid ""
"%s: error: %s. Check /var/log/messages or run without --daemon for more "
"info.\n"
msgstr ""
"%s: error: %s. Verifique el archivo /var/log/messages o ejecute sin la "
"opción --daemon para obtener más información.\n"
#: daemon/libvirtd.c:271
#, c-format
msgid "Failed to open pid file '%s' : %s"
msgstr "Falló al abrir el archivo pid '%s' : %s"
#: daemon/libvirtd.c:277
#, c-format
msgid "Failed to fdopen pid file '%s' : %s"
msgstr "Falló al abrir el archivo pid con fdopen '%s' : %s"
#: daemon/libvirtd.c:284
#, c-format
msgid "%s: Failed to write to pid file '%s' : %s"
msgstr "%s: Falló al escribir en el archivo pid '%s' : %s"
#: daemon/libvirtd.c:291
#, c-format
msgid "%s: Failed to close pid file '%s' : %s"
msgstr "%s: Falló al cerrar el archivo pid '%s' : %s"
#: daemon/libvirtd.c:479 daemon/libvirtd.c:484
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "Fallo al intentar analizar el modo '%s'"
#: daemon/libvirtd.c:590
#, c-format
msgid "Failed to connect to system bus for PolicyKit auth: %s"
msgstr ""
"Fallo al intentar conectarse con el bus del sistema para autorización de "
"PolicyKit: %s"
#: daemon/libvirtd.c:637 daemon/libvirtd.c:656
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "Falló al intentar asignar memoria para la lista de configuración %s"
#: daemon/libvirtd.c:643 daemon/libvirtd.c:673
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr ""
"Falló al intentar asignar memoria para los valores de la lista de "
"configuración %s"
#: daemon/libvirtd.c:661 daemon/libvirtd.c:684
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings"
msgstr ""
"remoteReadConfigFile: %s: %s: debe ser una cadena o una lista de cadenas"
#: daemon/libvirtd.c:700
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s"
msgstr ""
"remoteReadConfigFile: %s: %s: tipo inválido: se obtuvo %s; se esperaba %s"
#: daemon/libvirtd.c:761
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s"
msgstr "remoteReadConfigFile: %s: %s: autorización no soportada %s"
#: daemon/libvirtd.c:1128
msgid "additional privileges are required"
msgstr "son necesarios privilegios adicionales"
#: daemon/libvirtd.c:1134
msgid "failed to set reduced privileges"
msgstr "falló al definir privilegios reducidos"
#: daemon/libvirtd.c:1172
msgid "Driver state initialization failed"
msgstr "Falló la inicialización del estado del controlador"
#: daemon/libvirtd.c:1198
#, c-format
msgid ""
"\n"
"Usage:\n"
" %s [options]\n"
"\n"
"Options:\n"
" -v | --verbose Verbose messages.\n"
" -d | --daemon Run as a daemon & write PID file.\n"
" -l | --listen Listen for TCP/IP connections.\n"
" -t | --timeout <secs> Exit after timeout period.\n"
" -f | --config <file> Configuration file.\n"
" | --version Display version information.\n"
" -p | --pid-file <file> Change name of PID file.\n"
"\n"
"libvirt management daemon:\n"
msgstr ""
#: daemon/libvirtd.c:1215
#, c-format
msgid ""
"\n"
" Default paths:\n"
"\n"
" Configuration file (unless overridden by -f):\n"
" %s/libvirt/libvirtd.conf\n"
"\n"
" Sockets:\n"
" %s/run/libvirt/libvirt-sock\n"
" %s/run/libvirt/libvirt-sock-ro\n"
"\n"
" TLS:\n"
" CA certificate: %s/pki/CA/caert.pem\n"
" Server certificate: %s/pki/libvirt/servercert.pem\n"
" Server private key: %s/pki/libvirt/private/serverkey.pem\n"
"\n"
" PID file (unless overridden by -p):\n"
" %s/run/libvirtd.pid\n"
"\n"
msgstr ""
#: daemon/libvirtd.c:1242
msgid ""
"\n"
" Default paths:\n"
"\n"
" Configuration file (unless overridden by -f):\n"
" $HOME/.libvirt/libvirtd.conf\n"
"\n"
" Sockets:\n"
" $HOME/.libvirt/libvirt-sock (in UNIX abstract namespace)\n"
"\n"
" TLS:\n"
" CA certificate: $HOME/.pki/libvirt/cacert.pem\n"
" Server certificate: $HOME/.pki/libvirt/servercert.pem\n"
" Server private key: $HOME/.pki/libvirt/serverkey.pem\n"
"\n"
" PID file:\n"
" $HOME/.libvirt/libvirtd.pid\n"
"\n"
msgstr ""
#: daemon/libvirtd.c:1298 src/lxc/lxc_controller.c:830
#: src/security/virt-aa-helper.c:1112 src/storage/parthelper.c:75
#: src/util/iohelper.c:154 src/util/iohelper.c:161
#, c-format
msgid "%s: initialization failed\n"
msgstr "%s: Falló la inicialización\n"
#: daemon/libvirtd.c:1356
#, c-format
msgid "%s: internal error: unknown flag: %c\n"
msgstr "%s: error interno: marca desconocida: %c\n"
#: daemon/libvirtd.c:1378
#, c-format
msgid "invalid host UUID: %s"
msgstr "UUID de equipo no válido: %s"
#: daemon/libvirtd.c:1400
#, c-format
msgid "cannot change to root directory: %s"
msgstr "no es posible trasladarse al directorio raíz: %s"
#: daemon/libvirtd.c:1406
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Falló al ejecutarse como demonio: %s"
#: daemon/libvirtd.c:1429
#, c-format
msgid "unable to create rundir %s: %s"
msgstr "no es posible crear rundir %s: %s"
#: daemon/remote.c:62 src/remote/remote_driver.c:57
#, c-format
msgid "conversion from hyper to %s overflowed"
msgstr ""
#: daemon/remote.c:453
msgid "connection already open"
msgstr "la conexión ya se encuentra iniciada"
#: daemon/remote.c:511 daemon/remote.c:686 daemon/remote.c:739
#: daemon/remote.c:793 daemon/remote.c:857 daemon/remote.c:913
#: daemon/remote.c:966 daemon/remote.c:1013 daemon/remote.c:1059
#: daemon/remote.c:1130 daemon/remote.c:1216 daemon/remote.c:1273
#: daemon/remote.c:1324 daemon/remote.c:1387 daemon/remote.c:1451
#: daemon/remote.c:1529 daemon/remote.c:2290 daemon/remote.c:2343
#: daemon/remote.c:2384 daemon/remote.c:2460 daemon/remote.c:2497
#: daemon/remote.c:2530 daemon/remote.c:2579 daemon/remote.c:2625
#: daemon/remote.c:2666 daemon/remote.c:2717 daemon/remote.c:2777
#: daemon/remote.c:2831 daemon/remote.c:2880 daemon/remote_dispatch.h:163
#: daemon/remote_dispatch.h:213 daemon/remote_dispatch.h:261
#: daemon/remote_dispatch.h:313 daemon/remote_dispatch.h:365
#: daemon/remote_dispatch.h:442 daemon/remote_dispatch.h:499
#: daemon/remote_dispatch.h:551 daemon/remote_dispatch.h:605
#: daemon/remote_dispatch.h:660 daemon/remote_dispatch.h:712
#: daemon/remote_dispatch.h:762 daemon/remote_dispatch.h:814
#: daemon/remote_dispatch.h:866 daemon/remote_dispatch.h:1005
#: daemon/remote_dispatch.h:1083 daemon/remote_dispatch.h:1141
#: daemon/remote_dispatch.h:1199 daemon/remote_dispatch.h:1259
#: daemon/remote_dispatch.h:1326 daemon/remote_dispatch.h:1382
#: daemon/remote_dispatch.h:1460 daemon/remote_dispatch.h:1670
#: daemon/remote_dispatch.h:1726 daemon/remote_dispatch.h:1782
#: daemon/remote_dispatch.h:1838 daemon/remote_dispatch.h:1891
#: daemon/remote_dispatch.h:1946 daemon/remote_dispatch.h:2009
#: daemon/remote_dispatch.h:2065 daemon/remote_dispatch.h:2121
#: daemon/remote_dispatch.h:2176 daemon/remote_dispatch.h:2228
#: daemon/remote_dispatch.h:2280 daemon/remote_dispatch.h:2330
#: daemon/remote_dispatch.h:2382 daemon/remote_dispatch.h:2524
#: daemon/remote_dispatch.h:2579 daemon/remote_dispatch.h:2656
#: daemon/remote_dispatch.h:2806 daemon/remote_dispatch.h:2883
#: daemon/remote_dispatch.h:2955 daemon/remote_dispatch.h:3008
#: daemon/remote_dispatch.h:3065 daemon/remote_dispatch.h:3135
#: daemon/remote_dispatch.h:3187 daemon/remote_dispatch.h:3239
#: daemon/remote_dispatch.h:3290 daemon/remote_dispatch.h:3337
#: daemon/remote_dispatch.h:3390 daemon/remote_dispatch.h:3447
#: daemon/remote_dispatch.h:3505 daemon/remote_dispatch.h:3587
#: daemon/remote_dispatch.h:3639 daemon/remote_dispatch.h:3693
#: daemon/remote_dispatch.h:3753 daemon/remote_dispatch.h:3808
#: daemon/remote_dispatch.h:3863 daemon/remote_dispatch.h:3919
#: daemon/remote_dispatch.h:3980 daemon/remote_dispatch.h:4041
#: daemon/remote_dispatch.h:4100 daemon/remote_dispatch.h:4152
#: daemon/remote_dispatch.h:4204 daemon/remote_dispatch.h:4259
#: daemon/remote_dispatch.h:4317 daemon/remote_dispatch.h:4373
#: daemon/remote_dispatch.h:4434 daemon/remote_dispatch.h:4495
#: daemon/remote_dispatch.h:4565 daemon/remote_dispatch.h:4623
#: daemon/remote_dispatch.h:4676 daemon/remote_dispatch.h:4728
#: daemon/remote_dispatch.h:4780 daemon/remote_dispatch.h:4834
#: daemon/remote_dispatch.h:4884 daemon/remote_dispatch.h:4935
#: daemon/remote_dispatch.h:4985 daemon/remote_dispatch.h:5033
#: daemon/remote_dispatch.h:5081 daemon/remote_dispatch.h:5132
#: daemon/remote_dispatch.h:5184 daemon/remote_dispatch.h:5232
#: daemon/remote_dispatch.h:5285 daemon/remote_dispatch.h:5333
#: daemon/remote_dispatch.h:5380 daemon/remote_dispatch.h:5426
#: daemon/remote_dispatch.h:5472 daemon/remote_dispatch.h:5519
#: daemon/remote_dispatch.h:5573 daemon/remote_dispatch.h:5623
#: daemon/remote_dispatch.h:5678 daemon/remote_dispatch.h:5734
#: daemon/remote_dispatch.h:5789 daemon/remote_dispatch.h:5841
#: daemon/remote_dispatch.h:5891 daemon/remote_dispatch.h:5943
#: daemon/remote_dispatch.h:5993 daemon/remote_dispatch.h:6057
#: daemon/remote_dispatch.h:6121 daemon/remote_dispatch.h:6185
#: daemon/remote_dispatch.h:6249 daemon/remote_dispatch.h:6313
#: daemon/remote_dispatch.h:6377 daemon/remote_dispatch.h:6441
#: daemon/remote_dispatch.h:6505 daemon/remote_dispatch.h:6569
#: daemon/remote_dispatch.h:6631 daemon/remote_dispatch.h:6685
#: daemon/remote_dispatch.h:6737 daemon/remote_dispatch.h:6787
#: daemon/remote_dispatch.h:6842 daemon/remote_dispatch.h:6898
#: daemon/remote_dispatch.h:6954 daemon/remote_dispatch.h:7010
#: daemon/remote_dispatch.h:7066 daemon/remote_dispatch.h:7121
#: daemon/remote_dispatch.h:7173 daemon/remote_dispatch.h:7223
#: daemon/remote_dispatch.h:7275 daemon/remote_dispatch.h:7329
#: daemon/remote_dispatch.h:7379 daemon/remote_dispatch.h:7431
#: daemon/remote_dispatch.h:7508 daemon/remote_dispatch.h:7564
#: daemon/remote_dispatch.h:7633 daemon/remote_dispatch.h:7686
#: daemon/remote_dispatch.h:7739 daemon/remote_dispatch.h:7791
#: daemon/remote_dispatch.h:7845 daemon/remote_dispatch.h:7929
#: daemon/remote_dispatch.h:7977 daemon/remote_dispatch.h:8078
#: daemon/remote_dispatch.h:8145 daemon/remote_dispatch.h:8195
#: daemon/remote_dispatch.h:8243 daemon/remote_dispatch.h:8291
#: daemon/remote_dispatch.h:8339 daemon/remote_dispatch.h:8387
#: daemon/remote_dispatch.h:8435 daemon/remote_dispatch.h:8483
#: daemon/remote_dispatch.h:8531 daemon/remote_dispatch.h:8579
#: daemon/remote_dispatch.h:8627 daemon/remote_dispatch.h:8677
#: daemon/remote_dispatch.h:8730 daemon/remote_dispatch.h:8785
#: daemon/remote_dispatch.h:8837 daemon/remote_dispatch.h:8887
#: daemon/remote_dispatch.h:8962 daemon/remote_dispatch.h:9037
#: daemon/remote_dispatch.h:9092 daemon/remote_dispatch.h:9144
#: daemon/remote_dispatch.h:9194 daemon/remote_dispatch.h:9246
#: daemon/remote_dispatch.h:9298 daemon/remote_dispatch.h:9350
#: daemon/remote_dispatch.h:9404 daemon/remote_dispatch.h:9456
#: daemon/remote_dispatch.h:9506 daemon/remote_dispatch.h:9558
#: daemon/remote_dispatch.h:9613 daemon/remote_dispatch.h:9669
#: daemon/remote_dispatch.h:9728 daemon/remote_dispatch.h:9784
#: daemon/remote_dispatch.h:9840 daemon/remote_dispatch.h:9896
#: daemon/remote_dispatch.h:9965 daemon/remote_dispatch.h:10017
#: daemon/remote_dispatch.h:10070 daemon/remote_dispatch.h:10128
#: daemon/remote_dispatch.h:10181 daemon/remote_dispatch.h:10233
#: daemon/remote_dispatch.h:10285 daemon/remote_dispatch.h:10340
#: daemon/remote_dispatch.h:10399 daemon/remote_dispatch.h:10459
#: daemon/remote_dispatch.h:10513 daemon/remote_dispatch.h:10584
#: daemon/remote_dispatch.h:10642 daemon/remote_dispatch.h:10698
#: daemon/remote_dispatch.h:10753 daemon/remote_dispatch.h:10806
#: daemon/remote_dispatch.h:10863 daemon/remote_dispatch.h:10915
#: daemon/remote_dispatch.h:10983 daemon/remote_dispatch.h:11037
msgid "connection not open"
msgstr "la conexión no se ha abierto"
#: daemon/remote.c:578 daemon/remote.c:656 src/remote/remote_driver.c:1233
#: src/remote/remote_driver.c:1308
#, c-format
msgid "unknown parameter type: %d"
msgstr ""
#: daemon/remote.c:610 daemon/remote.c:691 daemon/remote.c:744
#: daemon/remote.c:1331 daemon/remote.c:1394 daemon/remote.c:1458
#: daemon/remote.c:1536
msgid "nparams too large"
msgstr "nparams demasiado extenso"
#: daemon/remote.c:625 src/remote/remote_driver.c:1277
#, c-format
msgid "Parameter %s too big for destination"
msgstr "El parámetro %s es demasiado extenso para el destino"
#: daemon/remote.c:799
msgid "maxStats > REMOTE_DOMAIN_MEMORY_STATS_MAX"
msgstr "maxStats > REMOTE_DOMAIN_MEMORY_STATS_MAX"
#: daemon/remote.c:870 daemon/remote.c:925
msgid "size > maximum buffer size"
msgstr "size > tamaño máximo del buffer"
#: daemon/remote.c:1067
msgid "ncpumaps > REMOTE_VCPUINFO_MAX"
msgstr ""
#: daemon/remote.c:1073 daemon/remote.c:1144
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
#: daemon/remote.c:1138
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
#: daemon/remote.c:1677
msgid "client tried invalid SASL init request"
msgstr "El cliente ha intentado una petición de inicialización SASL inválida"
#: daemon/remote.c:1723 daemon/remote.c:1871 daemon/remote.c:1967
#: daemon/remote.c:1983 daemon/remote.c:1997 daemon/remote.c:2011
#: daemon/remote.c:2101 daemon/remote.c:2237 daemon/remote.c:2264
#: src/util/virterror.c:1005
msgid "authentication failed"
msgstr "Falló la autenticación"
#: daemon/remote.c:1749
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "El SSF negociado %d no fue lo suficientemente potente"
#: daemon/remote.c:1804 daemon/remote.c:1900
msgid "client tried invalid SASL start request"
msgstr "El cliente intentó una petición de inicio SASL no válida"
#: daemon/remote.c:1822
#, c-format
msgid "sasl start reply data too long %d"
msgstr "Los datos de la respuesta al inicio de sasl son demasiado extensos %d"
#: daemon/remote.c:1917
#, c-format
msgid "sasl step reply data too long %d"
msgstr "Los datos de la etapa respuesta de sasl son demasiado extensos %d"
#: daemon/remote.c:2054 daemon/remote.c:2150
msgid "client tried invalid PolicyKit init request"
msgstr "El cliente intentó una petición de inicio de PolicyKit no soportada"
#: daemon/remote.c:2066
#, c-format
msgid "Caller PID was too large %d"
msgstr "El llamador PID fue demasiado extenso %d"
#: daemon/remote.c:2072 daemon/remote.c:2161
#, c-format
msgid "Caller identity was too large %d:%d"
msgstr ""
#: daemon/remote.c:2077
#, c-format
msgid "Cannot invoke %s"
msgstr "No es posible invocar %s"
#: daemon/remote.c:2082
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d: %s"
msgstr ""
#: daemon/remote.c:2155
msgid "cannot get peer socket identity"
msgstr "No se pudo obtener una identidad par de socket"
#: daemon/remote.c:2169
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "Falló al buscar el llamador de policy kit: %s"
#: daemon/remote.c:2176
#, c-format
msgid "Failed to create polkit action %s"
msgstr "Fallo al intentar crear una acción de polkit %s"
#: daemon/remote.c:2186
#, c-format
msgid "Failed to create polkit context %s"
msgstr "Fallo al intentar crear contexto de polkit %s"
#: daemon/remote.c:2204
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Fallo de Policy kit al verificar autorizaciones %d %s"
#: daemon/remote.c:2218
#, c-format
msgid "Policy kit denied action %s from pid %d, uid %d, result: %s"
msgstr "Policy kit ha negado acción %s de pid %d, uid %d, resultado: %s"
#: daemon/remote.c:2262
msgid "client tried unsupported PolicyKit init request"
msgstr ""
"el cliente ha intentado una petición de inicialización de PolicyKit no "
"soportada"
#: daemon/remote.c:2350 daemon/remote.c:2543
#, c-format
msgid "domain event %d already registered"
msgstr "el dominio del evento %d ya se encontraba registrado"
#: daemon/remote.c:2391 daemon/remote.c:2593
#, c-format
msgid "domain event %d not registered"
msgstr "el dominio del evento %d no se encuentra registrado"
#: daemon/remote.c:2538 daemon/remote.c:2587
#, c-format
msgid "unsupported event ID %d"
msgstr "ID de evento %d no soportado"
#: daemon/remote_dispatch.h:4501
msgid "maxnames > REMOTE_DOMAIN_SNAPSHOT_LIST_NAMES_MAX"
msgstr ""
#: daemon/remote_dispatch.h:5999
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:6063
msgid "maxnames > REMOTE_DEFINED_INTERFACE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DEFINED_INTERFACE_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:6127 daemon/remote_dispatch.h:6383
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:6191 daemon/remote_dispatch.h:6575
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:6255
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
#: daemon/remote_dispatch.h:6319
msgid "maxnames > REMOTE_INTERFACE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_INTERFACE_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:6447
msgid "maxnames > REMOTE_NWFILTER_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NWFILTER_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:6511
msgid "maxuuids > REMOTE_SECRET_UUID_LIST_MAX"
msgstr "maxuuids > REMOTE_SECRET_UUID_LIST_MAX"
#: daemon/remote_dispatch.h:7570
msgid "maxnames > REMOTE_NODE_DEVICE_CAPS_LIST_MAX"
msgstr ""
#: daemon/remote_dispatch.h:7851
msgid "maxcells > REMOTE_NODE_MAX_CELLS"
msgstr ""
#: daemon/remote_dispatch.h:8084
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:9902
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
#: daemon/stream.c:193
msgid "stream had unexpected termination"
msgstr "el flujo se ha detenido inesperadamente"
#: daemon/stream.c:196
msgid "stream had I/O failure"
msgstr "el flujo tiene una falla de E/S"
#: daemon/stream.c:545
msgid "stream aborted at client request"
msgstr "el flujo ha sido abortado de acuerdo a la petición del cliente"
#: daemon/stream.c:549
#, c-format
msgid "stream aborted with unexpected status %d"
msgstr "el flujo ha sido abortado con un estado %d no esperado "
#: gnulib/lib/gai_strerror.c:60
msgid "Address family for hostname not supported"
msgstr ""
#: gnulib/lib/gai_strerror.c:61
msgid "Temporary failure in name resolution"
msgstr ""
#: gnulib/lib/gai_strerror.c:62
msgid "Bad value for ai_flags"
msgstr ""
#: gnulib/lib/gai_strerror.c:63
msgid "Non-recoverable failure in name resolution"
msgstr ""
#: gnulib/lib/gai_strerror.c:64
msgid "ai_family not supported"
msgstr ""
#: gnulib/lib/gai_strerror.c:65
msgid "Memory allocation failure"
msgstr ""
#: gnulib/lib/gai_strerror.c:66
msgid "No address associated with hostname"
msgstr ""
#: gnulib/lib/gai_strerror.c:67
msgid "Name or service not known"
msgstr ""
#: gnulib/lib/gai_strerror.c:68
msgid "Servname not supported for ai_socktype"
msgstr ""
#: gnulib/lib/gai_strerror.c:69
msgid "ai_socktype not supported"
msgstr ""
#: gnulib/lib/gai_strerror.c:70
msgid "System error"
msgstr ""
#: gnulib/lib/gai_strerror.c:71
msgid "Argument buffer too small"
msgstr ""
#: gnulib/lib/gai_strerror.c:73
msgid "Processing request in progress"
msgstr ""
#: gnulib/lib/gai_strerror.c:74
msgid "Request canceled"
msgstr ""
#: gnulib/lib/gai_strerror.c:75
msgid "Request not canceled"
msgstr ""
#: gnulib/lib/gai_strerror.c:76
msgid "All requests done"
msgstr ""
#: gnulib/lib/gai_strerror.c:77
msgid "Interrupted by a signal"
msgstr ""
#: gnulib/lib/gai_strerror.c:78
msgid "Parameter string not correctly encoded"
msgstr ""
#: gnulib/lib/gai_strerror.c:90 src/esx/esx_vi.c:3800
#: src/rpc/virnetclientprogram.c:179 src/rpc/virnetclientstream.c:218
msgid "Unknown error"
msgstr ""
#: src/conf/cpu_conf.c:126
msgid "XML does not contain expected 'cpu' element"
msgstr "El archivo XML no contiene el elemento 'cpu' esperado"
#: src/conf/cpu_conf.c:139
msgid ""
"'arch' element element cannot be used inside 'cpu' element with 'match' "
"attribute'"
msgstr ""
"el elemento 'arch' no puede ser utilizado dentro del elemento 'cpu' con el "
"atributo 'match'"
#: src/conf/cpu_conf.c:163
msgid "Invalid match attribute for CPU specification"
msgstr "Atributo de coincidencia inválido para la especificación del CPU"
#: src/conf/cpu_conf.c:173
msgid "Missing CPU architecture"
msgstr "No se encuentra la arquitectura del CPU"
#: src/conf/cpu_conf.c:181 src/cpu/cpu_x86.c:949
msgid "Missing CPU model name"
msgstr "No se encuentra el nombre del modelo del CPU"
#: src/conf/cpu_conf.c:188
msgid "CPU vendor specified without CPU model"
msgstr "Se ha indicado un vendedor sin ningún modelo de CPU"
#: src/conf/cpu_conf.c:200
msgid "Missing 'sockets' attribute in CPU topology"
msgstr "No se encuentran atributos de 'sockets' en la topología del CPU"
#: src/conf/cpu_conf.c:209
msgid "Missing 'cores' attribute in CPU topology"
msgstr "No se encuentran atributos de 'núcleos' en la topología del CPU "
#: src/conf/cpu_conf.c:218
msgid "Missing 'threads' attribute in CPU topology"
msgstr "No se encuentran atributos de 'threads' en la topología del CPU"
#: src/conf/cpu_conf.c:225
msgid "Invalid CPU topology"
msgstr "Topología del CPU inválida"
#: src/conf/cpu_conf.c:237 src/conf/cpu_conf.c:346
msgid "Non-empty feature list specified without CPU model"
msgstr ""
"Se ha específicado una lista de características no vacía sin ningún modelo "
"de CPU"
#: src/conf/cpu_conf.c:264
msgid "Invalid CPU feature policy"
msgstr "Política no válida de característica de CPU"
#: src/conf/cpu_conf.c:274
msgid "Invalid CPU feature name"
msgstr "Nombre inválido de característica de CPU"
#: src/conf/cpu_conf.c:281 src/conf/cpu_conf.c:428
#, c-format
msgid "CPU feature `%s' specified more than once"
msgstr "Se ha especificado más de una vez la característica '%s 'del CPU"
#: src/conf/cpu_conf.c:355
#, c-format
msgid "Unexpected CPU match policy %d"
msgstr "Política %d de concordancia de CPU no esperada"
#: src/conf/cpu_conf.c:389 src/cpu/cpu_x86.c:669
msgid "Missing CPU feature name"
msgstr "No se encuentra nombre de caraterística de CPU"
#: src/conf/cpu_conf.c:399
#, c-format
msgid "Unexpected CPU feature policy %d"
msgstr "Política %d de característica de CPU no esperada"
#: src/conf/cpu_conf.c:465
msgid "Target CPU does not match source"
msgstr ""
#: src/conf/cpu_conf.c:471
#, c-format
msgid "Target CPU type %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:479
#, c-format
msgid "Target CPU arch %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:486
#, c-format
msgid "Target CPU model %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:493
#, c-format
msgid "Target CPU vendor %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:500
#, c-format
msgid "Target CPU sockets %d does not match source %d"
msgstr ""
#: src/conf/cpu_conf.c:507
#, c-format
msgid "Target CPU cores %d does not match source %d"
msgstr ""
#: src/conf/cpu_conf.c:514
#, c-format
msgid "Target CPU threads %d does not match source %d"
msgstr ""
#: src/conf/cpu_conf.c:521
#, c-format
msgid "Target CPU feature count %zu does not match source %zu"
msgstr ""
#: src/conf/cpu_conf.c:529
#, c-format
msgid "Target CPU feature %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:536
#, c-format
msgid "Target CPU feature policy %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:1162 src/conf/interface_conf.c:1286
#: src/conf/network_conf.c:198 src/conf/node_device_conf.c:194
#: src/conf/nwfilter_conf.c:2465 src/conf/storage_conf.c:1390
#: src/libxl/libxl_driver.c:879 src/openvz/openvz_conf.c:468
#: src/qemu/qemu_driver.c:382 src/remote/remote_driver.c:704
#: src/rpc/virnetclientstream.c:151 src/rpc/virnetserver.c:311
#: src/test/test_driver.c:519 src/test/test_driver.c:759
#: src/xen/xen_driver.c:330
msgid "cannot initialize mutex"
msgstr "No es posible iniciar mutex"
#: src/conf/domain_conf.c:1503
#, c-format
msgid "unknown address type '%d'"
msgstr "tipo de dirección '%d' desconocida"
#: src/conf/domain_conf.c:1530
msgid "Cannot parse <address> 'domain' attribute"
msgstr "No es posible analizar atributo 'dominio' de <address>"
#: src/conf/domain_conf.c:1537 src/conf/domain_conf.c:1595
#: src/conf/domain_conf.c:1647
msgid "Cannot parse <address> 'bus' attribute"
msgstr "No es posible analizar atributo 'bus' de <address> "
#: src/conf/domain_conf.c:1544 src/conf/domain_conf.c:1696
msgid "Cannot parse <address> 'slot' attribute"
msgstr "No es posible analizar atributo 'slot' de <address>"
#: src/conf/domain_conf.c:1551
msgid "Cannot parse <address> 'function' attribute"
msgstr "No es posible analizar atributo 'function' de <address> "
#: src/conf/domain_conf.c:1557
msgid "Insufficient specification for PCI address"
msgstr "Especificaciones insuficientes para la dirección PCI"
#: src/conf/domain_conf.c:1588 src/conf/domain_conf.c:1640
#: src/conf/domain_conf.c:1689
msgid "Cannot parse <address> 'controller' attribute"
msgstr "No es posible analizar atributo 'controller' de <address>"
#: src/conf/domain_conf.c:1602
msgid "Cannot parse <address> 'unit' attribute"
msgstr "No es posible analizar atributo 'unit' de <address>"
#: src/conf/domain_conf.c:1608
msgid "Insufficient specification for drive address"
msgstr "Especificación insuficiente de dirección de dispositivo"
#: src/conf/domain_conf.c:1654
msgid "Cannot parse <address> 'port' attribute"
msgstr "No es posible analizar atributo 'port' de <address>"
#: src/conf/domain_conf.c:1660
msgid "Insufficient specification for virtio serial address"
msgstr "Especificación insuficiente para dirección serial virtio"
#: src/conf/domain_conf.c:1750
#, c-format
msgid "unknown address type '%s'"
msgstr "tipo de dirección '%s' desconocido"
#: src/conf/domain_conf.c:1755
msgid "No type specified for device address"
msgstr "No se ha indicado el tipo de dirección del dispositivo"
#: src/conf/domain_conf.c:1784
msgid "Unknown device address type"
msgstr "Tipo de dirección de dispositivo desconocido"
#: src/conf/domain_conf.c:1809
msgid "missing boot order attribute"
msgstr ""
#: src/conf/domain_conf.c:1814
#, c-format
msgid "incorrect boot order '%s', expecting positive integer"
msgstr ""
#: src/conf/domain_conf.c:1823
msgid "boot orders have to be contiguous and starting from 1"
msgstr ""
#: src/conf/domain_conf.c:1827
#, c-format
msgid "boot order %d used for more than one device"
msgstr ""
#: src/conf/domain_conf.c:1957
msgid "Missing 'key' element for lease"
msgstr ""
#: src/conf/domain_conf.c:1962
msgid "Missing 'target' element for lease"
msgstr ""
#: src/conf/domain_conf.c:1969
#, c-format
msgid "Malformed lease target offset %s"
msgstr ""
#: src/conf/domain_conf.c:2031
#, c-format
msgid "unknown disk type '%s'"
msgstr "tipo de disco '%s' desconocido"
#: src/conf/domain_conf.c:2058
msgid "missing protocol type"
msgstr ""
#: src/conf/domain_conf.c:2064
#, c-format
msgid "unknown protocol type '%s'"
msgstr ""
#: src/conf/domain_conf.c:2071
msgid "missing name for disk source"
msgstr ""
#: src/conf/domain_conf.c:2089
msgid "missing name for host"
msgstr ""
#: src/conf/domain_conf.c:2095
msgid "missing port for host"
msgstr ""
#: src/conf/domain_conf.c:2104 src/conf/domain_conf.c:8410
#, c-format
msgid "unexpected disk type %s"
msgstr "tipo de disco %s no esperado"
#: src/conf/domain_conf.c:2164
#, c-format
msgid "unknown disk device '%s'"
msgstr "tipo de dispositivo de disco '%s' desconocido"
#: src/conf/domain_conf.c:2190
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "Nombre inválido para el dispositivo de diskette: %s"
#: src/conf/domain_conf.c:2205
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "Nombre de dispositivo de disco rígido inválido: %s"
#: src/conf/domain_conf.c:2212
#, c-format
msgid "unknown disk bus type '%s'"
msgstr "tipo de bus de disco '%s' desconocido"
#: src/conf/domain_conf.c:2237
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "Tipo de bus para '%s' para diskette inválido"
#: src/conf/domain_conf.c:2243
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "Tipo de bus '%s' para disco inválido"
#: src/conf/domain_conf.c:2250
#, c-format
msgid "unknown disk cache mode '%s'"
msgstr "modo cache de disco '%s' desconocido"
#: src/conf/domain_conf.c:2257
#, c-format
msgid "unknown disk error policy '%s'"
msgstr "tipo de política de error de disco '%s' desconocido"
#: src/conf/domain_conf.c:2265
#, c-format
msgid "unknown disk io mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:2273
msgid "disk ioeventfd mode supported only for virtio bus"
msgstr ""
#: src/conf/domain_conf.c:2281
#, c-format
msgid "unknown disk ioeventfd mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:2292 src/conf/domain_conf.c:2861
#: src/conf/domain_conf.c:4900
#, c-format
msgid "Unable to parse devaddr parameter '%s'"
msgstr "No es posible analizar parámetro devaddr '%s'"
#: src/conf/domain_conf.c:2388
#, c-format
msgid "Unknown controller type '%s'"
msgstr "Tipo de controlador '%s' desconocido"
#: src/conf/domain_conf.c:2397
#, c-format
msgid "Cannot parse controller index %s"
msgstr "No es posible analizar el índice del controlador %s"
#: src/conf/domain_conf.c:2406
#, c-format
msgid "Unknown model type '%s'"
msgstr "Tipo de modelo '%s' desconocido"
#: src/conf/domain_conf.c:2424
#, c-format
msgid "Invalid ports: %s"
msgstr "Puerto inválido: %s"
#: src/conf/domain_conf.c:2439
#, c-format
msgid "Invalid vectors: %s"
msgstr "Vectores inválidos: %s"
#: src/conf/domain_conf.c:2457
msgid "Controllers must use the 'pci' address type"
msgstr "Los controladores deben utilizar la dirección de tipo 'pci'"
#: src/conf/domain_conf.c:2496
#, c-format
msgid "unknown filesystem type '%s'"
msgstr "tipo de sistema de archivos '%s' desconocido"
#: src/conf/domain_conf.c:2507
#, c-format
msgid "unknown accessmode '%s'"
msgstr ""
#: src/conf/domain_conf.c:2616
msgid "cannot parse value of managerid parameter"
msgstr "no es posible analizar el valor del parámetro managerid"
#: src/conf/domain_conf.c:2621
msgid "value of managerid out of range"
msgstr "el valor de managerid se encuentra fuera de rango"
#: src/conf/domain_conf.c:2628
msgid "cannot parse value of typeid parameter"
msgstr "no es posible analizar el valor del parámetro typeid"
#: src/conf/domain_conf.c:2633
msgid "value for typeid out of range"
msgstr "el valor typeid se encuentra fuera de rango"
#: src/conf/domain_conf.c:2640
msgid "cannot parse value of typeidversion parameter"
msgstr "no es posible analizar el valor del parámetro typeidversion"
#: src/conf/domain_conf.c:2645
msgid "value of typeidversion out of range"
msgstr "el valor de typeidversion se encuentra fuera de rango"
#: src/conf/domain_conf.c:2654
msgid "cannot parse instanceid parameter as a uuid"
msgstr "no es posible analizar el parámetro instanceid como si fuera un uuid"
#: src/conf/domain_conf.c:2659
msgid "cannot generate a random uuid for instanceid"
msgstr "no no es posible generar de forma azarosa un uuid para instanceid"
#: src/conf/domain_conf.c:2667
msgid "a parameter is missing for 802.1Qbg description"
msgstr "no se encuentra un parámetro para la descripción 802.1Qbg"
#: src/conf/domain_conf.c:2679
msgid "profileid parameter too long"
msgstr "el parámetro profileid es demasiado extenso"
#: src/conf/domain_conf.c:2683
msgid "profileid parameter is missing for 802.1Qbh descripion"
msgstr "no se encuentra el parámetro profileid en la descripción 802.1Qbh"
#: src/conf/domain_conf.c:2692
msgid "unknown virtualport type"
msgstr "tipo de virtualport desconocido"
#: src/conf/domain_conf.c:2760
#, c-format
msgid "unknown interface type '%s'"
msgstr "tipo de interfaz '%s' desconocido"
#: src/conf/domain_conf.c:2849 src/qemu/qemu_command.c:5342
#, c-format
msgid "unable to parse mac address '%s'"
msgstr "no es posible analizar dirección mac '%s'"
#: src/conf/domain_conf.c:2876
msgid "Network interfaces must use 'pci' address type"
msgstr "Las interfaces de red deben utilizar un tipo de dirección 'pci'"
#: src/conf/domain_conf.c:2884
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"No existe un atributo 'red' <source> especificado con <interface "
"type='network'/>"
#: src/conf/domain_conf.c:2910
msgid ""
"No <source> 'bridge' attribute specified with <interface type='bridge'/>"
msgstr ""
"No existe un atributo 'bridge' <source> (fuente) especificado con <interface "
"type='bridge'/> (tipo de interfaz='puente'/)"
#: src/conf/domain_conf.c:2930
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
"No existe un atributo 'puerto' <source> especificado con la interfaz de "
"socket"
#: src/conf/domain_conf.c:2935
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
"No es posible analizar atributo 'puerto' <fuente> con la interfaz de socket"
#: src/conf/domain_conf.c:2943
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
"No se ha especificado un atributo 'dirección' <source> con la interfaz de "
"socket"
#: src/conf/domain_conf.c:2955
msgid ""
"No <source> 'name' attribute specified with <interface type='internal'/>"
msgstr ""
"No se ha especificado un atributo 'nombre' <fuente> con <tipo de "
"interfaz='interna'/>"
#: src/conf/domain_conf.c:2965
msgid "No <source> 'dev' attribute specified with <interface type='direct'/>"
msgstr ""
"No existe un atributo 'dev' de <source> (fuente) especificado con <interface "
"type='direct'/>"
#: src/conf/domain_conf.c:2973
msgid "Unkown mode has been specified"
msgstr "Ha sido especificado un modo desconocido"
#: src/conf/domain_conf.c:3012
msgid "Model name contains invalid characters"
msgstr "El nombre del modelo contiene caracteres inválidos"
#: src/conf/domain_conf.c:3026
#, c-format
msgid "Unknown interface <driver name='%s'> has been specified"
msgstr ""
#: src/conf/domain_conf.c:3038
#, c-format
msgid "Unknown interface <driver txmode='%s'> has been specified"
msgstr ""
#: src/conf/domain_conf.c:3049
#, c-format
msgid "unknown interface ioeventfd mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:3077
msgid "sndbuf must be a positive integer"
msgstr ""
#: src/conf/domain_conf.c:3118
#, c-format
msgid "target type must be specified for %s device"
msgstr "debe especificarse el tipo de destino para el dispositivo %s"
#: src/conf/domain_conf.c:3198
msgid "guestfwd channel does not define a target address"
msgstr "el canal guestfwd no define una dirección de destino"
#: src/conf/domain_conf.c:3213
msgid "guestfwd channel only supports IPv4 addresses"
msgstr "el canal guestfwd solo tiene soporte para direcciones IPv4"
#: src/conf/domain_conf.c:3220
msgid "guestfwd channel does not define a target port"
msgstr "el canal guestfwd no define un puerto de destino"
#: src/conf/domain_conf.c:3227 src/conf/domain_conf.c:3251
#: src/conf/storage_conf.c:431
#, c-format
msgid "Invalid port number: %s"
msgstr "Número de puerto inválido: '%s'"
#: src/conf/domain_conf.c:3320
#, c-format
msgid "Unknown source mode '%s'"
msgstr "Modo de fuente '%s' desconocido"
#: src/conf/domain_conf.c:3353 src/conf/domain_conf.c:3436
msgid "Missing source path attribute for char device"
msgstr ""
"No se encuentra atributo de ruta de origen para el dispositivo de caracteres"
#: src/conf/domain_conf.c:3371 src/conf/domain_conf.c:3388
msgid "Missing source host attribute for char device"
msgstr ""
"No se encuentra atributo de equipo de origen para el dispositivo de "
"caracteres"
#: src/conf/domain_conf.c:3376 src/conf/domain_conf.c:3393
#: src/conf/domain_conf.c:3418
msgid "Missing source service attribute for char device"
msgstr ""
"No se encuentra atributo de servicio de origen para dispositivo de caracteres"
#: src/conf/domain_conf.c:3409
#, c-format
msgid "Unknown protocol '%s'"
msgstr "Protocolo '%s' desconocido"
#: src/conf/domain_conf.c:3536 src/conf/domain_conf.c:3676
#, c-format
msgid "unknown type presented to host for character device: %s"
msgstr ""
#: src/conf/domain_conf.c:3544
#, c-format
msgid "unknown character device type: %s"
msgstr "tipo de dispositivo de caracteres desconocid: %s"
#: src/conf/domain_conf.c:3569
msgid "spicevmc device type only supports virtio"
msgstr ""
#: src/conf/domain_conf.c:3609
msgid "missing smartcard device mode"
msgstr ""
#: src/conf/domain_conf.c:3614
#, c-format
msgid "unknown smartcard device mode: %s"
msgstr ""
#: src/conf/domain_conf.c:3631 src/conf/domain_conf.c:3660
msgid "host-certificates mode needs exactly three certificates"
msgstr ""
#: src/conf/domain_conf.c:3651
#, c-format
msgid "expecting absolute path: %s"
msgstr ""
#: src/conf/domain_conf.c:3670
msgid "passthrough mode requires a character device type attribute"
msgstr ""
#: src/conf/domain_conf.c:3694
msgid "unknown smartcard mode"
msgstr ""
#: src/conf/domain_conf.c:3703
msgid "Controllers must use the 'ccid' address type"
msgstr ""
#: src/conf/domain_conf.c:3738
msgid "missing input device type"
msgstr "No se encuentra el tipo de dispositivo de entrada"
#: src/conf/domain_conf.c:3744
#, c-format
msgid "unknown input device type '%s'"
msgstr "tipo de dispositivo de entrada '%s' desconocido"
#: src/conf/domain_conf.c:3751
#, c-format
msgid "unknown input bus type '%s'"
msgstr "tipo de bus de entrada '%s' desconocido"
#: src/conf/domain_conf.c:3759
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "el bus ps2 no tiene soporte para el dispositivo de entrada %s"
#: src/conf/domain_conf.c:3765 src/conf/domain_conf.c:3772
#, c-format
msgid "unsupported input bus %s"
msgstr "bus de entrada '%s' no soportado"
#: src/conf/domain_conf.c:3777
#, c-format
msgid "xen bus does not support %s input device"
msgstr "el bus xen no soporta el dispositivo de entrada %s"
#: src/conf/domain_conf.c:3836
msgid "missing timer name"
msgstr "no se encuentra el nombre del timer"
#: src/conf/domain_conf.c:3841
#, c-format
msgid "unknown timer name '%s'"
msgstr "nombre del timer '%s' desconocido"
#: src/conf/domain_conf.c:3853
#, c-format
msgid "unknown timer present value '%s'"
msgstr "valor actual '%s' de timer desconocido"
#: src/conf/domain_conf.c:3863
#, c-format
msgid "unknown timer tickpolicy '%s'"
msgstr "tickpolicy '%s' de timer desconocida"
#: src/conf/domain_conf.c:3873
#, c-format
msgid "unknown timer track '%s'"
msgstr "pista '%s' de timer desconocida "
#: src/conf/domain_conf.c:3883
msgid "invalid timer frequency"
msgstr "frecuencia de timer no válida"
#: src/conf/domain_conf.c:3892
#, c-format
msgid "unknown timer mode '%s'"
msgstr "modelo de timer '%s' desconocido"
#: src/conf/domain_conf.c:3905
msgid "invalid catchup threshold"
msgstr "umbral de recuperación inválido"
#: src/conf/domain_conf.c:3914
msgid "invalid catchup slew"
msgstr "giro de recuperación inválido"
#: src/conf/domain_conf.c:3923
msgid "invalid catchup limit"
msgstr "límite de recuperación inválido"
#: src/conf/domain_conf.c:3973
#, c-format
msgid "cannot parse password validity time '%s', expect YYYY-MM-DDTHH:MM:SS"
msgstr ""
#: src/conf/domain_conf.c:4007
msgid "missing graphics device type"
msgstr "No se encuentra un tipo de dispositivo de gráficos"
#: src/conf/domain_conf.c:4013
#, c-format
msgid "unknown graphics device type '%s'"
msgstr "tipo de dispositivo de gráficos '%s' desconocido "
#: src/conf/domain_conf.c:4024
#, c-format
msgid "cannot parse vnc port %s"
msgstr "No es posible analizar el puerto VNC %s"
#: src/conf/domain_conf.c:4069 src/conf/domain_conf.c:4135
#, c-format
msgid "unknown fullscreen value '%s'"
msgstr "valor de pantalla completa '%s' desconocido"
#: src/conf/domain_conf.c:4087
#, c-format
msgid "cannot parse rdp port %s"
msgstr "No es posible analizar puerto RDP %s"
#: src/conf/domain_conf.c:4153
#, c-format
msgid "cannot parse spice port %s"
msgstr ""
#: src/conf/domain_conf.c:4166
#, c-format
msgid "cannot parse spice tlsPort %s"
msgstr ""
#: src/conf/domain_conf.c:4207
msgid "spice channel missing name/mode"
msgstr ""
#: src/conf/domain_conf.c:4215
#, c-format
msgid "unknown spice channel name %s"
msgstr ""
#: src/conf/domain_conf.c:4223
#, c-format
msgid "unknown spice channel mode %s"
msgstr ""
#: src/conf/domain_conf.c:4239
msgid "spice image missing compression"
msgstr ""
#: src/conf/domain_conf.c:4246
#, c-format
msgid "unknown spice image compression %s"
msgstr ""
#: src/conf/domain_conf.c:4260
msgid "spice jpeg missing compression"
msgstr ""
#: src/conf/domain_conf.c:4267
#, c-format
msgid "unknown spice jpeg compression %s"
msgstr ""
#: src/conf/domain_conf.c:4281
msgid "spice zlib missing compression"
msgstr ""
#: src/conf/domain_conf.c:4288
#, c-format
msgid "unknown spice zlib compression %s"
msgstr ""
#: src/conf/domain_conf.c:4302
msgid "spice playback missing compression"
msgstr ""
#: src/conf/domain_conf.c:4309
msgid "unknown spice playback compression"
msgstr ""
#: src/conf/domain_conf.c:4323
msgid "spice streaming missing mode"
msgstr ""
#: src/conf/domain_conf.c:4329
msgid "unknown spice streaming mode"
msgstr ""
#: src/conf/domain_conf.c:4343
msgid "spice clipboard missing copypaste"
msgstr ""
#: src/conf/domain_conf.c:4350
#, c-format
msgid "unknown copypaste value '%s'"
msgstr ""
#: src/conf/domain_conf.c:4390
#, c-format
msgid "unknown sound model '%s'"
msgstr "modelo de sonido '%s' desconocido"
#: src/conf/domain_conf.c:4426
msgid "watchdog must contain model name"
msgstr "watchdog debe contener un nombre modelo"
#: src/conf/domain_conf.c:4432
#, c-format
msgid "unknown watchdog model '%s'"
msgstr "modelo watchdog '%s' desconocido"
#: src/conf/domain_conf.c:4443
#, c-format
msgid "unknown watchdog action '%s'"
msgstr "acción watchdog '%s' desconocida"
#: src/conf/domain_conf.c:4479
msgid "balloon memory must contain model name"
msgstr ""
#: src/conf/domain_conf.c:4484
#, c-format
msgid "unknown memory balloon model '%s'"
msgstr "modelo '%s' de globo de memoria desconocido"
#: src/conf/domain_conf.c:4511
msgid "XML does not contain expected 'sysinfo' element"
msgstr ""
#: src/conf/domain_conf.c:4523
msgid "sysinfo must contain a type attribute"
msgstr ""
#: src/conf/domain_conf.c:4528
#, c-format
msgid "unknown sysinfo type '%s'"
msgstr ""
#: src/conf/domain_conf.c:4705
#, c-format
msgid "unknown video model '%s'"
msgstr "modelo de vídeo '%s' desconocido"
#: src/conf/domain_conf.c:4711
msgid "missing video model and cannot determine default"
msgstr ""
"No se encuentra el modelo del vídeo y no puede determinarse por defecto"
#: src/conf/domain_conf.c:4719
#, c-format
msgid "cannot parse video ram '%s'"
msgstr "No es posible analizar ram de vídeo '%s'"
#: src/conf/domain_conf.c:4729
#, c-format
msgid "cannot parse video heads '%s'"
msgstr "No es posible analizar cabezales de vídeo '%s'"
#: src/conf/domain_conf.c:4778
#, c-format
msgid "cannot parse vendor id %s"
msgstr "No es posible analizar el ID del proveedor %s"
#: src/conf/domain_conf.c:4785
msgid "usb vendor needs id"
msgstr "el proveedor del usb necesita un ID"
#: src/conf/domain_conf.c:4796
#, c-format
msgid "cannot parse product %s"
msgstr "No es posible analizar el producto %s"
#: src/conf/domain_conf.c:4804
msgid "usb product needs id"
msgstr "el producto usb necesita un ID"
#: src/conf/domain_conf.c:4815
#, c-format
msgid "cannot parse bus %s"
msgstr "No es posible analizar el bus %s"
#: src/conf/domain_conf.c:4822
msgid "usb address needs bus id"
msgstr "la dirección usb necesita un ID"
#: src/conf/domain_conf.c:4831
#, c-format
msgid "cannot parse device %s"
msgstr "No es posible analizar el dispositivo %s"
#: src/conf/domain_conf.c:4839
msgid "usb address needs device id"
msgstr "la dirección usb necesita un ID de dispositivo"
#: src/conf/domain_conf.c:4844
#, c-format
msgid "unknown usb source type '%s'"
msgstr "tipo de fuente usb '%s' desconocido"
#: src/conf/domain_conf.c:4854
msgid "vendor cannot be 0."
msgstr "el proveedor no puede ser 0."
#: src/conf/domain_conf.c:4860
msgid "missing vendor"
msgstr "No se encuentra proveedor"
#: src/conf/domain_conf.c:4865
msgid "missing product"
msgstr "No se encuentra producto"
#: src/conf/domain_conf.c:4908
#, c-format
msgid "unknown pci source type '%s'"
msgstr "tipo de fuente pci '%s' desconocido"
#: src/conf/domain_conf.c:4941
#, c-format
msgid "unknown hostdev mode '%s'"
msgstr "modo hostdev '%s' desconocido"
#: src/conf/domain_conf.c:4952
#, c-format
msgid "unknown host device type '%s'"
msgstr "tipo de dispositivo de host '%s' desconocido"
#: src/conf/domain_conf.c:4957
msgid "missing type in hostdev"
msgstr "No se encuentra el tipo en dispositivo de host"
#: src/conf/domain_conf.c:4992
#, c-format
msgid "unknown node %s"
msgstr "nodo '%s' desconocido"
#: src/conf/domain_conf.c:5009
msgid "PCI host devices must use 'pci' address type"
msgstr ""
"Los dispositivos de equipo PCI deben utilizar una dirección de tipo 'pci'"
#: src/conf/domain_conf.c:5041
#, c-format
msgid "unknown lifecycle action %s"
msgstr "acción de ciclo de vida %s desconocida"
#: src/conf/domain_conf.c:5064
msgid "missing security type"
msgstr "No se encuentra el tipo de seguridad"
#: src/conf/domain_conf.c:5071
msgid "invalid security type"
msgstr "tipo de seguridad inválido"
#: src/conf/domain_conf.c:5084
msgid "missing security model"
msgstr "No se encuentra el modelo de seguridad"
#: src/conf/domain_conf.c:5093
msgid "security label is missing"
msgstr "No se encuentra la etiqueta de seguridad"
#: src/conf/domain_conf.c:5107
msgid "security imagelabel is missing"
msgstr "No se encuentra la etiqueta de imagen de seguridad"
#: src/conf/domain_conf.c:5197
msgid "unknown device type"
msgstr "tipo de dispositivo desconocido"
#: src/conf/domain_conf.c:5555
msgid "unknown virt type"
msgstr "tipo de virt desconocido"
#: src/conf/domain_conf.c:5566
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
"No existe emulador para el dominio %s, sistema operativo %s en la "
"arquitectura %s"
#: src/conf/domain_conf.c:5593
msgid "cannot count boot devices"
msgstr ""
#: src/conf/domain_conf.c:5604
msgid "per-device boot elements cannot be used together with os/boot elements"
msgstr ""
#: src/conf/domain_conf.c:5614
msgid "missing boot device"
msgstr "No se encuentra dispositivo de arranque"
#: src/conf/domain_conf.c:5619
#, c-format
msgid "unknown boot device '%s'"
msgstr "tipo de dispositivo de arranque '%s' desconocido"
#: src/conf/domain_conf.c:5672
msgid "vcpu id must be an unsigned integer"
msgstr ""
#: src/conf/domain_conf.c:5676
msgid "can't parse vcpupin node"
msgstr ""
#: src/conf/domain_conf.c:5682
msgid "vcpu id must be less than maxvcpus"
msgstr ""
#: src/conf/domain_conf.c:5705
msgid "missing cpuset for vcpupin"
msgstr ""
#: src/conf/domain_conf.c:5748
msgid "missing domain type attribute"
msgstr "No se encuentra atributo de tipo de dominio"
#: src/conf/domain_conf.c:5754
#, c-format
msgid "invalid domain type %s"
msgstr "tipo de dominio %s inválido"
#: src/conf/domain_conf.c:5772 src/conf/network_conf.c:764
#: src/conf/secret_conf.c:164 src/openvz/openvz_conf.c:965
msgid "Failed to generate UUID"
msgstr "Fallo al intentar generar UUID"
#: src/conf/domain_conf.c:5779 src/conf/domain_conf.c:6604
#: src/conf/network_conf.c:771 src/conf/nwfilter_conf.c:2041
#: src/conf/secret_conf.c:170 src/conf/storage_conf.c:669
msgid "malformed uuid element"
msgstr "elemento uuid erróneo"
#: src/conf/domain_conf.c:5792
msgid "missing memory element"
msgstr "No se encuentra elemento de memoria"
#: src/conf/domain_conf.c:5829
msgid "maximum vcpus must be an integer"
msgstr ""
#: src/conf/domain_conf.c:5837
#, c-format
msgid "invalid maxvcpus %lu"
msgstr ""
#: src/conf/domain_conf.c:5845
msgid "current vcpus must be an integer"
msgstr ""
#: src/conf/domain_conf.c:5853
#, c-format
msgid "invalid current vcpus %lu"
msgstr ""
#: src/conf/domain_conf.c:5859
#, c-format
msgid "maxvcpus must not be less than current vcpus (%d < %lu)"
msgstr ""
#: src/conf/domain_conf.c:5893
msgid "vcpupin nodes must be less than maxvcpus"
msgstr ""
#: src/conf/domain_conf.c:5908
msgid "duplicate vcpupin for same vcpu"
msgstr ""
#: src/conf/domain_conf.c:5920
msgid "cannot extract numatune nodes"
msgstr ""
#: src/conf/domain_conf.c:5942
msgid "nodeset for NUMA memory tuning must be set"
msgstr ""
#: src/conf/domain_conf.c:5951
#, c-format
msgid "Unsupported NUMA memory tuning mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:5969
#, c-format
msgid "unexpected feature %s"
msgstr "recurso %s no esperado"
#: src/conf/domain_conf.c:5998
#, c-format
msgid "unknown clock offset '%s'"
msgstr "offset de reloj '%s' desconocido"
#: src/conf/domain_conf.c:6016
msgid "missing 'timezone' attribute for clock with offset='timezone'"
msgstr ""
"no se encuentra atributo 'timezone' para el reloj con offset='timezone'"
#: src/conf/domain_conf.c:6050
msgid "no OS type"
msgstr "No existe un tipo de sistema operativo"
#: src/conf/domain_conf.c:6077
#, c-format
msgid "os type '%s' & arch '%s' combination is not supported"
msgstr ""
"No hay soporte para la combinación entre tipo de sistema operativo '%s' con "
"el tipo de arquitectura '%s'"
#: src/conf/domain_conf.c:6085 src/xenxs/xen_xm.c:241
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr ""
"la arquitectura no está soportada para el tipo de sistema operativo '%s'"
#: src/conf/domain_conf.c:6126
msgid "init binary must be specified"
msgstr ""
#: src/conf/domain_conf.c:6193
msgid "cannot extract device leases"
msgstr ""
#: src/conf/domain_conf.c:6495
msgid "cannot determine default video type"
msgstr "No es posible determinar el tipo de vídeo por defecto"
#: src/conf/domain_conf.c:6532
msgid "only a single watchdog device is supported"
msgstr "solo hay soporte para un dispositivo watchdog"
#: src/conf/domain_conf.c:6552
msgid "only a single memory balloon device is supported"
msgstr "solo existe soporte para un único dispositivo de globo de memoria"
#: src/conf/domain_conf.c:6611
msgid "UUID mismatch between <uuid> and <sysinfo>"
msgstr ""
#: src/conf/domain_conf.c:6623
#, c-format
msgid "unknown smbios mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:6683
msgid "no domain config"
msgstr "No existe una configuración de dominio"
#: src/conf/domain_conf.c:6697
msgid "missing domain state"
msgstr "No se encuentra un estado del dominio"
#: src/conf/domain_conf.c:6702
#, c-format
msgid "invalid domain state '%s'"
msgstr "estado de dominio '%s' inválido"
#: src/conf/domain_conf.c:6711
#, c-format
msgid "invalid domain state reason '%s'"
msgstr ""
#: src/conf/domain_conf.c:6722
msgid "invalid pid"
msgstr "pid inválido"
#: src/conf/domain_conf.c:6736
#, c-format
msgid "Unknown taint flag %s"
msgstr ""
#: src/conf/domain_conf.c:6802 src/conf/domain_conf.c:6831
#: src/conf/interface_conf.c:842 src/conf/network_conf.c:899
#: src/conf/node_device_conf.c:1207 src/conf/secret_conf.c:116
#: src/security/virt-aa-helper.c:651
msgid "incorrect root element"
msgstr "elemento raíz incorrecto"
#: src/conf/domain_conf.c:6872
#, c-format
msgid "Target timer %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:6880
#, c-format
msgid "Target timer presence %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:6888
#, c-format
msgid "Target TSC frequency %lu does not match source %lu"
msgstr ""
#: src/conf/domain_conf.c:6895
#, c-format
msgid "Target TSC mode %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:6916
#, c-format
msgid "Target device address type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:6929
#, c-format
msgid ""
"Target device PCI address %04x:%02x:%02x.%02x does not match source %04x:"
"%02x:%02x.%02x"
msgstr ""
#: src/conf/domain_conf.c:6943
#, c-format
msgid "Target device drive address %d:%d:%d does not match source %d:%d:%d"
msgstr ""
#: src/conf/domain_conf.c:6957
#, c-format
msgid ""
"Target device virtio serial address %d:%d:%d does not match source %d:%d:%d"
msgstr ""
#: src/conf/domain_conf.c:6970
#, c-format
msgid "Target device ccid address %d:%d does not match source %d:%d"
msgstr ""
#: src/conf/domain_conf.c:6994
#, c-format
msgid "Target disk device %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7002
#, c-format
msgid "Target disk bus %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7010
#, c-format
msgid "Target disk %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7017
#, c-format
msgid "Target disk serial %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7024
msgid "Target disk access mode does not match source"
msgstr ""
#: src/conf/domain_conf.c:7045
#, c-format
msgid "Target controller type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7053
#, c-format
msgid "Target controller index %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7060
#, c-format
msgid "Target controller model %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7068
#, c-format
msgid "Target controller ports %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7075
#, c-format
msgid "Target controller vectors %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7098
#, c-format
msgid "Target filesystem guest target %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7105
msgid "Target filesystem access mode does not match source"
msgstr ""
#: src/conf/domain_conf.c:7126
#, c-format
msgid ""
"Target network card mac %02x:%02x:%02x:%02x:%02x:%02xdoes not match source "
"%02x:%02x:%02x:%02x:%02x:%02x"
msgstr ""
#: src/conf/domain_conf.c:7137
#, c-format
msgid "Target network card model %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7159
#, c-format
msgid "Target input device type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7167
#, c-format
msgid "Target input device bus %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7190
#, c-format
msgid "Target sound card model %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7213
#, c-format
msgid "Target video card model %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7221
#, c-format
msgid "Target video card vram %u does not match source %u"
msgstr ""
#: src/conf/domain_conf.c:7228
#, c-format
msgid "Target video card heads %u does not match source %u"
msgstr ""
#: src/conf/domain_conf.c:7236
msgid "Target video card acceleration does not match source"
msgstr ""
#: src/conf/domain_conf.c:7243
#, c-format
msgid "Target video card 2d accel %u does not match source %u"
msgstr ""
#: src/conf/domain_conf.c:7250
#, c-format
msgid "Target video card 3d accel %u does not match source %u"
msgstr ""
#: src/conf/domain_conf.c:7273
#, c-format
msgid "Target host device mode %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7282
#, c-format
msgid "Target host device subsystem %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7321 src/conf/domain_conf.c:7343
#, c-format
msgid "Target serial port %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7365
#, c-format
msgid "Target channel type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7375
#, c-format
msgid "Target channel name %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7386
#, c-format
msgid "Target channel addr %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7412
#, c-format
msgid "Target console type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7435
#, c-format
msgid "Target watchdog model %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7458
#, c-format
msgid "Target balloon model %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7486
#, c-format
msgid "Target domain virt type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7498
#, c-format
msgid "Target domain uuid %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7505
#, c-format
msgid "Target domain vpu count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7511
#, c-format
msgid "Target domain vpu max %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7518 src/conf/domain_conf.c:7530
#, c-format
msgid "Target domain OS type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7524
#, c-format
msgid "Target domain architecture %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7537
#, c-format
msgid "Target domain SMBIOS mode %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:7545
#, c-format
msgid "Target domain features %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7552
msgid "Target domain timers do not match source"
msgstr ""
#: src/conf/domain_conf.c:7569
#, c-format
msgid "Target domain disk count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7580
#, c-format
msgid "Target domain disk controller count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7591
#, c-format
msgid "Target domain filesystem count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7602
#, c-format
msgid "Target domain net card count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7613
#, c-format
msgid "Target domain input device count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7624
#, c-format
msgid "Target domain sound card count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7635
#, c-format
msgid "Target domain video card count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7646
#, c-format
msgid "Target domain host device count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7657
#, c-format
msgid "Target domain smartcard count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7668
#, c-format
msgid "Target domain serial port count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7679
#, c-format
msgid "Target domain parallel port count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7690
#, c-format
msgid "Target domain channel count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7702
#, c-format
msgid "Target domain console count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7714
#, c-format
msgid "Target domain watchdog count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:7726
#, c-format
msgid "Target domain memory balloon count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:8113
msgid "topology cpuset syntax error"
msgstr "error de sintaxis en la topología de cpuset"
#: src/conf/domain_conf.c:8286
#, c-format
msgid "unexpected lifecycle type %d"
msgstr "tipo de ciclo de vida %d no esperado"
#: src/conf/domain_conf.c:8327
#, c-format
msgid "unexpected disk type %d"
msgstr "tipo de disco %d no esperado"
#: src/conf/domain_conf.c:8332
#, c-format
msgid "unexpected disk device %d"
msgstr "dispositivo de disco %d no esperado"
#: src/conf/domain_conf.c:8337
#, c-format
msgid "unexpected disk bus %d"
msgstr "bus de disco %d no esperado"
#: src/conf/domain_conf.c:8342
#, c-format
msgid "unexpected disk cache mode %d"
msgstr "modo %d de caché de disco no esperado"
#: src/conf/domain_conf.c:8347
#, c-format
msgid "unexpected disk io mode %d"
msgstr ""
#: src/conf/domain_conf.c:8450
#, c-format
msgid "unexpected controller type %d"
msgstr "tipo de controlador %d no esperado"
#: src/conf/domain_conf.c:8459
#, c-format
msgid "unexpected model type %d"
msgstr "tipo de modelo %d no esperado"
#: src/conf/domain_conf.c:8510
#, c-format
msgid "unexpected filesystem type %d"
msgstr "tipo de sistema de archivos %d no esperado"
#: src/conf/domain_conf.c:8516
#, c-format
msgid "unexpected accessmode %d"
msgstr ""
#: src/conf/domain_conf.c:8572 src/conf/domain_conf.c:9247
#, c-format
msgid "unexpected net type %d"
msgstr "tipo de red %d no esperada"
#: src/conf/domain_conf.c:8708
#, c-format
msgid "unexpected char type %d"
msgstr "tipo de caracter %d no esperado"
#: src/conf/domain_conf.c:8809
#, c-format
msgid "unexpected char device type %d"
msgstr "tipo %d de dispositivo de caracteres no esperado"
#: src/conf/domain_conf.c:8828
msgid "Could not format channel target type"
msgstr "No se pudo formatear el tipo de canal de destino"
#: src/conf/domain_conf.c:8838
msgid "Unable to format guestfwd port"
msgstr "No es posible dar formato a puerto guestfwd"
#: src/conf/domain_conf.c:8899 src/conf/domain_conf.c:8931
#: src/qemu/qemu_command.c:3854
#, c-format
msgid "unexpected smartcard type %d"
msgstr ""
#: src/conf/domain_conf.c:8949 src/xenxs/xen_sxpr.c:1935
#, c-format
msgid "unexpected sound model %d"
msgstr "modelo de sonido %d no esperado"
#: src/conf/domain_conf.c:8978
#, c-format
msgid "unexpected memballoon model %d"
msgstr "modelo de globo de memoria %d inesperado"
#: src/conf/domain_conf.c:9021
#, c-format
msgid "unexpected watchdog model %d"
msgstr "modelo watchdog %d no esperado"
#: src/conf/domain_conf.c:9027
#, c-format
msgid "unexpected watchdog action %d"
msgstr "acción watchdog %d no esperada"
#: src/conf/domain_conf.c:9068
#, c-format
msgid "unexpected video model %d"
msgstr "modelo de vídeo %d no esperado"
#: src/conf/domain_conf.c:9105 src/xenxs/xen_sxpr.c:1963
#, c-format
msgid "unexpected input type %d"
msgstr "tipo de entrada %d no esperada"
#: src/conf/domain_conf.c:9110
#, c-format
msgid "unexpected input bus type %d"
msgstr "tipo de bus de entrada %d no esperado"
#: src/conf/domain_conf.c:9138
#, c-format
msgid "unexpected timer name %d"
msgstr "nombre de timer %d no esperado"
#: src/conf/domain_conf.c:9154
#, c-format
msgid "unexpected timer tickpolicy %d"
msgstr "tickpolicy %d de timer no esperada"
#: src/conf/domain_conf.c:9168
#, c-format
msgid "unexpected timer track %d"
msgstr "pista %d de timer no esperada"
#: src/conf/domain_conf.c:9186
#, c-format
msgid "unexpected timer mode %d"
msgstr "modo %d de timer no esperado"
#: src/conf/domain_conf.c:9412
#, c-format
msgid "unexpected hostdev mode %d"
msgstr "modo de dispositivo de host %d no esperado"
#: src/conf/domain_conf.c:9419
#, c-format
msgid "unexpected hostdev type %d"
msgstr "tipo de dispositivo de host %d no esperado"
#: src/conf/domain_conf.c:9473
#, c-format
msgid "unexpected domain type %d"
msgstr "tipo de dominio %d no esperado"
#: src/conf/domain_conf.c:9574
msgid "failed to format cpuset for vcpupin"
msgstr ""
#: src/conf/domain_conf.c:9595
msgid "failed to format nodeset for NUMA memory tuning"
msgstr ""
#: src/conf/domain_conf.c:9661
#, c-format
msgid "unexpected boot device type %d"
msgstr "tipo de dispositivo de arranque %d no esperado"
#: src/conf/domain_conf.c:9682
#, c-format
msgid "unexpected smbios mode %d"
msgstr ""
#: src/conf/domain_conf.c:9698
#, c-format
msgid "unexpected feature %d"
msgstr "recurso %d no esperado"
#: src/conf/domain_conf.c:9944 src/conf/network_conf.c:1124
#: src/conf/nwfilter_conf.c:2194 src/util/dnsmasq.c:530
#, c-format
msgid "cannot create config directory '%s'"
msgstr "No es posible crear configuración de directorio '%s'"
#: src/conf/domain_conf.c:9953 src/conf/network_conf.c:1133
#: src/conf/nwfilter_conf.c:2203
#, c-format
msgid "cannot create config file '%s'"
msgstr "No es posible crear archivo de configuración '%s'."
#: src/conf/domain_conf.c:9963 src/conf/network_conf.c:1143
#: src/conf/nwfilter_conf.c:2213 src/util/dnsmasq.c:251 src/util/dnsmasq.c:417
#, c-format
msgid "cannot write config file '%s'"
msgstr "No es posible escribir el archivo de configuración '%s'"
#: src/conf/domain_conf.c:9970 src/conf/network_conf.c:1150
#: src/conf/nwfilter_conf.c:2220
#, c-format
msgid "cannot save config file '%s'"
msgstr "No es posible guardar el archivo de configuración '%s'"
#: src/conf/domain_conf.c:10101
#, c-format
msgid "unexpected domain %s already exists"
msgstr "el dominio no esperado %s ya existe"
#: src/conf/domain_conf.c:10140 src/conf/network_conf.c:1248
#: src/conf/nwfilter_conf.c:2536 src/conf/storage_conf.c:1467
#, c-format
msgid "Failed to open dir '%s'"
msgstr "Falló al abrir el directorio '%s'"
#: src/conf/domain_conf.c:10202
#, c-format
msgid "cannot remove config %s"
msgstr "No es posible eliminar configuración %s"
#: src/conf/domain_conf.c:10308 src/xen/xm_internal.c:1126
#, c-format
msgid "domain '%s' is already defined with uuid %s"
msgstr "El dominio '%s' ya se ha definido con uuid %s"
#: src/conf/domain_conf.c:10317
#, c-format
msgid "domain is already active as '%s'"
msgstr "El dominio ya se encuentra activo como '%s'"
#: src/conf/domain_conf.c:10331
#, c-format
msgid "domain '%s' already exists with uuid %s"
msgstr "ya existe un dominio '%s' con uuid %s"
#: src/conf/domain_conf.c:10497
msgid "domainsnapshot"
msgstr "domainsnapshot"
#: src/conf/domain_conf.c:10518
msgid "missing creationTime from existing snapshot"
msgstr "no se encuentra creationTime en la instantánea existente"
#: src/conf/domain_conf.c:10530
msgid "missing state from existing snapshot"
msgstr "no se encuentra state en la instantánea existente"
#: src/conf/domain_conf.c:10536
#, c-format
msgid "Invalid state '%s' in domain snapshot XML"
msgstr "Estado '%s' no válido para la captura instantánea del dominio XML"
#: src/conf/domain_conf.c:10543
msgid "Could not find 'active' element"
msgstr "No se pudo encontrar un elemento 'active'"
#: src/conf/domain_conf.c:10632
#, c-format
msgid "unexpected domain snapshot %s already exists"
msgstr "ya existe una captura instantánea %s de dominio no esperada"
#: src/conf/domain_conf.c:10887
#, c-format
msgid "unknown disk format '%s' for %s"
msgstr "formato '%s' de disco desconocido para %s"
#: src/conf/domain_conf.c:10896 src/qemu/qemu_driver.c:6394
#, c-format
msgid "no disk format for %s and probing is disabled"
msgstr ""
"no existe un formato de disco para %s y la comprobación está deshabilitada"
#: src/conf/domain_conf.c:10914
#, c-format
msgid "backing store for %s is self-referential"
msgstr "el almacenamiento de respaldo para %s es auto-referenciado"
#: src/conf/domain_conf.c:10927
#, c-format
msgid "unable to open disk path %s"
msgstr "no es posible abrir la ruta de disco %s"
#: src/conf/domain_conf.c:10940
#, c-format
msgid "could not close file %s"
msgstr ""
#: src/conf/domain_conf.c:11022
#, c-format
msgid "invalid domain state: %d"
msgstr ""
#: src/conf/domain_event.c:153 src/conf/domain_event.c:198
msgid "could not find event callback for removal"
msgstr "no es posible encontrar una rellamada de evento que remover"
#: src/conf/domain_event.c:257 src/conf/domain_event.c:276
msgid "could not find event callback for deletion"
msgstr "no es posible encontrar una rellamada de evento que eliminar"
#: src/conf/domain_event.c:366
msgid "event callback already tracked"
msgstr "rellamada de evento ya rastreada"
#: src/conf/domain_event.c:601
msgid "could not initialize domain event timer"
msgstr ""
#: src/conf/domain_event.c:912
msgid "event queue is empty, nothing to pop"
msgstr "la cola de evento se encuentra vacía, nada que mostrar"
#: src/conf/interface_conf.c:126
msgid "interface has no name"
msgstr "la interfaz no tiene nombre"
#: src/conf/interface_conf.c:142
msgid "interface mtu value is improper"
msgstr "el valor mtu de la interfaz es inadecuado"
#: src/conf/interface_conf.c:166
#, c-format
msgid "unknown interface startmode %s"
msgstr "startmode %s de interfaz desconocido"
#: src/conf/interface_conf.c:198
#, c-format
msgid "unknown bonding mode %s"
msgstr "modo bonding %s desconocido"
#: src/conf/interface_conf.c:219
#, c-format
msgid "unknown mii bonding carrier %s"
msgstr "transporte de mii bonding %s desconocido"
#: src/conf/interface_conf.c:242
#, c-format
msgid "unknown arp bonding validate %s"
msgstr "validación %s de arp bonding desconocida"
#: src/conf/interface_conf.c:268
#, c-format
msgid "unknown dhcp peerdns value %s"
msgstr "valor dhcpd peerdns %s desconocido "
#: src/conf/interface_conf.c:294
msgid "Invalid ip address prefix value"
msgstr "Valor de prefijo de dirección ip inválido"
#: src/conf/interface_conf.c:454
msgid "protocol misses the family attribute"
msgstr "el protocolo no encuentra atributo de familia"
#: src/conf/interface_conf.c:473
#, c-format
msgid "unsupported protocol family '%s'"
msgstr "familia de protocolo '%s' no soportada"
#: src/conf/interface_conf.c:547
msgid "bond has no interfaces"
msgstr "bond no posee interfaces "
#: src/conf/interface_conf.c:596
msgid "bond interface miimon freq missing or invalid"
msgstr "No se encuentra o es inválida la frecuencia miimon en la interfaz bond"
#: src/conf/interface_conf.c:604
msgid "bond interface miimon downdelay invalid"
msgstr "demora de caída inválida en la interfaz miimon de bond"
#: src/conf/interface_conf.c:613
msgid "bond interface miimon updelay invalid"
msgstr "tiempo conectado inválido de la interfaz miimon"
#: src/conf/interface_conf.c:632
msgid "bond interface arpmon interval missing or invalid"
msgstr "No existe o no es válido el intervalo arpmon de interfaz bond"
#: src/conf/interface_conf.c:641
msgid "bond interface arpmon target missing"
msgstr "No existe el destino arpmon de interfaz bond"
#: src/conf/interface_conf.c:662
msgid "vlan interface misses the tag attribute"
msgstr "interfaz vlan no encuentra un atributo de etiqueta"
#: src/conf/interface_conf.c:670
msgid "vlan interface misses name attribute"
msgstr "la interfaz vlan no encuentra un atributo de nombre"
#: src/conf/interface_conf.c:687
msgid "interface misses the type attribute"
msgstr "No se encuentra atributo de tipo en la interfaz"
#: src/conf/interface_conf.c:693
#, c-format
msgid "unknown interface type %s"
msgstr "tipo de interfaz %s desconocido"
#: src/conf/interface_conf.c:714
#, c-format
msgid "interface has unsupported type '%s'"
msgstr "el tipo de interfaz '%s' no es soportado"
#: src/conf/interface_conf.c:751
msgid "bridge interface misses the bridge element"
msgstr "la interfaz de puente no encuentra un elemento de puente"
#: src/conf/interface_conf.c:763
#, c-format
msgid "bridge interface stp should be on or off got %s"
msgstr ""
"la interfaz de puente stp debería estar encendida o apagada. Se obtuvo %s"
#: src/conf/interface_conf.c:793
msgid "bond interface misses the bond element"
msgstr "la interfaz bond no encuentra un elemento bond"
#: src/conf/interface_conf.c:814
msgid "vlan interface misses the vlan element"
msgstr "la interfaz vlan no encuentra un elemento vlan"
#: src/conf/interface_conf.c:948
msgid "bond arp monitoring has no target"
msgstr "No existe un destino para monitoreo arp del bond"
#: src/conf/interface_conf.c:976
msgid "vlan misses the tag name"
msgstr "vlan no encuentra el nombre de la etiqueta"
#: src/conf/interface_conf.c:1058
msgid "virInterfaceDefFormat unknown startmode"
msgstr "startmode desconocido de virInterfaceDefFormat"
#: src/conf/interface_conf.c:1072
msgid "virInterfaceDefFormat NULL def"
msgstr "virInterfaceDefFormat NULL def"
#: src/conf/interface_conf.c:1078
msgid "virInterfaceDefFormat missing interface name"
msgstr "virInterfaceDefFormat no se encuentra nombre de interfaz"
#: src/conf/interface_conf.c:1084
#, c-format
msgid "unexpected interface type %d"
msgstr "Tipo de interfaz %d no esperada"
#: src/conf/network_conf.c:361
#, c-format
msgid "Invalid dhcp range '%s' to '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:387
#, c-format
msgid "Cannot parse MAC address '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:394
#, c-format
msgid "Cannot use name address '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:403
#, c-format
msgid "Static host definition in network '%s' must have mac or name attribute"
msgstr ""
#: src/conf/network_conf.c:411
#, c-format
msgid "Missing IP address in static host definition for network '%s'"
msgstr ""
#: src/conf/network_conf.c:481
msgid "Missing IP address in DNS host definition"
msgstr ""
#: src/conf/network_conf.c:547
msgid "Missing required name attribute in dns txt record"
msgstr ""
#: src/conf/network_conf.c:552
#, c-format
msgid "Missing required value attribute in dns txt record '%s'"
msgstr ""
#: src/conf/network_conf.c:558
#, c-format
msgid "spaces are not allowed in DNS TXT record names (name is '%s')"
msgstr ""
#: src/conf/network_conf.c:626
#, c-format
msgid "Bad address '%s' in definition of network '%s'"
msgstr ""
#: src/conf/network_conf.c:638
#, c-format
msgid "no family specified for non-IPv4 address address '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:645
#, c-format
msgid "family 'ipv4' specified for non-IPv4 address '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:652
#, c-format
msgid "family 'ipv6' specified for non-IPv6 address '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:658
#, c-format
msgid "Unrecognized family '%s' in definition of network '%s'"
msgstr ""
#: src/conf/network_conf.c:668
#, c-format
msgid "netmask specified without address in network '%s'"
msgstr ""
#: src/conf/network_conf.c:675
#, c-format
msgid "netmask not supported for address '%s' in network '%s' (IPv4 only)"
msgstr ""
#: src/conf/network_conf.c:683
#, c-format
msgid "network '%s' cannot have both prefix='%u' and a netmask"
msgstr ""
#: src/conf/network_conf.c:693
#, c-format
msgid ""
"network '%s' has invalid netmask '%s' for address '%s' (both must be IPv4)"
msgstr ""
#: src/conf/network_conf.c:793
#, c-format
msgid "Invalid bridge mac address '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:835
msgid "Forwarding requested, but no IP address provided"
msgstr ""
#: src/conf/network_conf.c:842
#, c-format
msgid "unknown forwarding type '%s'"
msgstr "tipo de reenvío '%s' desconocido"
#: src/conf/network_conf.c:1207
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
"El nombre del archivo de configuración de la red '%s' no se corresponde con "
"el nombre de la red '%s'"
#: src/conf/network_conf.c:1295 src/util/dnsmasq.c:266
#, c-format
msgid "cannot remove config file '%s'"
msgstr "No es posible eliminar el archivo de configuración '%s'"
#: src/conf/network_conf.c:1364
#, c-format
msgid "Bridge generation exceeded max id %d"
msgstr "La generación del puente ha superado el ID máximo %d"
#: src/conf/network_conf.c:1382
#, c-format
msgid "bridge name '%s' already in use."
msgstr "el nombre del puente '%s' ya está siendo utilizado."
#: src/conf/network_conf.c:1437
#, c-format
msgid "network '%s' is already defined with uuid %s"
msgstr "la red '%s' ya se ha definido con uuid %s"
#: src/conf/network_conf.c:1446
#, c-format
msgid "network is already active as '%s'"
msgstr "la red ya se encuentra activa como '%s'"
#: src/conf/network_conf.c:1460
#, c-format
msgid "network '%s' already exists with uuid %s"
msgstr "la red '%s' ya existe con el uuid %s"
#: src/conf/node_device_conf.c:561
#, c-format
msgid "no block device path supplied for '%s'"
msgstr "No se ha suministrado una ruta de dispositivo de bloque para '%s'"
#: src/conf/node_device_conf.c:581
#, c-format
msgid "missing storage capability type for '%s'"
msgstr "No se encuentra tipo de capacidad de almacenamiento para '%s'"
#: src/conf/node_device_conf.c:603
#, c-format
msgid "no removable media size supplied for '%s'"
msgstr "No se ha provisto tamaño de medio removible para '%s'"
#: src/conf/node_device_conf.c:604
#, c-format
msgid "invalid removable media size supplied for '%s'"
msgstr "el tamaño del medio removible indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:614
#, c-format
msgid "unknown storage capability type '%s' for '%s'"
msgstr "tipo de capacidad de almacenamiento '%s' desconocido para '%s'"
#: src/conf/node_device_conf.c:626
#, c-format
msgid "no size supplied for '%s'"
msgstr "No se ha indicado tamaño para '%s'"
#: src/conf/node_device_conf.c:627
#, c-format
msgid "invalid size supplied for '%s'"
msgstr "el tamaño suministrado para '%s' no es válido"
#: src/conf/node_device_conf.c:653 src/conf/node_device_conf.c:729
#, c-format
msgid "no SCSI host ID supplied for '%s'"
msgstr "No se ha suministrado un ID de host SCSI para '%s'"
#: src/conf/node_device_conf.c:654 src/conf/node_device_conf.c:730
#, c-format
msgid "invalid SCSI host ID supplied for '%s'"
msgstr "el ID de host SCSI indicado para '%s' no es válido "
#: src/conf/node_device_conf.c:659
#, c-format
msgid "no SCSI bus ID supplied for '%s'"
msgstr "No se ha indicado ningún ID de bus SCSI para '%s'"
#: src/conf/node_device_conf.c:660
#, c-format
msgid "invalid SCSI bus ID supplied for '%s'"
msgstr "el ID de bus SCSI indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:665
#, c-format
msgid "no SCSI target ID supplied for '%s'"
msgstr "No se ha suministrado un ID de SCSI para '%s'"
#: src/conf/node_device_conf.c:666
#, c-format
msgid "invalid SCSI target ID supplied for '%s'"
msgstr "el ID de SCSI suministrado para '%s' no es válido"
#: src/conf/node_device_conf.c:671
#, c-format
msgid "no SCSI LUN ID supplied for '%s'"
msgstr "No se ha indicado un ID de LUN SCSI para '%s'"
#: src/conf/node_device_conf.c:672
#, c-format
msgid "invalid SCSI LUN ID supplied for '%s'"
msgstr "el ID de LUN SCSI indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:699
#, c-format
msgid "no target name supplied for '%s'"
msgstr "no se ha suministrado un nombre de destino para '%s'"
#: src/conf/node_device_conf.c:743
#, c-format
msgid "missing SCSI host capability type for '%s'"
msgstr "No se encuentra el tipo de capacidad de host SCSI para '%s'"
#: src/conf/node_device_conf.c:765
#, c-format
msgid "no WWNN supplied for '%s'"
msgstr "No se ha indicado WWNN para '%s'"
#: src/conf/node_device_conf.c:773
#, c-format
msgid "no WWPN supplied for '%s'"
msgstr "No se ha indicado WWPN para '%s'"
#: src/conf/node_device_conf.c:781
#, c-format
msgid "unknown SCSI host capability type '%s' for '%s'"
msgstr "tipo de capacidad '%s' de host SCSI desconocida para '%s'"
#: src/conf/node_device_conf.c:815
#, c-format
msgid "no network interface supplied for '%s'"
msgstr "No se ha suministrado una interfaz de red para '%s'"
#: src/conf/node_device_conf.c:830
#, c-format
msgid "invalid network type supplied for '%s'"
msgstr "el tipo de red indicada para '%s' no es válido"
#: src/conf/node_device_conf.c:857
#, c-format
msgid "no USB interface number supplied for '%s'"
msgstr "No se ha indicado un número de interfaz USB para '%s'"
#: src/conf/node_device_conf.c:858
#, c-format
msgid "invalid USB interface number supplied for '%s'"
msgstr "el número de interfaz USB suministrado para '%s' no es válido"
#: src/conf/node_device_conf.c:863
#, c-format
msgid "no USB interface class supplied for '%s'"
msgstr "No se ha indicado una clase de interfaz USB para '%s'"
#: src/conf/node_device_conf.c:864
#, c-format
msgid "invalid USB interface class supplied for '%s'"
msgstr "la clase de interfaz USB suministrada para '%s' no es válida"
#: src/conf/node_device_conf.c:869
#, c-format
msgid "no USB interface subclass supplied for '%s'"
msgstr "No se ha indicado un subclase de interfaz USB para '%s'"
#: src/conf/node_device_conf.c:870
#, c-format
msgid "invalid USB interface subclass supplied for '%s'"
msgstr "la subclase de interfaz USB suministrada para '%s' no es válida"
#: src/conf/node_device_conf.c:875
#, c-format
msgid "no USB interface protocol supplied for '%s'"
msgstr "No se ha indicado un protocolo de interfaz USB para '%s'"
#: src/conf/node_device_conf.c:876
#, c-format
msgid "invalid USB interface protocol supplied for '%s'"
msgstr "el protocolo de interfaz USB indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:924
#, c-format
msgid "no USB bus number supplied for '%s'"
msgstr "No se ha indicado un número de bus USB para '%s'"
#: src/conf/node_device_conf.c:925
#, c-format
msgid "invalid USB bus number supplied for '%s'"
msgstr "el número de bus USB indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:930
#, c-format
msgid "no USB device number supplied for '%s'"
msgstr "No se ha indicado un número de dispositivo USB para '%s'"
#: src/conf/node_device_conf.c:931
#, c-format
msgid "invalid USB device number supplied for '%s'"
msgstr "el número de dispositivo USB indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:936
#, c-format
msgid "no USB vendor ID supplied for '%s'"
msgstr "No se ha indicado un ID de proveedor USB para '%s'"
#: src/conf/node_device_conf.c:937
#, c-format
msgid "invalid USB vendor ID supplied for '%s'"
msgstr "el ID de proveedor USB indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:942
#, c-format
msgid "no USB product ID supplied for '%s'"
msgstr "No se ha indicado un ID de producto USB para '%s'"
#: src/conf/node_device_conf.c:943
#, c-format
msgid "invalid USB product ID supplied for '%s'"
msgstr "el ID de producto USB indicado para '%s' no es válido "
#: src/conf/node_device_conf.c:969
#, c-format
msgid "no PCI domain ID supplied for '%s'"
msgstr "No se ha indicado un ID de dominio PCI para '%s'"
#: src/conf/node_device_conf.c:970
#, c-format
msgid "invalid PCI domain ID supplied for '%s'"
msgstr "el ID de dominio PCI indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:975
#, c-format
msgid "no PCI bus ID supplied for '%s'"
msgstr "No se ha indicado un ID de bus PCI para '%s'"
#: src/conf/node_device_conf.c:976
#, c-format
msgid "invalid PCI bus ID supplied for '%s'"
msgstr "el ID de bus PCI indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:981
#, c-format
msgid "no PCI slot ID supplied for '%s'"
msgstr "No se ha indicado un ID de slot PCI para '%s'"
#: src/conf/node_device_conf.c:982
#, c-format
msgid "invalid PCI slot ID supplied for '%s'"
msgstr "el ID de slot PCI indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:987
#, c-format
msgid "no PCI function ID supplied for '%s'"
msgstr "No se ha indicado un ID de función PCI para '%s'"
#: src/conf/node_device_conf.c:988
#, c-format
msgid "invalid PCI function ID supplied for '%s'"
msgstr "el ID de función PCI indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:993
#, c-format
msgid "no PCI vendor ID supplied for '%s'"
msgstr "No se ha indicado un ID de proveedor PCI para '%s'"
#: src/conf/node_device_conf.c:994
#, c-format
msgid "invalid PCI vendor ID supplied for '%s'"
msgstr "el ID de proveedor PCI indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:999
#, c-format
msgid "no PCI product ID supplied for '%s'"
msgstr "No se ha indicado un ID de producto PCI para '%s'"
#: src/conf/node_device_conf.c:1000
#, c-format
msgid "invalid PCI product ID supplied for '%s'"
msgstr "el ID de producto PCI indicado para '%s' no es válido"
#: src/conf/node_device_conf.c:1034
#, c-format
msgid "no system UUID supplied for '%s'"
msgstr "No se ha indicado un UUID de sistema para '%s'"
#: src/conf/node_device_conf.c:1040
#, c-format
msgid "malformed uuid element for '%s'"
msgstr "elemento uuid para '%s' erróneo'"
#: src/conf/node_device_conf.c:1074
msgid "missing capability type"
msgstr "No se encuentra el tipo de capacidad"
#: src/conf/node_device_conf.c:1080
#, c-format
msgid "unknown capability type '%s'"
msgstr "tipo de capacidad '%s' desconocido"
#: src/conf/node_device_conf.c:1117
#, c-format
msgid "unknown capability type '%d' for '%s'"
msgstr "tipo de capacidad '%d' desconocida para '%s'"
#: src/conf/node_device_conf.c:1173
#, c-format
msgid "no device capabilities for '%s'"
msgstr "No existen capacidades de dispositivo para '%s'"
#: src/conf/node_device_conf.c:1280
msgid "Device is not a fibre channel HBA"
msgstr "El dispositivo no es un canal HBA de fibra"
#: src/conf/node_device_conf.c:1309
#, c-format
msgid "Could not find parent device for '%s'"
msgstr "No es posible encontrar un dispositivo paterno para '%s' "
#: src/conf/node_device_conf.c:1329
#, c-format
msgid "Parent device %s is not capable of vport operations"
msgstr "El dispositivo paterno %s no es capaz de realizar operaciones vport"
#: src/conf/nwfilter_conf.c:1659
#, c-format
msgid "%s has illegal value %s"
msgstr "%s posee un valor ilegal %s"
#: src/conf/nwfilter_conf.c:1694 src/conf/nwfilter_conf.c:1907
msgid "rule node requires action attribute"
msgstr "la regla de nodo necesita el atributo action"
#: src/conf/nwfilter_conf.c:1914
msgid "unknown rule action attribute value"
msgstr "valor de atributo de regla de acción desconocido"
#: src/conf/nwfilter_conf.c:1921
msgid "rule node requires direction attribute"
msgstr "la regla del nodo necesita el atributo dirección"
#: src/conf/nwfilter_conf.c:1928
msgid "unknown rule direction attribute value"
msgstr "atributo value desconocido de regla direction"
#: src/conf/nwfilter_conf.c:2016
msgid "filter has no name"
msgstr "el filtro no tiene nombre"
#: src/conf/nwfilter_conf.c:2026
#, c-format
msgid "unknown chain suffix '%s'"
msgstr "sufijo '%s' de cadena desconocido"
#: src/conf/nwfilter_conf.c:2035 src/conf/storage_conf.c:663
#: src/storage/storage_backend.c:424
msgid "unable to generate uuid"
msgstr "No es posible generar uuid"
#: src/conf/nwfilter_conf.c:2096
msgid "unknown root element for nw filter"
msgstr ""
#: src/conf/nwfilter_conf.c:2422
#, c-format
msgid "filter with same UUID but different name ('%s') already exists"
msgstr ""
#: src/conf/nwfilter_conf.c:2433
msgid "filter would introduce a loop"
msgstr "el filtro podría introducir un bucle"
#: src/conf/nwfilter_conf.c:2501
#, c-format
msgid "network filter config filename '%s' does not match name '%s'"
msgstr ""
#: src/conf/nwfilter_conf.c:2581 src/conf/storage_conf.c:1519
#, c-format
msgid "cannot create config directory %s"
msgstr "No se ha posido crear un directorio %s de configuración"
#: src/conf/nwfilter_conf.c:2594 src/conf/storage_conf.c:1538
msgid "failed to generate XML"
msgstr "Falló al generar XML"
#: src/conf/nwfilter_conf.c:2602 src/conf/storage_conf.c:1546
#, c-format
msgid "cannot create config file %s"
msgstr "No es posible crear archivo de configuración %s"
#: src/conf/nwfilter_conf.c:2612 src/conf/storage_conf.c:1556
#, c-format
msgid "cannot write config file %s"
msgstr "No es posible escribir archivo de configuración %s"
#: src/conf/nwfilter_conf.c:2619 src/conf/storage_conf.c:1563
#, c-format
msgid "cannot save config file %s"
msgstr "No es posible guardar archivo de configuración %s"
#: src/conf/nwfilter_conf.c:2640 src/conf/storage_conf.c:1581
#, c-format
msgid "no config file for %s"
msgstr "No existe un archivo de configuración para %s"
#: src/conf/nwfilter_conf.c:2646 src/conf/storage_conf.c:1587
#, c-format
msgid "cannot remove config for %s"
msgstr "No es posible eliminar configuración para %s"
#: src/conf/nwfilter_conf.c:2719
#, c-format
msgid "formatter for %s %s reported error"
msgstr "el formateador de %s %s ha reportado un error"
#: src/conf/nwfilter_params.c:177
#, c-format
msgid "Could not put variable '%s' into hashmap"
msgstr "No se pudo colocar la variable '%s' en el hashmap"
#: src/conf/secret_conf.c:56 src/conf/secret_conf.c:99
#: src/conf/secret_conf.c:227 src/conf/secret_conf.c:244
#, c-format
msgid "unexpected secret usage type %d"
msgstr "tipo %d de utilización de secreto no esperado"
#: src/conf/secret_conf.c:72
msgid "unknown secret usage type"
msgstr "tipo de utilización de secreto desconocido"
#: src/conf/secret_conf.c:78
#, c-format
msgid "unknown secret usage type %s"
msgstr "tipo %s de utilización de secreto desconocido"
#: src/conf/secret_conf.c:92
msgid "volume usage specified, but volume path is missing"
msgstr ""
"se ha especificado el uso del volumen, pero no puede hallarse la ruta hacia "
"él"
#: src/conf/secret_conf.c:140
msgid "invalid value of 'ephemeral'"
msgstr "valor de 'ephemeral' inválido"
#: src/conf/secret_conf.c:154
msgid "invalid value of 'private'"
msgstr "valor de 'private' inválido"
#: src/conf/storage_conf.c:226 src/storage/storage_backend.c:982
#, c-format
msgid "missing backend for pool type %d"
msgstr "No se encuentra backend para el tipo de grupo %d"
#: src/conf/storage_conf.c:375
msgid "missing auth host attribute"
msgstr "No se encuentra atributo de autorización de host"
#: src/conf/storage_conf.c:382
msgid "missing auth passwd attribute"
msgstr "No se encuentra atributo de autorización de contraseña"
#: src/conf/storage_conf.c:419
#, c-format
msgid "unknown pool format type %s"
msgstr "Tipo formato de grupo de almacenamiento desconocido '%s'"
#: src/conf/storage_conf.c:456
msgid "missing storage pool source device path"
msgstr ""
"No se encuentra el camino del dispositivo del grupo de almacenamiento origen"
#: src/conf/storage_conf.c:475
#, c-format
msgid "unknown auth type '%s'"
msgstr "tipo de autorización '%s' desconocido"
#: src/conf/storage_conf.c:526
msgid "root element was not source"
msgstr "el elemento raíz no fue una fuente"
#: src/conf/storage_conf.c:577
msgid "malformed octal mode"
msgstr "modo octal erróneo"
#: src/conf/storage_conf.c:588
msgid "malformed owner element"
msgstr "elemento dueño erróneo"
#: src/conf/storage_conf.c:599
msgid "malformed group element"
msgstr "elemento de grupo erróneo"
#: src/conf/storage_conf.c:631 src/storage/storage_driver.c:451
#: src/test/test_driver.c:3965
#, c-format
msgid "unknown storage pool type %s"
msgstr "Tipo de grupo de almacenamiento desconocido: %s"
#: src/conf/storage_conf.c:655
msgid "missing pool source name element"
msgstr "No se encuentra elemento de nombre de grupo fuente"
#: src/conf/storage_conf.c:679
msgid "missing storage pool source host name"
msgstr "No se encuentra el nombre del host del grupo de almacenamiento origen"
#: src/conf/storage_conf.c:687
msgid "missing storage pool source path"
msgstr "No se encuentra el camino del grupo de almacenamiento origen"
#: src/conf/storage_conf.c:705
msgid "missing storage pool source adapter name"
msgstr ""
"No se encuentra el nombre del adaptador del grupo de almacenamiento origen"
#: src/conf/storage_conf.c:714
msgid "missing storage pool source device name"
msgstr ""
"no se encuentra el nombre del dispositivo del grupo de almacenamiento origen"
#: src/conf/storage_conf.c:721
msgid "missing storage pool target path"
msgstr "No se encuentra el camino del destino del grupo de almacenamiento"
#: src/conf/storage_conf.c:751
msgid "unknown root element for storage pool"
msgstr "elemento raíz desconocido para el grupo de almacenamiento"
#: src/conf/storage_conf.c:849
#, c-format
msgid "unknown pool format number %d"
msgstr "número de formato de grupo %d desconocido"
#: src/conf/storage_conf.c:890 src/conf/storage_conf.c:1625
msgid "unexpected pool type"
msgstr "tipo de grupo no esperado"
#: src/conf/storage_conf.c:987
#, c-format
msgid "unknown size units '%s'"
msgstr "unidades de tamaño '%s' desconocidas"
#: src/conf/storage_conf.c:994
msgid "malformed capacity element"
msgstr "elemento de capacidad erróneo"
#: src/conf/storage_conf.c:999
msgid "capacity element value too large"
msgstr "valor de elemento de capacidad demasiado extenso"
#: src/conf/storage_conf.c:1030
msgid "missing volume name element"
msgstr "No se encuentre un elemento de nombre de volumen "
#: src/conf/storage_conf.c:1041
msgid "missing capacity element"
msgstr "No se encuentra un elemento de capacidad"
#: src/conf/storage_conf.c:1070 src/conf/storage_conf.c:1101
#, c-format
msgid "unknown volume format type %s"
msgstr "tipo de formato de volumen %s desconocido"
#: src/conf/storage_conf.c:1131
msgid "unknown root element for storage vol"
msgstr "elemento raíz desconocido para el volumen de almacenamiento"
#: src/conf/storage_conf.c:1191
#, c-format
msgid "unknown volume format number %d"
msgstr "número de formato de volumen %d desconocido"
#: src/conf/storage_conf.c:1424
#, c-format
msgid "Storage pool config filename '%s' does not match pool name '%s'"
msgstr ""
"El nombre del archivo de configuración del grupo '%s' no se corresponde con "
"el nombre del grupo '%s'"
#: src/conf/storage_conf.c:1676
#, c-format
msgid "pool '%s' is already defined with uuid %s"
msgstr "el grupo '%s' ya ha sido definido con uuid %s"
#: src/conf/storage_conf.c:1685
#, c-format
msgid "pool is already active as '%s'"
msgstr "el grupo ya se encuentra activo como '%s'"
#: src/conf/storage_conf.c:1699
#, c-format
msgid "pool '%s' already exists with uuid %s"
msgstr "ya existe un grupo '%s' con uuid %s"
#: src/conf/storage_encryption_conf.c:92
msgid "unknown volume encryption secret type"
msgstr "tipo de secreto de cifrado de volumen desconocido"
#: src/conf/storage_encryption_conf.c:98
#, c-format
msgid "unknown volume encryption secret type %s"
msgstr "tipo %s de secreto de cifrado de volumen desconocido"
#: src/conf/storage_encryption_conf.c:110
#, c-format
msgid "malformed volume encryption uuid '%s'"
msgstr "uuid '%s' del cifrado de volumen mal formado"
#: src/conf/storage_encryption_conf.c:117
msgid "missing volume encryption uuid"
msgstr "No se encuentra uuid del cifrado de volumen "
#: src/conf/storage_encryption_conf.c:146
msgid "unknown volume encryption format"
msgstr "formato del cifrado de volumen desconocido"
#: src/conf/storage_encryption_conf.c:152
#, c-format
msgid "unknown volume encryption format type %s"
msgstr "tipo %s de formato del cifrado de volumen desconocido"
#: src/conf/storage_encryption_conf.c:192
msgid "unknown root element for volume encryption information"
msgstr "elemento raíz desconocido para información de cifrado de volumen"
#: src/conf/storage_encryption_conf.c:223
msgid "unexpected volume encryption secret type"
msgstr "tipo de secreto de cifrado de volumen no esperado"
#: src/conf/storage_encryption_conf.c:244
msgid "unexpected encryption format"
msgstr "formato de cifrado no esperado"
#: src/conf/storage_encryption_conf.c:273
msgid "Cannot open /dev/urandom"
msgstr "No es posible abrir /dev/urandom"
#: src/conf/storage_encryption_conf.c:284
msgid "Cannot read from /dev/urandom"
msgstr "No es posible leer desde /dev/urandom"
#: src/cpu/cpu.c:52 src/cpu/cpu_map.c:90
msgid "undefined hardware architecture"
msgstr "arquitectura de hardware no definida"
#: src/cpu/cpu.c:95
msgid "no CPU model specified"
msgstr "no se ha especificado un modelo de CPU"
#: src/cpu/cpu.c:123
#, c-format
msgid "cannot compare CPUs of %s architecture"
msgstr "no es posible comparar los CPUs de la arquitectura %s"
#: src/cpu/cpu.c:151 src/cpu/cpu.c:389
msgid "nonzero nmodels doesn't match with NULL models"
msgstr "los modelos n no nulos no coinciden con los modelos NULL"
#: src/cpu/cpu.c:157
msgid "invalid CPU definition"
msgstr "definición de CPU no válida"
#: src/cpu/cpu.c:166
#, c-format
msgid "cannot decode CPU data for %s architecture"
msgstr "no es posible decodificar los datos del CPU para la arquitectura %s"
#: src/cpu/cpu.c:197
#, c-format
msgid "cannot encode CPU data for %s architecture"
msgstr "no es posible codificar datos del CPU para la arquitectura %s"
#: src/cpu/cpu.c:223
#, c-format
msgid "cannot free CPU data for %s architecture"
msgstr "no es posible liberar datos del CPU para la arquitectura %s"
#: src/cpu/cpu.c:244
#, c-format
msgid "cannot get node CPU data for %s architecture"
msgstr "no es posible obtener datos del CPU nodo para la arquitectura %s"
#: src/cpu/cpu.c:267
#, c-format
msgid "cannot compute guest CPU data for %s architecture"
msgstr "no es posible computar datos del CPU huéped para la arquitectura %s"
#: src/cpu/cpu.c:301
msgid "nonzero ncpus doesn't match with NULL xmlCPUs"
msgstr "las n cpus no nulas no se corresponden con las xmlCPUs NULL"
#: src/cpu/cpu.c:306 src/cpu/cpu.c:383
msgid "No CPUs given"
msgstr "No se han indicado CPUs"
#: src/cpu/cpu.c:378
msgid "nonzero ncpus doesn't match with NULL cpus"
msgstr "las n cpus no nulas no se corresponden con las cpus NULL"
#: src/cpu/cpu.c:398
#, c-format
msgid "cannot compute baseline CPU of %s architecture"
msgstr "no es posible computar la línea base del CPU de la arquitectura %s"
#: src/cpu/cpu.c:420
#, c-format
msgid "cannot update guest CPU data for %s architecture"
msgstr "no es posible actualizar datos del CPU huésped para la arquitectura %s"
#: src/cpu/cpu.c:443
#, c-format
msgid "cannot check guest CPU data for %s architecture"
msgstr ""
#: src/cpu/cpu_generic.c:135
#, c-format
msgid "CPU model '%s' is not support by hypervisor"
msgstr "El modelo del CPU '%s' no está soportado por este hypervisor"
#: src/cpu/cpu_generic.c:158
#, c-format
msgid "CPUs have incompatible architectures: '%s' != '%s'"
msgstr "Las CPUs poseen arquitecturas incompatibles: '%s' != '%s'"
#: src/cpu/cpu_generic.c:165
#, c-format
msgid "CPU models don't match: '%s' != '%s'"
msgstr "Los modelos de CPU no coinciden: '%s' != '%s'"
#: src/cpu/cpu_map.c:96
msgid "no callback provided"
msgstr "no se ha suministrado una retrollamada"
#: src/cpu/cpu_map.c:102
#, c-format
msgid "cannot parse CPU map file: %s"
msgstr "no es posible analizar el archivo de mapeo de CPU: %s"
#: src/cpu/cpu_map.c:120
#, c-format
msgid "cannot find CPU map for %s architecture"
msgstr "no es posible encontrar mapeo del CPU para la arquitectura %s"
#: src/cpu/cpu_map.c:127
#, c-format
msgid "cannot parse CPU map for %s architecture"
msgstr "no es posible analizar el mapeo del CPU para la arquitectura %s"
#: src/cpu/cpu_x86.c:548
msgid "Missing CPU vendor name"
msgstr "No se encuentra nombre del vendedor del CPU"
#: src/cpu/cpu_x86.c:554
#, c-format
msgid "CPU vendor %s already defined"
msgstr "Ya ha sido definido el vendedor de CPU %s"
#: src/cpu/cpu_x86.c:561
#, c-format
msgid "Missing vendor string for CPU vendor %s"
msgstr "No se encuentra la cadena de vendedor para el vendedor de CPU %s"
#: src/cpu/cpu_x86.c:566
#, c-format
msgid "Invalid CPU vendor string '%s'"
msgstr "Cadena '%s' de vendedor de CPU no válida"
#: src/cpu/cpu_x86.c:675
#, c-format
msgid "CPU feature %s already defined"
msgstr "Ya ha sido definida la característica de CPU %s"
#: src/cpu/cpu_x86.c:699
#, c-format
msgid "Invalid cpuid[%d] in %s feature"
msgstr "cpuid[%d] no válido en la característica %s"
#: src/cpu/cpu_x86.c:812 src/cpu/cpu_x86.c:862
#, c-format
msgid "Unknown CPU model %s"
msgstr "Modelo de CPU %s desconocido"
#: src/cpu/cpu_x86.c:833 src/cpu/cpu_x86.c:874 src/cpu/cpu_x86.c:1693
#, c-format
msgid "Unknown CPU feature %s"
msgstr "Característica de CPU %s desconocida"
#: src/cpu/cpu_x86.c:960
#, c-format
msgid "Missing ancestor's name in CPU model %s"
msgstr "No se encuentra el nombre del ancestro en el modelo del CPU %s"
#: src/cpu/cpu_x86.c:967
#, c-format
msgid "Ancestor model %s not found for CPU model %s"
msgstr ""
"No se ha encontrado el modelo del ancestro %s para el modelo del CPU %s "
#: src/cpu/cpu_x86.c:985
#, c-format
msgid "Invalid vendor element in CPU model %s"
msgstr ""
#: src/cpu/cpu_x86.c:992
#, c-format
msgid "Unknown vendor %s referenced by CPU model %s"
msgstr ""
"Un vendedor %s desconocido ha sido referenciado por el modelo de CPU %s"
#: src/cpu/cpu_x86.c:1008
#, c-format
msgid "Missing feature name for CPU model %s"
msgstr ""
"No se encuentra el nombre de la característica para el modelo de CPU %s"
#: src/cpu/cpu_x86.c:1014
#, c-format
msgid "Feature %s required by CPU model %s not found"
msgstr ""
"No se ha encontrado la característica %s solicitada por el modelo de CPU %s"
#: src/cpu/cpu_x86.c:1346
msgid "Cannot find suitable CPU model for given data"
msgstr ""
"No es posible encontrar un modelo de CPU conveniente para los datos "
"suministrados"
#: src/cpu/cpu_x86.c:1441
#, c-format
msgid "CPU vendor %s not found"
msgstr "No se ha encontrado el vendedor %s del CPU"
#: src/cpu/cpu_x86.c:1597 src/cpu/cpu_x86.c:1627
#, c-format
msgid "Unknown CPU vendor %s"
msgstr "Vendedor %s de CPU desconocido"
#: src/cpu/cpu_x86.c:1610
#, c-format
msgid "CPU vendor %s of model %s differs from vendor %s"
msgstr "El vendedor %s del modelo %s es distinto del vendedor %s"
#: src/cpu/cpu_x86.c:1632
msgid "CPU vendors do not match"
msgstr "Los vendedores de los CPU no coinciden"
#: src/cpu/cpu_x86.c:1644
msgid "CPUs are incompatible"
msgstr "Los CPUs son incompatibles"
#: src/datatypes.c:141 src/datatypes.c:176 src/datatypes.c:308
#: src/datatypes.c:440 src/datatypes.c:577 src/datatypes.c:711
#: src/datatypes.c:853 src/datatypes.c:973 src/datatypes.c:1159
msgid "no connection"
msgstr ""
#: src/datatypes.c:180 src/datatypes.c:312 src/datatypes.c:444
#: src/datatypes.c:581 src/datatypes.c:715 src/datatypes.c:857
#: src/datatypes.c:1163 src/datatypes.c:1286
msgid "missing name"
msgstr ""
#: src/datatypes.c:184 src/datatypes.c:316 src/datatypes.c:585
#: src/datatypes.c:977 src/datatypes.c:1167
msgid "missing uuid"
msgstr ""
#: src/datatypes.c:272
msgid "bad domain or no connection"
msgstr ""
#: src/datatypes.c:403
msgid "bad network or no connection"
msgstr ""
#: src/datatypes.c:539
msgid "bad interface or no connection"
msgstr ""
#: src/datatypes.c:673
msgid "bad storage pool or no connection"
msgstr ""
#: src/datatypes.c:719
msgid "missing key"
msgstr ""
#: src/datatypes.c:817
msgid "bad storage volume or no connection"
msgstr ""
#: src/datatypes.c:981
msgid "missing usageID"
msgstr ""
#: src/datatypes.c:1064
msgid "bad secret or no connection"
msgstr ""
#: src/datatypes.c:1257
msgid "bad nwfilter or no connection"
msgstr ""
#: src/datatypes.c:1282
msgid "bad domain"
msgstr ""
#: src/datatypes.c:1347
msgid "not a snapshot"
msgstr ""
#: src/driver.c:68
#, c-format
msgid "failed to load module %s %s"
msgstr "falló al cargar el módulo %s %s"
#: src/driver.c:78
#, c-format
msgid "Missing module registration symbol %s"
msgstr "No se encuentra el símbolo de registro del módulo %s"
#: src/driver.c:83
#, c-format
msgid "Failed module registration %s"
msgstr "Falló el registro del módulo %s"
#: src/esx/esx_driver.c:215
#, c-format
msgid ""
"File name '%s' doesn't have expected format '/vmfs/volumes/<datastore>/"
"<path>'"
msgstr ""
"El nombre de archivo '%s' no posee el formato esperado '/vmfs/volumes/"
"<datastore>/<path>'"
#: src/esx/esx_driver.c:230
#, c-format
msgid "File name '%s' refers to non-existing datastore '%s'"
msgstr ""
"El nombre del archivo '%s' hace referencia a un depósito de datos no "
"existente '%s'"
#: src/esx/esx_driver.c:252 src/esx/esx_driver.c:354
#, c-format
msgid "Could not handle file name '%s'"
msgstr ""
#: src/esx/esx_driver.c:409
#, c-format
msgid "Could not lookup controller model for '%s'"
msgstr "No se pudo buscar el modelo del controlador para '%s'"
#: src/esx/esx_driver.c:427
#, c-format
msgid "Found unexpected controller model '%s' for disk '%s'"
msgstr ""
"Ha sido encontrado un modelo de controlador '%s' no esperado para el disco "
"'%s'"
#: src/esx/esx_driver.c:470 src/esx/esx_driver.c:550 src/esx/esx_driver.c:1143
#: src/esx/esx_driver.c:1244 src/esx/esx_driver.c:1342
#: src/esx/esx_driver.c:2646
msgid "Could not retrieve the HostSystem object"
msgstr "No es posible obtener el objeto HostSystem"
#: src/esx/esx_driver.c:498
#, c-format
msgid ""
"Bit 29 (Long Mode) of HostSystem property 'hardware.cpuFeature[].edx' with "
"value '%s' has unexpected value '%c', expecting '0' or '1'"
msgstr ""
"El bit 29 (Modo extenso) de la propiedad HostSystem 'hardware.cpuFeature[]."
"edx' con el valor '%s' posee el valor no esperado '%c', cuando se esperaba "
"'0' o '1'"
#: src/esx/esx_driver.c:679 src/esx/esx_driver.c:4314
#: src/esx/esx_storage_driver.c:667 src/esx/esx_util.c:57
#: src/esx/esx_util.c:291 src/esx/esx_vi.c:355 src/esx/esx_vi.c:401
#: src/esx/esx_vi.c:637 src/esx/esx_vi.c:881 src/esx/esx_vi.c:1095
#: src/esx/esx_vi.c:1131 src/esx/esx_vi.c:1147 src/esx/esx_vi.c:1170
#: src/esx/esx_vi.c:1210 src/esx/esx_vi.c:1239 src/esx/esx_vi.c:1273
#: src/esx/esx_vi.c:1328 src/esx/esx_vi.c:1354 src/esx/esx_vi.c:1400
#: src/esx/esx_vi.c:1428 src/esx/esx_vi.c:1668 src/esx/esx_vi.c:1846
#: src/esx/esx_vi.c:1872 src/esx/esx_vi.c:1908 src/esx/esx_vi.c:1942
#: src/esx/esx_vi.c:1979 src/esx/esx_vi.c:2084 src/esx/esx_vi.c:2250
#: src/esx/esx_vi.c:2294 src/esx/esx_vi.c:2359 src/esx/esx_vi.c:2413
#: src/esx/esx_vi.c:2548 src/esx/esx_vi.c:2616 src/esx/esx_vi.c:2703
#: src/esx/esx_vi.c:2769 src/esx/esx_vi.c:2818 src/esx/esx_vi.c:2926
#: src/esx/esx_vi.c:2982 src/esx/esx_vi.c:3079 src/esx/esx_vi.c:3276
#: src/esx/esx_vi.c:3384 src/esx/esx_vi.c:3442 src/esx/esx_vi.c:3499
#: src/esx/esx_vi.c:3554 src/esx/esx_vi.c:3671 src/esx/esx_vi.c:3992
#: src/esx/esx_vi.c:4066 src/esx/esx_vi_methods.c:44
#: src/esx/esx_vi_methods.c:240 src/esx/esx_vi_types.c:102
#: src/esx/esx_vi_types.c:196 src/esx/esx_vi_types.c:243
#: src/esx/esx_vi_types.c:285 src/esx/esx_vi_types.c:338
#: src/esx/esx_vi_types.c:608 src/esx/esx_vi_types.c:669
#: src/esx/esx_vi_types.c:885 src/esx/esx_vi_types.c:952
#: src/esx/esx_vi_types.c:1173 src/esx/esx_vi_types.c:1213
#: src/esx/esx_vi_types.c:1243 src/esx/esx_vi_types.c:1377
#: src/esx/esx_vi_types.c:1417 src/esx/esx_vi_types.c:1551
#: src/esx/esx_vi_types.c:1617 src/esx/esx_vi_types.c:1647 src/vmx/vmx.c:1760
#: src/vmx/vmx.c:1828 src/vmx/vmx.c:1936 src/vmx/vmx.c:2293 src/vmx/vmx.c:2514
#: src/vmx/vmx.c:2715 src/vmx/vmx.c:2819 src/vmx/vmx.c:3200 src/vmx/vmx.c:3250
#: src/vmx/vmx.c:3340 src/vmx/vmx.c:3424
msgid "Invalid argument"
msgstr "Argumento inválido "
#: src/esx/esx_driver.c:698 src/esx/esx_driver.c:827
#: src/phyp/phyp_driver.c:1004 src/xenapi/xenapi_driver.c:129
msgid "Username request failed"
msgstr "Falló la petición de nombre de usuario "
#: src/esx/esx_driver.c:706 src/esx/esx_driver.c:835
#: src/phyp/phyp_driver.c:1085 src/xenapi/xenapi_driver.c:138
msgid "Password request failed"
msgstr "Falló la petición de contraseña "
#: src/esx/esx_driver.c:735
#, c-format
msgid "%s is neither an ESX 3.5 host nor an ESX 4.x host"
msgstr "%s no es un equipo ESX 3.5, ni un ESX 4.x"
#: src/esx/esx_driver.c:742
#, c-format
msgid "%s isn't a GSX 2.0 host"
msgstr "%s no es un equipo GSX 2.0"
#: src/esx/esx_driver.c:808
msgid "Path has to specify the datacenter and compute resource"
msgstr "La ruta debe especificar el centro de datos y el recurso compute"
#: src/esx/esx_driver.c:862
#, c-format
msgid "%s is neither a vCenter 2.5 server nor a vCenter 4.x server"
msgstr "%s no es un servidor vCenter 2.5, ni un servidor vCenter 4.x"
#: src/esx/esx_driver.c:955
msgid "URI is missing the server part"
msgstr ""
#: src/esx/esx_driver.c:962
msgid "Missing or invalid auth pointer"
msgstr ""
#: src/esx/esx_driver.c:1021
msgid "This host is not managed by a vCenter"
msgstr "Este equipo no está siendo administrado por un vCenter"
#: src/esx/esx_driver.c:1028
#, c-format
msgid "vCenter IP address %s too big for destination"
msgstr "La dirección IP de vCenter %s es demasiado extensa para el destino"
#: src/esx/esx_driver.c:1041
#, c-format
msgid ""
"This host is managed by a vCenter with IP address %s, but a mismachting "
"vCenter '%s' (%s) has been specified"
msgstr ""
"Este equipo está siendo administrado por un vCenter cuya dirección IP es %s, "
"pero se ha especificado un vCenter '%s' (%s) que no coincide."
#: src/esx/esx_driver.c:1207 src/vbox/vbox_MSCOMGlue.c:434
#, c-format
msgid "Could not parse version number from '%s'"
msgstr "No se pudo analizar el número de versión desde %s"
#: src/esx/esx_driver.c:1273
msgid "Missing or empty 'hostName' property"
msgstr "No se encuentra una propiedad 'hostName' (o se encuentra vacía)"
#: src/esx/esx_driver.c:1423
#, c-format
msgid "CPU Model %s too long for destination"
msgstr "El modelo de CPU %s es demasiado grande para el destino"
#: src/esx/esx_driver.c:1512
#, c-format
msgid "Failed to parse positive integer from '%s'"
msgstr "Falló al intentar analizar el entero positivo desde '%s'"
#: src/esx/esx_driver.c:1613
#, c-format
msgid "No domain with ID %d"
msgstr "No existe un dominio con ID %d"
#: src/esx/esx_driver.c:1701
#, c-format
msgid "No domain with name '%s'"
msgstr "No existe un dominio denominado '%s'"
#: src/esx/esx_driver.c:1759 src/esx/esx_driver.c:1872
#: src/esx/esx_driver.c:1915 src/esx/esx_driver.c:1968
msgid "Domain is not powered on"
msgstr "El dominio no está encendido"
#: src/esx/esx_driver.c:1772
#, c-format
msgid "Could not suspend domain: %s"
msgstr ""
#: src/esx/esx_driver.c:1816
msgid "Domain is not suspended"
msgstr "El dominio no se encuentra suspendido"
#: src/esx/esx_driver.c:1830
#, c-format
msgid "Could not resume domain: %s"
msgstr ""
#: src/esx/esx_driver.c:1981
#, c-format
msgid "Could not destroy domain: %s"
msgstr ""
#: src/esx/esx_driver.c:2046
#, c-format
msgid "Got invalid memory size %d"
msgstr "Se obtuvo un tamaño de memoria %d inválido "
#: src/esx/esx_driver.c:2095 src/esx/esx_driver.c:2999
msgid "Domain is not powered off"
msgstr "El dominio no se encuentra apagado"
#: src/esx/esx_driver.c:2119
#, c-format
msgid "Could not set max-memory to %lu kilobytes: %s"
msgstr ""
#: src/esx/esx_driver.c:2176
#, c-format
msgid "Could not set memory to %lu kilobytes: %s"
msgstr ""
#: src/esx/esx_driver.c:2412 src/esx/esx_driver.c:2422
#, c-format
msgid "QueryPerf returned object with unexpected type '%s'"
msgstr ""
#: src/esx/esx_driver.c:2539 src/esx/esx_driver.c:2623
#: src/phyp/phyp_driver.c:1419 src/phyp/phyp_driver.c:3678
#: src/vbox/vbox_tmpl.c:2047 src/vbox/vbox_tmpl.c:2105
#: src/xenapi/xenapi_driver.c:1078 src/xenapi/xenapi_driver.c:1250
#, c-format
msgid "unsupported flags: (0x%x)"
msgstr ""
#: src/esx/esx_driver.c:2545
msgid "Requested number of virtual CPUs must at least be 1"
msgstr "La cantidad necesaria de CPUs virtuales debe ser por lo menos 1"
#: src/esx/esx_driver.c:2561
#, c-format
msgid ""
"Requested number of virtual CPUs is greater than max allowable number of "
"virtual CPUs for the domain: %d > %d"
msgstr ""
"La cantidad necesaria de CPUs virtuales es mayor que la máxima permitida "
"para el dominio: %d > %d"
#: src/esx/esx_driver.c:2588
#, c-format
msgid "Could not set number of virtual CPUs to %d: %s"
msgstr ""
#: src/esx/esx_driver.c:2808 src/esx/esx_driver.c:2847
#, c-format
msgid "Unsupported config format '%s'"
msgstr "Formato '%s' de configuración no soportado"
#: src/esx/esx_driver.c:3013
#, c-format
msgid "Could not start domain: %s"
msgstr ""
#: src/esx/esx_driver.c:3095
msgid "Domain already exists, editing existing domains is not supported yet"
msgstr ""
"El dominio ya existe, y aún no hay soporte para la edición de dominios "
"existentes"
#: src/esx/esx_driver.c:3131 src/vmware/vmware_conf.c:356
msgid ""
"Domain XML doesn't contain any disks, cannot deduce datastore and path for "
"VMX file"
msgstr ""
"El dominio XML no contiene ningún disco, no se puede deducir la ruta y el "
"almacenamiento de los datos del archivo VMX"
#: src/esx/esx_driver.c:3146 src/vmware/vmware_conf.c:371
msgid ""
"Domain XML doesn't contain any file-based harddisks, cannot deduce datastore "
"and path for VMX file"
msgstr ""
"El dominio no XML no contiene ningún disco rígido basado en archivos, no se "
"puede deducir la ruta y el almacenamiento de los datos del archivo VMX"
#: src/esx/esx_driver.c:3153 src/vmware/vmware_conf.c:378
msgid ""
"First file-based harddisk has no source, cannot deduce datastore and path "
"for VMX file"
msgstr ""
"El primer disco rígido basado en archivo no posee una fuente, no se puede "
"deducir la ruta y el almacenamiento de los datos del archivo VMX"
#: src/esx/esx_driver.c:3165 src/vmware/vmware_conf.c:389
#, c-format
msgid "Expecting source '%s' of first file-based harddisk to be a VMDK image"
msgstr ""
"Se esperaba que la fuente '%s' del primer disco rígido basado en archivo "
"fuera una imagen VMDK"
#: src/esx/esx_driver.c:3235
#, c-format
msgid "Could not define domain: %s"
msgstr ""
#: src/esx/esx_driver.c:3304
msgid "Domain is not suspended or powered off"
msgstr "El dominio no se encuentra ni suspendido ni apagado"
#: src/esx/esx_driver.c:3444
msgid "Cannot enable general autostart option without affecting other domains"
msgstr ""
#: src/esx/esx_driver.c:3569
msgid "Parameter array must have space for 3 items"
msgstr "La matriz debe tener espacio para 3 elementos"
#: src/esx/esx_driver.c:3653
#, c-format
msgid "Shares level has unknown value %d"
msgstr "El nivel de elementos compartidos posee un valor %d desconocido"
#: src/esx/esx_driver.c:3723
#, c-format
msgid "Could not set reservation to %lld MHz, expecting positive value"
msgstr "No es posible definir reserva a %lld MHz, se esperaba unvalor positivo"
#: src/esx/esx_driver.c:3737
#, c-format
msgid ""
"Could not set limit to %lld MHz, expecting positive value or -1 (unlimited)"
msgstr ""
"No es posible definir un límite a %lld MHz, se esperaba un valor positivo o "
"-1 (ilimitado)"
#: src/esx/esx_driver.c:3777
#, c-format
msgid ""
"Could not set shares to %d, expecting positive value or -1 (low), -2 "
"(normal) or -3 (high)"
msgstr ""
"No es posible definir a %d los elementos compartidos, se esperaba un valor "
"positivo o -1 (bajo), -2 (normal), o -3 (alto) "
#: src/esx/esx_driver.c:3784 src/esx/esx_driver.c:4580
#, c-format
msgid "Unknown field '%s'"
msgstr "Campo '%s' desconocido "
#: src/esx/esx_driver.c:3801
#, c-format
msgid "Could not change scheduler parameters: %s"
msgstr ""
#: src/esx/esx_driver.c:3877
msgid "Migration not possible without a vCenter"
msgstr "La migración no es posible si un vCenter"
#: src/esx/esx_driver.c:3883
msgid "Renaming domains on migration not supported"
msgstr ""
"No existe soporte para la modificación de nombre de dominios durante una "
"migración"
#: src/esx/esx_driver.c:3901
msgid "Only vpxmigr:// migration URIs are supported"
msgstr "Solo existe soporte para URIs de migraciones vpxmigr://"
#: src/esx/esx_driver.c:3907
msgid "Migration source and destination have to refer to the same vCenter"
msgstr ""
"El origen y el destino de la migración tienen que referur al mismo vCenter"
#: src/esx/esx_driver.c:3917
msgid "Migration URI has to specify resource pool and host system"
msgstr ""
"El URI de la migración tiene que especificar el grupo de recursos y el "
"sistema del equipo"
#: src/esx/esx_driver.c:3952
#, c-format
msgid "Could not migrate domain, validation reported a problem: %s"
msgstr ""
"No es posible migrar un dominio, la validación a reportado un problema: %s"
#: src/esx/esx_driver.c:3956
msgid "Could not migrate domain, validation reported a problem"
msgstr ""
"No es posible migrar el dominio, la validación ha reportado un problema"
#: src/esx/esx_driver.c:3978
#, c-format
msgid "Could not migrate domain, migration task finished with an error: %s"
msgstr ""
#: src/esx/esx_driver.c:4051
msgid "Could not retrieve memory usage of resource pool"
msgstr "No es posible conocer la utilización de memoria del grupo de recursos"
#: src/esx/esx_driver.c:4189
#, c-format
msgid "Snapshot '%s' already exists"
msgstr "La captura instantánea '%s' ya existe"
#: src/esx/esx_driver.c:4205
#, c-format
msgid "Could not create snapshot: %s"
msgstr ""
#: src/esx/esx_driver.c:4467
#, c-format
msgid "Could not revert to snapshot '%s': %s"
msgstr ""
#: src/esx/esx_driver.c:4526
#, c-format
msgid "Could not delete snapshot '%s': %s"
msgstr ""
#: src/esx/esx_driver.c:4597
#, c-format
msgid "Could not change memory parameters: %s"
msgstr ""
#: src/esx/esx_driver.c:4634
msgid "Parameter array must have space for 1 item"
msgstr ""
#: src/esx/esx_driver.c:4655
#, c-format
msgid "Field %s too big for destination"
msgstr "El campo %s es demasiado extenso para el destino"
#: src/esx/esx_storage_driver.c:88 src/esx/esx_storage_driver.c:567
msgid "DatastoreInfo has unexpected type"
msgstr "DatastoreInfo posee un tipo no esperado"
#: src/esx/esx_storage_driver.c:338
#, c-format
msgid "Could not find datastore with UUID '%s'"
msgstr "No se pudo encontrar un almacenamiento de datos con UUID '%s'"
#: src/esx/esx_storage_driver.c:555
#, c-format
msgid "Datastore has unexpected type '%s'"
msgstr "El almacenamiento de datos posee un tipo '%s' no esperado"
#: src/esx/esx_storage_driver.c:605
msgid "Cannot deactivate storage pool autostart"
msgstr "No es posible desactivar inicio automático de grupo de almacenamiento"
#: src/esx/esx_storage_driver.c:835
msgid ""
"QueryVirtualDiskUuid not avialable, cannot lookup storage volume by UUID"
msgstr ""
#: src/esx/esx_storage_driver.c:997 src/esx/esx_storage_driver.c:1231
msgid "Creating non-file volumes is not supported"
msgstr "No existe soporte para la creación de volúmenes que no sean archivos"
#: src/esx/esx_storage_driver.c:1006 src/esx/esx_storage_driver.c:1240
#, c-format
msgid "Volume name '%s' doesn't have expected format '<directory>/<file>'"
msgstr ""
"El nombre del volumen '%s' no posee el formato esperado '<directory>/<file>'"
#: src/esx/esx_storage_driver.c:1013 src/esx/esx_storage_driver.c:1247
#, c-format
msgid "Volume name '%s' has unsupported suffix, expecting '.vmdk'"
msgstr ""
"El nombre del volumen '%s' posee un sufijo no soportado, se esperaba '.vmdk'"
#: src/esx/esx_storage_driver.c:1093
msgid "Unsupported capacity-to-allocation relation"
msgstr "No existe soporte para la relación capacidad-alojamiento"
#: src/esx/esx_storage_driver.c:1119
#, c-format
msgid "Could not create volume: %s"
msgstr ""
#: src/esx/esx_storage_driver.c:1147 src/esx/esx_storage_driver.c:1349
#, c-format
msgid "Creation of %s volumes is not supported"
msgstr "No existe soporte para la creación del volumen %s"
#: src/esx/esx_storage_driver.c:1321
#, c-format
msgid "Could not copy volume: %s"
msgstr ""
#: src/esx/esx_storage_driver.c:1409
#, c-format
msgid "Could not delete volume: %s"
msgstr ""
#: src/esx/esx_storage_driver.c:1458
#, c-format
msgid "Could not wipe volume: %s"
msgstr ""
#: src/esx/esx_storage_driver.c:1593
#, c-format
msgid "File '%s' has unknown type"
msgstr "El archivo '%s' posee un tipo desconocido"
#: src/esx/esx_util.c:92
#, c-format
msgid ""
"Query parameter 'transport' has unexpected value '%s' (should be http|https)"
msgstr ""
"El parámetro de consulta 'transport' posee un valor '%s' no esperado "
"(debería ser http|https)"
#: src/esx/esx_util.c:110
#, c-format
msgid ""
"Query parameter 'no_verify' has unexpected value '%s' (should be 0 or 1)"
msgstr ""
"El parámetro de consulta 'no_verify' posee un valor '%s' no esperado "
"(debería ser 0 ó 1)"
#: src/esx/esx_util.c:120
#, c-format
msgid ""
"Query parameter 'auto_answer' has unexpected value '%s' (should be 0 or 1)"
msgstr ""
"El parámetro de consulta 'auto_answer' posee un valor '%s' no esperado "
"(debería ser 0 ó 1)"
#: src/esx/esx_util.c:146
#, c-format
msgid ""
"Query parameter 'proxy' contains unexpected type '%s' (should be (http|socks"
"(|4|4a|5))"
msgstr ""
"El parámetro de consulta 'proxy' posee un tipo '%s' no esperado (debería ser "
"(http|socks(|4|4a|5))"
#: src/esx/esx_util.c:164
msgid "Query parameter 'proxy' doesn't contain a hostname"
msgstr "El parámetro de consulta 'proxy' no contiene un nombre de equipo"
#: src/esx/esx_util.c:176
#, c-format
msgid ""
"Query parameter 'proxy' has unexpected portvalue '%s' (should be [1..65535])"
msgstr ""
"El parámetro de consulta 'proxy' posee un valor de puerto '%s' no esperado "
"(debería ser [1..65535])"
#: src/esx/esx_util.c:303
#, c-format
msgid "Datastore path '%s' doesn't have expected format '[<datastore>] <path>'"
msgstr ""
"La ruta '%s' al almacenamiento de datos no posee el formato esperado "
"'[<datastore>] <path>'"
#: src/esx/esx_util.c:386
#, c-format
msgid "IP address lookup for host '%s' failed: %s"
msgstr "Falló la búsqueda de una dirección IP para el equipo '%s': %s"
#: src/esx/esx_util.c:393
#, c-format
msgid "No IP address for host '%s' found: %s"
msgstr "No se ha encontrado ninguna dirección IP para el equipo '%s': %s"
#: src/esx/esx_util.c:403
#, c-format
msgid "Formating IP address for host '%s' failed: %s"
msgstr "Falló el formateo de dirección IP para el equipo '%s': %s"
#: src/esx/esx_util.c:423 src/esx/esx_vi.c:2150 src/vmx/vmx.c:696
#, c-format
msgid "Could not parse UUID from string '%s'"
msgstr "No se pudo analizar el UUID a partir de la cadena '%s'"
#: src/esx/esx_vi.c:226
#, c-format
msgid "curl_easy_perform() returned an error: %s (%d) : %s"
msgstr "curl_easy_perform() ha devuelto un error: %s (%d) : %s"
#: src/esx/esx_vi.c:236
#, c-format
msgid ""
"curl_easy_getinfo(CURLINFO_RESPONSE_CODE) returned an error: %s (%d) : %s"
msgstr ""
"curl_easy_getinfo(CURLINFO_RESPONSE_CODE) ha devuelto un error: %s (%d) : %s"
#: src/esx/esx_vi.c:244
msgid ""
"curl_easy_getinfo(CURLINFO_RESPONSE_CODE) returned a negative response code"
msgstr ""
"curl_easy_getinfo(CURLINFO_RESPONSE_CODE) ha devuelto un código de respuesta "
"negativo"
#: src/esx/esx_vi.c:256
#, c-format
msgid ""
"curl_easy_getinfo(CURLINFO_REDIRECT_URL) returned an error: %s (%d) : %s"
msgstr ""
"curl_easy_getinfo(CURLINFO_REDIRECT_URL) ha devuelto un error: %s (%d) : %s"
#: src/esx/esx_vi.c:262
#, c-format
msgid "The server redirects from '%s' to '%s'"
msgstr "El servidor redirecciona desde '%s' a '%s' "
#: src/esx/esx_vi.c:267
#, c-format
msgid "The server redirects from '%s'"
msgstr "El servidor redirecciona desde '%s'"
#: src/esx/esx_vi.c:280 src/esx/esx_vi_methods.c:165
msgid "Invalid call"
msgstr "Llamada inválida"
#: src/esx/esx_vi.c:288
msgid "Could not initialize CURL"
msgstr "No se pudo reinicializar CURL"
#: src/esx/esx_vi.c:307
msgid "Could not build CURL header list"
msgstr "No es posible construir una lista de encabezados CURL"
#: src/esx/esx_vi.c:341
msgid "Could not initialize CURL mutex"
msgstr "No se pudo reinicializar CURL mutex"
#: src/esx/esx_vi.c:374
#, c-format
msgid "HTTP response code %d for download from '%s'"
msgstr "Código de respuesta HTTP %d para descargar desde '%s'"
#: src/esx/esx_vi.c:420
#, c-format
msgid "HTTP response code %d for upload to '%s'"
msgstr "Código de respuesta HTTP %d para enviar a '%s'"
#: src/esx/esx_vi.c:455
#, c-format
msgid "Trying to lock unknown SharedCURL lock %d"
msgstr ""
#: src/esx/esx_vi.c:483
#, c-format
msgid "Trying to unlock unknown SharedCURL lock %d"
msgstr ""
#: src/esx/esx_vi.c:500
msgid "Trying to free SharedCURL object that is still in use"
msgstr ""
#: src/esx/esx_vi.c:520
msgid "Cannot share uninitialized CURL handle"
msgstr ""
#: src/esx/esx_vi.c:526
msgid "Cannot share CURL handle that is already shared"
msgstr ""
#: src/esx/esx_vi.c:535
msgid "Could not initialize CURL (share)"
msgstr ""
#: src/esx/esx_vi.c:552
msgid "Could not initialize a CURL (share) mutex"
msgstr ""
#: src/esx/esx_vi.c:571
msgid "Cannot unshare uninitialized CURL handle"
msgstr ""
#: src/esx/esx_vi.c:577
msgid "Cannot unshare CURL handle that is not shared"
msgstr ""
#: src/esx/esx_vi.c:582
msgid "CURL (share) mismatch"
msgstr ""
#: src/esx/esx_vi.c:657
msgid "Could not initialize session mutex"
msgstr ""
#: src/esx/esx_vi.c:680
#, c-format
msgid "Expecting VI API major/minor version '2.5' or '4.x' but found '%s'"
msgstr ""
"Se esperaba una versión VI API mayor/menor '2.5' ó '4.x', pero se ha "
"encontrado '%s'"
#: src/esx/esx_vi.c:690
#, c-format
msgid "Expecting GSX major/minor version '2.0' but found '%s'"
msgstr ""
"Se esperaba una versión GSX mayor/menor '2.0', pero se ha encontrado '%s'"
#: src/esx/esx_vi.c:709
#, c-format
msgid "Expecting ESX major/minor version '3.5' or '4.x' but found '%s'"
msgstr ""
"Se esperaba una versión ESX mayor/menor '3.5' ó '4.x', pero se ha encontrado "
"'%s'"
#: src/esx/esx_vi.c:728
#, c-format
msgid "Expecting VPX major/minor version '2.5' or '4.x' but found '%s'"
msgstr ""
"Se esperaba una versión VPX mayor/menor '2.5' o '4.x', pero se ha encontrado "
"'%s'"
#: src/esx/esx_vi.c:734
#, c-format
msgid ""
"Expecting product 'gsx' or 'esx' or 'embeddedEsx' or 'vpx' but found '%s'"
msgstr ""
"Se esperaba un producto 'gsx', o 'esx', o 'embeddedEsx', o 'vpx', pero se ha "
"encontrado '%s'"
#: src/esx/esx_vi.c:741
#, c-format
msgid "Expecting VI API type 'HostAgent' or 'VirtualCenter' but found '%s'"
msgstr ""
"Se esperaba un VI API tipo 'HostAgent' or 'VirtualCenter', pero se ha "
"encontrado '%s'"
#: src/esx/esx_vi.c:791 src/esx/esx_vi.c:849
msgid "Could not retrieve resource pool"
msgstr "No se pudo obtener el grupo de recursos"
#: src/esx/esx_vi.c:800
msgid "Path has to specify the host system"
msgstr "La ruta tiene que especificar el sistema del equipo"
#: src/esx/esx_vi.c:924
msgid "Could not create XPath context"
msgstr "No se pudo crear un contexto XPath"
#: src/esx/esx_vi.c:939
#, c-format
msgid ""
"HTTP response code %d for call to '%s'. Fault is unknown, XPath evaluation "
"failed"
msgstr ""
"Código de respuesta HTTP %d para llamar a '%s'. La falla es desconocida, "
"falló la evaluación XPath"
#: src/esx/esx_vi.c:947
#, c-format
msgid ""
"HTTP response code %d for call to '%s'. Fault is unknown, deserialization "
"failed"
msgstr ""
"Código de respuesta HTTP %d para llamar a '%s'. La falla es desconocida, "
"falló la de-serialización"
#: src/esx/esx_vi.c:954
#, c-format
msgid "HTTP response code %d for call to '%s'. Fault: %s - %s"
msgstr "Código de respuesta HTTP %d para llamar a '%s'. Falla: %s - %s"
#: src/esx/esx_vi.c:976
#, c-format
msgid "XPath evaluation of response for call to '%s' failed"
msgstr "Falló la evaluación XPath de la respuesta a la llamada a '%s'"
#: src/esx/esx_vi.c:988 src/esx/esx_vi.c:1003
#, c-format
msgid "Call to '%s' returned an empty result, expecting a non-empty result"
msgstr ""
"La llamada a '%s' ha devuelto un resultado vacío, cuando se esperaba un "
"resultado no vacío"
#: src/esx/esx_vi.c:993 src/esx/esx_vi.c:1014
#, c-format
msgid "Call to '%s' returned a list, expecting exactly one item"
msgstr ""
"La llamada a '%s' ha devuelto una lista, cuando se esperaba exactamente un "
"solo elemento"
#: src/esx/esx_vi.c:1028
#, c-format
msgid "Call to '%s' returned something, expecting an empty result"
msgstr ""
"La llamada a '%s' ha devuelto algo, cuando se esperaba un resultado vacío."
#: src/esx/esx_vi.c:1037
msgid "Invalid argument (occurrence)"
msgstr "Argumento inválido (ocurrencia) "
#: src/esx/esx_vi.c:1043
#, c-format
msgid "HTTP response code %d for call to '%s'"
msgstr "Código de respuesta HTTP %d para la llamada a '%s'"
#: src/esx/esx_vi.c:1103 src/esx/esx_vi_types.c:870
#, c-format
msgid "Expecting type '%s' but found '%s'"
msgstr "Se esperaba el tipo '%s', pero se ha encontrado '%s'"
#: src/esx/esx_vi.c:1117 src/esx/esx_vi.c:1189 src/esx/esx_vi_types.c:357
#: src/esx/esx_vi_types.c:1004
#, c-format
msgid "Unknown value '%s' for %s"
msgstr "Valor '%s' desconocido para %s"
#: src/esx/esx_vi.c:1283
#, c-format
msgid "Expecting type to begin with 'ArrayOf' but found '%s'"
msgstr ""
"Se esperaba que el tipo empiece con 'ArrayOf', pero se ha encontrado '%s'"
#: src/esx/esx_vi.c:1292 src/esx/esx_vi.c:1365 src/esx/esx_vi_types.c:299
#, c-format
msgid "Wrong XML element type %d"
msgstr "Elemento XML erróneo tipo %d"
#: src/esx/esx_vi.c:1568
msgid "Invalid call, no mutex"
msgstr ""
#: src/esx/esx_vi.c:1575
msgid "Invalid call, no session"
msgstr ""
#: src/esx/esx_vi.c:1634
msgid "Key of the current session differs from the key at last login"
msgstr ""
"La llave de la sesión actual es diferente a la llave del último registro"
#: src/esx/esx_vi.c:1686 src/esx/esx_vi.c:1698 src/esx/esx_vi.c:1712
#, c-format
msgid "Invalid lookup of '%s' from '%s'"
msgstr "Búsqueda no válida de '%s' desde '%s'"
#: src/esx/esx_vi.c:1718
#, c-format
msgid "Invalid lookup from '%s'"
msgstr "Búsqueda no válida desde '%s'"
#: src/esx/esx_vi.c:1749
#, c-format
msgid "Could not lookup '%s' from '%s'"
msgstr ""
#: src/esx/esx_vi.c:1755
#, c-format
msgid "Could not lookup '%s' list from '%s'"
msgstr ""
#: src/esx/esx_vi.c:1761
msgid "Invalid occurrence value"
msgstr ""
#: src/esx/esx_vi.c:1808
#, c-format
msgid "Missing '%s' property while looking for ManagedEntityStatus"
msgstr ""
"No se ha encontrado la propiedad '%s' cuando se buscaba ManagedEntityStatus"
#: src/esx/esx_vi.c:1831
msgid "Missing 'runtime.powerState' property"
msgstr "No se encuentra la propiedad 'runtime.powerState'"
#: src/esx/esx_vi.c:1892 src/esx/esx_vi.c:1925 src/esx/esx_vi.c:1961
#: src/esx/esx_vi.c:1997
#, c-format
msgid "Missing '%s' property"
msgstr "No se encuentra la propiedad '%s'"
#: src/esx/esx_vi.c:2068
msgid "ObjectContent does not reference a virtual machine"
msgstr "ObjectContent no hace referencia a una máquina virtual"
#: src/esx/esx_vi.c:2076
#, c-format
msgid "Could not parse positive integer from '%s'"
msgstr "No se pudo analizar entero positivo desde '%s'"
#: src/esx/esx_vi.c:2106
msgid "Domain name contains invalid escape sequence"
msgstr ""
#: src/esx/esx_vi.c:2116
msgid "Could not get name of virtual machine"
msgstr "No se pudo obtener el nombre de la máquina virtual"
#: src/esx/esx_vi.c:2144
msgid "Could not get UUID of virtual machine"
msgstr "No se pudo obtener el UUID de la máquina virtual"
#: src/esx/esx_vi.c:2277
#, c-format
msgid "Could not find snapshot with name '%s'"
msgstr "No se pudo encontrar una captura instantánea con el nombre '%s'"
#: src/esx/esx_vi.c:2312
#, c-format
msgid "Could not find domain snapshot with internal name '%s'"
msgstr ""
"No se pudo encontrar una captura instantánea del dominio con el nombre "
"interno '%s'"
#: src/esx/esx_vi.c:2377
#, c-format
msgid "Could not find domain with UUID '%s'"
msgstr "No se pudo encontrar un dominio con el UUID '%s' "
#: src/esx/esx_vi.c:2452
#, c-format
msgid "Could not find domain with name '%s'"
msgstr "No se pudo encontrar un dominio con el nombre '%s'"
#: src/esx/esx_vi.c:2505
msgid "Other tasks are pending for this domain"
msgstr "Existen pendientes otras tareas en este dominio"
#: src/esx/esx_vi.c:2586
#, c-format
msgid "Could not find datastore with name '%s'"
msgstr "No se pudo encontrar un almacenamiento de datos cuyo nombre sea '%s'"
#: src/esx/esx_vi.c:2673
#, c-format
msgid "Could not find datastore containing absolute path '%s'"
msgstr ""
"No se pudo encontrar un almacenamiento de datos con una ruta absoluta '%s'"
#: src/esx/esx_vi.c:2743
msgid "Could not lookup datastore host mount"
msgstr "No se pudo buscar el montaje del almacenamiento de datos del equipo"
#: src/esx/esx_vi.c:3019
msgid "Domain has no current snapshot"
msgstr "El dominio no posee una instantánea actual"
#: src/esx/esx_vi.c:3026
msgid "Could not lookup root snapshot list"
msgstr "No es posible buscar lista de instantáneas raíz"
#: src/esx/esx_vi.c:3114
#, c-format
msgid "Datastore path '%s' doesn't reference a file"
msgstr ""
"La ruta '%s' de almacenamiento de datos no hace referencia a ningún archivo"
#: src/esx/esx_vi.c:3201
#, c-format
msgid "Could not search in datastore '%s': %s"
msgstr ""
#: src/esx/esx_vi.c:3220
#, c-format
msgid "No storage volume with key or path '%s'"
msgstr "No existe un volumen de almacenamiento con la llave o la ruta '%s'"
#: src/esx/esx_vi.c:3346
#, c-format
msgid "Could not serach in datastore '%s': %s"
msgstr ""
#: src/esx/esx_vi.c:3474
msgid "Could not retrieve the AutoStartDefaults object"
msgstr ""
#: src/esx/esx_vi.c:3590 src/esx/esx_vi.c:3624
#, c-format
msgid ""
"Pending question blocks virtual machine execution, question is '%s', no "
"possible answers"
msgstr ""
"Una pregunta pendiente está bloqueando la ejecución de la máquina virtual, "
"la pregunta es '%s', y no existen respuestas posibles"
#: src/esx/esx_vi.c:3598
#, c-format
msgid ""
"Pending question blocks virtual machine execution, question is '%s', "
"possible answers are %s, but no default answer is specified"
msgstr ""
"Una pregunta pendiente está bloqueando la ejecución de la máquina virtual, "
"la pregunta es '%s', las respuestas posibles son %s, pero no ha sido "
"especificada alguna predeterminada"
#: src/esx/esx_vi.c:3619
#, c-format
msgid ""
"Pending question blocks virtual machine execution, question is '%s', "
"possible answers are %s"
msgstr ""
"Una pregunta pendiente está bloqueando la ejecución de la máquina virtual, "
"la pregunta es '%s', y las respuestas posibles son %s"
#: src/esx/esx_vi.c:3726
msgid ""
"Cancelable task is blocked by an unanswered question but cancelation failed"
msgstr ""
"Una tarea cancelable está siendo bloqueada por una pregunta no respondida, "
"pero la cancelación ha fallado"
#: src/esx/esx_vi.c:3731
msgid "Non-cancelable task is blocked by an unanswered question"
msgstr ""
"Una tarea no cancelable está siendo bloqueada por una pregunta sin respuesta"
#: src/esx/esx_vi.c:3868
#, c-format
msgid "HostCpuIdInfo register '%s' has an unexpected length"
msgstr "El registro '%s' de HostCpuIdInfo posee una longitud no esperada"
#: src/esx/esx_vi.c:3882
#, c-format
msgid "HostCpuIdInfo register '%s' has an unexpected format"
msgstr "El registro '%s' de HostCpuIdInfo posee un formato no esperado"
#: src/esx/esx_vi.c:3924
msgid "Unexpected product version"
msgstr "Versión de producto no esperada"
#: src/esx/esx_vi.c:4072
#, c-format
msgid "Missing 'name' property in %s lookup"
msgstr ""
#: src/esx/esx_vi.c:4105
#, c-format
msgid "Could not find %s with name '%s'"
msgstr ""
#: src/esx/esx_vi_types.c:85 src/esx/esx_vi_types.c:730
#, c-format
msgid "%s object has invalid dynamic type"
msgstr ""
#: src/esx/esx_vi_types.c:215 src/esx/esx_vi_types.c:228
#: src/esx/esx_vi_types.c:546 src/esx/esx_vi_types.c:652
#, c-format
msgid "Call to %s for unexpected type '%s'"
msgstr "Llamada a %s por tipo '%s' no esperado"
#: src/esx/esx_vi_types.c:350
#, c-format
msgid "XML node doesn't contain text, expecting an %s value"
msgstr ""
#: src/esx/esx_vi_types.c:364
#, c-format
msgid "Value '%s' is not representable as %s"
msgstr ""
#: src/esx/esx_vi_types.c:489 src/esx/esx_vi_types.c:713
#, c-format
msgid "%s object is missing the required '%s' property"
msgstr ""
#: src/esx/esx_vi_types.c:679 src/esx/esx_vi_types.c:1738
#, c-format
msgid "%s is missing 'type' property"
msgstr "%s no posee la propiedad 'type'"
#: src/esx/esx_vi_types.c:688
#, c-format
msgid "Unknown value '%s' for %s 'type' property"
msgstr "Valor '%s' desconocido para la propiedad 'type' de '%s'"
#: src/esx/esx_vi_types.c:902 src/esx/esx_vi_types.c:964
msgid "Could not copy an XML node"
msgstr "No se pudo copiar un nodo XML"
#: src/esx/esx_vi_types.c:975
msgid "AnyType is missing 'type' property"
msgstr "AnyType no posee la propiedad 'type'"
#: src/esx/esx_vi_types.c:983
#, c-format
msgid "Unknown value '%s' for AnyType 'type' property"
msgstr "Valor '%s' desconocido para la propiedad 'type' de AnyType"
#: src/esx/esx_vi_types.c:1012
#, c-format
msgid "Value '%s' is out of %s range"
msgstr "El valor '%s' se encuentra fuera del rango %s"
#: src/esx/esx_vi_types.c:1028
#, c-format
msgid "Unknown value '%s' for xsd:boolean"
msgstr "Valor '%s' desconocido para xsd:boolean"
#: src/esx/esx_vi_types.c:1390
msgid "XML node doesn't contain text, expecting an xsd:dateTime value"
msgstr "El nodo XML no contiene texto, se esperaba un valor xsd:dateTime"
#: src/esx/esx_vi_types.c:1423
#, c-format
msgid "xsd:dateTime value '%s' too long for destination"
msgstr "El valor xsd:dateTime %s es demasiado extenso para el destino"
#: src/esx/esx_vi_types.c:1445 src/esx/esx_vi_types.c:1455
#: src/esx/esx_vi_types.c:1468 src/esx/esx_vi_types.c:1482
#, c-format
msgid "xsd:dateTime value '%s' has unexpected format"
msgstr "El valor '%s' de xsd:dateTime posee un formato no esperado"
#: src/esx/esx_vi_types.c:1565
msgid "MethodFault is missing 'type' property"
msgstr ""
#: src/esx/esx_vi_types.c:1660
msgid "ManagedObjectReference is missing 'type' property"
msgstr "ManagedObjectReference no posee la propiedad 'type'"
#: src/fdstream.c:76 src/fdstream.c:112 src/fdstream.c:193 src/fdstream.c:299
#: src/fdstream.c:351
msgid "stream is not open"
msgstr "el flujo no se encuentra abierto"
#: src/fdstream.c:83 src/fdstream.c:119
msgid "stream does not have a callback registered"
msgstr "el flujo no tiene registrada una retrollamada"
#: src/fdstream.c:200
msgid "stream already has a callback registered"
msgstr "el flujo ya tiene registrada una retrollamada"
#: src/fdstream.c:210
msgid "cannot register file watch on stream"
msgstr "no es posible registrar vigilancia de archivo en el flujo"
#: src/fdstream.c:257
#, c-format
msgid "I/O helper exited with status %d"
msgstr ""
#: src/fdstream.c:261
msgid "I/O helper exited abnormally"
msgstr ""
#: src/fdstream.c:293
msgid "Too many bytes to write to stream"
msgstr ""
#: src/fdstream.c:308 src/fdstream.c:327
msgid "cannot write to stream"
msgstr "no es posible escribir sobre el flujo"
#: src/fdstream.c:345
msgid "Too many bytes to read from stream"
msgstr ""
#: src/fdstream.c:377
msgid "cannot read from stream"
msgstr ""
#: src/fdstream.c:425 src/util/event_poll.c:644
msgid "Unable to initialize mutex"
msgstr ""
#: src/fdstream.c:455
msgid "Unable to open UNIX socket"
msgstr ""
#: src/fdstream.c:498
msgid "UNIX domain sockets are not supported on this platform"
msgstr ""
#: src/fdstream.c:528
#, c-format
msgid "Unable to open stream for '%s'"
msgstr ""
#: src/fdstream.c:535
#, c-format
msgid "Unable to access stream for '%s'"
msgstr ""
#: src/fdstream.c:552
#, c-format
msgid "%s: Cannot request read and write flags together"
msgstr ""
#: src/fdstream.c:560 src/lxc/lxc_driver.c:1549
msgid "Unable to create pipe"
msgstr ""
#: src/fdstream.c:599 src/util/iohelper.c:71
#, c-format
msgid "Unable to seek %s to %llu"
msgstr ""
#: src/fdstream.c:634
#, c-format
msgid "Attempt to create %s without specifying mode"
msgstr ""
#: src/interface/netcf_driver.c:110 src/interface/netcf_driver.c:278
#, c-format
msgid "couldn't find interface named '%s': %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:115 src/interface/netcf_driver.c:283
#, c-format
msgid "couldn't find interface named '%s'"
msgstr ""
#: src/interface/netcf_driver.c:192
#, c-format
msgid "failed to get number of interfaces on host: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:212
#, c-format
msgid "failed to list host interfaces: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:233
#, c-format
msgid "failed to get number of defined interfaces on host: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:254
#, c-format
msgid "failed to list host defined interfaces: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:311
#, c-format
msgid "couldn't find interface with MAC address '%s': %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:318
#, c-format
msgid "couldn't find interface with MAC address '%s'"
msgstr ""
#: src/interface/netcf_driver.c:324
msgid "multiple interfaces with matching MAC address"
msgstr "la dirección MAC se corresonde con múltiples interfaces"
#: src/interface/netcf_driver.c:362 src/interface/netcf_driver.c:417
#, c-format
msgid "could not get interface XML description: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:451
#, c-format
msgid "failed to undefine interface %s: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:483
#, c-format
msgid "failed to create (start) interface %s: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:515
#, c-format
msgid "failed to destroy (stop) interface %s: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:546
#, c-format
msgid "failed to get status of interface %s: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:575
#, c-format
msgid "failed to begin transaction: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:598
#, c-format
msgid "failed to commit transaction: %s%s%s"
msgstr ""
#: src/interface/netcf_driver.c:621
#, c-format
msgid "failed to rollback transaction: %s%s%s"
msgstr ""
#: src/internal.h:236
#, c-format
msgid "%s: unsupported flags (0x%lx)"
msgstr "%s: marcas no soportadas (0x%lx)"
#: src/libvirt.c:578 src/libvirt.c:611 src/libvirt.c:644 src/libvirt.c:677
#: src/libvirt.c:710 src/libvirt.c:743 src/libvirt.c:779 src/libvirt.c:819
#, c-format
msgid "Too many drivers, cannot register %s"
msgstr ""
#: src/libvirt.c:786
msgid "Tried to register an internal Xen driver"
msgstr ""
#: src/libvirt.c:845
#, c-format
msgid "Initialization of %s state driver failed"
msgstr "Falló la inicialización del controlador de estado %s"
#: src/libvirt.c:998
msgid "could not parse connection URI"
msgstr "No es posible analizar conexión URI"
#: src/libvirt.c:1047
#, c-format
msgid "libvirt was built without the '%s' driver"
msgstr "libvirt ha sido compilado sin el controlador '%s'"
#: src/libvirt.c:1070
#, c-format
msgid "No connection for URI %s"
msgstr ""
#: src/libvirt.c:2278
msgid "could not build absolute output file path"
msgstr ""
#: src/libvirt.c:2335
msgid "could not build absolute input file path"
msgstr ""
#: src/libvirt.c:2393
msgid "crash and live flags are mutually exclusive"
msgstr ""
#: src/libvirt.c:2404
msgid "could not build absolute core file path"
msgstr ""
#: src/libvirt.c:3380
msgid "virDomainGetXMLDesc with secure flag"
msgstr "virDomainGetXMLDesc con marca segura"
#: src/libvirt.c:3565
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare no ha definido uri"
#: src/libvirt.c:3676 src/qemu/qemu_migration.c:1942
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare2 no ha definido uri"
#: src/libvirt.c:3806 src/qemu/qemu_migration.c:2074
msgid "domainMigratePrepare3 did not set uri"
msgstr ""
#: src/libvirt.c:3970 src/libvirt.c:4040 src/libvirt.c:4374 src/libvirt.c:4386
msgid "Unable to change target guest XML during migration"
msgstr ""
#: src/libvirt.c:3975
msgid "Unable to override peer2peer migration URI"
msgstr ""
#: src/libvirt.c:4183 src/libvirt.c:4355
msgid "cannot perform tunnelled migration without using peer2peer flag"
msgstr ""
"No es posible realizar una migración en túnel sin la utilización de una "
"marca de par a par (peer2peer)"
#: src/libvirt.c:6025 src/libvirt.c:6124
msgid "flags must be zero"
msgstr "las marcas deben ser cero"
#: src/libvirt.c:6118
msgid "path is NULL"
msgstr "el camino es NULL"
#: src/libvirt.c:6131
msgid "buffer is NULL"
msgstr "el buffer es NULL"
#: src/libvirt.c:6233 src/qemu/qemu_driver.c:6256
msgid "flags parameter must be VIR_MEMORY_VIRTUAL or VIR_MEMORY_PHYSICAL"
msgstr ""
"el parámetro de las marcas debe ser VIR_MEMORY_VIRTUAL o VIR_MEMORY_PHYSICAL"
#: src/libvirt.c:6240
msgid "buffer is NULL but size is non-zero"
msgstr "el buffer es NULL pero es tamaño es distinto de cero"
#: src/libvirt.c:13146
msgid "data sources cannot be used for non-blocking streams"
msgstr ""
"las fuentes de datos no pueden ser utilizadas por flujos no bloqueantes"
#: src/libvirt.c:13248
msgid "data sinks cannot be used for non-blocking streams"
msgstr ""
"los sumideros de datos no pueden ser utilizados por flujos de no bloqueo"
#: src/libvirt.c:15015
msgid "virDomainSnapshotGetXMLDesc with secure flag"
msgstr "virDomainSnapshotGetXMLDesc con marca segura"
#: src/locking/lock_driver_sanlock.c:96
#, c-format
msgid "Unable to access config file %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:164
#, c-format
msgid "Lockspace path '%s' exceeded %d characters"
msgstr ""
#: src/locking/lock_driver_sanlock.c:178 src/locking/lock_driver_sanlock.c:549
#, c-format
msgid "Unable to create lockspace %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:187 src/locking/lock_driver_sanlock.c:558
#, c-format
msgid "Unable to query sector size %s: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:191 src/locking/lock_driver_sanlock.c:562
#, c-format
msgid "Unable to query sector size %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:201
#, c-format
msgid "Unable to allocate lockspace %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:208
#, c-format
msgid "Unable to save lockspace %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:216
#, c-format
msgid "Unable to initialize lockspace %s: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:220
#, c-format
msgid "Unable to initialize lockspace %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:237
#, c-format
msgid "Unable to add lockspace %s: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:241
#, c-format
msgid "Unable to add lockspace %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:293
msgid "Automatic disk lease mode enabled, but no host ID is set"
msgstr ""
#: src/locking/lock_driver_sanlock.c:333
msgid "Sanlock plugin is not initialized"
msgstr ""
#: src/locking/lock_driver_sanlock.c:339
#, c-format
msgid "Unsupported object type %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:358 src/locking/lock_driver_sanlock.c:699
#, c-format
msgid "Domain name '%s' exceeded %d characters"
msgstr ""
#: src/locking/lock_driver_sanlock.c:404
msgid "String length too small to store md5 checksum"
msgstr ""
#: src/locking/lock_driver_sanlock.c:410
msgid "Unable to compute md5 checksum"
msgstr ""
#: src/locking/lock_driver_sanlock.c:440
#, c-format
msgid "Resource name '%s' exceeds %d characters"
msgstr ""
#: src/locking/lock_driver_sanlock.c:449 src/locking/lock_driver_sanlock.c:511
#, c-format
msgid "Lease path '%s' exceeds %d characters"
msgstr ""
#: src/locking/lock_driver_sanlock.c:458 src/locking/lock_driver_sanlock.c:520
#, c-format
msgid "Resource lockspace '%s' exceeds %d characters"
msgstr ""
#: src/locking/lock_driver_sanlock.c:491
msgid "Unexpected lock parameters for disk resource"
msgstr ""
#: src/locking/lock_driver_sanlock.c:572
#, c-format
msgid "Unable to allocate lease %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:579
#, c-format
msgid "Unable to save lease %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:587
#, c-format
msgid "Unable to initialize lease %s: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:591
#, c-format
msgid "Unable to initialize lease %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:622
#, c-format
msgid "Too many resources %d for object"
msgstr ""
#: src/locking/lock_driver_sanlock.c:629
msgid "Readonly leases are not supported"
msgstr ""
#: src/locking/lock_driver_sanlock.c:634
msgid "Sharable leases are not supported"
msgstr ""
#: src/locking/lock_driver_sanlock.c:688
msgid ""
"Read/write, exclusive access, disks were present, but no leases specified"
msgstr ""
#: src/locking/lock_driver_sanlock.c:710
#, c-format
msgid "Unable to parse lock state %s: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:714
#, c-format
msgid "Unable to parse lock state %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:735
#, c-format
msgid "Failed to open socket to sanlock daemon: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:739
msgid "Failed to open socket to sanlock daemon"
msgstr ""
#: src/locking/lock_driver_sanlock.c:750
#, c-format
msgid "Failed to acquire lock: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:753
msgid "Failed to acquire lock"
msgstr ""
#: src/locking/lock_driver_sanlock.c:774
#, c-format
msgid "Failed to restrict process: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:777
msgid "Failed to restrict process"
msgstr ""
#: src/locking/lock_driver_sanlock.c:823 src/locking/lock_driver_sanlock.c:866
#, c-format
msgid "Failed to inquire lock: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:826 src/locking/lock_driver_sanlock.c:869
msgid "Failed to inquire lock"
msgstr ""
#: src/locking/lock_driver_sanlock.c:837
#, c-format
msgid "Failed to release lock: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:840
msgid "Failed to release lock"
msgstr ""
#: src/locking/lock_manager.c:49 src/locking/lock_manager.c:57
#, c-format
msgid "Missing '%s' field in lock manager driver"
msgstr ""
#: src/locking/lock_manager.c:146
#, c-format
msgid "Plugin %s not accessible"
msgstr ""
#: src/locking/lock_manager.c:154
#, c-format
msgid "Failed to load plugin %s: %s"
msgstr ""
#: src/locking/lock_manager.c:161
msgid "Missing plugin initialization symbol 'virLockDriverImpl'"
msgstr ""
#: src/locking/lock_manager.c:198
msgid "this platform is missing dlopen"
msgstr ""
#: src/lxc/lxc_container.c:139
msgid "setsid failed"
msgstr "Falló setsid"
#: src/lxc/lxc_container.c:145
msgid "ioctl(TIOCSTTY) failed"
msgstr "Falló ioctl(TIOCSTTY)"
#: src/lxc/lxc_container.c:160
msgid "dup2(stdin) failed"
msgstr "Falló dup2(stdin) "
#: src/lxc/lxc_container.c:166
msgid "dup2(stdout) failed"
msgstr "Falló dup2(stdout)"
#: src/lxc/lxc_container.c:172
msgid "dup2(stderr) failed"
msgstr "Falló dup2(stderr)"
#: src/lxc/lxc_container.c:319
msgid "Failed to make root private"
msgstr "Falló al intentar convertirse la raíz en privada"
#: src/lxc/lxc_container.c:330 src/lxc/lxc_container.c:352
#: src/lxc/lxc_container.c:536
#, c-format
msgid "Failed to create %s"
msgstr "Falló al crearse %s"
#: src/lxc/lxc_container.c:339
#, c-format
msgid "Failed to mount empty tmpfs at %s"
msgstr "Falló al intentar montar tmpfs vacío en %s"
#: src/lxc/lxc_container.c:360
#, c-format
msgid "Failed to bind new root %s into tmpfs"
msgstr "Falló al asociar nueva raíz %s en tmpfs"
#: src/lxc/lxc_container.c:369
#, c-format
msgid "Failed to chroot into %s"
msgstr "Falló al chroot en %s"
#: src/lxc/lxc_container.c:377
msgid "Failed to pivot root"
msgstr "Falló al girar raíz"
#: src/lxc/lxc_container.c:420
#, c-format
msgid "Failed to mkdir %s"
msgstr "Falló al crear el directorio %s"
#: src/lxc/lxc_container.c:426
#, c-format
msgid "Failed to mount %s on %s"
msgstr "Falló al montar %s en %s"
#: src/lxc/lxc_container.c:434
msgid "Cannot create /dev/pts"
msgstr "No es posible crear /dev/pts"
#: src/lxc/lxc_container.c:441
msgid "Failed to mount /dev/pts in container"
msgstr "Falló al intentar montar /dev/pts en el contenedor"
#: src/lxc/lxc_container.c:475
#, c-format
msgid "Failed to make device %s"
msgstr "Falló al crear el dispositivo %s"
#: src/lxc/lxc_container.c:484
msgid "Failed to create symlink /dev/ptmx to /dev/pts/ptmx"
msgstr ""
"Falló al intentar crear un enlace simbólico /dev/ptmx con /dev/pts/ptmx"
#: src/lxc/lxc_container.c:492
msgid "Failed to make device /dev/ptmx"
msgstr "Falló al intentar crear dispositivo /dev/ptmx"
#: src/lxc/lxc_container.c:503
msgid "Failed to symlink /dev/pts/0 to /dev/tty1"
msgstr ""
"Falló al intentar crear un enlace simbólico desde /dev/pts/0 a /dev/tty1"
#: src/lxc/lxc_container.c:508
msgid "Failed to symlink /dev/pts/0 to /dev/console"
msgstr ""
#: src/lxc/lxc_container.c:543 src/lxc/lxc_container.c:659
#, c-format
msgid "Failed to mount %s at %s"
msgstr "Falló al montar %s en %s"
#: src/lxc/lxc_container.c:566
msgid "Failed to read /proc/mounts"
msgstr "Falló al intentar leer /proc/mounts"
#: src/lxc/lxc_container.c:595
#, c-format
msgid "Failed to unmount '%s'"
msgstr "Falló al desmontar '%s'"
#: src/lxc/lxc_container.c:645
msgid "Failed to make / slave"
msgstr "Falló al crear / esclavo"
#: src/lxc/lxc_container.c:669
msgid "Failed to mount /proc"
msgstr "Falló al montar /proc"
#: src/lxc/lxc_container.c:708
#, c-format
msgid "Failed to remove capabilities: %d"
msgstr "Falló al eliminar capacidades: %d"
#: src/lxc/lxc_container.c:714
#, c-format
msgid "Failed to apply capabilities: %d"
msgstr "Falló al aplicar capacidades: %d"
#: src/lxc/lxc_container.c:755
msgid "lxcChild() passed invalid vm definition"
msgstr "lxcChild() ha transmitido una definición vm inválida"
#: src/lxc/lxc_container.c:780
#, c-format
msgid "Failed to open tty %s"
msgstr "Falló al abrir tty %s"
#: src/lxc/lxc_container.c:790
#, c-format
msgid "cannot find init path '%s' relative to container root"
msgstr ""
#: src/lxc/lxc_container.c:798
msgid "Failed to read the container continue message"
msgstr "No es posible leer el mensaje continuo del contenedor"
#: src/lxc/lxc_container.c:815
msgid "failed to send continue signal to controller"
msgstr ""
#: src/lxc/lxc_container.c:923
msgid "Failed to run clone container"
msgstr "Falló al ejecutar contenedor de clon"
#: src/lxc/lxc_conf.c:68 src/qemu/qemu_driver.c:250 src/uml/uml_conf.c:81
msgid "cannot get the host uuid"
msgstr "no es posible obtener el uuid del equipo"
#: src/lxc/lxc_controller.c:98
msgid "Unable to get cgroup for driver"
msgstr "No es posible obtener cgroup para el dispositivo"
#: src/lxc/lxc_controller.c:105
#, c-format
msgid "Unable to create cgroup for domain %s"
msgstr "No es posible crear cgroup para el dominio %s"
#: src/lxc/lxc_controller.c:114
#, c-format
msgid "Unable to set Blkio weight for domain %s"
msgstr ""
#: src/lxc/lxc_controller.c:124
#, c-format
msgid "Unable to set cpu shares for domain %s"
msgstr ""
#: src/lxc/lxc_controller.c:133
#, c-format
msgid "Unable to set memory limit for domain %s"
msgstr "No es posible crear límite de memoria para el dominio %s"
#: src/lxc/lxc_controller.c:142 src/qemu/qemu_cgroup.c:322
#, c-format
msgid "Unable to set memory hard limit for domain %s"
msgstr ""
#: src/lxc/lxc_controller.c:152 src/qemu/qemu_cgroup.c:331
#, c-format
msgid "Unable to set memory soft limit for domain %s"
msgstr ""
#: src/lxc/lxc_controller.c:162 src/qemu/qemu_cgroup.c:341
#, c-format
msgid "Unable to set swap hard limit for domain %s"
msgstr ""
#: src/lxc/lxc_controller.c:171
#, c-format
msgid "Unable to deny devices for domain %s"
msgstr "No es posible negarle dispositivos al dominio %s"
#: src/lxc/lxc_controller.c:185
#, c-format
msgid "Unable to allow device %c:%d:%d for domain %s"
msgstr "No es posible permitir el dispositivo %c:%d:%d para el dominio %s"
#: src/lxc/lxc_controller.c:195
#, c-format
msgid "Unable to allow PYT devices for domain %s"
msgstr "No es posible permitir dispositivos PYT para el dominio %s"
#: src/lxc/lxc_controller.c:203
#, c-format
msgid "Unable to add task %d to cgroup for domain %s"
msgstr "No es posible agregar tarea %d al cgroup para el dominio %s"
#: src/lxc/lxc_controller.c:231
#, c-format
msgid "failed to create server socket '%s'"
msgstr "Falló al crear socket de servidor '%s'"
#: src/lxc/lxc_controller.c:241
#, c-format
msgid "Socket path %s too long for destination"
msgstr "La ruta %s al socket es demasiado extensa para el destino"
#: src/lxc/lxc_controller.c:247
#, c-format
msgid "failed to bind server socket '%s'"
msgstr "Falló al asociar socket de servidor '%s'"
#: src/lxc/lxc_controller.c:253
#, c-format
msgid "failed to listen server socket %s"
msgstr "Falló al escuchar el socket del servidor %s"
#: src/lxc/lxc_controller.c:286
#, c-format
msgid "read of fd %d failed"
msgstr "Falló la lectura de fd %d "
#: src/lxc/lxc_controller.c:293
#, c-format
msgid "write to fd %d failed"
msgstr "Falló la escritura en fd %d"
#: src/lxc/lxc_controller.c:314
#, c-format
msgid "failed to apply capabilities: %d"
msgstr "Falló al aplicar capacidades: %d"
#: src/lxc/lxc_controller.c:393
msgid "epoll_create(2) failed"
msgstr "Falló epoll_create(2)"
#: src/lxc/lxc_controller.c:403
msgid "epoll_ctl(appPty) failed"
msgstr "Falló epoll_ctl(appPty)"
#: src/lxc/lxc_controller.c:409
msgid "epoll_ctl(contPty) failed"
msgstr "Falló poll_ctl(contPty) "
#: src/lxc/lxc_controller.c:417
msgid "epoll_ctl(monitor) failed"
msgstr "Falló epoll_ctl(monitor) "
#: src/lxc/lxc_controller.c:425 src/lxc/lxc_controller.c:457
#: src/lxc/lxc_controller.c:463
msgid "epoll_ctl(client) failed"
msgstr "Falló epoll_ctl(client) "
#: src/lxc/lxc_controller.c:445
msgid "accept(monitor,...) failed"
msgstr "Falló accept(monitor,...) "
#: src/lxc/lxc_controller.c:485
#, c-format
msgid "error event %d"
msgstr "Evento de error %d"
#: src/lxc/lxc_controller.c:506
msgid "epoll_wait() failed"
msgstr "Falló epoll_wait()"
#: src/lxc/lxc_controller.c:593
#, c-format
msgid "Unable to request personality for %s on %s"
msgstr ""
#: src/lxc/lxc_controller.c:630
msgid "sockpair failed"
msgstr "Falló sockpair"
#: src/lxc/lxc_controller.c:636
msgid "socketpair failed"
msgstr ""
#: src/lxc/lxc_controller.c:670
#, c-format
msgid "root source %s does not exist"
msgstr ""
#: src/lxc/lxc_controller.c:677
msgid "Cannot unshare mount namespace"
msgstr "No es posible dejar de compartir el nombre del espacio montado"
#: src/lxc/lxc_controller.c:683
msgid "Failed to switch root mount into slave mode"
msgstr "Falló al convertir montaje raíz en modo esclavo"
#: src/lxc/lxc_controller.c:695
#, c-format
msgid "Failed to make path %s"
msgstr "Falló al crear el camino %s"
#: src/lxc/lxc_controller.c:704
#, c-format
msgid "Failed to mount devpts on %s"
msgstr "Falló al montar devpts en %s"
#: src/lxc/lxc_controller.c:722 src/lxc/lxc_controller.c:731
#: src/lxc/lxc_driver.c:1521
msgid "Failed to allocate tty"
msgstr "Falló al alojar tty"
#: src/lxc/lxc_controller.c:754
msgid "Unable to send container continue message"
msgstr "No es posible enviar mensaje continuo de contenedor"
#: src/lxc/lxc_controller.c:760
msgid "error receiving signal from container"
msgstr ""
#: src/lxc/lxc_controller.c:771
msgid "error sending continue signal to parent"
msgstr ""
#: src/lxc/lxc_controller.c:951
#, c-format
msgid "Unable to write pid file '%s/%s.pid'"
msgstr "No es posible escribir archivo pid '%s/%s.pid'"
#: src/lxc/lxc_controller.c:965
msgid "Unable to change to root dir"
msgstr "No es posible trasladarse al directorio raíz"
#: src/lxc/lxc_controller.c:971
msgid "Unable to become session leader"
msgstr "No es posible convertirse en líder de sesión"
#: src/lxc/lxc_controller.c:982
msgid "Failed to accept a connection from driver"
msgstr "Falló al intentar aceptar una conexión desde el controlador"
#: src/lxc/lxc_driver.c:138
#, c-format
msgid "Unexpected LXC URI path '%s', try lxc:///"
msgstr "Ruta LXC URI '%s' no esperada, intente lxc:/// "
#: src/lxc/lxc_driver.c:146
msgid "lxc state driver is not active"
msgstr "El estado del controlador lxc está inactivo"
#: src/lxc/lxc_driver.c:210
#, c-format
msgid "No domain with matching id %d"
msgstr "No existe un dominio que coincida con el id %d"
#: src/lxc/lxc_driver.c:239 src/lxc/lxc_driver.c:293 src/lxc/lxc_driver.c:318
#: src/lxc/lxc_driver.c:342 src/lxc/lxc_driver.c:470 src/lxc/lxc_driver.c:523
#: src/lxc/lxc_driver.c:589 src/lxc/lxc_driver.c:616 src/lxc/lxc_driver.c:645
#: src/lxc/lxc_driver.c:670 src/lxc/lxc_driver.c:702 src/lxc/lxc_driver.c:764
#: src/lxc/lxc_driver.c:863 src/lxc/lxc_driver.c:970 src/lxc/lxc_driver.c:1685
#: src/lxc/lxc_driver.c:1927 src/lxc/lxc_driver.c:2300
#: src/lxc/lxc_driver.c:2379 src/lxc/lxc_driver.c:2434
#: src/lxc/lxc_driver.c:2488 src/lxc/lxc_driver.c:2515
#: src/lxc/lxc_driver.c:2685 src/lxc/lxc_driver.c:2750
#: src/libxl/libxl_driver.c:1335 src/libxl/libxl_driver.c:1393
#: src/libxl/libxl_driver.c:1449 src/libxl/libxl_driver.c:1493
#: src/libxl/libxl_driver.c:1533 src/libxl/libxl_driver.c:1582
#: src/libxl/libxl_driver.c:1913 src/libxl/libxl_driver.c:1991
#: src/libxl/libxl_driver.c:2081 src/libxl/libxl_driver.c:2122
#: src/libxl/libxl_driver.c:2156 src/libxl/libxl_driver.c:2634
#: src/libxl/libxl_driver.c:3345 src/libxl/libxl_driver.c:3373
#: src/vmware/vmware_driver.c:577
#, c-format
msgid "No domain with matching uuid '%s'"
msgstr "No existe un dominio coincidente con el uuid '%s'"
#: src/lxc/lxc_driver.c:265
#, c-format
msgid "No domain with matching name '%s'"
msgstr "No existe un dominio coincidente con el nombre '%s'"
#: src/lxc/lxc_driver.c:420 src/lxc/lxc_driver.c:1691
#: src/lxc/lxc_driver.c:1762
msgid "System lacks NETNS support"
msgstr "El sistema adolece de soporte NETNS"
#: src/lxc/lxc_driver.c:476
msgid "Cannot delete active domain"
msgstr "No es posible eliminar dominio activo"
#: src/lxc/lxc_driver.c:482
msgid "Cannot undefine transient domain"
msgstr "No es posible quitar la definición del dominio transitorio "
#: src/lxc/lxc_driver.c:535 src/lxc/lxc_driver.c:726 src/lxc/lxc_driver.c:881
#, c-format
msgid "Unable to get cgroup for %s"
msgstr "No es posible obtener cgroup para %s"
#: src/lxc/lxc_driver.c:541
msgid "Cannot read cputime for domain"
msgstr "No es posible leer cputime para el dominio"
#: src/lxc/lxc_driver.c:546
msgid "Cannot read memory usage for domain"
msgstr "No es posible leer utilización de la memoria para el dominio"
#: src/lxc/lxc_driver.c:676
msgid "Cannot set max memory lower than current memory"
msgstr ""
"No es posible establecer que la memoria máxima sea menor que la memoria "
"actual"
#: src/lxc/lxc_driver.c:708
msgid "Cannot set memory higher than max memory"
msgstr ""
"No es posible establecer que la memoria sea mayor que la memoria máxima"
#: src/lxc/lxc_driver.c:714 src/lxc/lxc_driver.c:1933
#: src/lxc/lxc_driver.c:2440 src/lxc/lxc_driver.c:2691
#: src/lxc/lxc_driver.c:2756 src/libxl/libxl_driver.c:1339
#: src/libxl/libxl_driver.c:1398 src/libxl/libxl_driver.c:1455
#: src/libxl/libxl_driver.c:1499 src/libxl/libxl_driver.c:1539
#: src/libxl/libxl_driver.c:1918 src/libxl/libxl_driver.c:1996
#: src/libxl/libxl_driver.c:2086 src/libxl/libxl_driver.c:2345
#: src/libxl/libxl_driver.c:2437 src/libxl/libxl_driver.c:3151
#: src/libxl/libxl_driver.c:3448 src/libxl/libxl_driver.c:3515
#: src/libxl/libxl_driver.c:3604 src/openvz/openvz_driver.c:520
#: src/openvz/openvz_driver.c:558
msgid "Domain is not running"
msgstr "El dominio no está ejecutándose"
#: src/lxc/lxc_driver.c:720
msgid "cgroups must be configured on the host"
msgstr "los cgroups deben ser configurados en el equipo"
#: src/lxc/lxc_driver.c:732
msgid "Failed to set memory for domain"
msgstr "No es posible establecer la memoria para el dominio"
#: src/lxc/lxc_driver.c:770 src/qemu/qemu_driver.c:5131
#: src/qemu/qemu_driver.c:5279 src/qemu/qemu_driver.c:5407
#: src/qemu/qemu_driver.c:5563 src/qemu/qemu_driver.c:5760
#: src/qemu/qemu_driver.c:5916
#, c-format
msgid "cannot find cgroup for domain %s"
msgstr "no se puede encontrar cgroup para para el dominio %s"
#: src/lxc/lxc_driver.c:782 src/qemu/qemu_driver.c:5430
msgid "invalid type for memory hard_limit tunable, expected a 'ullong'"
msgstr ""
#: src/lxc/lxc_driver.c:790 src/qemu/qemu_driver.c:5439
msgid "unable to set memory hard_limit tunable"
msgstr ""
#: src/lxc/lxc_driver.c:797 src/qemu/qemu_driver.c:5451
msgid "invalid type for memory soft_limit tunable, expected a 'ullong'"
msgstr ""
#: src/lxc/lxc_driver.c:805 src/qemu/qemu_driver.c:5460
msgid "unable to set memory soft_limit tunable"
msgstr ""
#: src/lxc/lxc_driver.c:812 src/qemu/qemu_driver.c:5472
msgid "invalid type for swap_hard_limit tunable, expected a 'ullong'"
msgstr ""
#: src/lxc/lxc_driver.c:820 src/qemu/qemu_driver.c:5481
msgid "unable to set swap_hard_limit tunable"
msgstr ""
#: src/lxc/lxc_driver.c:825 src/qemu/qemu_driver.c:5490
#, c-format
msgid "Memory tunable `%s' not implemented"
msgstr ""
#: src/lxc/lxc_driver.c:829 src/qemu/qemu_driver.c:5175
#: src/qemu/qemu_driver.c:5201 src/qemu/qemu_driver.c:5494
#, c-format
msgid "Parameter `%s' not supported"
msgstr ""
#: src/lxc/lxc_driver.c:875 src/lxc/lxc_driver.c:2368
#: src/libxl/libxl_driver.c:3535 src/nodeinfo.c:417
#: src/qemu/qemu_driver.c:5252 src/qemu/qemu_driver.c:5587
#: src/qemu/qemu_driver.c:5858 src/test/test_driver.c:2655
#: src/xen/xen_hypervisor.c:1293 src/xen/xen_hypervisor.c:1303
#: src/xen/xend_internal.c:3638 src/xen/xend_internal.c:3648
msgid "Invalid parameter count"
msgstr "Conteo de parámetro inválido"
#: src/lxc/lxc_driver.c:896 src/qemu/qemu_driver.c:5645
msgid "unable to get memory hard limit"
msgstr ""
#: src/lxc/lxc_driver.c:901 src/qemu/qemu_driver.c:5602
#: src/qemu/qemu_driver.c:5650
msgid "Field memory hard limit too long for destination"
msgstr ""
#: src/lxc/lxc_driver.c:911 src/qemu/qemu_driver.c:5660
msgid "unable to get memory soft limit"
msgstr ""
#: src/lxc/lxc_driver.c:916 src/qemu/qemu_driver.c:5611
#: src/qemu/qemu_driver.c:5665
msgid "Field memory soft limit too long for destination"
msgstr ""
#: src/lxc/lxc_driver.c:926 src/qemu/qemu_driver.c:5675
msgid "unable to get swap hard limit"
msgstr ""
#: src/lxc/lxc_driver.c:931 src/qemu/qemu_driver.c:5620
#: src/qemu/qemu_driver.c:5680
msgid "Field swap hard limit too long for destination"
msgstr ""
#: src/lxc/lxc_driver.c:1070
msgid "Unable to initialize bridging"
msgstr ""
#: src/lxc/lxc_driver.c:1112
msgid "Failed to get bridge for interface"
msgstr "Falló al obtener puente para la interfaz"
#: src/lxc/lxc_driver.c:1143
#, c-format
msgid "Failed to add %s device to %s"
msgstr "Falló al añadir el dispositivo %s a %s"
#: src/lxc/lxc_driver.c:1179
msgid "Failed to create client socket"
msgstr "Falló al crear socket de cliente"
#: src/lxc/lxc_driver.c:1187
#, c-format
msgid "Socket path %s too big for destination"
msgstr "La ruta %s al socket es demasiado grande para el destino"
#: src/lxc/lxc_driver.c:1193
msgid "Failed to connect to client socket"
msgstr "Falló al conectarse con el socket del cliente"
#: src/lxc/lxc_driver.c:1216
#, c-format
msgid "Invalid PID %d for container"
msgstr "PID %d inválido para el contenedor"
#: src/lxc/lxc_driver.c:1226
msgid "Failed to kill container PIDs"
msgstr ""
#: src/lxc/lxc_driver.c:1232
msgid "Some container PIDs refused to die"
msgstr ""
#: src/lxc/lxc_driver.c:1390
#, c-format
msgid "failed to open logfile %s"
msgstr ""
#: src/lxc/lxc_driver.c:1406 src/qemu/qemu_domain.c:904
#, c-format
msgid "unable to seek to end of log for %s"
msgstr ""
#: src/lxc/lxc_driver.c:1410 src/qemu/qemu_domain.c:908
#, c-format
msgid "unable to seek to %lld from start for %s"
msgstr ""
#: src/lxc/lxc_driver.c:1427
msgid "Failure while reading guest log output"
msgstr ""
#: src/lxc/lxc_driver.c:1482
msgid "The 'cpuacct', 'devices' & 'memory' cgroups controllers must be mounted"
msgstr ""
#: src/lxc/lxc_driver.c:1489
msgid "Unable to find 'cpuacct' cgroups controller mount"
msgstr ""
#: src/lxc/lxc_driver.c:1495
msgid "Unable to find 'devices' cgroups controller mount"
msgstr ""
#: src/lxc/lxc_driver.c:1501
msgid "Unable to find 'memory' cgroups controller mount"
msgstr ""
#: src/lxc/lxc_driver.c:1507
#, c-format
msgid "Cannot create log directory '%s'"
msgstr "No se puede crear un directorio de registro '%s'"
#: src/lxc/lxc_driver.c:1542
#, c-format
msgid "Failed to open '%s'"
msgstr "Falló al abrir '%s'"
#: src/lxc/lxc_driver.c:1581
msgid "could not close handshake fd"
msgstr ""
#: src/lxc/lxc_driver.c:1594
#, c-format
msgid "Failed to read pid file %s/%s.pid"
msgstr "Falló al leer el archivo pid %s/%s.pid"
#: src/lxc/lxc_driver.c:1607
#, c-format
msgid "guest failed to start: %s"
msgstr ""
#: src/lxc/lxc_driver.c:1642
msgid "could not close logfile"
msgstr ""
#: src/lxc/lxc_driver.c:1697 src/libxl/libxl_driver.c:2640
#: src/vmware/vmware_driver.c:583
msgid "Domain is already running"
msgstr "El dominio ya se encuentra en ejecución"
#: src/lxc/lxc_driver.c:1989 src/libxl/libxl_driver.c:171
#: src/qemu/qemu_driver.c:154 src/uml/uml_driver.c:163
#, c-format
msgid "Failed to autostart VM '%s': %s"
msgstr "Falló al iniciar automáticamente MV '%s': '%s'"
#: src/lxc/lxc_driver.c:2253
#, c-format
msgid "Unknown release: %s"
msgstr "Versión desconocida: %s"
#: src/lxc/lxc_driver.c:2312 src/qemu/qemu_driver.c:5805
#, c-format
msgid "Invalid parameter `%s'"
msgstr "Parámetro `%s' inválido"
#: src/lxc/lxc_driver.c:2318
msgid "Invalid type for cpu_shares tunable, expected a 'ullong'"
msgstr "tipo de cpu_shares ajustables inválido, se esperaba un 'ullong'"
#: src/lxc/lxc_driver.c:2324
#, c-format
msgid "failed to set cpu_shares=%llu"
msgstr "Falló al definir cpu_shares=%llu"
#: src/lxc/lxc_driver.c:2391
msgid "Field cpu_shares too big for destination"
msgstr "El campo cpu_shares es demasiado grande para el destino"
#: src/lxc/lxc_driver.c:2457
#, c-format
msgid "Invalid path, '%s' is not a known interface"
msgstr "camino inválido, '%s' no es una interfaz conocida"
#: src/lxc/lxc_driver.c:2521
msgid "Cannot set autostart for transient domain"
msgstr "No es posible realizar inicio automático para dominios transitorios"
#: src/lxc/lxc_driver.c:2546
#, c-format
msgid "Cannot create autostart directory %s"
msgstr "No es posible crear directorio de inicio automático %s"
#: src/lxc/lxc_driver.c:2553 src/libxl/libxl_driver.c:3403
#: src/qemu/qemu_driver.c:5031 src/uml/uml_driver.c:2018
#, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Falló al crear enlace simbólico '%s' hacia '%s'"
#: src/lxc/lxc_driver.c:2560 src/libxl/libxl_driver.c:3410
#: src/network/bridge_driver.c:2545 src/qemu/qemu_driver.c:5038
#: src/storage/storage_driver.c:1041 src/uml/uml_driver.c:2025
#, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Falló al eliminar enlace simbólico '%s'"
#: src/lxc/lxc_driver.c:2698
msgid "Suspend operation failed"
msgstr "Falló la operación de suspensión"
#: src/lxc/lxc_driver.c:2763
msgid "Resume operation failed"
msgstr "Falló al reanudarse la operación"
#: src/lxc/lxc_driver.c:2806 src/libxl/libxl_driver.c:2725
#: src/qemu/qemu_driver.c:1093 src/qemu/qemu_driver.c:1145
#: src/qemu/qemu_driver.c:1169 src/qemu/qemu_driver.c:1193
#: src/qemu/qemu_driver.c:1329 src/qemu/qemu_driver.c:1404
#: src/qemu/qemu_driver.c:1460 src/qemu/qemu_driver.c:1507
#: src/qemu/qemu_driver.c:1560 src/qemu/qemu_driver.c:1624
#: src/qemu/qemu_driver.c:1651 src/qemu/qemu_driver.c:1683
#: src/qemu/qemu_driver.c:1812 src/qemu/qemu_driver.c:1857
#: src/qemu/qemu_driver.c:1939 src/qemu/qemu_driver.c:1972
#: src/qemu/qemu_driver.c:2377 src/qemu/qemu_driver.c:2427
#: src/qemu/qemu_driver.c:2472 src/qemu/qemu_driver.c:2506
#: src/qemu/qemu_driver.c:2606 src/qemu/qemu_driver.c:2933
#: src/qemu/qemu_driver.c:3054 src/qemu/qemu_driver.c:3216
#: src/qemu/qemu_driver.c:3311 src/qemu/qemu_driver.c:3408
#: src/qemu/qemu_driver.c:3453 src/qemu/qemu_driver.c:3835
#: src/qemu/qemu_driver.c:4073 src/qemu/qemu_driver.c:4285
#: src/qemu/qemu_driver.c:4818 src/qemu/qemu_driver.c:4974
#: src/qemu/qemu_driver.c:5001 src/qemu/qemu_driver.c:5977
#: src/qemu/qemu_driver.c:6073 src/qemu/qemu_driver.c:6132
#: src/qemu/qemu_driver.c:6177 src/qemu/qemu_driver.c:6250
#: src/qemu/qemu_driver.c:6347 src/qemu/qemu_driver.c:6742
#: src/qemu/qemu_driver.c:6845 src/qemu/qemu_driver.c:6996
#: src/qemu/qemu_driver.c:7080 src/qemu/qemu_driver.c:7285
#: src/qemu/qemu_driver.c:7335 src/qemu/qemu_driver.c:7384
#: src/qemu/qemu_driver.c:7433 src/qemu/qemu_driver.c:7696
#: src/qemu/qemu_driver.c:7775 src/qemu/qemu_driver.c:7803
#: src/qemu/qemu_driver.c:7833 src/qemu/qemu_driver.c:7868
#: src/qemu/qemu_driver.c:7896 src/qemu/qemu_driver.c:7931
#: src/qemu/qemu_driver.c:7971 src/qemu/qemu_driver.c:8244
#: src/qemu/qemu_driver.c:8309 src/qemu/qemu_driver.c:8363
#: src/test/test_driver.c:2081 src/uml/uml_driver.c:1406
#: src/uml/uml_driver.c:1431 src/uml/uml_driver.c:1464
#: src/uml/uml_driver.c:1787 src/uml/uml_driver.c:1901
#: src/uml/uml_driver.c:2135 src/vmware/vmware_driver.c:617
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "No existe un dominio coincidente con el uuid '%s'"
#: src/lxc/lxc_driver.c:2812 src/qemu/qemu_driver.c:1334
#: src/qemu/qemu_driver.c:1360 src/qemu/qemu_driver.c:1413
#: src/qemu/qemu_driver.c:1469 src/qemu/qemu_driver.c:1519
#: src/qemu/qemu_driver.c:1579 src/qemu/qemu_driver.c:1707
#: src/qemu/qemu_driver.c:1818 src/qemu/qemu_driver.c:1978
#: src/qemu/qemu_driver.c:2383 src/qemu/qemu_driver.c:2433
#: src/qemu/qemu_driver.c:2616 src/qemu/qemu_driver.c:2716
#: src/qemu/qemu_driver.c:2803 src/qemu/qemu_driver.c:2942
#: src/qemu/qemu_driver.c:3231 src/qemu/qemu_driver.c:5120
#: src/qemu/qemu_driver.c:5268 src/qemu/qemu_driver.c:5395
#: src/qemu/qemu_driver.c:5551 src/qemu/qemu_driver.c:5749
#: src/qemu/qemu_driver.c:5904 src/qemu/qemu_driver.c:5983
#: src/qemu/qemu_driver.c:6029 src/qemu/qemu_driver.c:6079
#: src/qemu/qemu_driver.c:6146 src/qemu/qemu_driver.c:6265
#: src/qemu/qemu_driver.c:7309 src/qemu/qemu_driver.c:7352
#: src/qemu/qemu_driver.c:7390 src/qemu/qemu_driver.c:7439
#: src/qemu/qemu_driver.c:8315 src/qemu/qemu_driver.c:8369
#: src/qemu/qemu_migration.c:999 src/qemu/qemu_migration.c:2293
#: src/uml/uml_driver.c:2141 src/xen/xen_driver.c:2124
#: src/xen/xen_hypervisor.c:1179 src/xen/xen_hypervisor.c:1263
#: src/xen/xen_hypervisor.c:1380 src/xen/xm_internal.c:729
msgid "domain is not running"
msgstr "El dominio no está ejecutándose"
#: src/lxc/lxc_driver.c:2819 src/uml/uml_driver.c:2148
#: src/xen/xen_driver.c:2131
msgid "Named device aliases are not supported"
msgstr ""
#: src/lxc/lxc_driver.c:2830 src/xen/xen_driver.c:2146
msgid "cannot find default console device"
msgstr ""
#: src/lxc/lxc_driver.c:2836 src/qemu/qemu_driver.c:8401
#: src/uml/uml_driver.c:2165 src/xen/xen_driver.c:2152
#, c-format
msgid "character device %s is not using a PTY"
msgstr ""
#: src/lxc/veth.c:218
#, c-format
msgid "Failed to enable '%s' (%d)"
msgstr "Falló al habilitar '%s' (%d)"
#: src/libxl/libxl_driver.c:173 src/qemu/qemu_driver.c:148
#: src/qemu/qemu_driver.c:156 src/qemu/qemu_hostdev.c:254
#: src/qemu/qemu_hostdev.c:271 src/qemu/qemu_hostdev.c:289
#: src/secret/secret_driver.c:500 src/uml/uml_driver.c:164 tools/virsh.c:513
msgid "unknown error"
msgstr "error desconocido"
#: src/libxl/libxl_driver.c:189 src/libxl/libxl_driver.c:3284
msgid "libxl_get_physinfo_info failed"
msgstr ""
#: src/libxl/libxl_driver.c:195 src/libxl/libxl_driver.c:3289
msgid "libxl_get_version_info failed"
msgstr ""
#: src/libxl/libxl_driver.c:205
#, c-format
msgid "machine type %s too big for destination"
msgstr ""
#: src/libxl/libxl_driver.c:245 src/qemu/qemu_driver.c:3551
#: src/qemu/qemu_driver.c:3561
msgid "cannot read domain image"
msgstr "no es posible leer la imagen del dominio"
#: src/libxl/libxl_driver.c:251
msgid "failed to read libxl header"
msgstr ""
#: src/libxl/libxl_driver.c:256 src/qemu/qemu_driver.c:3574
msgid "image magic is incorrect"
msgstr "la imagen mágica no es correcta"
#: src/libxl/libxl_driver.c:262 src/qemu/qemu_driver.c:3585
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "la versión de la imagen no está soportada (%d > %d)"
#: src/libxl/libxl_driver.c:269 src/qemu/qemu_driver.c:3592
#, c-format
msgid "invalid XML length: %d"
msgstr "longitud XML no válida: %d"
#: src/libxl/libxl_driver.c:279 src/qemu/qemu_driver.c:3603
msgid "failed to read XML"
msgstr "Falló al leer XML"
#: src/libxl/libxl_driver.c:382
#, c-format
msgid "Unable to cleanup domain %d"
msgstr ""
#: src/libxl/libxl_driver.c:561 src/libxl/libxl_driver.c:2392
#, c-format
msgid "Failed to pin vcpu '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:659 src/qemu/qemu_driver.c:3801
#, c-format
msgid ""
"cannot restore domain '%s' uuid %s from a file which belongs to domain '%s' "
"uuid %s"
msgstr ""
"no es posible restaurar el dominio '%s' con uuid %s desde un archivo que "
"pertenece al dominio '%s', uuid %s"
#: src/libxl/libxl_driver.c:683
#, c-format
msgid "libxenlight failed to get free memory for domain '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:699
#, c-format
msgid "libxenlight failed to create new domain '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:703
#, c-format
msgid "libxenlight failed to restore domain '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:715
msgid "libxenlight failed to store userdata"
msgstr ""
#: src/libxl/libxl_driver.c:919
#, c-format
msgid "Failed to create log dir '%s': %s"
msgstr ""
#: src/libxl/libxl_driver.c:925 src/qemu/qemu_driver.c:474
#, c-format
msgid "Failed to create state dir '%s': %s"
msgstr "Falló al crear directorio de estado '%s': %s"
#: src/libxl/libxl_driver.c:931 src/qemu/qemu_driver.c:480
#, c-format
msgid "Failed to create lib dir '%s': %s"
msgstr "Falló al crear directorio de bibliotecas '%s': %s"
#: src/libxl/libxl_driver.c:937 src/qemu/qemu_driver.c:492
#: src/qemu/qemu_driver.c:498
#, c-format
msgid "Failed to create save dir '%s': %s"
msgstr "Falló al intentar crear un directorio de almacenamiento '%s': %s"
#: src/libxl/libxl_driver.c:948 src/qemu/qemu_domain.c:850
#: src/uml/uml_driver.c:858
#, c-format
msgid "failed to create logfile %s"
msgstr "Falló al crear el archivo de registro %s "
#: src/libxl/libxl_driver.c:965
msgid "cannot create logger for libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:972
msgid "cannot initialize libxenlight context"
msgstr ""
#: src/libxl/libxl_driver.c:977
msgid "cannot version information from libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:985
msgid "cannot create capabilities for libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1085
msgid "libxenlight state driver is not active"
msgstr ""
#: src/libxl/libxl_driver.c:1095 src/xen/xen_driver.c:288
#, c-format
msgid "unexpected Xen URI path '%s', try xen:///"
msgstr "camino '%s' Xen URI no esperado, intente xen:/// "
#: src/libxl/libxl_driver.c:1348
#, c-format
msgid "Failed to suspend domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1407
#, c-format
msgid "Failed to resume domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1462
#, c-format
msgid "Failed to shutdown domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1506
#, c-format
msgid "Failed to reboot domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1548 src/libxl/libxl_driver.c:1879
#: src/libxl/libxl_driver.c:2026
#, c-format
msgid "Failed to destroy domain '%d'"
msgstr ""
#: src/libxl/libxl_driver.c:1607 src/libxl/libxl_driver.c:1638
#: src/libxl/libxl_driver.c:1758 src/libxl/libxl_driver.c:1805
#: src/libxl/libxl_driver.c:2213 src/libxl/libxl_driver.c:2338
#: src/libxl/libxl_driver.c:2376 src/libxl/libxl_driver.c:2432
#: src/libxl/libxl_driver.c:2494 src/libxl/libxl_driver.c:3138
#: src/libxl/libxl_driver.c:3443 src/libxl/libxl_driver.c:3510
#: src/libxl/libxl_driver.c:3599 src/openvz/openvz_driver.c:351
#: src/openvz/openvz_driver.c:397 src/openvz/openvz_driver.c:470
#: src/openvz/openvz_driver.c:514 src/openvz/openvz_driver.c:552
#: src/openvz/openvz_driver.c:590 src/openvz/openvz_driver.c:628
#: src/openvz/openvz_driver.c:1092 src/openvz/openvz_driver.c:1134
#: src/openvz/openvz_driver.c:1164 src/openvz/openvz_driver.c:1257
#: src/uml/uml_driver.c:1378 src/uml/uml_driver.c:1501
#: src/uml/uml_driver.c:1547 src/uml/uml_driver.c:1573
#: src/uml/uml_driver.c:1624 src/uml/uml_driver.c:1690
#: src/uml/uml_driver.c:1962 src/uml/uml_driver.c:1988
#: src/uml/uml_driver.c:2062 src/vbox/vbox_tmpl.c:1997
#: src/vbox/vbox_tmpl.c:2057 src/vbox/vbox_tmpl.c:5057
#: src/vbox/vbox_tmpl.c:5145 src/vbox/vbox_tmpl.c:5350
#: src/vbox/vbox_tmpl.c:8254 src/vbox/vbox_tmpl.c:8614
#: src/vmware/vmware_driver.c:324 src/vmware/vmware_driver.c:375
#: src/vmware/vmware_driver.c:424 src/vmware/vmware_driver.c:467
#: src/vmware/vmware_driver.c:807 src/vmware/vmware_driver.c:885
#: src/vmware/vmware_driver.c:920
msgid "no domain with matching uuid"
msgstr "No existe un dominio coincidente con el uuid"
#: src/libxl/libxl_driver.c:1659
msgid "cannot set memory on an inactive domain"
msgstr ""
#: src/libxl/libxl_driver.c:1666 src/libxl/libxl_driver.c:2225
#: src/qemu/qemu_driver.c:1714 src/qemu/qemu_driver.c:2948
#: src/qemu/qemu_driver.c:3085 src/qemu/qemu_driver.c:5139
#: src/qemu/qemu_driver.c:5287 src/qemu/qemu_driver.c:5415
#: src/qemu/qemu_driver.c:5571 src/qemu/qemu_driver.c:5742
msgid "cannot change persistent config of a transient domain"
msgstr ""
#: src/libxl/libxl_driver.c:1680
#, c-format
msgid "Failed to set maximum memory for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1701 src/qemu/qemu_driver.c:1746
#: src/uml/uml_driver.c:1476
msgid "cannot set memory higher than max memory"
msgstr ""
"No es posible establecer que la memoria sea mayor que la memoria máxima"
#: src/libxl/libxl_driver.c:1710
#, c-format
msgid "Failed to set memory for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1769
#, c-format
msgid "libxl_domain_info failed for domain '%d'"
msgstr ""
#: src/libxl/libxl_driver.c:1834
#, c-format
msgid "Domain '%d' has to be running because libxenlight will suspend it"
msgstr ""
#: src/libxl/libxl_driver.c:1842 src/qemu/qemu_driver.c:2220
#: src/qemu/qemu_driver.c:2245
#, c-format
msgid "Failed to create domain save file '%s'"
msgstr "Falló al intentar crear archivo '%s' de almacenamienro de dominio"
#: src/libxl/libxl_driver.c:1857
msgid "Failed to write save file header"
msgstr ""
#: src/libxl/libxl_driver.c:1863
msgid "Failed to write xml description"
msgstr ""
#: src/libxl/libxl_driver.c:1869
#, c-format
msgid "Failed to save domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1893 src/libxl/libxl_driver.c:1963
msgid "cannot close file"
msgstr ""
#: src/libxl/libxl_driver.c:2006
#, c-format
msgid "Before dumping core, failed to suspend domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2017
#, c-format
msgid "Failed to dump core of domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2047
#, c-format
msgid "After dumping core, failed to resume domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2199 src/libxl/libxl_driver.c:2329
#: src/qemu/qemu_driver.c:2916 src/qemu/qemu_driver.c:3396
#: src/test/test_driver.c:2069 src/test/test_driver.c:2130
#: src/xen/xen_driver.c:1115 src/xen/xen_driver.c:1207
#, c-format
msgid "invalid flag combination: (0x%x)"
msgstr ""
#: src/libxl/libxl_driver.c:2204
msgid "nvcpus is zero"
msgstr ""
#: src/libxl/libxl_driver.c:2219
msgid "cannot set vcpus on an inactive domain"
msgstr ""
#: src/libxl/libxl_driver.c:2231 src/qemu/qemu_driver.c:2961
msgid "could not determine max vcpus for the domain"
msgstr ""
"no se pudo determinar la cantidad máxima de CPU virtuales para el dominio"
#: src/libxl/libxl_driver.c:2241 src/qemu/qemu_driver.c:2971
#: src/xen/xend_internal.c:2263 src/xen/xm_internal.c:754
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
"la cantidad de CPU virtuales solicitada es mayor que la máxima permitida "
"para el dominio: %d > %d"
#: src/libxl/libxl_driver.c:2279 src/libxl/libxl_driver.c:2288
#, c-format
msgid "Failed to set vcpus for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2382 src/test/test_driver.c:2319
msgid "cannot pin vcpus on an inactive domain"
msgstr "no es posible adjuntar vcpus en un dominio inactivo"
#: src/libxl/libxl_driver.c:2398
msgid "failed to update or add vcpupin xml"
msgstr ""
#: src/libxl/libxl_driver.c:2445
#, c-format
msgid "Failed to list vcpus for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2519 src/libxl/libxl_driver.c:2560
#: src/qemu/qemu_driver.c:3885 src/qemu/qemu_driver.c:3918
#: src/xen/xen_driver.c:1277 src/xen/xen_driver.c:1324
#, c-format
msgid "unsupported config type %s"
msgstr "tipo de configuración %s no soportado"
#: src/libxl/libxl_driver.c:2524 src/libxl/libxl_driver.c:2565
msgid "cannot get version information from libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2532
msgid "parsing xm config failed"
msgstr ""
#: src/libxl/libxl_driver.c:2731 src/vmware/vmware_driver.c:623
msgid "cannot undefine active domain"
msgstr ""
#: src/libxl/libxl_driver.c:2737 src/qemu/qemu_driver.c:4297
#: src/uml/uml_driver.c:1702 src/vmware/vmware_driver.c:629
msgid "cannot undefine transient domain"
msgstr "No es posible quitar la definición del dominio transitorio "
#: src/libxl/libxl_driver.c:2781 src/qemu/qemu_hotplug.c:66
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr "No existe un dispositivo con el bus '%s' y el destino '%s' "
#: src/libxl/libxl_driver.c:2788 src/qemu/qemu_hotplug.c:81
#, c-format
msgid "Removable media not supported for %s device"
msgstr "No existe soporte de medio removible para el dispositivo %s"
#: src/libxl/libxl_driver.c:2798
#, c-format
msgid "libxenlight failed to change media for disk '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:2833 src/qemu/qemu_hotplug.c:167
#: src/qemu/qemu_hotplug.c:388 src/qemu/qemu_hotplug.c:509
#: src/uml/uml_driver.c:1733
#, c-format
msgid "target %s already exists"
msgstr "el destino %s ya existe"
#: src/libxl/libxl_driver.c:2839 src/qemu/qemu_hotplug.c:527
#: src/uml/uml_driver.c:1740
msgid "disk source path is missing"
msgstr "no se encuentra la ruta a la fuente del disco"
#: src/libxl/libxl_driver.c:2854
#, c-format
msgid "libxenlight failed to attach disk '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:2863 src/qemu/qemu_driver.c:4364
#: src/uml/uml_driver.c:1810
#, c-format
msgid "disk bus '%s' cannot be hotplugged."
msgstr "el bus del disco '%s' no puede ser conectado"
#: src/libxl/libxl_driver.c:2869 src/qemu/qemu_driver.c:4369
#, c-format
msgid "disk device type '%s' cannot be hotplugged"
msgstr "el tipo de dispositivo de disco '%s' no puede ser conectado."
#: src/libxl/libxl_driver.c:2895 src/qemu/qemu_hotplug.c:1203
#: src/qemu/qemu_hotplug.c:1306 src/uml/uml_driver.c:1860
#, c-format
msgid "disk %s not found"
msgstr "no se encuentra el disco %s"
#: src/libxl/libxl_driver.c:2907
#, c-format
msgid "libxenlight failed to detach disk '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:2917
#, c-format
msgid "disk bus '%s' cannot be hot unplugged."
msgstr ""
#: src/libxl/libxl_driver.c:2923
#, c-format
msgid "device type '%s' cannot hot unplugged"
msgstr ""
#: src/libxl/libxl_driver.c:2947 src/qemu/qemu_driver.c:4452
#: src/uml/uml_driver.c:1815
#, c-format
msgid "device type '%s' cannot be attached"
msgstr "el tipo de dispositivo '%s' no puede ser asociado."
#: src/libxl/libxl_driver.c:2965 src/qemu/qemu_driver.c:4628
#, c-format
msgid "target %s already exists."
msgstr ""
#: src/libxl/libxl_driver.c:2978 src/qemu/qemu_driver.c:4679
msgid "persistent attach of device is not supported"
msgstr ""
#: src/libxl/libxl_driver.c:2997 src/qemu/qemu_driver.c:4482
#: src/xen/xm_internal.c:1553
#, c-format
msgid "device type '%s' cannot be detached"
msgstr ""
#: src/libxl/libxl_driver.c:3016 src/qemu/qemu_driver.c:4699
#, c-format
msgid "no target device %s"
msgstr ""
#: src/libxl/libxl_driver.c:3023 src/qemu/qemu_driver.c:4728
msgid "persistent detach of device is not supported"
msgstr ""
#: src/libxl/libxl_driver.c:3048 src/qemu/qemu_driver.c:4573
#, c-format
msgid "disk bus '%s' cannot be updated."
msgstr "el bus del disco '%s' no puede ser actualizado."
#: src/libxl/libxl_driver.c:3055 src/qemu/qemu_driver.c:4607
#, c-format
msgid "device type '%s' cannot be updated"
msgstr ""
#: src/libxl/libxl_driver.c:3076 src/qemu/qemu_driver.c:4747
#, c-format
msgid "target %s doesn't exists."
msgstr ""
#: src/libxl/libxl_driver.c:3082 src/qemu/qemu_driver.c:4754
msgid "this disk doesn't support update"
msgstr ""
#: src/libxl/libxl_driver.c:3103 src/qemu/qemu_driver.c:4779
msgid "persistent update of device is not supported"
msgstr ""
#: src/libxl/libxl_driver.c:3158 src/qemu/qemu_driver.c:4843
msgid "cannot modify device on transient domain"
msgstr ""
#: src/libxl/libxl_driver.c:3188 src/libxl/libxl_driver.c:3212
#: src/qemu/qemu_driver.c:4869 src/qemu/qemu_driver.c:4895
#, c-format
msgid "unknown domain modify action %d"
msgstr ""
#: src/libxl/libxl_driver.c:3379 src/qemu/qemu_driver.c:5007
#: src/uml/uml_driver.c:1994
msgid "cannot set autostart for transient domain"
msgstr "No es posible realizar inicio automático para dominios transitorios"
#: src/libxl/libxl_driver.c:3396 src/qemu/qemu_driver.c:5024
#: src/storage/storage_driver.c:1026 src/uml/uml_driver.c:2011
#, c-format
msgid "cannot create autostart directory %s"
msgstr "No es posible crear directorio de inicio automático %s"
#: src/libxl/libxl_driver.c:3455 src/libxl/libxl_driver.c:3523
#: src/libxl/libxl_driver.c:3612
#, c-format
msgid "Failed to get scheduler id for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:3530 src/libxl/libxl_driver.c:3619
msgid "Only 'credit' scheduler is supported"
msgstr ""
#: src/libxl/libxl_driver.c:3541 src/libxl/libxl_driver.c:3625
#, c-format
msgid "Failed to get scheduler parameters for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:3550
msgid "Field weight too long for destination"
msgstr ""
#: src/libxl/libxl_driver.c:3558
msgid "Field cap too long for destination"
msgstr ""
#: src/libxl/libxl_driver.c:3636
msgid "invalid type for weight tunable, expected a 'uint'"
msgstr ""
#: src/libxl/libxl_driver.c:3644
msgid "invalid type for cap tunable, expected a 'uint'"
msgstr ""
#: src/libxl/libxl_driver.c:3650
#, c-format
msgid "Invalid parameter '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:3657
#, c-format
msgid "Failed to set scheduler parameters for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_conf.c:366
#, c-format
msgid "libxenlight failed to parse UUID '%s'"
msgstr ""
#: src/libxl/libxl_conf.c:391
msgid "This version of libxenlight only supports 32 vcpus per domain"
msgstr ""
#: src/libxl/libxl_conf.c:526
#, c-format
msgid "libxenlight does not support disk driver %s"
msgstr ""
#: src/libxl/libxl_conf.c:678 src/qemu/qemu_process.c:2422
msgid "Unable to find an unused VNC port"
msgstr "No es posible encontrar un puerto VNC que no se esté utilizando"
#: src/libxl/libxl_conf.c:760 src/xenxs/xen_sxpr.c:1530
msgid "unexpected chr device type"
msgstr "tipo de dispositivo de caracteres no esperado"
#: src/libxl/libxl_conf.c:898
msgid "Failed to get node physical info from libxenlight"
msgstr ""
#: src/libxl/libxl_conf.c:904
msgid "Failed to get version info from libxenlight"
msgstr ""
#: src/network/bridge_driver.c:323 src/qemu/qemu_command.c:234
#: src/uml/uml_conf.c:125
msgid "cannot initialize bridge support"
msgstr "No es posible inicializar soporte de puente"
#: src/network/bridge_driver.c:700 src/network/bridge_driver.c:706
#: src/network/bridge_driver.c:718 src/network/bridge_driver.c:782
#: src/network/bridge_driver.c:788
#, c-format
msgid "cannot create directory %s"
msgstr "No se puede crear directorio %s"
#: src/network/bridge_driver.c:774
#, c-format
msgid "Cannot find %s - Possibly the package isn't installed"
msgstr ""
#: src/network/bridge_driver.c:820
#, c-format
msgid "bridge '%s' has an invalid prefix"
msgstr ""
#: src/network/bridge_driver.c:856
#, c-format
msgid "couldn't write radvd config file '%s'"
msgstr ""
#: src/network/bridge_driver.c:905 src/network/bridge_driver.c:1071
#, c-format
msgid "Invalid prefix or netmask for '%s'"
msgstr ""
#: src/network/bridge_driver.c:917
#, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr "Falló al añadir regla de iptables para permitir el reenvío desde '%s'"
#: src/network/bridge_driver.c:931
#, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr "Falló al añadir regla de iptables para permitir reenvío hacia '%s'"
#: src/network/bridge_driver.c:966
#, c-format
msgid "failed to add iptables rule to enable masquerading to '%s'"
msgstr ""
"Falló al añadir regla de iptables para habilitar enmascaramiento hacia '%s'"
#: src/network/bridge_driver.c:978
#, c-format
msgid "failed to add iptables rule to enable UDP masquerading to '%s'"
msgstr ""
"falló al intentar añadir regla de iptables para habilitar enmascaramiento "
"UDP hacia '%s'"
#: src/network/bridge_driver.c:990
#, c-format
msgid "failed to add iptables rule to enable TCP masquerading to '%s'"
msgstr ""
"falló al intentar añadir regla de iptables para habilitar enmascaramiento "
"TCP hacia '%s'"
#: src/network/bridge_driver.c:1083
#, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"Falló al añadir regla de iptables para permitir enrutamiento desde '%s'"
#: src/network/bridge_driver.c:1095
#, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
"Falló al añadir regla de iptables para permitir enrutamiento hacia '%s'"
#: src/network/bridge_driver.c:1148
#, c-format
msgid "failed to add ip6tables rule to block outbound traffic from '%s'"
msgstr ""
#: src/network/bridge_driver.c:1156
#, c-format
msgid "failed to add ip6tables rule to block inbound traffic to '%s'"
msgstr ""
#: src/network/bridge_driver.c:1165
#, c-format
msgid "failed to add ip6tables rule to allow cross bridge traffic on '%s'"
msgstr ""
#: src/network/bridge_driver.c:1174 src/network/bridge_driver.c:1182
#, c-format
msgid "failed to add ip6tables rule to allow DNS requests from '%s'"
msgstr ""
#: src/network/bridge_driver.c:1235 src/network/bridge_driver.c:1243
#, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"Falló al añadir regla de iptables para permitir peticiones DHCP desde '%s'"
#: src/network/bridge_driver.c:1266 src/network/bridge_driver.c:1274
#, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"Falló al añadir regla de iptables para permitir peticiones DNS desde '%s'"
#: src/network/bridge_driver.c:1284
#, c-format
msgid "failed to add iptables rule to allow TFTP requests from '%s'"
msgstr ""
"Falló al añadir regla de iptables para permitir peticiones TFTP desde '%s'"
#: src/network/bridge_driver.c:1294
#, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"Falló al añadir regla de iptables para bloquear tráfico saliente desde '%s'"
#: src/network/bridge_driver.c:1302
#, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"Falló al añadir regla de iptables para bloquear tráfico entrante en '%s'"
#: src/network/bridge_driver.c:1311
#, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"Falló al añadir regla de iptables para permitir tráfico cruzado entre "
"puentes sobre '%s'"
#: src/network/bridge_driver.c:1522
#, c-format
msgid "cannot write to %s to disable IPv6 on bridge %s"
msgstr ""
#: src/network/bridge_driver.c:1544
#, c-format
msgid "cannot disable %s"
msgstr "No es posible inhabilitar %s"
#: src/network/bridge_driver.c:1560
#, c-format
msgid "cannot enable %s"
msgstr "No es posible habilitar %s"
#: src/network/bridge_driver.c:1653
#, c-format
msgid "Network is already in use by interface %s"
msgstr ""
#: src/network/bridge_driver.c:1675
#, c-format
msgid "bridge '%s' has an invalid netmask or IP address"
msgstr ""
#: src/network/bridge_driver.c:1683
#, c-format
msgid "cannot set IP address on bridge '%s'"
msgstr ""
#: src/network/bridge_driver.c:1703
msgid "network is already active"
msgstr "La red ya se encuentra activa"
#: src/network/bridge_driver.c:1714
#, c-format
msgid "cannot create bridge '%s'"
msgstr "No es posible crear puente '%s'"
#: src/network/bridge_driver.c:1734
#, c-format
msgid "cannot create dummy tap device '%s' to set mac address on bridge '%s'"
msgstr ""
#: src/network/bridge_driver.c:1746
#, c-format
msgid "cannot set forward delay on bridge '%s'"
msgstr ""
#: src/network/bridge_driver.c:1754
#, c-format
msgid "cannot set STP '%s' on bridge '%s'"
msgstr ""
#: src/network/bridge_driver.c:1786
#, c-format
msgid "failed to bring the bridge '%s' up"
msgstr "Falló al activar el puente '%s'"
#: src/network/bridge_driver.c:1795
msgid "failed to enable IP forwarding"
msgstr "Falló al habilitar el reenvío de IP"
#: src/network/bridge_driver.c:1977 src/network/bridge_driver.c:2285
#: src/network/bridge_driver.c:2372 src/network/bridge_driver.c:2395
#: src/network/bridge_driver.c:2430 src/network/bridge_driver.c:2485
#: src/network/bridge_driver.c:2510
msgid "no network with matching uuid"
msgstr "No existe una red que coincida con el uuid"
#: src/network/bridge_driver.c:2000
#, c-format
msgid "no network with matching name '%s'"
msgstr "No existe una red que coincida con el nombre '%s'"
#: src/network/bridge_driver.c:2245
msgid ""
"Multiple dhcp sections found. dhcp is supported only for a single IPv4 "
"address on each network"
msgstr ""
#: src/network/bridge_driver.c:2291
msgid "network is still active"
msgstr "La red aún se encuentra activa"
#: src/network/bridge_driver.c:2401
msgid "network is not active"
msgstr "La red no se encuentra activa"
#: src/network/bridge_driver.c:2453
msgid "no network with matching id"
msgstr "No existe una red que coincida con el ID"
#: src/network/bridge_driver.c:2459 src/test/test_driver.c:3220
#, c-format
msgid "network '%s' does not have a bridge name."
msgstr "La red '%s' no posee un nombre de puente."
#: src/network/bridge_driver.c:2516
msgid "cannot set autostart for transient network"
msgstr "No es posible establecer inicio automático para la red transitoria"
#: src/network/bridge_driver.c:2531
#, c-format
msgid "cannot create autostart directory '%s'"
msgstr "No es posible crear un directorio autostart '%s'"
#: src/network/bridge_driver.c:2538 src/storage/storage_driver.c:1033
#, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Falló al crear enlace simbólico '%s' en '%s'"
#: src/node_device/node_device_driver.c:88
#, c-format
msgid "cannot resolve driver link %s"
msgstr "No es posible apuntar enlace %s al controlador"
#: src/node_device/node_device_driver.c:269
#: src/node_device/node_device_driver.c:299
#: src/node_device/node_device_driver.c:335
#: src/node_device/node_device_driver.c:366 src/test/test_driver.c:5048
#: src/test/test_driver.c:5074 src/test/test_driver.c:5110
#: src/test/test_driver.c:5141
#, c-format
msgid "no node device with matching name '%s'"
msgstr "No existe un dispositivo de nodo que concuerde con el nombre '%s'"
#: src/node_device/node_device_driver.c:310 src/test/test_driver.c:5085
msgid "no parent for this device"
msgstr "No hay archivos principales para este dispositivo"
#: src/node_device/node_device_driver.c:412
#, c-format
msgid "Invalid vport operation (%d)"
msgstr "Operación vport inválida (%d)"
#: src/node_device/node_device_driver.c:442
#, c-format
msgid "No vport operation path found for host%d"
msgstr "No existe una ruta para la operación vport del equipo%d"
#: src/node_device/node_device_driver.c:463
#, c-format
msgid "Write of '%s' to '%s' during vport create/delete failed"
msgstr ""
"Falló al escribir '%s' hacia '%s' durante la creación/eliminación de vport"
#: src/node_device/node_device_driver.c:472
msgid "Vport operation complete"
msgstr "Operación vport completa"
#: src/node_device/node_device_driver.c:485
msgid "Could not get current time"
msgstr "No se pudo obtener la hora actual"
#: src/node_device/node_device_hal.c:720
msgid "libhal_ctx_new returned NULL"
msgstr "libhal_ctx_new ha devuelto el valor NULL"
#: src/node_device/node_device_hal.c:725
msgid "dbus_bus_get failed"
msgstr "falló dbus_bus_get"
#: src/node_device/node_device_hal.c:735
msgid "libhal_ctx_set_dbus_connection failed"
msgstr "falló libhal_ctx_set_dbus_connection "
#: src/node_device/node_device_hal.c:739
msgid "libhal_ctx_init failed, haldaemon is probably not running"
msgstr "falló libhal_ctx_init, seguramente no esté en ejecución haldaemon"
#: src/node_device/node_device_hal.c:753
msgid "dbus_connection_set_watch_functions failed"
msgstr "falló dbus_connection_set_watch_functions"
#: src/node_device/node_device_hal.c:774
msgid "setting up HAL callbacks failed"
msgstr "falló al definir rellamadas de HAL"
#: src/node_device/node_device_hal.c:780 src/node_device/node_device_hal.c:841
msgid "libhal_get_all_devices failed"
msgstr "falló libhal_get_all_devices"
#: src/node_device/node_device_hal.c:793 src/qemu/qemu_migration.c:742
#: src/qemu/qemu_migration.c:834 src/qemu/qemu_migration.c:857
#: src/qemu/qemu_migration.c:880 src/qemu/qemu_migration.c:886
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
#: src/node_device/node_device_linux_sysfs.c:60
#, c-format
msgid "Failed to open WWN path '%s' for reading"
msgstr "Falló al abrir camino WWN '%s' para lectura"
#: src/node_device/node_device_linux_sysfs.c:139
#, c-format
msgid "Failed to read WWPN for host%d"
msgstr "Falló al leer WWPN para el host%d"
#: src/node_device/node_device_linux_sysfs.c:148
#, c-format
msgid "Failed to read WWNN for host%d"
msgstr "Falló al leer WWNN para el host%d"
#: src/node_device/node_device_linux_sysfs.c:218
#: src/node_device/node_device_udev.c:81
#, c-format
msgid "Failed to convert '%s' to unsigned int"
msgstr "Falló al convertir '%s' en int no firmado"
#: src/node_device/node_device_linux_sysfs.c:285
#, c-format
msgid "Failed to resolve device link '%s': '%s'"
msgstr "Falló al resolver enlace del dispositivo '%s': '%s'"
#: src/node_device/node_device_linux_sysfs.c:293
msgid "Failed to allocate memory for PCI device name"
msgstr "Fallo al intentar asignar memoria para el nombre del dispositivo PCI"
#: src/node_device/node_device_linux_sysfs.c:298
#, c-format
msgid "Failed to parse PCI config address '%s'"
msgstr "Falló al analizar dirección de configuración PCI '%s'"
#: src/node_device/node_device_linux_sysfs.c:378
#, c-format
msgid "Failed to get SR IOV function from device link '%s'"
msgstr "Falló al obtener función SR IOV del enlace del dispositivo '%s'"
#: src/node_device/node_device_udev.c:63
#, c-format
msgid "Failed to convert '%s' to unsigned long long"
msgstr "Falló al intentar convertir '%s' en long long no firmado"
#: src/node_device/node_device_udev.c:98
#, c-format
msgid "Failed to convert '%s' to int"
msgstr "Falló al convertir '%s' en int"
#: src/node_device/node_device_udev.c:128
#, c-format
msgid ""
"Failed to allocate memory for property value for property key '%s' on device "
"with sysname '%s'"
msgstr ""
"Falló al intentar alojar memoria para el valor property de la llave property "
"'%s' en el dispositivo con sysname '%s'"
#: src/node_device/node_device_udev.c:217
#, c-format
msgid ""
"Failed to allocate memory for sysfs attribute value for sysfs attribute '%s' "
"on device with sysname '%s'"
msgstr ""
"Falló al intentar alojar memoria para el valor del atributo sysfs del "
"atributo '%s' de sysfs en el dispositivo con sysname '%s'"
#: src/node_device/node_device_udev.c:335
#, c-format
msgid "Buffer error when generating device name for device with sysname '%s'"
msgstr ""
"Error de búfer al generar el nombre del dispositivo para el dispositivo con "
"sysname '%s'"
#: src/node_device/node_device_udev.c:648
#, c-format
msgid "SCSI host found, but its udev name '%s' does not begin with 'host'"
msgstr ""
"No ha sido encontrado el equipo SCSI, pero su nombre udev '%s' no comienza "
"con 'host'"
#: src/node_device/node_device_udev.c:816
#, c-format
msgid "Failed to process SCSI device with sysfs path '%s'"
msgstr "Falló al procesar el dispositivo SCSI con el camino sysfs '%s'"
#: src/node_device/node_device_udev.c:1188
#, c-format
msgid "Unknown device type %d"
msgstr "Tipo de dispositivo %d desconocido"
#: src/node_device/node_device_udev.c:1239
#, c-format
msgid "Could not get syspath for parent of '%s'"
msgstr ""
#: src/node_device/node_device_udev.c:1321
#: src/node_device/node_device_udev.c:1580
#, c-format
msgid "Failed to create device for '%s'"
msgstr "Falló al crear un dispositivo '%s'"
#: src/node_device/node_device_udev.c:1373
#, c-format
msgid "udev scan devices returned %d"
msgstr "El escaneo de dispositivo udev ha devuelto %d"
#: src/node_device/node_device_udev.c:1449
#, c-format
msgid ""
"File descriptor returned by udev %d does not match node device file "
"descriptor %d"
msgstr ""
"El descriptor de archivo %d obtenido por udev no coincide con el descriptor "
"de archivo %d del dispositivo de nodo"
#: src/node_device/node_device_udev.c:1456
msgid "udev_monitor_receive_device returned NULL"
msgstr "udev_monitor_receive_device devolvió el valor NULL"
#: src/node_device/node_device_udev.c:1493
#, c-format
msgid "Failed to get udev device for syspath '%s' or '%s'"
msgstr "Falló al obtener un dispositivo udev para syspath '%s' o '%s'"
#: src/node_device/node_device_udev.c:1614
#, c-format
msgid "Failed to initialize libpciaccess: %s"
msgstr ""
#: src/node_device/node_device_udev.c:1638
msgid "Failed to initialize mutex for driverState"
msgstr "Falló al inicailizar mutex para driverState"
#: src/node_device/node_device_udev.c:1659
msgid "udev_monitor_new_from_netlink returned NULL"
msgstr "udev_monitor_new_from_netlink devolvió el valor NULL"
#: src/nodeinfo.c:106 src/nodeinfo.c:152 src/nodeinfo.c:617 src/nodeinfo.c:652
#: src/nodeinfo.c:716 src/uml/uml_driver.c:2087 src/util/command.c:270
#: src/util/pci.c:1526
#, c-format
msgid "cannot open %s"
msgstr "No se puede abrir %s"
#: src/nodeinfo.c:111 src/nodeinfo.c:158
#, c-format
msgid "cannot read from %s"
msgstr "no es posible leer desde %s"
#: src/nodeinfo.c:116
#, c-format
msgid "could not convert '%s' to an integer"
msgstr "no se pudo convertir '%s' a un entero"
#: src/nodeinfo.c:230
msgid "parsing cpuinfo processor"
msgstr "Analizando cpuinfo del procesador"
#: src/nodeinfo.c:245 src/nodeinfo.c:277
msgid "parsing cpuinfo cpu MHz"
msgstr "Analizando cpu MHz cpuinfo"
#: src/nodeinfo.c:260
#, c-format
msgid "parsing cpuinfo cpu cores %c"
msgstr ""
#: src/nodeinfo.c:294
#, c-format
msgid "parsing number of processors %c"
msgstr ""
#: src/nodeinfo.c:314
msgid "no cpus found"
msgstr "No se han encontrado las CPU"
#: src/nodeinfo.c:327
#, c-format
msgid "cannot opendir %s"
msgstr "no es posible abrir el directorio %s"
#: src/nodeinfo.c:363
#, c-format
msgid "problem reading %s"
msgstr "problema leyendo %s"
#: src/nodeinfo.c:373
msgid "no sockets found"
msgstr "no se han encontrado zócalos"
#: src/nodeinfo.c:378
msgid "no threads found"
msgstr "no se han encontrado hilos"
#: src/nodeinfo.c:448 src/nodeinfo.c:457 src/nodeinfo.c:466 src/nodeinfo.c:475
msgid "Field kernel cpu time too long for destination"
msgstr ""
#: src/nodeinfo.c:491
msgid "Invalid cpu number"
msgstr ""
#: src/nodeinfo.c:535
msgid "Invalid stats count"
msgstr ""
#: src/nodeinfo.c:558
msgid "no prefix found"
msgstr ""
#: src/nodeinfo.c:577
msgid "Field kernel memory too long for destination"
msgstr ""
#: src/nodeinfo.c:591
msgid "no available memory line found"
msgstr ""
#: src/nodeinfo.c:633
msgid "node info not implemented on this platform"
msgstr "Información de nodo no implementada en esta plataforma"
#: src/nodeinfo.c:662
msgid "node CPU stats not implemented on this platform"
msgstr ""
#: src/nodeinfo.c:692 src/nodeinfo.c:822 src/nodeinfo.c:860
msgid "NUMA not supported on this host"
msgstr "NUMA no soportado en este host"
#: src/nodeinfo.c:701
msgid "Invalid cell number"
msgstr ""
#: src/nodeinfo.c:728
msgid "node memory stats not implemented on this platform"
msgstr ""
#: src/nodeinfo.c:828
#, c-format
msgid "start cell %d out of range (0-%d)"
msgstr "Celda inicial %d fuera de rango (0-%d)"
#: src/nodeinfo.c:840
#, c-format
msgid "Failed to query NUMA free memory for node: %d"
msgstr ""
#: src/nodeinfo.c:868
msgid "Failed to query NUMA free memory"
msgstr "Falló al consultar memoria de NUMA libre"
#: src/nodeinfo.c:889 src/nodeinfo.c:896
msgid "NUMA memory information not available on this platform"
msgstr ""
"La información de memoria de NUMA no está disponible en esta plataforma"
#: src/nwfilter/nwfilter_driver.c:233 src/nwfilter/nwfilter_driver.c:380
#: src/nwfilter/nwfilter_driver.c:427
msgid "no nwfilter with matching uuid"
msgstr ""
#: src/nwfilter/nwfilter_driver.c:259
#, c-format
msgid "no nwfilter with matching name '%s'"
msgstr ""
#: src/nwfilter/nwfilter_driver.c:387
msgid "nwfilter is in use"
msgstr "está siendo utilizado el filtro de red (nwfilter)"
#: src/nwfilter/nwfilter_ebiptables_driver.c:163
#, c-format
msgid "cannot find value for '%s'"
msgstr "no es posible encontrar el valor '%s'"
#: src/nwfilter/nwfilter_ebiptables_driver.c:170
#, c-format
msgid "Buffer to small to print MAC address '%s' into"
msgstr ""
"El búfer es demasiado pequeño para poder imprimir la dirección MAC '%s' en "
#: src/nwfilter/nwfilter_ebiptables_driver.c:204
msgid "buffer too small for IP address"
msgstr "el búfer es demasiado pequeño para direcciones IP"
#: src/nwfilter/nwfilter_ebiptables_driver.c:218
msgid "buffer too small for IPv6 address"
msgstr "el búfer es demasiado pequeño para la dirección IPv6"
#: src/nwfilter/nwfilter_ebiptables_driver.c:229
msgid "Buffer too small for MAC address"
msgstr "el búfer es demasiado pequeño para direcciones MAC"
#: src/nwfilter/nwfilter_ebiptables_driver.c:241
#: src/nwfilter/nwfilter_ebiptables_driver.c:261
msgid "Buffer too small for uint8 type"
msgstr "El búfer es demasiado pequeño para el tipo uint8"
#: src/nwfilter/nwfilter_ebiptables_driver.c:251
msgid "Buffer too small for uint16 type"
msgstr "El búfer es demasiado pequeño para el tipo uint16"
#: src/nwfilter/nwfilter_ebiptables_driver.c:268
#, c-format
msgid "Unhandled datatype %x"
msgstr "tipo de dato %x no manipulado"
#: src/nwfilter/nwfilter_ebiptables_driver.c:1172
#, c-format
msgid "cannot create rule since %s tool is missing."
msgstr "No se puede crear regla ya que no se encuentra la herramienta %s."
#: src/nwfilter/nwfilter_ebiptables_driver.c:1897
msgid "cannot create rule since ebtables tool is missing."
msgstr ""
"no es posible crear una regla ya que no es posible encontrar ola herramienta "
"ebtables."
#: src/nwfilter/nwfilter_ebiptables_driver.c:2448
msgid "illegal protocol type"
msgstr "tipo de protocolo ilegal"
#: src/nwfilter/nwfilter_ebiptables_driver.c:2513
msgid "cannot create temporary file"
msgstr "no es posible crear archivo temporal"
#: src/nwfilter/nwfilter_ebiptables_driver.c:2520
msgid "cannot change permissions on temp. file"
msgstr "no es posible modificar los permisos del archivo temporal"
#: src/nwfilter/nwfilter_ebiptables_driver.c:2529
#: src/nwfilter/nwfilter_ebiptables_driver.c:2538
msgid "cannot write string to file"
msgstr "no es posible escribir cadena en el archivo"
#: src/nwfilter/nwfilter_ebiptables_driver.c:2994
#: src/nwfilter/nwfilter_ebiptables_driver.c:3086
#: src/nwfilter/nwfilter_ebiptables_driver.c:3197
msgid "cannot create rules since ebtables tool is missing."
msgstr ""
"no es posible crear reglas ya que no es posible encontrar ola herramienta "
"ebtables."
#: src/nwfilter/nwfilter_ebiptables_driver.c:3052
#: src/nwfilter/nwfilter_ebiptables_driver.c:3170
#: src/nwfilter/nwfilter_ebiptables_driver.c:3241
msgid "Some rules could not be created."
msgstr "Algunas reglas no han podido crearse."
#: src/nwfilter/nwfilter_ebiptables_driver.c:3310
#, c-format
msgid "To enable ip%stables filtering for the VM do 'echo 1 > %s'"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:3514
#, c-format
msgid "Some rules could not be created for interface %s."
msgstr "Algunas reglas no han podido crearse para la interfaz %s."
#: src/nwfilter/nwfilter_ebiptables_driver.c:3634
msgid "error while executing CLI commands"
msgstr "error mientras se ejecutaban comandos en la CLI"
#: src/nwfilter/nwfilter_ebiptables_driver.c:3769
msgid "essential tools to support ip(6)tables firewalls could not be located"
msgstr ""
"no ha sido posible encontrar las herramientas fundamentales para ofrecer "
"soporte a cortafuegos de ip(6)tables"
#: src/nwfilter/nwfilter_ebiptables_driver.c:3778
msgid "firewall tools were not found or cannot be used"
msgstr ""
"las herramientas de cortafuegos no han podido encontrarse, o no pueden ser "
"utilizadas"
#: src/nwfilter/nwfilter_gentech_driver.c:155
msgid "Could not add variable 'MAC' to hashmap"
msgstr "No es posible agregar la variable 'MAC' en hashmap"
#: src/nwfilter/nwfilter_gentech_driver.c:165
msgid "Could not add variable 'IP' to hashmap"
msgstr "No es posible agregar la variable 'IP' a hashmap"
#: src/nwfilter/nwfilter_gentech_driver.c:422
#: src/nwfilter/nwfilter_gentech_driver.c:513
#: src/nwfilter/nwfilter_gentech_driver.c:805
#, c-format
msgid "Filter '%s' is in use."
msgstr "El filtro '%s' está siendo utilizado."
#: src/nwfilter/nwfilter_gentech_driver.c:471
#: src/nwfilter/nwfilter_gentech_driver.c:557
#, c-format
msgid "referenced filter '%s' is missing"
msgstr "no se encuentra el filtro referenciado '%s'"
#: src/nwfilter/nwfilter_gentech_driver.c:744
#, c-format
msgid "Cannot instantiate filter due to unresolvable variables: %s"
msgstr ""
#: src/nwfilter/nwfilter_gentech_driver.c:787
#: src/nwfilter/nwfilter_gentech_driver.c:1009
#: src/nwfilter/nwfilter_gentech_driver.c:1035
#: src/nwfilter/nwfilter_gentech_driver.c:1059
#, c-format
msgid "Could not get access to ACL tech driver '%s'"
msgstr "No se o}pudo obtener acceso al controlador de tecnología ACL '%s'"
#: src/nwfilter/nwfilter_gentech_driver.c:798
#, c-format
msgid "Could not find filter '%s'"
msgstr "No se pudo hallar el filtro '%s'"
#: src/nwfilter/nwfilter_learnipaddr.c:154
msgid "mutex initialization failed"
msgstr "falló la inicialización mutex"
#: src/nwfilter/nwfilter_learnipaddr.c:161
#, c-format
msgid "interface name %s does not fit into buffer "
msgstr "la interfaz denominada %s no cabe en el búfer"
#: src/nwfilter/nwfilter_learnipaddr.c:651
#, c-format
msgid "encountered an error on interface %s index %d"
msgstr "se ha encontrado un error en el índice %s de la interfaz %d"
#: src/nwfilter/nwfilter_learnipaddr.c:715
msgid ""
"IP parameter must be provided since snooping the IP address does not work "
"possibly due to missing tools"
msgstr ""
"El parámetro IP debe ser ofrecido, ya que no es posible descubrir la "
"dirección IP, tal vez debido a la falta de algunas herramientas"
#: src/nwfilter/nwfilter_learnipaddr.c:743
#, c-format
msgid "Destination buffer for ifname ('%s') not large enough"
msgstr ""
"El búfer de destino para ifname ('%s') no es lo suficientemente extenso"
#: src/nwfilter/nwfilter_learnipaddr.c:751
#, c-format
msgid "Destination buffer for linkdev ('%s') not large enough"
msgstr ""
"El búfer de destino para linkdev ('%s') no es lo suficientemente extenso"
#: src/nwfilter/nwfilter_learnipaddr.c:803
msgid ""
"IP parameter must be given since libvirt was not compiled with IP address "
"learning support"
msgstr ""
"El parámetro IP debe ser ofrecido, ya que libvirt no fue compilado con "
"soporte para descubrimiento de IP"
#: src/openvz/openvz_conf.c:124
msgid "Could not extract vzctl version"
msgstr "No se pudo extraer versión vzctl"
#: src/openvz/openvz_conf.c:192
#, c-format
msgid "Could not read 'IP_ADDRESS' from config for container %d"
msgstr ""
"No es posible leer 'IP_ADDRESS' desde el archivo de configuración para el "
"contenedor %d"
#: src/openvz/openvz_conf.c:224
#, c-format
msgid "Could not read 'NETIF' from config for container %d"
msgstr ""
"No se pudo leer 'NETIF' desde el archivo de configuración para el contenedor "
"%d"
#: src/openvz/openvz_conf.c:250
msgid "Too long network device name"
msgstr "Nombre de dispositivo de red demasiado extenso"
#: src/openvz/openvz_conf.c:259
#, c-format
msgid "Network ifname %s too long for destination"
msgstr "El ifname %s de la red es demasiado extenso para el destino"
#: src/openvz/openvz_conf.c:267
msgid "Too long bridge device name"
msgstr "Nombre de dispositivo de puente demasiado extenso"
#: src/openvz/openvz_conf.c:276
#, c-format
msgid "Bridge name %s too long for destination"
msgstr "El nombre %s del puente es demasiado extenso para el destino"
#: src/openvz/openvz_conf.c:284
msgid "Wrong length MAC address"
msgstr "Longitud de la dirección MAC errónea"
#: src/openvz/openvz_conf.c:289
#, c-format
msgid "MAC address %s too long for destination"
msgstr "La dirección MAC %s es demasiado larga para el destino"
#: src/openvz/openvz_conf.c:294
msgid "Wrong MAC address"
msgstr "Dirección MAC errónea"
#: src/openvz/openvz_conf.c:367
#, c-format
msgid "Could not read 'OSTEMPLATE' from config for container %d"
msgstr ""
"No es posible leer 'OSTEMPLATE' desde el archivo de configuración para el "
"contenedor %d"
#: src/openvz/openvz_conf.c:381
#, c-format
msgid "Could not read 'VE_PRIVATE' from config for container %d"
msgstr ""
"No es posible leer 'VE_PRIVATE' desde el archivo de configuración para el "
"contenedor %d"
#: src/openvz/openvz_conf.c:458 src/openvz/openvz_conf.c:1048
msgid "Failed to parse vzlist output"
msgstr "Falló al analizar salida vzlist"
#: src/openvz/openvz_conf.c:505
msgid "UUID in config file malformed"
msgstr "El UUID en el archivo de configuración es erróneo"
#: src/openvz/openvz_conf.c:517
#, c-format
msgid "Could not read config for container %d"
msgstr "No se pudo leer la configuración del contenedor %d"
#: src/openvz/openvz_conf.c:903
#, c-format
msgid "invalid uuid %s"
msgstr "uuid inválido %s"
#: src/openvz/openvz_conf.c:1010
msgid "Failed to scan configuration directory"
msgstr ""
#: src/openvz/openvz_driver.c:111
msgid "Container is not defined"
msgstr "El contenedor no está definido"
#: src/openvz/openvz_driver.c:156 src/openvz/openvz_driver.c:825
#, c-format
msgid "Could not put argument to %s"
msgstr "No se pudo colocar argumento en %s"
#: src/openvz/openvz_driver.c:174
msgid "only one filesystem supported"
msgstr "Hay soporte para sólo un sistema de archivos"
#: src/openvz/openvz_driver.c:183
msgid "filesystem is not of type 'template' or 'mount'"
msgstr ""
"El sistema de archivos no es ni del tipo 'template', ni del tipo 'mount'"
#: src/openvz/openvz_driver.c:194
msgid "Could not convert domain name to VEID"
msgstr "No se pudo convertir el nombre del dominio en VEID"
#: src/openvz/openvz_driver.c:200
msgid "Could not copy default config"
msgstr "No se puede copiar el archivo de configuración establecido por defecto"
#: src/openvz/openvz_driver.c:206
msgid "Could not set the source dir for the filesystem"
msgstr "No se pudo definir el directorio fuente para el sistema de archivos"
#: src/openvz/openvz_driver.c:213
msgid "Error creating command for container"
msgstr "Error al crear comando para contenedor"
#: src/openvz/openvz_driver.c:362
#, c-format
msgid "cannot read cputime for domain %d"
msgstr "No se puede leer cputime para el dominio %d"
#: src/openvz/openvz_driver.c:597 src/openvz/openvz_driver.c:635
#: src/vmware/vmware_driver.c:330 src/vmware/vmware_driver.c:383
#: src/vmware/vmware_driver.c:478
msgid "domain is not in running state"
msgstr "El dominio no se encuentra en estado de ejecución"
#: src/openvz/openvz_driver.c:725
msgid "Container ID is not specified"
msgstr "No se ha especificado ID de contenedor"
#: src/openvz/openvz_driver.c:761
msgid "Could not generate eth name for container"
msgstr "No se pudo generar nombre eth para el contenedor"
#: src/openvz/openvz_driver.c:773
msgid "Could not generate veth name"
msgstr "No se ha podido general nombre veth"
#: src/openvz/openvz_driver.c:854
msgid "Could not configure network"
msgstr "No se ha podido configurar la red"
#: src/openvz/openvz_driver.c:865
msgid "cannot replace NETIF config"
msgstr "No se puede remplazar configuración NETIF"
#: src/openvz/openvz_driver.c:896
#, c-format
msgid "Already an OPENVZ VM active with the id '%s'"
msgstr "Ya existe una MV OPENVZ activa con el ID '%s'"
#: src/openvz/openvz_driver.c:907 src/openvz/openvz_driver.c:988
msgid "Error creating initial configuration"
msgstr "Error al crear configuración inicial"
#: src/openvz/openvz_driver.c:915 src/openvz/openvz_driver.c:994
msgid "Could not set UUID"
msgstr "No se pudo definir el UUID"
#: src/openvz/openvz_driver.c:924 src/vbox/vbox_tmpl.c:4855
msgid "current vcpu count must equal maximum"
msgstr ""
#: src/openvz/openvz_driver.c:930 src/openvz/openvz_driver.c:1014
msgid "Could not set number of virtual cpu"
msgstr "No se pudo definir el número de cpu virtual"
#: src/openvz/openvz_driver.c:938
msgid "Could not set memory size"
msgstr "No se pudo definir el tamaño de la memoria"
#: src/openvz/openvz_driver.c:975
#, c-format
msgid "Already an OPENVZ VM defined with the id '%s'"
msgstr "Ya existe una MV OPENVZ definida con el ID '%s'"
#: src/openvz/openvz_driver.c:1047
msgid "no domain with matching id"
msgstr "no existe un dominio coincidente con el id"
#: src/openvz/openvz_driver.c:1053 src/vmware/vmware_driver.c:215
msgid "domain is not in shutoff state"
msgstr "el dominio no se encuentra en estado de apagado"
#: src/openvz/openvz_driver.c:1098 src/qemu/qemu_driver.c:4291
#: src/uml/uml_driver.c:1696
msgid "cannot delete active domain"
msgstr "No es posible eliminar dominio activo"
#: src/openvz/openvz_driver.c:1170
msgid "Could not read container config"
msgstr "No se pudo leer la configuración del contenedor"
#: src/openvz/openvz_driver.c:1194 src/qemu/qemu_driver.c:959
#, c-format
msgid "unknown type '%s'"
msgstr "tipo '%s' desconocido "
#: src/openvz/openvz_driver.c:1203 src/openvz/openvz_driver.c:1247
#, c-format
msgid "unsupported flags (0x%x)"
msgstr ""
#: src/openvz/openvz_driver.c:1263
msgid "VCPUs should be >= 1"
msgstr "VCPU debería ser >= 1"
#: src/openvz/openvz_driver.c:1314
#, c-format
msgid "unexpected OpenVZ URI path '%s', try openvz:///system"
msgstr "camino '%s' URI de OpenVZ inesperado, intente openvz:///system"
#: src/openvz/openvz_driver.c:1321
msgid "OpenVZ control file /proc/vz does not exist"
msgstr "No existe un archivo /proc/vz de control de OpenVZ"
#: src/openvz/openvz_driver.c:1327
msgid "OpenVZ control file /proc/vz is not accessible"
msgstr "El archivo de control /proc/vz de OpenVZ es inaccesible"
#: src/openvz/openvz_driver.c:1416 src/openvz/openvz_driver.c:1471
#, c-format
msgid "Could not parse VPS ID %s"
msgstr "No se pudo analizar ID de VPS %s"
#: src/openvz/openvz_driver.c:1427 src/openvz/openvz_driver.c:1486
msgid "failed to close file"
msgstr ""
#: src/phyp/phyp_driver.c:421
#, c-format
msgid "Cannot parse number from '%s'"
msgstr "No es posible analizar el número desde '%s'"
#: src/phyp/phyp_driver.c:452 src/phyp/phyp_driver.c:458
msgid "Unable to write information to local file."
msgstr "No es posible escribir información en el archivo local."
#: src/phyp/phyp_driver.c:464 src/phyp/phyp_driver.c:775
#, c-format
msgid "Could not close %s"
msgstr ""
#: src/phyp/phyp_driver.c:537
#, c-format
msgid "Failed to read from %s"
msgstr "Falló al leer desde %s"
#: src/phyp/phyp_driver.c:831
msgid "Unable to determine number of domains."
msgstr "No es posible determinar la cantidad de dominios."
#: src/phyp/phyp_driver.c:996 src/phyp/phyp_driver.c:1077
msgid "No authentication callback provided."
msgstr "No se ha suministrado una retrollamada de autenticación."
#: src/phyp/phyp_driver.c:1017
#, c-format
msgid "Error while getting %s address info"
msgstr "Error mientras se obtenía información %s de la dirección"
#: src/phyp/phyp_driver.c:1034
#, c-format
msgid "Failed to connect to %s"
msgstr "Falló al intentar conectarse con %s"
#: src/phyp/phyp_driver.c:1054
msgid "Failure establishing SSH session."
msgstr "Falló al intentar establecer sesión SSH."
#: src/phyp/phyp_driver.c:1096
msgid "Authentication failed"
msgstr "Falló la autenticación"
#: src/phyp/phyp_driver.c:1149
msgid "Missing server name in phyp:// URI"
msgstr "No se encuentra el nombre del servidor en phyp:// URI"
#: src/phyp/phyp_driver.c:1191
msgid "Error parsing 'path'. Invalid characters."
msgstr "Error analizando 'path'. Caracteres inválidos."
#: src/phyp/phyp_driver.c:1198
msgid "Error while opening SSH session."
msgstr "Error al iniciar sesión SSH."
#: src/phyp/phyp_driver.c:1562 src/phyp/phyp_driver.c:1607
#: src/phyp/phyp_driver.c:1785
msgid "Unable to get VIOS profile name."
msgstr "No es posible obtener el nombre de perfil VIOS."
#: src/phyp/phyp_driver.c:1602 src/phyp/phyp_driver.c:1750
msgid "Unable to get VIOS name"
msgstr "No es posible obtener el nombre VIOS."
#: src/phyp/phyp_driver.c:1612
msgid "Unable to get free slot number"
msgstr "No es posible obtener la cantidad de slots libres"
#: src/phyp/phyp_driver.c:1760 src/phyp/phyp_driver.c:1764
msgid "Unable to create new virtual adapter"
msgstr "No es posible crear un nuevo adaptador virtual"
#: src/phyp/phyp_driver.c:1844
msgid ""
"Possibly you don't have IBM Tools installed in your LPAR.Contact your "
"support to enable this feature."
msgstr ""
"Tal vez no tenga instaladas herramientas IBM en su LPAR. Comuníquese con su "
"soporte técnico para habilitar esto en el futuro."
#: src/phyp/phyp_driver.c:1975
#, c-format
msgid "Unable to create Volume: %s"
msgstr "No es posible crear Volumen: %s"
#: src/phyp/phyp_driver.c:2026 src/phyp/phyp_driver.c:2279
#: src/phyp/phyp_driver.c:2728
msgid "Unable to determine storage pool's name."
msgstr "No es posible determinar el nombre del grupo de almacenamiento."
#: src/phyp/phyp_driver.c:2031 src/phyp/phyp_driver.c:2733
msgid "Unable to determine storage pool's uuid."
msgstr "No es posible determinar el uuid del grupo de almacenamiento."
#: src/phyp/phyp_driver.c:2037 src/phyp/phyp_driver.c:2739
msgid "Unable to determine storage pools's size."
msgstr "No es posible determinar el tamaño del grupo de almacenamiento."
#: src/phyp/phyp_driver.c:2050 src/phyp/phyp_driver.c:2752
msgid "Unable to determine storage pools's source adapter."
msgstr ""
"No es posible determinar el adaptador de fuente del grupo de almacenamiento."
#: src/phyp/phyp_driver.c:2055
msgid "Error parsing volume XML."
msgstr "Error analizando el volumen XML."
#: src/phyp/phyp_driver.c:2061
msgid "StoragePool name already exists."
msgstr "El nombre del grupo de almacenamiento ya existe."
#: src/phyp/phyp_driver.c:2069
msgid "Key must be empty, Power Hypervisor will create one for you."
msgstr "La llave debe estar vacía, Power Hypervisor generará una por usted."
#: src/phyp/phyp_driver.c:2074
msgid "Capacity cannot be empty."
msgstr "La capacidad no puede estar vacía."
#: src/phyp/phyp_driver.c:2250
msgid "Unable to determine storage sp's name."
msgstr "No es posible determinar el nombre del almacenamiento sp."
#: src/phyp/phyp_driver.c:2255
msgid "Unable to determine storage sp's uuid."
msgstr "No es posible determinar el uuid del almacenamiento sp."
#: src/phyp/phyp_driver.c:2260
msgid "Unable to determine storage sps's size."
msgstr "No es posible determinar el tamaño del almacenamiento sps."
#: src/phyp/phyp_driver.c:2272
msgid "Unable to determine storage sps's source adapter."
msgstr ""
"No es posible determinar el adaptador de fuente del almacenamiento sps."
#: src/phyp/phyp_driver.c:2479
#, c-format
msgid "Unable to destroy Storage Pool: %s"
msgstr ""
#: src/phyp/phyp_driver.c:2518
#, c-format
msgid "Unable to create Storage Pool: %s"
msgstr "No es posible crear Grupo de Almacenamiento: %s"
#: src/phyp/phyp_driver.c:3327
msgid "Unable to determine domain's name."
msgstr "No es posible determinar el nombre del dominio."
#: src/phyp/phyp_driver.c:3332
msgid "Unable to generate random uuid."
msgstr "No es posible generar un uuid aleatorio."
#: src/phyp/phyp_driver.c:3338
msgid "Unable to determine domain's max memory."
msgstr "No es posible determinar la memoria máxima del dominio."
#: src/phyp/phyp_driver.c:3344
msgid "Unable to determine domain's memory."
msgstr "No es posible determinar la memoria del dominio."
#: src/phyp/phyp_driver.c:3350
msgid "Unable to determine domain's CPU."
msgstr "No es posible determinar el CPU del dominio."
#: src/phyp/phyp_driver.c:3542
msgid "Field <memory> on the domain XML file is missing or has invalid value."
msgstr ""
#: src/phyp/phyp_driver.c:3549
msgid ""
"Field <currentMemory> on the domain XML file is missing or has invalid value."
msgstr ""
#: src/phyp/phyp_driver.c:3556
msgid "Domain XML must contain at least one <disk> element."
msgstr ""
#: src/phyp/phyp_driver.c:3562
msgid "Field <src> under <disk> on the domain XML file is missing."
msgstr ""
#: src/phyp/phyp_driver.c:3578
#, c-format
msgid "Unable to create LPAR. Reason: '%s'"
msgstr "No es posible crear LPAR. El motivo: '%s'"
#: src/phyp/phyp_driver.c:3583
msgid "Unable to add LPAR to the table"
msgstr "No es posible agregar LPAR a la tabla"
#: src/phyp/phyp_driver.c:3686
msgid "You are trying to set a number of CPUs bigger than the max possible."
msgstr ""
"Está intentando definir una cantidad de CPUs mayor que la máxima permitida."
#: src/phyp/phyp_driver.c:3710
msgid ""
"Possibly you don't have IBM Tools installed in your LPAR. Contact your "
"support to enable this feature."
msgstr ""
"Tal vez no posea instaladas en su LPAR las herramientas IBM. Póngase en "
"contacto con su soporte para habilitar esta característica. "
#: src/qemu/qemu_bridge_filter.c:43
#, c-format
msgid "failed to add ebtables rule to set default policy to drop on '%s'"
msgstr ""
"falló al añadir regla de ebtables para definir la política predeterminada a "
"ser descargada en '%s'"
#: src/qemu/qemu_bridge_filter.c:59
#, c-format
msgid "cannot filter mac addresses on bridge '%s'"
msgstr "no es posible filtrar una dirección mac en el puente '%s' "
#: src/qemu/qemu_bridge_filter.c:79 src/qemu/qemu_bridge_filter.c:100
#, c-format
msgid "failed to add ebtables rule to allow routing to '%s'"
msgstr ""
"falló al añadir regla de ebtables para permitir enrutamiento hacia '%s'"
#: src/qemu/qemu_capabilities.c:263 src/qemu/qemu_capabilities.c:1237
#: src/qemu/qemu_capabilities.c:1320
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr "No es posible encontrar el binario QEMU %s"
#: src/qemu/qemu_capabilities.c:1137
#, c-format
msgid "cannot parse %s version number in '%s'"
msgstr "no es posible analizar el número de versión %s en '%s'"
#: src/qemu/qemu_capabilities.c:1314
#, c-format
msgid "Cannot find suitable emulator for %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:80
#, c-format
msgid "Unable to allow access for disk path %s"
msgstr "No es posible permitir el acceso a la ruta de disco %s"
#: src/qemu/qemu_cgroup.c:121
#, c-format
msgid "Unable to deny access for disk path %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:163 src/qemu/qemu_migration.c:2716
#, c-format
msgid "Unable to allow device %s for %s"
msgstr "No es posible permitirle al %s el dispositivo %s"
#: src/qemu/qemu_cgroup.c:185
#, c-format
msgid "Unable to allow device %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:210
#, c-format
msgid "Unable to create cgroup for %s"
msgstr "No es posible crear cgroup para %s"
#: src/qemu/qemu_cgroup.c:226
#, c-format
msgid "Unable to deny all devices for %s"
msgstr "No es posible negarle a %s todos los dispositivos"
#: src/qemu/qemu_cgroup.c:241
msgid "unable to allow /dev/pts/ devices"
msgstr "no es posible permitir dispositivos /dev/pts/"
#: src/qemu/qemu_cgroup.c:256
msgid "unable to allow /dev/snd/ devices"
msgstr "no es posible permitir dispositivos /dev/snd/"
#: src/qemu/qemu_cgroup.c:268
#, c-format
msgid "unable to allow device %s"
msgstr "no es posible permitir dispositivo %s"
#: src/qemu/qemu_cgroup.c:304
#, c-format
msgid "Unable to set io weight for domain %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:310
msgid "Block I/O tuning is not available on this host"
msgstr ""
#: src/qemu/qemu_cgroup.c:348
msgid "Memory cgroup is not available on this host"
msgstr ""
#: src/qemu/qemu_cgroup.c:357
#, c-format
msgid "Unable to set io cpu shares for domain %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:363
msgid "CPU tuning is not available on this host"
msgstr ""
#: src/qemu/qemu_cgroup.c:394 src/qemu/qemu_driver.c:4342
#: src/qemu/qemu_driver.c:4556 src/qemu/qemu_hotplug.c:917
#: src/qemu/qemu_hotplug.c:1219 src/qemu/qemu_hotplug.c:1322
#: src/qemu/qemu_migration.c:2707
#, c-format
msgid "Unable to find cgroup for %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:417
#, c-format
msgid "unable to find cgroup for domain %s"
msgstr "No es posible encontrar cgroup para el dominio %s"
#: src/qemu/qemu_cgroup.c:425
#, c-format
msgid "unable to add domain %s task %d to cgroup"
msgstr "no es posible añadir el dominio %s tarea %d a cgroup"
#: src/qemu/qemu_command.c:141 src/qemu/qemu_command.c:289
#, c-format
msgid "failed to add ebtables rule to allow MAC address on '%s'"
msgstr ""
"falló al añadir regla de ebtables para permitir dirección MAC sobre '%s'"
#: src/qemu/qemu_command.c:167
msgid "No support for macvtap device"
msgstr "No existe soporte para el dispositivo macvtap"
#: src/qemu/qemu_command.c:202
#, c-format
msgid "Network '%s' is not active."
msgstr "La red '%s' no se encuentra activa."
#: src/qemu/qemu_command.c:228
#, c-format
msgid "Network type %d is not supported"
msgstr "El tipo de red %d no es soportado"
#: src/qemu/qemu_command.c:263 src/uml/uml_conf.c:151
#, c-format
msgid "Failed to add tap interface to bridge. %s is not a bridge device"
msgstr ""
"Falló al añadir interfaz tap al puente. %s no es un dispositivo de puente"
#: src/qemu/qemu_command.c:268 src/uml/uml_conf.c:155
msgid ""
"Failed to add tap interface to bridge. Your kernel is missing the 'tun' "
"module or CONFIG_TUN, or you need to add the /dev/net/tun device node."
msgstr ""
"Falló al intentar agregar una interfaz tap al puente. Su kernel no posee el "
"módulo 'tun' o CONFIG_TUN, o necesita agregar el nodo de dispositivo /dev/"
"net/tun. "
#: src/qemu/qemu_command.c:274 src/uml/uml_conf.c:160
#, c-format
msgid "Failed to add tap interface to bridge '%s'"
msgstr "Falló al añadir interfaz tap al puente '%s'"
#: src/qemu/qemu_command.c:278 src/uml/uml_conf.c:164
#, c-format
msgid "Failed to add tap interface '%s' to bridge '%s'"
msgstr "Falló al añadir interfaz tap '%s' al puente '%s'"
#: src/qemu/qemu_command.c:330
msgid "vhost-net is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:341
msgid "vhost-net is only supported for virtio network interfaces"
msgstr ""
#: src/qemu/qemu_command.c:357
msgid "vhost-net was requested for an interface, but is unavailable"
msgstr ""
#: src/qemu/qemu_command.c:438
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "no es posible convertir el disco '%s' en índice de bus/dispositivo"
#: src/qemu/qemu_command.c:467
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "Asignación de nombre de disco para el bus '%s' no soportado"
#: src/qemu/qemu_command.c:531
msgid "Unable to determine device index for network device"
msgstr ""
"No es posible determinar índice de dispositivo para el dispositivo de red"
#: src/qemu/qemu_command.c:558
msgid "Unable to determine device index for hostdev device"
msgstr ""
#: src/qemu/qemu_command.c:686
msgid "Only PCI domain 0 and bus 0 are available"
msgstr "Sólo existe disponible el dominio PCI 0 y el bus 0"
#: src/qemu/qemu_command.c:826
#, c-format
msgid "unable to reserve PCI address %s"
msgstr "no es posible reservar dirección PCI %s"
#: src/qemu/qemu_command.c:887 src/qemu/qemu_command.c:1267
msgid "Only PCI device addresses with function=0 are supported"
msgstr "Solo existe soporte para direcciones de dispositivos PCI con función=0"
#: src/qemu/qemu_command.c:1015
msgid "No more available PCI addresses"
msgstr "No existen disponibles más direcciones PCI"
#: src/qemu/qemu_command.c:1073
msgid "Primary IDE controller must have PCI address 0:0:1.1"
msgstr "Los controladores IDE primarios deben tener una dirección PCI 0:0:1.1"
#: src/qemu/qemu_command.c:1104
msgid "Primary video card must have PCI address 0:0:2.0"
msgstr "La tarjeta de video primaria debe tener una dirección PCI 0:0:2.0"
#: src/qemu/qemu_command.c:1249
msgid "Only PCI device addresses with domain=0 are supported"
msgstr "Solo existe soporte para direcciones de dispositivos PCI con dominio=0"
#: src/qemu/qemu_command.c:1254
msgid "Only PCI device addresses with bus=0 are supported"
msgstr "Solo existe soporte para direcciones de dispositivos PCI con bus=0"
#: src/qemu/qemu_command.c:1260
msgid "The function of PCI device addresses must less than 8"
msgstr ""
#: src/qemu/qemu_command.c:1311
#, c-format
msgid "driver serial '%s' contains unsafe characters"
msgstr "el controlador serial '%s' contiene caracteres que no son seguros"
#: src/qemu/qemu_command.c:1332 src/qemu/qemu_command.c:1549
#: src/qemu/qemu_command.c:3520 src/uml/uml_conf.c:454
#, c-format
msgid "unsupported disk type '%s'"
msgstr "Tipo de disco '%s' no soportado "
#: src/qemu/qemu_command.c:1340
msgid "unexpected address type for scsi disk"
msgstr "tipo de dirección para disco scsi no esperado"
#: src/qemu/qemu_command.c:1349
msgid "SCSI controller only supports 1 bus"
msgstr "El controlador SCSI solo soporta 1 bus"
#: src/qemu/qemu_command.c:1359
msgid "unexpected address type for ide disk"
msgstr "tipo de dirección para disco ide no esperado"
#: src/qemu/qemu_command.c:1365 src/qemu/qemu_command.c:1381
#, c-format
msgid "Only 1 %s controller is supported"
msgstr "Solo hay soporte para un controlador %s"
#: src/qemu/qemu_command.c:1375
msgid "unexpected address type for fdc disk"
msgstr "tipo de dirección para disco fdc no esperado"
#: src/qemu/qemu_command.c:1387
#, c-format
msgid "Only 1 %s bus is supported"
msgstr "Solo hay soporte para un bus %s"
#: src/qemu/qemu_command.c:1412 src/qemu/qemu_command.c:3530
#, c-format
msgid "unsupported disk driver type for '%s'"
msgstr "tipo de controlador de disco no soportado para '%s'"
#: src/qemu/qemu_command.c:1418 src/qemu/qemu_command.c:3536
msgid "cannot create virtual FAT disks in read-write mode"
msgstr ""
"no es posible crear discos virtuales FAT con modo de lectura y escritura"
#: src/qemu/qemu_command.c:1430 src/qemu/qemu_command.c:3552
msgid "NBD accepts only one host"
msgstr ""
#: src/qemu/qemu_command.c:1519
msgid "disk aio mode not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:1577
#, c-format
msgid "unsupported disk bus '%s' with device setup"
msgstr ""
"tipo de bus de disco '%s' no soportado con la configuración de dispositivo"
#: src/qemu/qemu_command.c:1605
msgid "only supports mount filesystem type"
msgstr ""
#: src/qemu/qemu_command.c:1641
msgid "can only passthrough directories"
msgstr ""
#: src/qemu/qemu_command.c:1702
#, c-format
msgid "Unknown controller type: %s"
msgstr ""
#: src/qemu/qemu_command.c:1784
msgid "unrecognized virtio-net-pci 'tx' option"
msgstr ""
#: src/qemu/qemu_command.c:1789
msgid "virtio-net-pci 'tx' option not supported in this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:1933 src/qemu/qemu_command.c:4443
msgid "missing watchdog model"
msgstr "no se encuentra modelo watchdog"
#: src/qemu/qemu_command.c:2009 src/qemu/qemu_command.c:4406
msgid "invalid sound model"
msgstr "El modelo de sonido no es válido"
#: src/qemu/qemu_command.c:2068
msgid "invalid video model"
msgstr ""
#: src/qemu/qemu_command.c:2077 src/qemu/qemu_command.c:4280
#, c-format
msgid "value for 'vram' must be less than '%u'"
msgstr ""
#: src/qemu/qemu_command.c:2120
#, c-format
msgid "Failed opening %s"
msgstr "Falló al abrir %s"
#: src/qemu/qemu_command.c:2182 src/qemu/qemu_command.c:2204
msgid "USB host device is missing bus/device information"
msgstr "El dispositivo de equipo USB no posee información bus/dispositivo"
#: src/qemu/qemu_command.c:2292
msgid "spicevmc not supported in this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:2301
#, c-format
msgid "unsupported chardev '%s'"
msgstr ""
#: src/qemu/qemu_command.c:2417
msgid "virtio serial device has invalid address type"
msgstr "el dispositivo de serie virtio posee un tipo de dirección no válido"
#: src/qemu/qemu_command.c:2434
#, c-format
msgid "Unsupported spicevmc target name '%s'"
msgstr ""
#: src/qemu/qemu_command.c:2575 src/qemu/qemu_command.c:3112
#: src/xenxs/xen_sxpr.c:2070 src/xenxs/xen_xm.c:1541
#, c-format
msgid "unsupported clock offset '%s'"
msgstr "offset de reloj '%s' no soportado "
#: src/qemu/qemu_command.c:2589
#, c-format
msgid "unsupported rtc timer track '%s'"
msgstr "trazado '%s' de temporizador rtc no soportada"
#: src/qemu/qemu_command.c:2613
#, c-format
msgid "unsupported rtc timer tickpolicy '%s'"
msgstr "tickpolicy '%s' de temporizador rtc no soportado"
#: src/qemu/qemu_command.c:2662
msgid "CPU specification not supported by hypervisor"
msgstr "La especificación del CPU no está soportada por el hypervisor"
#: src/qemu/qemu_command.c:2676
msgid "guest CPU is not compatible with host CPU"
msgstr "El CPU huésped no es compatible con el CPU del equipo"
#: src/qemu/qemu_command.c:2788
msgid ""
"setting current vcpu count less than maximum is not supported with this QEMU "
"binary"
msgstr ""
#: src/qemu/qemu_command.c:2872
#, c-format
msgid "the QEMU binary %s does not support kqemu"
msgstr "el binario QEMU %s no tiene soporte para kqemu"
#: src/qemu/qemu_command.c:2885
#, c-format
msgid "the QEMU binary %s does not support kvm"
msgstr "el binario QEMU %s no tiene soporte para kvm"
#: src/qemu/qemu_command.c:2896
#, c-format
msgid "the QEMU binary %s does not support %s"
msgstr "el binario QEMU %s no tiene soporte para %s"
#: src/qemu/qemu_command.c:2943
msgid "hugetlbfs filesystem is not mounted"
msgstr "El sistema de archivos hugetlbfs no se ha montado"
#: src/qemu/qemu_command.c:2948
msgid "hugepages are disabled by administrator config"
msgstr ""
"Las hugepages están inhabilitadas por la configuración realizada por el "
"administrador"
#: src/qemu/qemu_command.c:2953
#, c-format
msgid "hugepage backing not supported by '%s'"
msgstr "hugepage no es soportado por '%s'"
#: src/qemu/qemu_command.c:2991
#, c-format
msgid "qemu emulator '%s' does not support xen"
msgstr "El emulador qemu '%s' no tiene soporte para xen"
#: src/qemu/qemu_command.c:3004
#, c-format
msgid "the QEMU binary %s does not support smbios settings"
msgstr ""
#: src/qemu/qemu_command.c:3013 src/qemu/qemu_driver.c:938
msgid "Host SMBIOS information is not available"
msgstr ""
#: src/qemu/qemu_command.c:3022
#, c-format
msgid "Domain '%s' sysinfo are not available"
msgstr ""
#: src/qemu/qemu_command.c:3128
#, c-format
msgid "unsupported timer type (name) '%s'"
msgstr "tipo de temporizador (name) '%s' no soportado "
#: src/qemu/qemu_command.c:3148 src/qemu/qemu_command.c:3159
#, c-format
msgid "unsupported rtc tickpolicy '%s'"
msgstr "tickpolicy '%s' de rtc no soportado"
#: src/qemu/qemu_command.c:3183 src/qemu/qemu_command.c:3192
#, c-format
msgid "unsupported pit tickpolicy '%s'"
msgstr "tickpolicy '%s' de pit no soportado"
#: src/qemu/qemu_command.c:3214
msgid "pit timer is not supported"
msgstr "temporizador pit no soportado"
#: src/qemu/qemu_command.c:3247
msgid "hypervisor lacks deviceboot feature"
msgstr ""
#: src/qemu/qemu_command.c:3313 src/qemu/qemu_driver.c:4334
#, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "Nombre de driver '%s' no soportado para el disco '%s'"
#: src/qemu/qemu_command.c:3333
msgid "SATA is not supported with this QEMU binary"
msgstr "No existe soporte para SATA con este binario QEMU"
#: src/qemu/qemu_command.c:3388 src/qemu/qemu_command.c:3500
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "Tipo de disco USB no soportado para '%s'"
#: src/qemu/qemu_command.c:3630
msgid "filesystem passthrough not supported by this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:3774
msgid "this QEMU binary lacks multiple smartcard support"
msgstr ""
#: src/qemu/qemu_command.c:3785 src/qemu/qemu_command.c:3797
msgid "this QEMU binary lacks smartcard host mode support"
msgstr ""
#: src/qemu/qemu_command.c:3807
#, c-format
msgid "invalid certificate name: %s"
msgstr ""
#: src/qemu/qemu_command.c:3818
#, c-format
msgid "invalid database name: %s"
msgstr ""
#: src/qemu/qemu_command.c:3833
msgid "this QEMU binary lacks smartcard passthrough mode support"
msgstr ""
#: src/qemu/qemu_command.c:3942
msgid "guestfwd requires QEMU to support -chardev & -device"
msgstr "guestfwd necesita QEMU para poder dar soporte a -chardev y -device"
#: src/qemu/qemu_command.c:3970 src/qemu/qemu_command.c:4009
msgid "virtio channel requires QEMU to support -device"
msgstr "el canal virtio necesita de QEMU para soportar a -device"
#: src/qemu/qemu_command.c:4034
#, c-format
msgid "unsupported console target type %s"
msgstr "tipo de consola de destino %s no soportado"
#: src/qemu/qemu_command.c:4062
msgid "only 1 graphics device is supported"
msgstr "solo existe soporte para un dispositivo de gráficos"
#: src/qemu/qemu_command.c:4147
#, c-format
msgid "sdl not supported by '%s'"
msgstr ""
#: src/qemu/qemu_command.c:4180
msgid "spice graphics are not supported with this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:4248
#, c-format
msgid "unsupported graphics type '%s'"
msgstr "tipo de gráficos '%s' no soportado "
#: src/qemu/qemu_command.c:4261
msgid "This QEMU does not support QXL graphics adapters"
msgstr ""
#: src/qemu/qemu_command.c:4268
#, c-format
msgid "video type %s is not supported with QEMU"
msgstr "El tipo de vídeo %s no tiene soporte con QEMU"
#: src/qemu/qemu_command.c:4314
#, c-format
msgid "video type %s is not supported with this QEMU"
msgstr "el tipo de vídeo %s no tiene soporte con este QEMU"
#: src/qemu/qemu_command.c:4326
#, c-format
msgid "video type %s is only valid as primary video card"
msgstr ""
#: src/qemu/qemu_command.c:4341
msgid "only one video card is currently supported"
msgstr "Actualmente sólo hay soporte para una tarjeta de vídeo"
#: src/qemu/qemu_command.c:4377 src/qemu/qemu_command.c:4412
msgid "this QEMU binary lacks hda support"
msgstr ""
#: src/qemu/qemu_command.c:4459
msgid "invalid watchdog action"
msgstr "acción watchdog inválida"
#: src/qemu/qemu_command.c:4474
msgid "booting from assigned devices is only supported for PCI devices"
msgstr ""
#: src/qemu/qemu_command.c:4479
msgid ""
"booting from assigned PCI devices is not supported with this version of qemu"
msgstr ""
#: src/qemu/qemu_command.c:4536 src/qemu/qemu_monitor_text.c:1566
msgid "PCI device assignment is not supported by this version of qemu"
msgstr ""
"La asignación de dispositivos PCI no está soportada por esta versión de qemu"
#: src/qemu/qemu_command.c:4550
msgid "TCP migration is not supported with this QEMU binary"
msgstr "No hay soporte para migración TCP con este binario QUEMU"
#: src/qemu/qemu_command.c:4563 src/qemu/qemu_command.c:4600
msgid "Failed to clear cloexec flag"
msgstr ""
#: src/qemu/qemu_command.c:4575
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "No hay soporte para migración STDIO con este binario QEMU"
#: src/qemu/qemu_command.c:4582
msgid "EXEC migration is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:4590
msgid "FD migration is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:4607
msgid "UNIX migration is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:4614
msgid "unknown migration protocol"
msgstr ""
#: src/qemu/qemu_command.c:4629
#, c-format
msgid ""
"Memory balloon device type '%s' is not supported by this version of qemu"
msgstr ""
"El tipo de dispositivo %s de globo de memoria no está soportado por esta "
"versión de qemu"
#: src/qemu/qemu_command.c:4848
#, c-format
msgid "malformed keyword arguments in '%s'"
msgstr "Argumentos erróneos de palabra clave en '%s'"
#: src/qemu/qemu_command.c:4950 src/qemu/qemu_command.c:6057
#, c-format
msgid "cannot parse nbd filename '%s'"
msgstr ""
#: src/qemu/qemu_command.c:5006 src/qemu/qemu_command.c:6087
#, c-format
msgid "cannot parse sheepdog filename '%s'"
msgstr ""
#: src/qemu/qemu_command.c:5081
#, c-format
msgid "cannot parse drive index '%s'"
msgstr "No es posible analizar el índice del dispositivo '%s'"
#: src/qemu/qemu_command.c:5089
#, c-format
msgid "cannot parse drive bus '%s'"
msgstr "no es posible analizar el bus del disco '%s'"
#: src/qemu/qemu_command.c:5097
#, c-format
msgid "cannot parse drive unit '%s'"
msgstr "no es posible analizar la unidad de disco '%s'"
#: src/qemu/qemu_command.c:5106
#, c-format
msgid "cannot parse io mode '%s'"
msgstr ""
#: src/qemu/qemu_command.c:5115
#, c-format
msgid "missing file parameter in drive '%s'"
msgstr "No se encuentra parámetro de archivo en disco '%s'"
#: src/qemu/qemu_command.c:5128
#, c-format
msgid "missing index/unit/bus parameter in drive '%s'"
msgstr "no se encuentra parámetro de índice/unidad/dispositivo en disco '%s'"
#: src/qemu/qemu_command.c:5177
#, c-format
msgid "invalid device name '%s'"
msgstr "nombre de dispositivo '%s' no válido"
#: src/qemu/qemu_command.c:5213
#, c-format
msgid "cannot parse NIC vlan in '%s'"
msgstr "No es posible analizar vlan NIC en '%s'"
#: src/qemu/qemu_command.c:5225
#, c-format
msgid "cannot find NIC definition for vlan %d"
msgstr "No es posible encontrar definición NIC para vlan %d"
#: src/qemu/qemu_command.c:5282
#, c-format
msgid "cannot parse vlan in '%s'"
msgstr "No es posible analizar vlan en '%s'"
#: src/qemu/qemu_command.c:5312
#, c-format
msgid "cannot parse NIC definition '%s'"
msgstr "No es posible analizar definición NIC '%s'"
#: src/qemu/qemu_command.c:5360
#, c-format
msgid "cannot parse sndbuf size in '%s'"
msgstr ""
#: src/qemu/qemu_command.c:5396
#, c-format
msgid "unknown PCI device syntax '%s'"
msgstr "Sintaxis '%s' de dispositivo PCI desconocida"
#: src/qemu/qemu_command.c:5404
#, c-format
msgid "cannot extract PCI device bus '%s'"
msgstr "No es posible extraer bus '%s' de dispositivo PCI "
#: src/qemu/qemu_command.c:5411
#, c-format
msgid "cannot extract PCI device slot '%s'"
msgstr "No es posible extraer slot '%s' de dispositivo PCI"
#: src/qemu/qemu_command.c:5418
#, c-format
msgid "cannot extract PCI device function '%s'"
msgstr "No es posible extraer función '%s' de dispositivo PCI"
#: src/qemu/qemu_command.c:5453
#, c-format
msgid "unknown USB device syntax '%s'"
msgstr "sintaxis '%s' de dispositivo USB desconocida"
#: src/qemu/qemu_command.c:5462
#, c-format
msgid "cannot extract USB device vendor '%s'"
msgstr "No es posible extraer proveedor del dispositivo USB '%s'"
#: src/qemu/qemu_command.c:5469
#, c-format
msgid "cannot extract USB device product '%s'"
msgstr "no es posible extraer producto '%s' de dispositivo USB"
#: src/qemu/qemu_command.c:5476
#, c-format
msgid "cannot extract USB device bus '%s'"
msgstr "no es posible extraer bus '%s' de dispositivo USB "
#: src/qemu/qemu_command.c:5483
#, c-format
msgid "cannot extract USB device address '%s'"
msgstr "no es posible extraer dirección '%s' de dispositivo USB"
#: src/qemu/qemu_command.c:5595
#, c-format
msgid "cannot find port number in character device %s"
msgstr ""
"No es posible encontrar número de puerto en el dispositivo de caracteres %s"
#: src/qemu/qemu_command.c:5635
#, c-format
msgid "unknown character device syntax %s"
msgstr "Sintaxis %s de dispositivo de caracteres desconocida"
#: src/qemu/qemu_command.c:5726
#, c-format
msgid "unknown CPU syntax '%s'"
msgstr "sintaxis '%s' de CPU desconocida"
#: src/qemu/qemu_command.c:5805
#, c-format
msgid "cannot parse CPU topology '%s'"
msgstr "no es posible analizar la topología '%s' del CPU"
#: src/qemu/qemu_command.c:5834
msgid "no emulator path found"
msgstr "No se ha encontrado un camino al emulador"
#: src/qemu/qemu_command.c:5847
#, fuzzy
msgid "failed to generate uuid"
msgstr "No es posible generar uuid"
#: src/qemu/qemu_command.c:5896
#, c-format
msgid "missing value for %s argument"
msgstr "No se encuentra el valor para el argumento %s"
#: src/qemu/qemu_command.c:5956
#, c-format
msgid "missing VNC port number in '%s'"
msgstr ""
#: src/qemu/qemu_command.c:5963
#, c-format
msgid "cannot parse VNC port '%s'"
msgstr "No es posible analizar el puerto VNC '%s'"
#: src/qemu/qemu_command.c:5988
#, c-format
msgid "cannot parse memory level '%s'"
msgstr "No es posible analizar el nivel de memoria '%s'"
#: src/qemu/qemu_command.c:6000
#, c-format
msgid "cannot parse UUID '%s'"
msgstr "No es posible analizar UUID '%s'"
#: src/qemu/qemu_command.c:6364
#, c-format
msgid "unknown video adapter type '%s'"
msgstr "Tipo de adaptador de vídeo '%s' desconocido"
#: src/qemu/qemu_command.c:6420
msgid "CEPH_ARGS was set without an rbd disk"
msgstr ""
#: src/qemu/qemu_command.c:6427
#, c-format
msgid "could not parse CEPH_ARGS '%s'"
msgstr ""
#: src/qemu/qemu_command.c:6462
#, c-format
msgid "found no rbd hosts in CEPH_ARGS '%s'"
msgstr ""
#: src/qemu/qemu_conf.c:112
msgid "unable to find hugetlbfs mountpoint"
msgstr "no es posible encontrar punto de montaje hugetlbfs"
#: src/qemu/qemu_conf.c:293
msgid "cgroup_controllers must be a list of strings"
msgstr "cgroup_controllers debe ser una lista de cadenas"
#: src/qemu/qemu_conf.c:299
#, c-format
msgid "Unknown cgroup controller '%s'"
msgstr "Tipo de controlador '%s' de cgroup desconocido"
#: src/qemu/qemu_conf.c:333
msgid "cgroup_device_acl must be a list of strings"
msgstr "cgroup_device_acl debe ser una lista de cadenas"
#: src/qemu/qemu_conf.c:399
#, c-format
msgid "failed to enable mac filter in '%s'"
msgstr "falló al habilitar filtro mac en '%s'"
#: src/qemu/qemu_conf.c:407
#, c-format
msgid "failed to add rule to drop all frames in '%s'"
msgstr "falló al añadir regla para descargar todos los cuadros en '%s'"
#: src/qemu/qemu_conf.c:450
#, c-format
msgid "Failed to load lock manager %s"
msgstr ""
#: src/qemu/qemu_domain.c:119
msgid "Unexpected QEMU monitor still active during domain deletion"
msgstr ""
"Un monitor QEMU no esperado continúa activo durante la eliminación del "
"dominio"
#: src/qemu/qemu_domain.c:195
msgid "no monitor path"
msgstr "No existe una ruta hacia el monitor"
#: src/qemu/qemu_domain.c:222
#, c-format
msgid "unsupported monitor type '%s'"
msgstr "tipo de monitor '%s' no soportado"
#: src/qemu/qemu_domain.c:253
msgid "failed to parse qemu capabilities flags"
msgstr ""
#: src/qemu/qemu_domain.c:266
#, c-format
msgid "Unknown qemu capabilities flag %s"
msgstr ""
#: src/qemu/qemu_domain.c:331
#, c-format
msgid "Found namespace '%s' doesn't match expected '%s'"
msgstr ""
"El espacio de nombre '%s' encontrado no coincide con el '%s' que se esperaba"
#: src/qemu/qemu_domain.c:338
#, c-format
msgid "Failed to register xml namespace '%s'"
msgstr "Falló al registrar el espacio de nombre xml '%s'"
#: src/qemu/qemu_domain.c:359
msgid "No qemu command-line argument specified"
msgstr "No se ha especificado un argumento de línea de comando qemu"
#: src/qemu/qemu_domain.c:384
msgid "No qemu environment name specified"
msgstr "No se ha indicado ningún nombre de entorno qemu"
#: src/qemu/qemu_domain.c:389
msgid "Empty qemu environment name specified"
msgstr "Se ha indicado un nombre de entorno qemu vacío"
#: src/qemu/qemu_domain.c:394
msgid "Invalid environment name, it must begin with a letter or underscore"
msgstr ""
"Nombre de entorno no válido, debe comenzar con una letra o un guión bajo"
#: src/qemu/qemu_domain.c:399
msgid ""
"Invalid environment name, it must contain only alphanumerics and underscore"
msgstr ""
"Nombre de entorno no válido, debe contener sólo caracteres alfanuméricos y "
"guiones bajos"
#: src/qemu/qemu_domain.c:507 src/qemu/qemu_domain.c:547
msgid "cannot acquire state change lock"
msgstr "no es posible obtener bloqueo de cambio de estado"
#: src/qemu/qemu_domain.c:510 src/qemu/qemu_domain.c:550
msgid "cannot acquire job mutex"
msgstr "no pueden adquirir la exclusión mutua de trabajo"
#: src/qemu/qemu_domain.c:718 src/qemu/qemu_driver.c:7246
msgid "cannot get host CPU capabilities"
msgstr "no es posible obtener capacidades del CPU del equipo"
#: src/qemu/qemu_domain.c:855
#, c-format
msgid "failed to set close-on-exec flag on %s"
msgstr ""
#: src/qemu/qemu_domain.c:938
#, c-format
msgid "Unable to write to domain logfile %s"
msgstr ""
#: src/qemu/qemu_driver.c:146
#, c-format
msgid "Failed to start job on VM '%s': %s"
msgstr "Falló al iniciar tarea en MV '%s': %s"
#: src/qemu/qemu_driver.c:219
msgid "Failed to initialize security drivers"
msgstr ""
#: src/qemu/qemu_driver.c:295
#, c-format
msgid "Failed to allocate memory for snapshot directory for domain %s"
msgstr ""
"Falló al intentar alojar memoria para captura instantánea de dominio %s"
#: src/qemu/qemu_driver.c:305
#, c-format
msgid "Failed to open snapshot directory %s for domain %s: %s"
msgstr ""
"Falló al intentar abrir el directorio %s de captura instantánea para el "
"dominio %s: %s"
#: src/qemu/qemu_driver.c:320
msgid "Failed to allocate memory for path"
msgstr "Fallo al intentar alojar memoria para la ruta"
#: src/qemu/qemu_driver.c:327
#, c-format
msgid "Failed to read snapshot file %s: %s"
msgstr "Falló al leer el archivo %s de captura instantánea: %s"
#: src/qemu/qemu_driver.c:336
#, c-format
msgid "Failed to parse snapshot XML from file '%s'"
msgstr "Falló al analizar captura instantánea XML desde el archivo '%s'"
#: src/qemu/qemu_driver.c:486
#, c-format
msgid "Failed to create cache dir '%s': %s"
msgstr "Falló al crear directorio cache '%s': %s"
#: src/qemu/qemu_driver.c:504
#, c-format
msgid "Failed to create dump dir '%s': %s"
msgstr ""
#: src/qemu/qemu_driver.c:535
msgid "Missing lock manager implementation"
msgstr ""
#: src/qemu/qemu_driver.c:552
#, c-format
msgid "unable to set ownership of '%s' to user %d:%d"
msgstr "No es posible establecer la pertenencia de '%s' para el usuario %d:%d"
#: src/qemu/qemu_driver.c:558 src/qemu/qemu_driver.c:564
#: src/qemu/qemu_driver.c:570
#, c-format
msgid "unable to set ownership of '%s' to %d:%d"
msgstr "No es posible establecer la pertenencia de '%s' para %d:%d"
#: src/qemu/qemu_driver.c:591
#, c-format
msgid "unable to create hugepage path %s"
msgstr "No es posible generar ruta %s de hugepage"
#: src/qemu/qemu_driver.c:598
#, c-format
msgid "unable to set ownership on %s to %d:%d"
msgstr "No es posible establecer pertenencia sobre %s para %d:%d"
#: src/qemu/qemu_driver.c:827
msgid "qemu state driver is not active"
msgstr "el estado del controlador qemu es no activo"
#: src/qemu/qemu_driver.c:833
#, c-format
msgid "no QEMU URI path given, try %s"
msgstr "no se ha suministrado una ruta QEMU URI, intente %s"
#: src/qemu/qemu_driver.c:844
#, c-format
msgid "unexpected QEMU URI path '%s', try qemu:///system"
msgstr "camino QEMU URI '%s' no esperado, intente qemu:///system "
#: src/qemu/qemu_driver.c:851
#, c-format
msgid "unexpected QEMU URI path '%s', try qemu:///session"
msgstr "camino QEMU URI '%s' no esperado, intente qemu:///session"
#: src/qemu/qemu_driver.c:916 src/util/iohelper.c:65
#, c-format
msgid "Unable to open %s"
msgstr "No es posible abrir %s"
#: src/qemu/qemu_driver.c:1066 src/uml/uml_driver.c:1318
#: src/uml/uml_driver.c:1348 src/vbox/vbox_tmpl.c:1213
#: src/vbox/vbox_tmpl.c:1500 src/vbox/vbox_tmpl.c:1552
#: src/vbox/vbox_tmpl.c:1603 src/vbox/vbox_tmpl.c:1653
#: src/vbox/vbox_tmpl.c:1699 src/vbox/vbox_tmpl.c:1769
#: src/vbox/vbox_tmpl.c:2079
#, c-format
msgid "no domain with matching id %d"
msgstr "No existe un dominio que coincida con el id %d"
#: src/qemu/qemu_driver.c:1118 src/qemu/qemu_driver.c:6795
#: src/qemu/qemu_driver.c:7040
#, c-format
msgid "no domain with matching name '%s'"
msgstr "no existe un dominio coincidente con el nombre '%s'"
#: src/qemu/qemu_driver.c:1340 src/qemu/qemu_migration.c:1005
#: src/qemu/qemu_migration.c:2299
msgid "domain is marked for auto destroy"
msgstr ""
#: src/qemu/qemu_driver.c:1421 src/qemu/qemu_migration.c:2518
#: src/qemu/qemu_migration.c:2648 src/qemu/qemu_process.c:403
#: src/qemu/qemu_process.c:2712
msgid "resume operation failed"
msgstr "Falló al reanudarse la operación"
#: src/qemu/qemu_driver.c:1535
msgid "Reboot is not supported without the JSON monitor"
msgstr ""
#: src/qemu/qemu_driver.c:1726
msgid "cannot resize the maximum memory on an active domain"
msgstr ""
#: src/qemu/qemu_driver.c:1763 src/uml/uml_driver.c:1470
msgid "cannot set memory of an active domain"
msgstr "no es posible establecer la memoria de un dominio activo"
#: src/qemu/qemu_driver.c:1868 src/uml/uml_driver.c:1512
msgid "cannot read cputime for domain"
msgstr "No es posible leer cputime para el dominio"
#: src/qemu/qemu_driver.c:2069
#, c-format
msgid "failed to write header to domain save file '%s'"
msgstr ""
"falló al intentar escribir el encabezado en el archivo '%s' de "
"almacenamiento de dominio"
#: src/qemu/qemu_driver.c:2077
#, c-format
msgid "failed to write xml to '%s'"
msgstr "falló al escribir xml en '%s'"
#: src/qemu/qemu_driver.c:2141 src/qemu/qemu_driver.c:2635
#: src/qemu/qemu_driver.c:7654 src/qemu/qemu_hotplug.c:364
#: src/qemu/qemu_hotplug.c:702 src/qemu/qemu_migration.c:743
#: src/qemu/qemu_migration.c:835 src/qemu/qemu_migration.c:1731
#: src/qemu/qemu_migration.c:1781 src/qemu/qemu_migration.c:1935
#: src/qemu/qemu_migration.c:2239 src/qemu/qemu_migration.c:2473
#: src/qemu/qemu_migration.c:2624 src/qemu/qemu_process.c:382
#: src/qemu/qemu_process.c:395
msgid "guest unexpectedly quit"
msgstr "el huésped ha finalizado inesperadamente"
#: src/qemu/qemu_driver.c:2150
msgid "failed to get domain xml"
msgstr "Falló al obtener dominio xml"
#: src/qemu/qemu_driver.c:2203
#, c-format
msgid "unable to open %s"
msgstr "no es posible abrir %s"
#: src/qemu/qemu_driver.c:2235
#, c-format
msgid "Failed to create domain save file '%s': couldn't determine fs type"
msgstr ""
"Falló al intentar crear archivo '%s' de almacenamiento de dominio: no se "
"pudo determinar el tipo de sistema de archivos"
#: src/qemu/qemu_driver.c:2259
#, c-format
msgid "Error from child process creating '%s'"
msgstr "Error de creación del proceso hijo '%s'"
#: src/qemu/qemu_driver.c:2284 src/qemu/qemu_driver.c:2749
#: src/vbox/vbox_tmpl.c:8688
#, c-format
msgid "unable to close %s"
msgstr "no es posible cerrar %s"
#: src/qemu/qemu_driver.c:2360
msgid "Invalid save image format specified in configuration file"
msgstr ""
"Formato inválido para almacenar la imagen en el archivo de configuración"
#: src/qemu/qemu_driver.c:2366
msgid ""
"Compression program for image format in configuration file isn't available"
msgstr ""
#: src/qemu/qemu_driver.c:2535
#, c-format
msgid "failed to create '%s'"
msgstr "Falló al crear '%s'"
#: src/qemu/qemu_driver.c:2545
#, c-format
msgid "unable to save file %s"
msgstr "no es posible guardar el archivo %s"
#: src/qemu/qemu_driver.c:2571
msgid "Invalid dump image format specified in configuration file, using raw"
msgstr ""
#: src/qemu/qemu_driver.c:2577
msgid ""
"Compression program for dump image format in configuration file isn't "
"available, using raw"
msgstr ""
#: src/qemu/qemu_driver.c:2663
msgid "resuming after dump failed"
msgstr "Falló reanudar luego de la descarga"
#: src/qemu/qemu_driver.c:2705
#, c-format
msgid "no domain matching uuid '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:2724
msgid "currently is supported only taking screenshots of screen ID 0"
msgstr ""
#: src/qemu/qemu_driver.c:2735 src/qemu/qemu_driver.c:6277
#: src/vbox/vbox_tmpl.c:8640
#, c-format
msgid "mkstemp(\"%s\") failed"
msgstr "falló mkstemp(\"%s\") "
#: src/qemu/qemu_driver.c:2755 src/vbox/vbox_tmpl.c:8694
msgid "unable to open stream"
msgstr ""
#: src/qemu/qemu_driver.c:2814
msgid "Dump failed"
msgstr ""
#: src/qemu/qemu_driver.c:2821
msgid "Resuming after dump failed"
msgstr ""
#: src/qemu/qemu_driver.c:2890
msgid "cannot change vcpu count of this domain"
msgstr "no es posible modificar la numeración vcpu de este dominio"
#: src/qemu/qemu_driver.c:2921 src/test/test_driver.c:2135
#: src/xen/xen_driver.c:1120
#, c-format
msgid "argument out of range: %d"
msgstr ""
#: src/qemu/qemu_driver.c:2954 src/qemu/qemu_driver.c:3459
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "el tipo de virt en la definición del dominio '%d' es desconocido"
#: src/qemu/qemu_driver.c:3068
msgid "a domain is inactive; can change only persistent config"
msgstr ""
#: src/qemu/qemu_driver.c:3077
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "el número de vcpu está fuera de rango %d > %d"
#: src/qemu/qemu_driver.c:3116 src/qemu/qemu_process.c:1427
msgid "cpu affinity is not supported"
msgstr "no hay soporte para afinidad cpu"
#: src/qemu/qemu_driver.c:3123
msgid "failed to delete vcpupin xml of a running domain"
msgstr ""
#: src/qemu/qemu_driver.c:3130
msgid "failed to update or add vcpupin xml of a running domain"
msgstr ""
#: src/qemu/qemu_driver.c:3145
msgid "failed to delete vcpupin xml of a persistent domain"
msgstr ""
#: src/qemu/qemu_driver.c:3152
msgid "failed to update or add vcpupin xml of a persistent domain"
msgstr ""
#: src/qemu/qemu_driver.c:3204
msgid "cannot get live and persistent info concurrently"
msgstr ""
#: src/qemu/qemu_driver.c:3240
msgid "cannot get persistent config of a transient domain"
msgstr ""
#: src/qemu/qemu_driver.c:3318
msgid "cannot list vcpu pinning for an inactive domain"
msgstr "no es posible mostrar vcpus adjuntos en un dominio inactivo"
#: src/qemu/qemu_driver.c:3349
msgid "cannot get vCPU placement & pCPU time"
msgstr "no es posible obtener el lugar de vCPU ni la hora pCPU"
#: src/qemu/qemu_driver.c:3367
msgid "cpu affinity is not available"
msgstr "la afinidad de la cpu no se encuentra disponible"
#: src/qemu/qemu_driver.c:3415 src/test/test_driver.c:2088
#: src/xen/xend_internal.c:2381 src/xen/xm_internal.c:805
msgid "domain not active"
msgstr ""
#: src/qemu/qemu_driver.c:3482
msgid "Failed to get security label"
msgstr "Falló al obtener etiqueta de seguridad"
#: src/qemu/qemu_driver.c:3514
#, c-format
msgid "security model string exceeds max %d bytes"
msgstr ""
"la cadena del modelo de seguridad supera la cantidad de %d bytes permitidos "
#: src/qemu/qemu_driver.c:3524
#, c-format
msgid "security DOI string exceeds max %d bytes"
msgstr "la cadena de seguridad DOI supera el máximo permitido de %d bytes"
#: src/qemu/qemu_driver.c:3568
msgid "failed to read qemu header"
msgstr "Falló al leer el encabezado qemu"
#: src/qemu/qemu_driver.c:3644
#, c-format
msgid "Invalid compressed save format %d"
msgstr "Formato %d de compresión almacenado inválido"
#: src/qemu/qemu_driver.c:3659
#, c-format
msgid "Failed to start decompression binary %s"
msgstr "Falló al iniciar binario de descompresión %s"
#: src/qemu/qemu_driver.c:3687
#, c-format
msgid "cannot close file: %s"
msgstr ""
#: src/qemu/qemu_driver.c:3710
msgid "failed to resume domain"
msgstr "Falló al reanudar el dominio"
#: src/qemu/qemu_driver.c:4082
msgid "domain is already running"
msgstr "el dominio ya se encuentra en ejecución"
#: src/qemu/qemu_driver.c:4399
#, c-format
msgid "disk controller bus '%s' cannot be hotplugged."
msgstr "el bus del controlador del disco '%s' no puede ser conectado"
#: src/qemu/qemu_driver.c:4478 src/uml/uml_driver.c:1922
msgid "This type of disk cannot be hot unplugged"
msgstr "Este tipo de disco no puede ser desconectado automáticamente"
#: src/qemu/qemu_driver.c:4503
#, c-format
msgid "disk controller bus '%s' cannot be hotunplugged."
msgstr "el bus de controlador del disco '%s' no puede ser desconectado."
#: src/qemu/qemu_driver.c:4535 src/uml/uml_driver.c:1926
msgid "This type of device cannot be hot unplugged"
msgstr "Este tipo de dispositivo no puede ser desconectado automáticamente"
#: src/qemu/qemu_driver.c:4650
#, c-format
msgid "mac %s already exists"
msgstr ""
#: src/qemu/qemu_driver.c:4666
#, c-format
msgid "Lease %s in lockspace %s already exists"
msgstr ""
#: src/qemu/qemu_driver.c:4711
#, c-format
msgid "no nic of mac %s"
msgstr ""
#: src/qemu/qemu_driver.c:4720 src/qemu/qemu_hotplug.c:1954
#, c-format
msgid "Lease %s in lockspace %s does not exist"
msgstr ""
#: src/qemu/qemu_driver.c:4835
msgid "cannot do live update a device on inactive domain"
msgstr ""
#: src/qemu/qemu_driver.c:5067 src/qemu/qemu_driver.c:5755
#: src/qemu/qemu_driver.c:5910
msgid "cgroup CPU controller is not mounted"
msgstr ""
#: src/qemu/qemu_driver.c:5104 src/qemu/qemu_driver.c:5239
#: src/qemu/qemu_driver.c:5379 src/qemu/qemu_driver.c:5535
#: src/qemu/qemu_driver.c:5727 src/qemu/qemu_driver.c:5866
#, c-format
msgid "No such domain %s"
msgstr "No existe el dominio %s"
#: src/qemu/qemu_driver.c:5125 src/qemu/qemu_driver.c:5273
msgid "blkio cgroup isn't mounted"
msgstr ""
#: src/qemu/qemu_driver.c:5155 src/qemu/qemu_driver.c:5186
msgid "invalid type for blkio weight tunable, expected a 'unsigned int'"
msgstr ""
#: src/qemu/qemu_driver.c:5162 src/qemu/qemu_driver.c:5193
msgid "out of blkio weight range."
msgstr ""
#: src/qemu/qemu_driver.c:5170
msgid "unable to set blkio weight tunable"
msgstr ""
#: src/qemu/qemu_driver.c:5306
msgid "unable to get blkio weight"
msgstr ""
#: src/qemu/qemu_driver.c:5311 src/qemu/qemu_driver.c:5333
msgid "Field blkio weight too long for destination"
msgstr ""
#: src/qemu/qemu_driver.c:5401 src/qemu/qemu_driver.c:5557
msgid "cgroup memory controller is not mounted"
msgstr ""
#: src/qemu/qemu_driver.c:5773
msgid "invalid type for cpu_shares tunable, expected a 'ullong'"
msgstr "tipo de cpu_shares ajustables inválido, se esperaba un 'ullong'"
#: src/qemu/qemu_driver.c:5781
msgid "unable to set cpu shares tunable"
msgstr "no es posible establecer valores compartidos ajustables de CPU"
#: src/qemu/qemu_driver.c:5792 src/qemu/qemu_driver.c:5892
msgid "can't get persistentDef"
msgstr ""
#: src/qemu/qemu_driver.c:5799
msgid "can't save config"
msgstr ""
#: src/qemu/qemu_driver.c:5852
msgid "cannot query live and config together"
msgstr ""
#: src/qemu/qemu_driver.c:5882
msgid "cannot query persistent config of a transient domain"
msgstr ""
#: src/qemu/qemu_driver.c:5923
msgid "unable to get cpu shares tunable"
msgstr "no es posible obtener los valores de compartido de cpu"
#: src/qemu/qemu_driver.c:5931
msgid "Field cpu_shares too long for destination"
msgstr "El campo cpu_shares es demasiado extenso para el destino"
#: src/qemu/qemu_driver.c:5996 src/test/test_driver.c:2761
#, c-format
msgid "invalid path: %s"
msgstr "camino inválido: %s"
#: src/qemu/qemu_driver.c:6002 src/qemu/qemu_hotplug.c:74
#, c-format
msgid "missing disk device alias name for %s"
msgstr "no se encuentra el nombre apodo del dispositivo de disco para %s"
#: src/qemu/qemu_driver.c:6096 src/test/test_driver.c:2816
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "camino inválido, '%s' no es una interfaz conocida"
#: src/qemu/qemu_driver.c:6183 src/qemu/qemu_driver.c:6353
#: src/uml/uml_driver.c:2068
msgid "NULL or empty path"
msgstr "camino vacío o NULL"
#: src/qemu/qemu_driver.c:6202
#, c-format
msgid "%s: failed to open"
msgstr "%s: Falló al abrir"
#: src/qemu/qemu_driver.c:6213
#, c-format
msgid "%s: failed to seek or read"
msgstr "%s: Falló al buscar o al leer"
#: src/qemu/qemu_driver.c:6220 src/uml/uml_driver.c:2105
msgid "invalid path"
msgstr "camino inválido"
#: src/qemu/qemu_driver.c:6301
#, c-format
msgid "failed to read temporary file created with template %s"
msgstr "falló al leer el archivo temporal creado con el modelo %s"
#: src/qemu/qemu_driver.c:6368
#, c-format
msgid "invalid path %s not assigned to domain"
msgstr "camino inválido '%s' no asignado al dominio"
#: src/qemu/qemu_driver.c:6376
#, c-format
msgid "failed to open path '%s'"
msgstr "falló al inentar abrir la ruta '%s'"
#: src/qemu/qemu_driver.c:6384
#, c-format
msgid "unknown disk format %s for %s"
msgstr "formato de disco %s desconocido para %s"
#: src/qemu/qemu_driver.c:6408 src/storage/storage_backend.c:1015
#: src/storage/storage_backend.c:1135 src/util/storage_file.c:744
#: src/util/storage_file.c:838
#, c-format
msgid "cannot stat file '%s'"
msgstr "no es posible obtener el estado del archivo '%s'"
#: src/qemu/qemu_driver.c:6430
#, c-format
msgid "failed to seek to end of %s"
msgstr "falló al buscar en el final de %s"
#: src/qemu/qemu_driver.c:6607 src/qemu/qemu_driver.c:6686
#: src/qemu/qemu_driver.c:6896 src/qemu/qemu_driver.c:6938
msgid "no domain XML passed"
msgstr "no se ha indicado un dominio XML"
#: src/qemu/qemu_driver.c:6612 src/qemu/qemu_driver.c:6943
msgid "PrepareTunnel called but no TUNNELLED flag set"
msgstr ""
"Se ha llamado a PrepareTunnel, pero no se ha definido una marca TUNNELLED"
#: src/qemu/qemu_driver.c:6617 src/qemu/qemu_driver.c:6948
msgid "tunnelled migration requested but NULL stream passed"
msgstr ""
"se ha solicitado una migración en túnel, pero se ha indicado un flujo NULL"
#: src/qemu/qemu_driver.c:6623 src/qemu/qemu_driver.c:6670
#: src/qemu/qemu_driver.c:6732
#, c-format
msgid "Cannot use migrate v2 protocol with lock manager %s"
msgstr ""
#: src/qemu/qemu_driver.c:6680 src/qemu/qemu_driver.c:6890
msgid "Tunnelled migration requested but invalid RPC method called"
msgstr ""
"Se ha solicitado una migración en túnel, pero se ha invocado un método RPC "
"inválido"
#: src/qemu/qemu_driver.c:7144 src/xen/xen_driver.c:1962
#, c-format
msgid "device %s is not a PCI device"
msgstr "el dispositivo %s no es un dispositivo PCI"
#: src/qemu/qemu_driver.c:7347
msgid "no job is active on the domain"
msgstr "no existe ningún trabajo activo en el dominio"
#: src/qemu/qemu_driver.c:7398 src/qemu/qemu_driver.c:7447
msgid "domain is not being migrated"
msgstr "el dominio no está siendo migrado"
#: src/qemu/qemu_driver.c:7472 src/storage/storage_backend.c:769
msgid "unable to find kvm-img or qemu-img"
msgstr "no es posible encontrar kvm-img o qemu-img"
#: src/qemu/qemu_driver.c:7502
#, c-format
msgid "cannot create snapshot directory '%s'"
msgstr "no es posible crear un directorio de capturas instantáneas '%s'"
#: src/qemu/qemu_driver.c:7514
#, c-format
msgid "failed to create snapshot file '%s'"
msgstr "falló al crear el archivo de captura instantánea '%s' "
#: src/qemu/qemu_driver.c:7518
#, c-format
msgid "Failed to write snapshot data to %s"
msgstr "Falló al escribir datos de la captura instantánea a %s"
#: src/qemu/qemu_driver.c:7573
#, c-format
msgid "Disk '%s' does not support snapshotting"
msgstr "El disco '%s' no tiene soporte para capturas instantáneas"
#: src/qemu/qemu_driver.c:7608
#, c-format
msgid "Disk device '%s' does not support snapshotting"
msgstr ""
"El dispositivo de disco '%s' no tiene soporte para capturas instantáneas"
#: src/qemu/qemu_driver.c:7669
msgid "resuming after snapshot failed"
msgstr ""
#: src/qemu/qemu_driver.c:7840
#, c-format
msgid "no snapshot with matching name '%s'"
msgstr ""
"no existe una captura instantánea que se corresponda con el nombre '%s'"
#: src/qemu/qemu_driver.c:7902
msgid "the domain does not have a current snapshot"
msgstr "el dominio no tiene una captura instantánea actual"
#: src/qemu/qemu_driver.c:7938 src/qemu/qemu_driver.c:7978
#: src/qemu/qemu_driver.c:8251
#, c-format
msgid "no domain snapshot with matching name '%s'"
msgstr "no existe una captura instantánea coincidente con el nombre '%s'"
#: src/qemu/qemu_driver.c:8129
#, c-format
msgid "no domain snapshot parent with matching name '%s'"
msgstr ""
"no existe una captura instantánea de dominio paterno coincidente con el "
"nombre '%s'"
#: src/qemu/qemu_driver.c:8394 src/uml/uml_driver.c:2159
#, c-format
msgid "cannot find character device %s"
msgstr ""
#: src/qemu/qemu_hostdev.c:253
#, c-format
msgid "Failed to re-attach PCI device: %s"
msgstr "Falló la reconexión del dispositivo PCI: %s"
#: src/qemu/qemu_hostdev.c:270
#, c-format
msgid "Failed to allocate pciDeviceList: %s"
msgstr "Falló al asignar pciDeviceList: %s"
#: src/qemu/qemu_hostdev.c:288
#, c-format
msgid "Failed to reset PCI device: %s"
msgstr "Falló al reiniciar el dispositivo PCI: %s"
#: src/qemu/qemu_hotplug.c:275
#, c-format
msgid "target %s:%d already exists"
msgstr "el destino %s:%d ya existe"
#: src/qemu/qemu_hotplug.c:406
#, c-format
msgid "unexpected disk address type %s"
msgstr "tipo %s de dirección de disco no esperado"
#: src/qemu/qemu_hotplug.c:434
#, c-format
msgid "SCSI controller %d was missing its PCI address"
msgstr "El controlador SCSI %d no poseía su dirección PCI"
#: src/qemu/qemu_hotplug.c:609
msgid "installed qemu version does not support host_net_add"
msgstr "la versión instalada de qemu no tiene soporte para host_net_add"
#: src/qemu/qemu_hotplug.c:652
msgid "Unable to attach network devices without vlan"
msgstr "No es posible asociar dispositivos de red sin vlan"
#: src/qemu/qemu_hotplug.c:836
msgid "guest unexpectedly quit during hotplug"
msgstr "el intiado ha salido inesperadamente durante la conexión"
#: src/qemu/qemu_hotplug.c:962 src/qemu/qemu_hotplug.c:1841
#, c-format
msgid "hostdev mode '%s' not supported"
msgstr "el modo '%s' de dispositivo de host no está soportado"
#: src/qemu/qemu_hotplug.c:1003 src/qemu/qemu_hotplug.c:1855
#, c-format
msgid "hostdev subsys type '%s' not supported"
msgstr "el tipo '%s' de subsistema de dispositivo de host no está soportado"
#: src/qemu/qemu_hotplug.c:1043
msgid "cannot find existing graphics device to modify"
msgstr "no es posible encontrar dispositivos gráficos existentes que modificar"
#: src/qemu/qemu_hotplug.c:1053
msgid "cannot change port settings on vnc graphics"
msgstr ""
"no es posible modificar la configuración de los puertos sobre los gráficos "
"vnc"
#: src/qemu/qemu_hotplug.c:1059
msgid "cannot change listen address setting on vnc graphics"
msgstr ""
"no es posible modificar la configuración relacionada con las direcciones a "
"ser escuchadas sobre gráficos vnc"
#: src/qemu/qemu_hotplug.c:1064
msgid "cannot change keymap setting on vnc graphics"
msgstr "no es posible modificar la configuración de keymap sobre gráficos vnc"
#: src/qemu/qemu_hotplug.c:1099
msgid "cannot change port settings on spice graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1105
msgid "cannot change listen address setting on spice graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1111
msgid "cannot change keymap setting on spice graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1142
#, c-format
msgid "unable to change config on '%s' graphics type"
msgstr "no es posible modificar la configuración del tipo de gráficos '%s'"
#: src/qemu/qemu_hotplug.c:1211 src/qemu/qemu_hotplug.c:1458
#: src/qemu/qemu_hotplug.c:1692
#, c-format
msgid "cannot hot unplug multifunction PCI device: %s"
msgstr ""
#: src/qemu/qemu_hotplug.c:1228 src/qemu/qemu_hotplug.c:1452
#: src/qemu/qemu_hotplug.c:1547 src/qemu/qemu_hotplug.c:1700
msgid "device cannot be detached without a PCI address"
msgstr "el dispositivo no puede ser desasociado sin una dirección PCI"
#: src/qemu/qemu_hotplug.c:1312
#, c-format
msgid "Underlying qemu does not support %s disk removal"
msgstr ""
#: src/qemu/qemu_hotplug.c:1443
#, c-format
msgid "disk controller %s:%d not found"
msgstr "no se encuentra el controlador de disco %s:%d"
#: src/qemu/qemu_hotplug.c:1465
msgid "device cannot be detached: device is busy"
msgstr ""
#: src/qemu/qemu_hotplug.c:1537
#, c-format
msgid "network device %02x:%02x:%02x:%02x:%02x:%02x not found"
msgstr ""
"no se ha encontrado el dispositivo de red %02x:%02x:%02x:%02x:%02x:%02x"
#: src/qemu/qemu_hotplug.c:1553
#, c-format
msgid "cannot hot unplug multifunction PCI device :%s"
msgstr ""
#: src/qemu/qemu_hotplug.c:1560
msgid "unable to determine original VLAN"
msgstr "no es posible determinar VLAN original"
#: src/qemu/qemu_hotplug.c:1625
#, c-format
msgid "failed to remove ebtables rule on '%s'"
msgstr "falló al eliminarse regla de ebtables en '%s'"
#: src/qemu/qemu_hotplug.c:1682
#, c-format
msgid "host pci device %.4x:%.2x:%.2x.%.1x not found"
msgstr "dispositivo de host pci %.4x:%.2x:%.2x.%.1x no se encontró"
#: src/qemu/qemu_hotplug.c:1789
#, c-format
msgid "host usb device %03d.%03d not found"
msgstr "no se ha encoentrado el dispositivo de host usb %03d.%03d"
#: src/qemu/qemu_hotplug.c:1797
msgid "device cannot be detached without a device alias"
msgstr "el dispositivo no puede ser desasociado sin un alias"
#: src/qemu/qemu_hotplug.c:1803
msgid "device cannot be detached with this QEMU version"
msgstr "el dispositivo no puede ser desasociado con esta versión QEMU"
#: src/qemu/qemu_hotplug.c:1891
msgid "Graphics password only supported for VNC"
msgstr ""
#: src/qemu/qemu_hotplug.c:1917
msgid "Expiry of passwords is not supported"
msgstr ""
#: src/qemu/qemu_migration.c:143
#, c-format
msgid "unable to read server cert %s"
msgstr ""
#: src/qemu/qemu_migration.c:150
#, c-format
msgid "cannot initialize cert object: %s"
msgstr ""
#: src/qemu/qemu_migration.c:161
#, c-format
msgid "cannot load cert data from %s: %s"
msgstr ""
#: src/qemu/qemu_migration.c:250
msgid "Unable to obtain host UUID"
msgstr ""
#: src/qemu/qemu_migration.c:271
msgid "Migration graphics data already present"
msgstr ""
#: src/qemu/qemu_migration.c:297
msgid "Migration lockstate data already present"
msgstr ""
#: src/qemu/qemu_migration.c:406
msgid "missing type attribute in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:411
#, c-format
msgid "unknown graphics type %s"
msgstr ""
#: src/qemu/qemu_migration.c:417
msgid "missing port attribute in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:423
msgid "missing tlsPort attribute in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:429
msgid "missing listen attribute in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:464
msgid "missing name element in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:469
#, c-format
msgid "Incoming cookie data had unexpected name %s vs %s"
msgstr ""
#: src/qemu/qemu_migration.c:479
msgid "missing uuid element in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:485
#, c-format
msgid "Incoming cookie data had unexpected UUID %s vs %s"
msgstr ""
#: src/qemu/qemu_migration.c:493
msgid "missing hostname element in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:498 src/qemu/qemu_migration.c:515
#, c-format
msgid "Attempt to migrate guest to the same host %s"
msgstr ""
#: src/qemu/qemu_migration.c:505
msgid "missing hostuuid element in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:510
msgid "malformed hostuuid element in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:531
msgid "missing feature name"
msgstr ""
#: src/qemu/qemu_migration.c:537
#, c-format
msgid "Unknown migration cookie feature %s"
msgstr ""
#: src/qemu/qemu_migration.c:545
#, c-format
msgid "Unsupported migration cookie feature %s"
msgstr ""
#: src/qemu/qemu_migration.c:563
msgid "Missing lock driver name in migration cookie"
msgstr ""
#: src/qemu/qemu_migration.c:656
msgid "Migration cookie was not NULL terminated"
msgstr ""
#: src/qemu/qemu_migration.c:675
#, c-format
msgid "Missing %s lock state for migration cookie"
msgstr ""
#: src/qemu/qemu_migration.c:682
#, c-format
msgid "Source host lock driver %s different from target %s"
msgstr ""
#: src/qemu/qemu_migration.c:701
msgid "Domain with assigned host devices cannot be migrated"
msgstr ""
#: src/qemu/qemu_migration.c:857
msgid "is not active"
msgstr ""
#: src/qemu/qemu_migration.c:880
msgid "unexpectedly failed"
msgstr ""
#: src/qemu/qemu_migration.c:886
msgid "canceled by client"
msgstr ""
#: src/qemu/qemu_migration.c:902
msgid "migration job"
msgstr ""
#: src/qemu/qemu_migration.c:905
msgid "domain save job"
msgstr ""
#: src/qemu/qemu_migration.c:908
msgid "domain core dump job"
msgstr ""
#: src/qemu/qemu_migration.c:911
msgid "job"
msgstr ""
#: src/qemu/qemu_migration.c:1121
msgid "cannot create pipe for tunnelled migration"
msgstr ""
#: src/qemu/qemu_migration.c:1152
msgid "cannot pass pipe for tunnelled migration"
msgstr ""
#: src/qemu/qemu_migration.c:1260
msgid ""
"hostname on destination resolved to localhost, but migration requires an FQDN"
msgstr ""
"el nombre del equipo de destino ha sido resuelto a localhost, pero la "
"migración necesita FQDN"
#: src/qemu/qemu_migration.c:1282
msgid "only tcp URIs are supported for KVM/QEMU migrations"
msgstr "para migraciones KVM/QEMU, solo hay soporte para tcp URIs"
#: src/qemu/qemu_migration.c:1305
msgid "URI ended with incorrect ':port'"
msgstr "URI finaliza con ':port' incorrecto"
#: src/qemu/qemu_migration.c:1453 src/qemu/qemu_migration.c:1671
#, c-format
msgid "Migration with lock driver %s requires cookie support"
msgstr ""
#: src/qemu/qemu_migration.c:1480
#, c-format
msgid "cannot parse URI %s"
msgstr "no es posible analizar URI %s"
#: src/qemu/qemu_migration.c:1566
msgid "tunnelled migration failed to read from qemu"
msgstr "la migración en túnel falló al intentar leer desde el qemu"
#: src/qemu/qemu_migration.c:1612
msgid "Unable to create migration thread"
msgstr ""
#: src/qemu/qemu_migration.c:1679
msgid "Source qemu is too old to support tunnelled migration"
msgstr ""
"La fuente qemu es demasiado antigua para poder aceptar una migración en "
"túnel "
#: src/qemu/qemu_migration.c:1693
msgid "cannot open tunnelled migration socket"
msgstr "no es posible abrir socket de migración en túnel"
#: src/qemu/qemu_migration.c:1701
#, c-format
msgid "Unix socket '%s' too big for destination"
msgstr "El socket unix '%s' es demasiado extenso para el destino"
#: src/qemu/qemu_migration.c:1708
#, c-format
msgid "Cannot bind to unix socket '%s' for tunnelled migration"
msgstr "No es posible asociarse al socket '%s' para migración en túnel "
#: src/qemu/qemu_migration.c:1714
#, c-format
msgid "Cannot listen on unix socket '%s' for tunnelled migration"
msgstr "No es posible escuchar el socket unix '%s' para migración en túnel "
#: src/qemu/qemu_migration.c:1721
#, c-format
msgid "Cannot change unix socket '%s' owner"
msgstr "No es posible modificar el dueño del zócalo '%s' "
#: src/qemu/qemu_migration.c:1774
msgid "tunnelled migration monitor command failed"
msgstr "ha fallado el comando de monitor de migración en túnel "
#: src/qemu/qemu_migration.c:1804
msgid "migrate failed"
msgstr "Falló la migración"
#: src/qemu/qemu_migration.c:1813
msgid "tunnelled migration failed to accept from qemu"
msgstr "la migración en túnel ha fallado al intentar aceptar desde el qemu"
#: src/qemu/qemu_migration.c:2215
#, c-format
msgid "Failed to connect to remote libvirt URI %s"
msgstr "Falló la conexión con el URI de libvirt remoto %s"
#: src/qemu/qemu_migration.c:2232
msgid "Destination libvirt does not support peer-to-peer migration protocol"
msgstr ""
"El libvirt de destino no tiene soporte para un protocolo de migración de par "
"a par (peer-to-peer)"
#: src/qemu/qemu_migration.c:2311
msgid "received unexpected cookie with P2P migration"
msgstr ""
#: src/qemu/qemu_migration.c:2323
msgid "Unexpected dconnuri parameter with non-peer2peer migration"
msgstr ""
#: src/qemu/qemu_migration.c:2359
#, c-format
msgid "Failed to resume guest %s after failure"
msgstr "Falló al reanudar el huésped %s luego del error"
#: src/qemu/qemu_migration.c:2455
#, c-format
msgid "domain '%s' is not processing incoming migration"
msgstr "el dominio '%s' no está procesando migraciones entrantes"
#: src/qemu/qemu_migration.c:2755
msgid "Unable to set cloexec flag"
msgstr ""
#: src/qemu/qemu_monitor.c:258
msgid "failed to create socket"
msgstr "no es posible crear socket"
#: src/qemu/qemu_monitor.c:266
#, c-format
msgid "Monitor path %s too big for destination"
msgstr "La ruta %s del monitor es demasiado extensa para el destino"
#: src/qemu/qemu_monitor.c:284
msgid "failed to connect to monitor socket"
msgstr "Falló al conectar con el socket de monitor"
#: src/qemu/qemu_monitor.c:291
msgid "monitor socket did not show up."
msgstr "No se encontró un socket de monitor."
#: src/qemu/qemu_monitor.c:309
#, c-format
msgid "Unable to open monitor path %s"
msgstr "No es posible abrir la ruta %s al monitor"
#: src/qemu/qemu_monitor.c:336
#, c-format
msgid "Process %d %p %p [[[[%s]]][[[%s]]]"
msgstr "Proceso %d %p %p [[[[%s]]][[[%s]]]"
#: src/qemu/qemu_monitor.c:428
msgid "Monitor does not support sending of file descriptors"
msgstr ""
#: src/qemu/qemu_monitor.c:447
msgid "Unable to write to monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:487
msgid "Unable to read from monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:542
#, c-format
msgid "event from unexpected fd %d!=%d / watch %d!=%d"
msgstr "evento de fd no esperado %d!=%d / observe %d!=%d"
#: src/qemu/qemu_monitor.c:577
msgid "End of file from monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:585
msgid "Invalid file descriptor while waiting for monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:591
#, c-format
msgid "Unhandled event %d for monitor fd %d"
msgstr ""
#: src/qemu/qemu_monitor.c:605
msgid "Error while processing monitor IO"
msgstr ""
#: src/qemu/qemu_monitor.c:663
msgid "EOF notify callback must be supplied"
msgstr "Debe suministrarse una rellamada de notifiación de EOF"
#: src/qemu/qemu_monitor.c:674
msgid "cannot initialize monitor mutex"
msgstr "no es posible iniciar monitor mutex"
#: src/qemu/qemu_monitor.c:680
msgid "cannot initialize monitor condition"
msgstr "no es posible inicializar condición de monitor"
#: src/qemu/qemu_monitor.c:704
#, c-format
msgid "unable to handle monitor type: %s"
msgstr "No es posible manipular el tipo de monitor: %s"
#: src/qemu/qemu_monitor.c:713
msgid "Unable to set monitor close-on-exec flag"
msgstr "No es posible definir la marca de monitor close-on-exec"
#: src/qemu/qemu_monitor.c:718
msgid "Unable to put monitor into non-blocking mode"
msgstr "No es posible colocar el monitor en modo non-blocking"
#: src/qemu/qemu_monitor.c:730
msgid "unable to register monitor events"
msgstr "no es posible registrar eventos de monitor"
#: src/qemu/qemu_monitor.c:804
msgid "Unable to wait on monitor condition"
msgstr ""
#: src/qemu/qemu_monitor.c:969 src/qemu/qemu_monitor.c:1016
#: src/qemu/qemu_monitor.c:1036 src/qemu/qemu_monitor.c:1075
#: src/qemu/qemu_monitor.c:1094 src/qemu/qemu_monitor.c:1114
#: src/qemu/qemu_monitor.c:1133 src/qemu/qemu_monitor.c:1154
#: src/qemu/qemu_monitor.c:1179 src/qemu/qemu_monitor.c:1222
#: src/qemu/qemu_monitor.c:1268 src/qemu/qemu_monitor.c:1300
#: src/qemu/qemu_monitor.c:1322 src/qemu/qemu_monitor.c:1341
#: src/qemu/qemu_monitor.c:1362 src/qemu/qemu_monitor.c:1385
#: src/qemu/qemu_monitor.c:1408 src/qemu/qemu_monitor.c:1430
#: src/qemu/qemu_monitor.c:1450 src/qemu/qemu_monitor.c:1470
#: src/qemu/qemu_monitor.c:1493 src/qemu/qemu_monitor.c:1521
#: src/qemu/qemu_monitor.c:1554 src/qemu/qemu_monitor.c:1586
#: src/qemu/qemu_monitor.c:1627 src/qemu/qemu_monitor.c:1690
#: src/qemu/qemu_monitor.c:1715 src/qemu/qemu_monitor.c:1765
#: src/qemu/qemu_monitor.c:1786 src/qemu/qemu_monitor.c:1807
#: src/qemu/qemu_monitor.c:1830 src/qemu/qemu_monitor.c:1853
#: src/qemu/qemu_monitor.c:1874 src/qemu/qemu_monitor.c:1896
#: src/qemu/qemu_monitor.c:1918 src/qemu/qemu_monitor.c:1952
#: src/qemu/qemu_monitor.c:1977 src/qemu/qemu_monitor.c:2016
#: src/qemu/qemu_monitor.c:2041 src/qemu/qemu_monitor.c:2078
#: src/qemu/qemu_monitor.c:2099 src/qemu/qemu_monitor.c:2120
#: src/qemu/qemu_monitor.c:2146 src/qemu/qemu_monitor.c:2166
#: src/qemu/qemu_monitor.c:2185 src/qemu/qemu_monitor.c:2204
#: src/qemu/qemu_monitor.c:2227 src/qemu/qemu_monitor.c:2261
#: src/qemu/qemu_monitor.c:2282 src/qemu/qemu_monitor.c:2301
#: src/qemu/qemu_monitor.c:2320 src/qemu/qemu_monitor.c:2339
#: src/qemu/qemu_monitor.c:2389
msgid "monitor must not be NULL"
msgstr "el monitor no debe poseer un valor NULL"
#: src/qemu/qemu_monitor.c:1056
msgid "both monitor and running must not be NULL"
msgstr ""
#: src/qemu/qemu_monitor.c:1245
#, c-format
msgid "unsupported protocol type %s"
msgstr ""
#: src/qemu/qemu_monitor.c:1633
#, c-format
msgid "file offset must be a multiple of %llu"
msgstr "el offset del archivo debe ser un múltiplo de %llu"
#: src/qemu/qemu_monitor.c:1924
msgid "fd must be valid"
msgstr ""
#: src/qemu/qemu_monitor.c:1930
#, c-format
msgid "qemu is not using a unix socket monitor, cannot send fd %s"
msgstr ""
#: src/qemu/qemu_monitor_json.c:119
#, c-format
msgid "Parsed JSON reply '%s' isn't an object"
msgstr ""
#: src/qemu/qemu_monitor_json.c:136
#, c-format
msgid "Unexpected JSON reply '%s'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:140
#, c-format
msgid "Unknown JSON reply '%s'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:205
msgid "Unable to append command 'id' string"
msgstr ""
#: src/qemu/qemu_monitor_json.c:232
msgid "Missing monitor reply object"
msgstr ""
#: src/qemu/qemu_monitor_json.c:305 src/qemu/qemu_monitor_json.c:323
#, c-format
msgid "unable to execute QEMU command '%s'"
msgstr "no es posible ejecutar el comando QEMU '%s'"
#: src/qemu/qemu_monitor_json.c:309
#, c-format
msgid "unable to execute QEMU command '%s': %s"
msgstr "no es posible ejecutar el comando QEMU '%s': %s"
#: src/qemu/qemu_monitor_json.c:381
#, c-format
msgid "argument key '%s' is too short, missing type prefix"
msgstr ""
"la llave '%s' del argumento es demasiado corta, falta el tipo de prefijo"
#: src/qemu/qemu_monitor_json.c:435
#, c-format
msgid "unsupported data type '%c' for arg '%s'"
msgstr "tipo de datos '%c' para el argumento '%s' no soportado"
#: src/qemu/qemu_monitor_json.c:493
#, c-format
msgid "unexpected empty keyword in %s"
msgstr "palabra clave vacía no esperada en %s"
#: src/qemu/qemu_monitor_json.c:705
msgid "human monitor command was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:881
msgid "query-status reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:887
msgid "query-status reply was missing running state"
msgstr ""
#: src/qemu/qemu_monitor_json.c:954
msgid "cpu reply was missing return data"
msgstr "la respuesta del cpu no contenía datos de devolución"
#: src/qemu/qemu_monitor_json.c:960
msgid "cpu information was not an array"
msgstr "la información del cpu no era un array"
#: src/qemu/qemu_monitor_json.c:966
msgid "cpu information was empty"
msgstr "la información del cpu se encontraba vacía"
#: src/qemu/qemu_monitor_json.c:981 src/qemu/qemu_monitor_json.c:2183
msgid "character device information was missing aray element"
msgstr ""
"la información del dispositivo de caracteres no posee un elemento array"
#: src/qemu/qemu_monitor_json.c:987
msgid "cpu information was missing cpu number"
msgstr "la información del cpu no contenía el número del cpu"
#: src/qemu/qemu_monitor_json.c:1000
#, c-format
msgid "unexpected cpu index %d expecting %d"
msgstr ""
"se ha obtenido un índiice %d de cpu no esperado mientras se esperaba %d"
#: src/qemu/qemu_monitor_json.c:1080 src/qemu/qemu_monitor_json.c:1135
msgid "info balloon reply was missing return data"
msgstr ""
"la repuesta del globo de información no contenía los datos de devolución "
#: src/qemu/qemu_monitor_json.c:1087
msgid "info balloon reply was missing balloon data"
msgstr "la repuesta del globo de información no contenía los datos del globo "
#: src/qemu/qemu_monitor_json.c:1143
msgid "info balloon reply was missing balloon actual"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1155
msgid "info balloon reply was missing balloon mem_swapped_in"
msgstr ""
"la repuesta del globo de información no contenía mem_swapped_in del globo "
#: src/qemu/qemu_monitor_json.c:1166
msgid "info balloon reply was missing balloon mem_swapped_out"
msgstr ""
"la repuesta del globo de información no contenía mem_swapped_out del globo "
#: src/qemu/qemu_monitor_json.c:1177
msgid "info balloon reply was missing balloon major_page_faults"
msgstr ""
"la repuesta del globo de información no contenía major_page_faults del globo "
#: src/qemu/qemu_monitor_json.c:1188
msgid "info balloon reply was missing balloon minor_page_faults"
msgstr ""
"la repuesta del globo de información no contenía minor_page_faults del globo "
#: src/qemu/qemu_monitor_json.c:1199
msgid "info balloon reply was missing balloon free_mem"
msgstr ""
"la repuesta del globo de información no contenía balloon free_mem del globo "
#: src/qemu/qemu_monitor_json.c:1210
msgid "info balloon reply was missing balloon total_mem"
msgstr ""
"la repuesta del globo de información no contenía balloon free_mem del globo "
#: src/qemu/qemu_monitor_json.c:1263 src/qemu/qemu_monitor_json.c:1369
msgid "blockstats reply was missing device list"
msgstr ""
"la respuesta de las estadísticas de bloque no contenía lista de dispositivo"
#: src/qemu/qemu_monitor_json.c:1273 src/qemu/qemu_monitor_json.c:1279
#: src/qemu/qemu_monitor_json.c:1380 src/qemu/qemu_monitor_json.c:1386
msgid "blockstats device entry was not in expected format"
msgstr ""
"la entrada del dispositivo de estadísticas de bloque no estaba con el "
"formato esperado"
#: src/qemu/qemu_monitor_json.c:1297 src/qemu/qemu_monitor_json.c:1411
msgid "blockstats stats entry was not in expected format"
msgstr ""
"la entrada de las estadísticas de estadísticas de bloque no estaba con el "
"formato esperado"
#: src/qemu/qemu_monitor_json.c:1303 src/qemu/qemu_monitor_json.c:1309
#: src/qemu/qemu_monitor_json.c:1315 src/qemu/qemu_monitor_json.c:1321
#: src/qemu/qemu_monitor_json.c:1417
#, c-format
msgid "cannot read %s statistic"
msgstr "no es posible leer estadísticas de %s"
#: src/qemu/qemu_monitor_json.c:1329 src/qemu/qemu_monitor_json.c:1425
#, c-format
msgid "cannot find statistics for device '%s'"
msgstr "no es posible encontrar estadísticas para el dispositivo '%s'"
#: src/qemu/qemu_monitor_json.c:1404
msgid "blockstats parent entry was not in expected format"
msgstr ""
"la entrada paterna de las estadísticas de bloque no estaba en el formato "
"esperado"
#: src/qemu/qemu_monitor_json.c:1772
msgid "info migration reply was missing return data"
msgstr "la respuesta del informe de migración no contenía datos de devolución"
#: src/qemu/qemu_monitor_json.c:1778
msgid "info migration reply was missing return status"
msgstr "la respuesta del informe de migración no contenía estado de devolución"
#: src/qemu/qemu_monitor_json.c:1784 src/qemu/qemu_monitor_text.c:1191
#: src/qemu/qemu_monitor_text.c:1198
#, c-format
msgid "unexpected migration status in %s"
msgstr "estado de migración en %s no esperado"
#: src/qemu/qemu_monitor_json.c:1792
msgid "migration was active, but no RAM info was set"
msgstr ""
"la migración se encontraba activa, pero no se había definido información de "
"RAM"
#: src/qemu/qemu_monitor_json.c:1798
msgid "migration was active, but RAM 'transferred' data was missing"
msgstr ""
"la migración se encontraba activa, pero faltaban los datos de RAM "
"'transferido'"
#: src/qemu/qemu_monitor_json.c:1803
msgid "migration was active, but RAM 'remaining' data was missing"
msgstr ""
"la migración se encontraba activa, pero faltaban los datos de RAM 'restantes'"
#: src/qemu/qemu_monitor_json.c:1808
msgid "migration was active, but RAM 'total' data was missing"
msgstr ""
"la migración se encontraba activa, pero faltaban los datos de RAM 'totales'"
#: src/qemu/qemu_monitor_json.c:1935 src/qemu/qemu_monitor_json.c:1945
#: src/qemu/qemu_monitor_json.c:1955
msgid "usb_add not suppported in JSON mode"
msgstr "no existe soporte para usb_add en el modo JSON"
#: src/qemu/qemu_monitor_json.c:1965 src/qemu/qemu_monitor_json.c:1976
#: src/qemu/qemu_monitor_json.c:1986 src/qemu/qemu_monitor_json.c:2252
msgid "pci_add not suppported in JSON mode"
msgstr "no existe soporte para pci_add en el modo JSON"
#: src/qemu/qemu_monitor_json.c:1995
msgid "pci_del not suppported in JSON mode"
msgstr "no existe soporte para pci_del en el modo JSON"
#: src/qemu/qemu_monitor_json.c:2167
msgid "character device reply was missing return data"
msgstr ""
"la respuesta del dispositivo de caracteres no contenía datos de devolución"
#: src/qemu/qemu_monitor_json.c:2173
msgid "character device information was not an array"
msgstr "la información del dispositivo de caracteres no era un array"
#: src/qemu/qemu_monitor_json.c:2189 src/qemu/qemu_monitor_json.c:2195
msgid "character device information was missing filename"
msgstr ""
"la información del dispositivo de caracteres no contenía un nombre de archivo"
#: src/qemu/qemu_monitor_json.c:2208 src/qemu/qemu_monitor_text.c:2003
#, c-format
msgid "failed to save chardev path '%s'"
msgstr "falló al guardar dirección '%s'"
#: src/qemu/qemu_monitor_json.c:2266
msgid "drive_add reply was missing device address"
msgstr "la respuesta de drivei_add no poseía dirección de dispositivo"
#: src/qemu/qemu_monitor_json.c:2272
msgid "drive_add reply was missing device bus number"
msgstr "la respuesta de drivei_add no poseía número de bus de dispositivo"
#: src/qemu/qemu_monitor_json.c:2278
msgid "drive_add reply was missing device unit number"
msgstr "la respuesta de drivei_add no poseía número de unidad de dispositivo"
#: src/qemu/qemu_monitor_json.c:2329
msgid "query-pci not suppported in JSON mode"
msgstr "no existe soporte de consulta de pci en el modo JSON"
#: src/qemu/qemu_monitor_json.c:2448
msgid ""
"deleting disk is not supported. This may leak data if disk is reassigned"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2600
msgid ""
"HMP passthrough is not supported by qemu process; only QMP commands can be "
"used"
msgstr ""
#: src/qemu/qemu_monitor_text.c:173
msgid "Password request seen, but no handler available"
msgstr ""
#: src/qemu/qemu_monitor_text.c:301
#, c-format
msgid "Unable to extract disk path from %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:369
msgid "cannot stop CPU execution"
msgstr "no es posible detener la ejecución del CPU"
#: src/qemu/qemu_monitor_text.c:385
msgid "cannot get status info"
msgstr ""
#: src/qemu/qemu_monitor_text.c:395
#, c-format
msgid "unexpected reply from info status: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:412
msgid "system shutdown operation failed"
msgstr "Falló la operación de apagado del sistema"
#: src/qemu/qemu_monitor_text.c:425
msgid "system reset operation failed"
msgstr ""
#: src/qemu/qemu_monitor_text.c:444
msgid "cannot run monitor command to fetch CPU thread info"
msgstr ""
"no es posible ejecutar un comando de monitor para obtener información de CPU"
#: src/qemu/qemu_monitor_text.c:598
msgid "could not query memory balloon allocation"
msgstr "no es posible consultar la ubicación del globo de memoria"
#: src/qemu/qemu_monitor_text.c:608
#, c-format
msgid "could not parse memory balloon allocation from '%s'"
msgstr "no es posible analizar el alojamiento del globo de memoria desde '%s'"
#: src/qemu/qemu_monitor_text.c:635
msgid "could not query memory balloon statistics"
msgstr "no es posible consultar estadísticas del globo de memoria"
#: src/qemu/qemu_monitor_text.c:667
msgid "'info blockstats' command failed"
msgstr "Falló el comando 'info blockstats'"
#: src/qemu/qemu_monitor_text.c:679
msgid "'info blockstats' not supported by this qemu"
msgstr "no hay soporte para 'info blockstats' en este qemu"
#: src/qemu/qemu_monitor_text.c:750
#, c-format
msgid "no stats found for device %s"
msgstr "no se han encontrado estadísticas para el dispositivo %s"
#: src/qemu/qemu_monitor_text.c:763
msgid "unable to query block extent with this QEMU"
msgstr "no es posible consultar la extensión del bloque con este QEMU"
#: src/qemu/qemu_monitor_text.c:807
msgid "setting VNC password failed"
msgstr "Falló al definir contraseña VNC"
#: src/qemu/qemu_monitor_text.c:832
msgid "setting password failed"
msgstr ""
#: src/qemu/qemu_monitor_text.c:866
msgid "expiring password failed"
msgstr ""
#: src/qemu/qemu_monitor_text.c:905
msgid "could not balloon memory allocation"
msgstr "no es posible asignar el globo de memoria"
#: src/qemu/qemu_monitor_text.c:942
msgid "could not change CPU online status"
msgstr "no es posible modificar las estadísticas en línea del CPU"
#: src/qemu/qemu_monitor_text.c:977
#, c-format
msgid "could not eject media on %s"
msgstr "no es posible expulsar contenidos en %s"
#: src/qemu/qemu_monitor_text.c:986
#, c-format
msgid "could not eject media on %s: %s"
msgstr "no es posible expulsar contenidos en %s: %s"
#: src/qemu/qemu_monitor_text.c:1021
#, c-format
msgid "could not change media on %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1030 src/qemu/qemu_monitor_text.c:1037
#, c-format
msgid "could not change media on %s: %s"
msgstr "no es posible modificar el medio en %s: %s"
#: src/qemu/qemu_monitor_text.c:1073
#, c-format
msgid "could not save memory region to '%s'"
msgstr "no es posible almacenar la región de la memoria en '%s'"
#: src/qemu/qemu_monitor_text.c:1120
msgid "could not restrict migration speed"
msgstr "no se pudo restringir la velocidad de la migración"
#: src/qemu/qemu_monitor_text.c:1147
msgid "could not set maximum migration downtime"
msgstr "no se pudo definir el tiempo de inactividad máximo para la migración"
#: src/qemu/qemu_monitor_text.c:1182
msgid "cannot query migration status"
msgstr "no es posible consultar el estado de la migración"
#: src/qemu/qemu_monitor_text.c:1211
#, c-format
msgid "cannot parse migration data transferred statistic %s"
msgstr ""
"no es posible analizar estadísticas %s de los datos transferidos durante la "
"migración"
#: src/qemu/qemu_monitor_text.c:1223
#, c-format
msgid "cannot parse migration data remaining statistic %s"
msgstr ""
"no es posible analizar estadísticas %s de los datos pendientes de migración"
#: src/qemu/qemu_monitor_text.c:1234
#, c-format
msgid "cannot parse migration data total statistic %s"
msgstr ""
"no es posible analizar estadísticas totales %s de los datos de la migración"
#: src/qemu/qemu_monitor_text.c:1288
#, c-format
msgid "unable to start migration to %s"
msgstr "no es posible iniciar la migración hacia %s"
#: src/qemu/qemu_monitor_text.c:1295
#, c-format
msgid "migration to '%s' failed: %s"
msgstr "Falló la migración hacia '%s': %s"
#: src/qemu/qemu_monitor_text.c:1302
#, c-format
msgid "migration to '%s' not supported by this qemu: %s"
msgstr "la migración hacia '%s' no tiene soporte en este qemu: %s"
#: src/qemu/qemu_monitor_text.c:1323
msgid "cannot run monitor command to cancel migration"
msgstr ""
"no es posible ejecutar un comando de monitor para cancelar la migración"
#: src/qemu/qemu_monitor_text.c:1352
msgid "cannot run monitor command to relocate graphics client"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1383
msgid "cannot run monitor command to add usb disk"
msgstr "no es posible ejecutar un comando de monitor para añadir un disco usb"
#: src/qemu/qemu_monitor_text.c:1391
#, c-format
msgid "unable to add USB disk %s: %s"
msgstr "no es posible añadir disco USB %s: %s"
#: src/qemu/qemu_monitor_text.c:1419
msgid "cannot attach usb device"
msgstr "no es posible asociar dispositivo usb"
#: src/qemu/qemu_monitor_text.c:1427
msgid "adding usb device failed"
msgstr "Falló al agregado de dispositivo usb"
#: src/qemu/qemu_monitor_text.c:1560
msgid "cannot attach host pci device"
msgstr "no es posible asociar dispositivo pci de host"
#: src/qemu/qemu_monitor_text.c:1572 src/qemu/qemu_monitor_text.c:1659
#, c-format
msgid "parsing pci_add reply failed: %s"
msgstr "Falló al analizar respuesta de pci_add: %s"
#: src/qemu/qemu_monitor_text.c:1611
#, c-format
msgid "cannot attach %s disk %s"
msgstr "no es posible adjuntar %s disco %s"
#: src/qemu/qemu_monitor_text.c:1624
#, c-format
msgid "adding %s disk failed %s: %s"
msgstr "Falló al añadir %s disco %s: %s "
#: src/qemu/qemu_monitor_text.c:1653
#, c-format
msgid "failed to add NIC with '%s'"
msgstr "Falló al añadir NIC con '%s'"
#: src/qemu/qemu_monitor_text.c:1697
msgid "failed to remove PCI device"
msgstr "Falló al intentar eliminar dispositivo PCI"
#: src/qemu/qemu_monitor_text.c:1716
#, c-format
msgid "failed to detach PCI device, invalid address %.4x:%.2x:%.2x: %s"
msgstr ""
"Falló al intentar desmontar dispositivo PCI, dirección no válida %.4x:%.2x:"
"%.2x: %s"
#: src/qemu/qemu_monitor_text.c:1745
#, c-format
msgid "failed to pass fd to qemu with '%s'"
msgstr "Falló al añadir fd al qemu con '%s'"
#: src/qemu/qemu_monitor_text.c:1753
#, c-format
msgid "qemu does not support sending of file handles: %s"
msgstr "qemu no tiene soporte para envío de identificadores de archivo: %s"
#: src/qemu/qemu_monitor_text.c:1760
#, c-format
msgid "unable to send file handle '%s': %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1788
#, c-format
msgid "failed to close fd in qemu with '%s'"
msgstr "Falló al cerrar fd en qemu con '%s'"
#: src/qemu/qemu_monitor_text.c:1796
#, c-format
msgid "qemu does not support closing of file handles: %s"
msgstr "qemu no tiene soporte para el cierre de manipulador de archivos: %s"
#: src/qemu/qemu_monitor_text.c:1824
#, c-format
msgid "failed to add host net with '%s'"
msgstr "falló al añadir la red del equipo con '%s'"
#: src/qemu/qemu_monitor_text.c:1830
#, c-format
msgid "unable to add host net: %s"
msgstr "no es posible agregar la red del equipo: %s"
#: src/qemu/qemu_monitor_text.c:1859
#, c-format
msgid "failed to remove host network in qemu with '%s'"
msgstr "falló al eliminar la red del equipo en qemu mediante '%s'"
#: src/qemu/qemu_monitor_text.c:1888
#, c-format
msgid "failed to add netdev with '%s'"
msgstr "falló al intentar agregar un dispositivo de red con '%s'"
#: src/qemu/qemu_monitor_text.c:1917
#, c-format
msgid "failed to remove netdev in qemu with '%s'"
msgstr "falló al eliminar el dispositivo de red en qemu mediante '%s'"
#: src/qemu/qemu_monitor_text.c:1952
msgid "failed to retrieve chardev info in qemu with 'info chardev'"
msgstr ""
"falló al recuperar información de chardev en qemu mediante 'info chardev'"
#: src/qemu/qemu_monitor_text.c:2037
#, c-format
msgid "cannot attach %s disk controller"
msgstr "no es posible adjuntar controlador de disco %s"
#: src/qemu/qemu_monitor_text.c:2050
#, c-format
msgid "adding %s disk controller failed: %s"
msgstr "falló al añadir controlador de disco %s: %s "
#: src/qemu/qemu_monitor_text.c:2136
#, c-format
msgid "failed to attach drive '%s'"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2142 src/qemu/qemu_monitor_text.c:2419
msgid "drive hotplug is not supported"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2154
#, c-format
msgid "adding %s disk failed: %s"
msgstr "falló al añadirse el disco %s: %s "
#: src/qemu/qemu_monitor_text.c:2209
#, c-format
msgid "cannot parse value for %s"
msgstr "no es posible analizar el valor de %s"
#: src/qemu/qemu_monitor_text.c:2227
msgid "cannot query PCI addresses"
msgstr "no es posible consultar direcciones PCI"
#: src/qemu/qemu_monitor_text.c:2320
#, c-format
msgid "cannot detach %s device"
msgstr "no es posible desasociar el dispositivo %s"
#: src/qemu/qemu_monitor_text.c:2326
#, c-format
msgid "detaching %s device failed: %s"
msgstr "falló al desasociarse el dispositivo %s: %s "
#: src/qemu/qemu_monitor_text.c:2360
#, c-format
msgid "cannot attach %s device"
msgstr "no es posible asociar el dispositivo %s"
#: src/qemu/qemu_monitor_text.c:2376
#, c-format
msgid "adding %s device failed: %s"
msgstr "falló al agregarse el dispositivo %s: %s"
#: src/qemu/qemu_monitor_text.c:2413
#, c-format
msgid "failed to add drive '%s'"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2425
msgid "open disk image file failed"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2461
#, c-format
msgid "cannot delete %s drive"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2466
msgid ""
"deleting drive is not supported. This may leak data if disk is reassigned"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2478
#, c-format
msgid "deleting %s drive failed: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2514
msgid "failed to set disk password"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2520
msgid "setting disk password is not supported"
msgstr "no existe soporte para la definición de una contraseña de disco"
#: src/qemu/qemu_monitor_text.c:2524
msgid "the disk password is incorrect"
msgstr "la contraseña de disco no es correcta"
#: src/qemu/qemu_monitor_text.c:2552
#, c-format
msgid "failed to take snapshot using command '%s'"
msgstr "falló al intentar captura instantánea mediante el comando '%s'"
#: src/qemu/qemu_monitor_text.c:2558
#, c-format
msgid "Failed to take snapshot: %s"
msgstr "falló al intentar tomar una captura instantánea: %s"
#: src/qemu/qemu_monitor_text.c:2563
msgid "this domain does not have a device to take snapshots"
msgstr ""
"este dominio no posee un dispositivo para obtener capturas instantáneas"
#: src/qemu/qemu_monitor_text.c:2600
#, c-format
msgid "failed to restore snapshot using command '%s'"
msgstr "falló al restaurar la captura instantánea utilizando el comando '%s'"
#: src/qemu/qemu_monitor_text.c:2607
msgid "this domain does not have a device to load snapshots"
msgstr "este dominio no posee un dispositivo para cargar capturas instantáneas"
#: src/qemu/qemu_monitor_text.c:2612
#, c-format
msgid "the snapshot '%s' does not exist, and was not loaded"
msgstr "no existe la captura instantánea '%s', y no fue cargada"
#: src/qemu/qemu_monitor_text.c:2658
#, c-format
msgid "failed to delete snapshot using command '%s'"
msgstr "falló al eliminar la captura instantánea utilizando el comando '%s'"
#: src/qemu/qemu_monitor_text.c:2665
msgid "this domain does not have a device to delete snapshots"
msgstr ""
"este dominio no posee un dispositivo para poder eliminar capturas "
"instantáneas"
#: src/qemu/qemu_monitor_text.c:2701
#, c-format
msgid "failed to run cmd '%s'"
msgstr "falló al ejecutar el comando '%s'"
#: src/qemu/qemu_monitor_text.c:2731
#, c-format
msgid "failed to inject NMI using command '%s'"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2750
msgid "taking screenshot failed"
msgstr ""
#: src/qemu/qemu_process.c:200
#, c-format
msgid "no disk found with path %s"
msgstr "no se ha encontrado un disco con la ruta %s"
#: src/qemu/qemu_process.c:223
#, c-format
msgid "no disk found with alias %s"
msgstr "no se ha encontrado un disco con el apodo %s"
#: src/qemu/qemu_process.c:243
#, c-format
msgid "disk %s does not have any encryption information"
msgstr "el disco %s no posee ninguna información de cifrado"
#: src/qemu/qemu_process.c:251
msgid "cannot find secrets without a connection"
msgstr "no es posible encontrar secretos sin una conexión"
#: src/qemu/qemu_process.c:259 src/storage/storage_backend.c:458
msgid "secret storage not supported"
msgstr "almacenamiento secreto no soportado"
#: src/qemu/qemu_process.c:268
#, c-format
msgid "invalid <encryption> for volume %s"
msgstr "<encryption> inválido para el volumen %s"
#: src/qemu/qemu_process.c:286
#, c-format
msgid "format='qcow' passphrase for %s must not contain a '\\0'"
msgstr "la frase de acceso format='qcow' para %s no puede tener un '\\0' "
#: src/qemu/qemu_process.c:445
msgid "Failed to create reboot thread, killing domain"
msgstr ""
#: src/qemu/qemu_process.c:787
#, c-format
msgid "Failed to set security context for monitor for %s"
msgstr "Falló al intentar definir contexto de seguridad para el monitor con %s"
#: src/qemu/qemu_process.c:806
#, c-format
msgid "Failed to clear security context for monitor for %s"
msgstr ""
"Falló al intentar limpiar el contexto de seguridad para el monitor con %s"
#: src/qemu/qemu_process.c:872
#, c-format
msgid "Failure while reading %s log output"
msgstr "Falló al leer el resultado %s de registro"
#: src/qemu/qemu_process.c:894
#, c-format
msgid "Out of space while reading %s log output: %s"
msgstr "Espacio agotado mientras se leía el resultado %s del registro: %s"
#: src/qemu/qemu_process.c:901
#, c-format
msgid "Process exited while reading %s log output: %s"
msgstr "Proceso finalizado mientras se leía el resultado %s del registro: %s"
#: src/qemu/qemu_process.c:916
#, c-format
msgid "Timed out while reading %s log output: %s"
msgstr "Tiempo agotado mientras se leía el resultado %s del registro: %s"
#: src/qemu/qemu_process.c:1003
#, c-format
msgid "no assigned pty for device %s"
msgstr "no se ha asignado pty para el dispositivo %s"
#: src/qemu/qemu_process.c:1182
#, c-format
msgid "process exited while connecting to monitor: %s"
msgstr "el proceso ha finalizado mientras se conectaba con el monitor: %s"
#: src/qemu/qemu_process.c:1232
#, c-format
msgid "got wrong number of vCPU pids from QEMU monitor. got %d, wanted %d"
msgstr ""
"Se ha obtenido una cantidad equivocada de pids de vCPU del monitor QEMU. Se "
"obtuvo %d, se buscaba %d"
#: src/qemu/qemu_process.c:1268
msgid "Host kernel is not aware of NUMA."
msgstr ""
#: src/qemu/qemu_process.c:1280
#, c-format
msgid "Host cannot support NUMA node %d"
msgstr ""
#: src/qemu/qemu_process.c:1309
msgid "NUMA memory tuning in 'preferred' mode only supports single node"
msgstr ""
#: src/qemu/qemu_process.c:1323
msgid "Invalid mode for memory NUMA tuning."
msgstr ""
#: src/qemu/qemu_process.c:1338
msgid "libvirt is compiled without NUMA tuning support"
msgstr ""
#: src/qemu/qemu_process.c:1796
#, c-format
msgid "cannot find PCI address for VirtIO disk %s"
msgstr "no es posible encontrar una dirección PCI para el disco VirtIO %s"
#: src/qemu/qemu_process.c:1810
#, c-format
msgid "cannot find PCI address for %s NIC"
msgstr "no es posible encontrar una dirección PCI para NIC %s"
#: src/qemu/qemu_process.c:1824
#, c-format
msgid "cannot find PCI address for controller %s"
msgstr "no es posible encontrar una dirección PCI para el controlador %s"
#: src/qemu/qemu_process.c:1838
#, c-format
msgid "cannot find PCI address for video adapter %s"
msgstr ""
"no es posible encontrar una dirección PCI para el adaptador de video %s"
#: src/qemu/qemu_process.c:1852
#, c-format
msgid "cannot find PCI address for sound adapter %s"
msgstr ""
"no es posible encontrar una dirección PCI para el adaptador de sonido %s"
#: src/qemu/qemu_process.c:1865
#, c-format
msgid "cannot find PCI address for watchdog %s"
msgstr "no es posible encontrar una dirección PCI para watchdog %s"
#: src/qemu/qemu_process.c:1877
#, c-format
msgid "cannot find PCI address for balloon %s"
msgstr "no es posible encontrar direcciones PCI para el globo %s"
#: src/qemu/qemu_process.c:1996
#, c-format
msgid "Unable to pre-create chardev file '%s'"
msgstr "No es posible pre-crear el archivo de dispositivo de caracteres '%s'"
#: src/qemu/qemu_process.c:2016
#, c-format
msgid "cannot limit number of processes to %d"
msgstr ""
#: src/qemu/qemu_process.c:2358 src/uml/uml_driver.c:822
msgid "VM is already active"
msgstr "la MV ya se encuentra activa"
#: src/qemu/qemu_process.c:2432
msgid "Unable to find an unused SPICE port"
msgstr ""
#: src/qemu/qemu_process.c:2440
msgid "Unable to find an unused SPICE TLS port"
msgstr ""
#: src/qemu/qemu_process.c:2453 src/uml/uml_driver.c:844
#, c-format
msgid "cannot create log directory %s"
msgstr "no es posible crear directorio de registro %s"
#: src/qemu/qemu_process.c:2496
#, c-format
msgid "Cannot remove stale PID file for %s"
msgstr "No es posible eliminar archivo viejo de PID de %s"
#: src/qemu/qemu_process.c:2503
msgid "Failed to build pidfile path."
msgstr "Falló al construir un camino pidfile."
#: src/qemu/qemu_process.c:2605
#, c-format
msgid "Domain %s didn't show up"
msgstr ""
#: src/qemu/qemu_process.c:2648
#, c-format
msgid "cannot stat fd %d"
msgstr ""
#: src/qemu/qemu_process.c:2847
#, c-format
msgid "failed to remove ebtables rule to allow MAC address on '%s'"
msgstr ""
"falló al añadir regla de ebtables para permitir direcciones MAC en '%s'"
#: src/remote/remote_client_bodies.h:17 src/remote/remote_client_bodies.h:1087
#: src/remote/remote_client_bodies.h:1126
#: src/remote/remote_client_bodies.h:1165
#: src/remote/remote_client_bodies.h:1331
#: src/remote/remote_client_bodies.h:1365
#: src/remote/remote_client_bodies.h:1566
#: src/remote/remote_client_bodies.h:4458
#, c-format
msgid "%s length greater than maximum: %d > %d"
msgstr ""
#: src/remote/remote_client_bodies.h:2011
#: src/remote/remote_client_bodies.h:2030
#: src/remote/remote_client_bodies.h:2702
#: src/remote/remote_client_bodies.h:2719
#: src/remote/remote_client_bodies.h:2763
#: src/remote/remote_client_bodies.h:2780
#: src/remote/remote_client_bodies.h:2824
#: src/remote/remote_client_bodies.h:2841
#: src/remote/remote_client_bodies.h:2885
#: src/remote/remote_client_bodies.h:2902
#: src/remote/remote_client_bodies.h:2946
#: src/remote/remote_client_bodies.h:2963
#: src/remote/remote_client_bodies.h:3007
#: src/remote/remote_client_bodies.h:3024
#: src/remote/remote_client_bodies.h:3068
#: src/remote/remote_client_bodies.h:3085
#: src/remote/remote_client_bodies.h:3129
#: src/remote/remote_client_bodies.h:3146
#: src/remote/remote_client_bodies.h:3190
#: src/remote/remote_client_bodies.h:3207
#: src/remote/remote_client_bodies.h:3706
#: src/remote/remote_client_bodies.h:3724
#: src/remote/remote_client_bodies.h:3879
#: src/remote/remote_client_bodies.h:3898
#: src/remote/remote_client_bodies.h:4816
#: src/remote/remote_client_bodies.h:4834
#, c-format
msgid "too many remote undefineds: %d > %d"
msgstr ""
#: src/remote/remote_driver.c:329
msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)"
msgstr ""
"remote_open: no se reconoce el transporte en la URL (debería ser tls|unix|"
"ssh|ext|tcp)"
#: src/remote/remote_driver.c:492
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: para transporte 'etx', se necesita un comando"
#: src/remote/remote_driver.c:597
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
"los métodos de transporte ssh y ext, propios de Unix, no tienen soporte bajo "
"Windows"
#: src/remote/remote_driver.c:1001
msgid "remoteNodeGetCPUStats: returned number of stats exceeds limit"
msgstr ""
#: src/remote/remote_driver.c:1020 src/remote/remote_driver.c:1084
#, c-format
msgid "Stats %s too big for destination"
msgstr ""
#: src/remote/remote_driver.c:1065
msgid "remoteNodeGetMemoryStats: returned number of stats exceeds limit"
msgstr ""
#: src/remote/remote_driver.c:1117
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "demasiadas celdas NUMA: %d > %d"
#: src/remote/remote_driver.c:1156 src/remote/remote_driver.c:1170
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "demasiados ID de dominios remotos: %d > %d"
#: src/remote/remote_driver.c:1266
msgid "returned number of parameters exceeds limit"
msgstr ""
#: src/remote/remote_driver.c:1433 src/remote/remote_driver.c:1506
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "la numeración de las vCPU es mayor que la permitida: %d > %d"
#: src/remote/remote_driver.c:1441 src/remote/remote_driver.c:1513
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
"la longitud del buffer del mapa de vCPU es mayor que la permitida: %d > %d"
#: src/remote/remote_driver.c:1462 src/remote/remote_driver.c:1530
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "el host reporta demasiadas VCPU: %d > %d "
#: src/remote/remote_driver.c:1469 src/remote/remote_driver.c:1536
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
"el host reporta que la longitud del buffer del mapa es mayor que la "
"permitida: %d > %d"
#: src/remote/remote_driver.c:1586
#, c-format
msgid "security label exceeds maximum: %zd"
msgstr "la etiqueta de seguridad excede el límite permitido: %zd"
#: src/remote/remote_driver.c:1654
#, c-format
msgid "security model exceeds maximum: %zd"
msgstr "el modelo de seguridad excede el máximo permitido: %zd"
#: src/remote/remote_driver.c:1663
#, c-format
msgid "security doi exceeds maximum: %zd"
msgstr "el doi de seguridad excede el máximo permitido: %zd"
#: src/remote/remote_driver.c:1746
msgid "caller ignores cookie or cookielen"
msgstr "el llamador ignora cookie o cookielen"
#: src/remote/remote_driver.c:1755 src/remote/remote_driver.c:3651
msgid "caller ignores uri_out"
msgstr "el llamador ignora uri_out"
#: src/remote/remote_driver.c:1857
#, c-format
msgid "too many memory stats requested: %d > %d"
msgstr "se han solicitado demasiadas estadísticas de memoria: %d > %d"
#: src/remote/remote_driver.c:1901
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr ""
"petición de bloqueo de examen demasiado extensa para el protocolo remoto, "
"%zi > %d"
#: src/remote/remote_driver.c:1922 src/remote/remote_driver.c:1973
msgid "returned buffer is not same size as requested"
msgstr "el buffer obtenido no es del mismo tamaño que el pedido"
#: src/remote/remote_driver.c:1953
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
"la petición de lectura de memoria es demasiado grande para el protocolo "
"remoto, %zi > %d"
#: src/remote/remote_driver.c:2275
#, c-format
msgid "unknown authentication type %s"
msgstr "tipo de autenticación %s desconocido"
#: src/remote/remote_driver.c:2284
#, c-format
msgid "requested authentication type %s rejected"
msgstr "se ha rechazado el tipo de autenticación %s solicitada "
#: src/remote/remote_driver.c:2323
#, c-format
msgid "unsupported authentication type %d"
msgstr "tipo de autenticación %d no soportado"
#: src/remote/remote_driver.c:2578
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "El mecanismo SASL %s no está soportado por el servidor"
#: src/remote/remote_driver.c:2605 src/remote/remote_driver.c:2675
msgid "Failed to make auth credentials"
msgstr "Falló al realizar credenciales de autorización"
#: src/remote/remote_driver.c:2626
#, c-format
msgid "SASL negotiation data too long: %zu bytes"
msgstr ""
#: src/remote/remote_driver.c:2684 src/remote/remote_driver.c:2811
msgid "Failed to collect auth credentials"
msgstr "Falló al recolectar credenciales de autorización"
#: src/remote/remote_driver.c:2686
msgid "No authentication callback available"
msgstr "No se ha suministrado una retrollamada de autenticación."
#: src/remote/remote_driver.c:2738
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "la negociación SSF %d no fue lo suficientemente poderosa"
#: src/remote/remote_driver.c:2846 src/remote/remote_driver.c:3430
msgid "no event support"
msgstr "no hay soporte para el evento"
#: src/remote/remote_driver.c:2852 src/remote/remote_driver.c:3438
msgid "adding cb to list"
msgstr "añadiendo cb a la lista"
#: src/remote/remote_driver.c:3480
#, c-format
msgid "unable to find callback ID %d"
msgstr "no es posible encontrar ID %d de retrollamada"
#: src/remote/remote_driver.c:3583 src/remote/remote_driver.c:3642
#: src/remote/remote_driver.c:3724 src/remote/remote_driver.c:3785
#: src/remote/remote_driver.c:3844
msgid "caller ignores cookieout or cookieoutlen"
msgstr ""
#: src/rpc/virnetclient.c:121
msgid "unable to make pipe"
msgstr "no es posible realizar pipe"
#: src/rpc/virnetclient.c:358
msgid "Unable to read TLS confirmation"
msgstr ""
#: src/rpc/virnetclient.c:363
msgid "server verification (of our certificate or IP address) failed"
msgstr ""
"falló la verificación del servidor (de nuestro certificado o dirección IP)"
#: src/rpc/virnetclient.c:500
#, c-format
msgid "no call waiting for reply with prog %d vers %d serial %d"
msgstr ""
#: src/rpc/virnetclient.c:645
#, c-format
msgid "got unexpected RPC call prog %d vers %d proc %d type %d"
msgstr ""
#: src/rpc/virnetclient.c:873
msgid "read on wakeup fd failed"
msgstr "falló la lectura de fd en la reanudación"
#: src/rpc/virnetclient.c:882
msgid "poll on socket failed"
msgstr "Falló la consulta en el socket"
#: src/rpc/virnetclient.c:942
msgid "received hangup / error event on socket"
msgstr "se ha recibido un evento de error / desconexión en el socket "
#: src/rpc/virnetclient.c:1027
msgid "failed to wake up polling thread"
msgstr "falló al reanudar hilo de monitoreo"
#: src/rpc/virnetclient.c:1046
msgid "failed to wait on condition"
msgstr "Falló al esperar la condición"
#: src/rpc/virnetclient.c:1151
msgid "cannot initialize condition variable"
msgstr "No es posible inicializar variación de condición"
#: src/rpc/virnetclientprogram.c:217
#, c-format
msgid "program mismatch in event (actual %x, expected %x)"
msgstr ""
#: src/rpc/virnetclientprogram.c:223
#, c-format
msgid "version mismatch in event (actual %x, expected %x)"
msgstr ""
#: src/rpc/virnetclientprogram.c:229
#, c-format
msgid "status mismatch in event (actual %x, expected %x)"
msgstr ""
#: src/rpc/virnetclientprogram.c:235
#, c-format
msgid "type mismatch in event (actual %x, expected %x)"
msgstr ""
#: src/rpc/virnetclientprogram.c:243
#, c-format
msgid "No event expected with procedure %x"
msgstr ""
#: src/rpc/virnetclientprogram.c:300
#, c-format
msgid "Unexpected message type %d"
msgstr ""
#: src/rpc/virnetclientprogram.c:305
#, c-format
msgid "Unexpected message proc %d != %d"
msgstr ""
#: src/rpc/virnetclientprogram.c:311
#, c-format
msgid "Unexpected message serial %d != %d"
msgstr ""
#: src/rpc/virnetclientprogram.c:328
#, c-format
msgid "Unexpected message status %d"
msgstr ""
#: src/rpc/virnetclientstream.c:450
msgid "multiple stream callbacks not supported"
msgstr ""
#: src/rpc/virnetclientstream.c:486 src/rpc/virnetclientstream.c:508
msgid "no stream callback registered"
msgstr ""
#: src/rpc/virnetmessage.c:98
msgid "Unable to decode message length"
msgstr ""
#: src/rpc/virnetmessage.c:105
#, c-format
msgid "packet %d bytes received from server too small, want %d"
msgstr ""
#: src/rpc/virnetmessage.c:115
#, c-format
msgid "packet %d bytes received from server too large, want %d"
msgstr ""
#: src/rpc/virnetmessage.c:160
msgid "Unable to decode message header"
msgstr ""
#: src/rpc/virnetmessage.c:202 src/rpc/virnetmessage.c:259
#: src/rpc/virnetmessage.c:324 src/rpc/virnetmessage.c:349
msgid "Unable to encode message length"
msgstr ""
#: src/rpc/virnetmessage.c:207
msgid "Unable to encode message header"
msgstr ""
#: src/rpc/virnetmessage.c:218
msgid "Unable to re-encode message length"
msgstr ""
#: src/rpc/virnetmessage.c:246
msgid "Unable to encode message payload"
msgstr ""
#: src/rpc/virnetmessage.c:287
msgid "Unable to decode message payload"
msgstr ""
#: src/rpc/virnetmessage.c:311
#, c-format
msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)"
msgstr ""
#: src/rpc/virnetmessage.c:392
msgid "Library function returned error but did not set virError"
msgstr ""
#: src/rpc/virnetsaslcontext.c:58 src/rpc/virnetsaslcontext.c:81
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "Falló al iniciarse la biblioteca SASL: %d (%s)"
#: src/rpc/virnetsaslcontext.c:113 src/rpc/virnettlscontext.c:478
#, c-format
msgid "Malformed TLS whitelist regular expression '%s'"
msgstr ""
#: src/rpc/virnetsaslcontext.c:122
#, c-format
msgid "SASL client %s not allowed in whitelist"
msgstr "El cliente SASL %s no está permitido en la lista de autorizados"
#: src/rpc/virnetsaslcontext.c:126
msgid "Client's username is not on the list of allowed clients"
msgstr ""
#: src/rpc/virnetsaslcontext.c:176 src/rpc/virnetsaslcontext.c:215
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Falló al crearse el contexto de cliente SASL: %d (%s)"
#: src/rpc/virnetsaslcontext.c:240
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "no es posible establecer SSF externo %d (%s)"
#: src/rpc/virnetsaslcontext.c:255
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr ""
"No es posible consultar el nombre de usuario SASL en la conexión %d (%s)"
#: src/rpc/virnetsaslcontext.c:261
msgid "no client username was found"
msgstr "No se ha encontrado un nombre de usuario de cliente"
#: src/rpc/virnetsaslcontext.c:278
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "No es posible consultar el ssf SASL en la conexión %d (%s)"
#: src/rpc/virnetsaslcontext.c:308
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "no es posible establecer props de seguridad %d (%s)"
#: src/rpc/virnetsaslcontext.c:325
#, c-format
msgid "cannot get security props %d (%s)"
msgstr ""
#: src/rpc/virnetsaslcontext.c:352
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "No es posible mostrar los mecanismos de SASL %d (%s)"
#: src/rpc/virnetsaslcontext.c:397 src/rpc/virnetsaslcontext.c:473
#: src/rpc/virnetsaslcontext.c:509
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Falló al intentar iniciar negociación SASL: %d (%s)"
#: src/rpc/virnetsaslcontext.c:437
#, c-format
msgid "Failed to step SASL negotiation: %d (%s)"
msgstr ""
#: src/rpc/virnetsaslcontext.c:532 src/rpc/virnetsaslcontext.c:565
#, c-format
msgid "SASL data length %zu too long, max %zu"
msgstr ""
#: src/rpc/virnetsaslcontext.c:546
#, c-format
msgid "failed to encode SASL data: %d (%s)"
msgstr ""
#: src/rpc/virnetsaslcontext.c:578
#, c-format
msgid "failed to decode SASL data: %d (%s)"
msgstr ""
#: src/rpc/virnetsocket.c:111
msgid "Unable to set close-on-exec flag"
msgstr ""
#: src/rpc/virnetsocket.c:116
msgid "Unable to enable non-blocking flag"
msgstr ""
#: src/rpc/virnetsocket.c:140
msgid "Unable to disable nagle algorithm"
msgstr ""
#: src/rpc/virnetsocket.c:190 src/rpc/virnetsocket.c:376
#, c-format
msgid "Unable to resolve address '%s' service '%s': %s"
msgstr ""
#: src/rpc/virnetsocket.c:203 src/rpc/virnetsocket.c:387
msgid "Unable to create socket"
msgstr ""
#: src/rpc/virnetsocket.c:209
msgid "Unable to enable port reuse"
msgstr ""
#: src/rpc/virnetsocket.c:226
msgid "Unable to force bind to IPv6 only"
msgstr ""
#: src/rpc/virnetsocket.c:234
msgid "Unable to bind to port"
msgstr ""
#: src/rpc/virnetsocket.c:243 src/rpc/virnetsocket.c:410
#: src/rpc/virnetsocket.c:483 src/rpc/virnetsocket.c:1028
msgid "Unable to get local socket name"
msgstr ""
#: src/rpc/virnetsocket.c:293 src/rpc/virnetsocket.c:451
msgid "Failed to create socket"
msgstr ""
#: src/rpc/virnetsocket.c:299 src/rpc/virnetsocket.c:457
#, c-format
msgid "Path %s too long for unix socket"
msgstr "La ruta %s es demasiado extensa para un socket unix"
#: src/rpc/virnetsocket.c:312
#, c-format
msgid "Failed to bind socket to '%s'"
msgstr ""
#: src/rpc/virnetsocket.c:323
#, c-format
msgid "Failed to change group ID of '%s' to %d"
msgstr ""
#: src/rpc/virnetsocket.c:346 src/rpc/virnetsocket.c:503
msgid "UNIX sockets are not supported on this platform"
msgstr ""
#: src/rpc/virnetsocket.c:403
#, c-format
msgid "unable to connect to server at '%s:%s'"
msgstr ""
#: src/rpc/virnetsocket.c:416
msgid "Unable to get remote socket name"
msgstr ""
#: src/rpc/virnetsocket.c:476
#, c-format
msgid "Failed to connect socket to '%s'"
msgstr ""
#: src/rpc/virnetsocket.c:525 src/rpc/virnetsocket.c:531
msgid "unable to create socket pair"
msgstr "no es posible crear un par de socket"
#: src/rpc/virnetsocket.c:569
msgid "Tunnelling sockets not supported on this platform"
msgstr ""
#: src/rpc/virnetsocket.c:702
msgid "Failed to get client socket identity"
msgstr ""
#: src/rpc/virnetsocket.c:717
msgid "Client socket identity not available"
msgstr ""
#: src/rpc/virnetsocket.c:823
#, c-format
msgid "Cannot recv data: %s"
msgstr ""
#: src/rpc/virnetsocket.c:826
msgid "Cannot recv data"
msgstr ""
#: src/rpc/virnetsocket.c:831
#, c-format
msgid "End of file while reading data: %s"
msgstr ""
#: src/rpc/virnetsocket.c:834
msgid "End of file while reading data"
msgstr ""
#: src/rpc/virnetsocket.c:861
msgid "Cannot write data"
msgstr ""
#: src/rpc/virnetsocket.c:866
msgid "End of file while writing data"
msgstr ""
#: src/rpc/virnetsocket.c:998
msgid "Unable to listen on socket"
msgstr ""
#: src/rpc/virnetsocket.c:1022
msgid "Unable to accept client"
msgstr ""
#: src/rpc/virnetserver.c:212
#, c-format
msgid "Too many active clients (%zu), dropping connection from %s"
msgstr ""
#: src/rpc/virnetserver.c:416
msgid "Failed to read from signal pipe"
msgstr ""
#: src/rpc/virnetserver.c:433
#, c-format
msgid "Unexpected signal received: %d"
msgstr ""
#: src/rpc/virnetserver.c:448
msgid "Unable to create signal pipe"
msgstr ""
#: src/rpc/virnetserver.c:457
msgid "Failed to add signal handle watch"
msgstr ""
#: src/rpc/virnetserver.c:635
msgid "Failed to register shutdown timeout"
msgstr "Fallo al intentar registrar tiempo de espera para desconexión"
#: src/rpc/virnetserverclient.c:669 src/rpc/virnetserverclient.c:780
#, c-format
msgid "unexpected zero/negative length request %lld"
msgstr ""
#: src/rpc/virnetservermdns.c:289
#, c-format
msgid "Failed to add watch for fd %d events %d"
msgstr ""
#: src/rpc/virnetservermdns.c:344
msgid "Unable to get current time"
msgstr ""
#: src/rpc/virnetservermdns.c:371
#, c-format
msgid "Failed to add timer with timeout %d"
msgstr ""
#: src/rpc/virnetservermdns.c:459
#, c-format
msgid "Failed to create mDNS client: %s"
msgstr ""
#: src/rpc/virnetserverprogram.c:238
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
#: src/rpc/virnetserverprogram.c:245
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "versión no coincidentes (actual %x, se esperaba %x)"
#: src/rpc/virnetserverprogram.c:274
#, c-format
msgid "Unexpected stream control message serial=%d proc=%d status=%d"
msgstr ""
#: src/rpc/virnetserverprogram.c:283
#, c-format
msgid "Unexpected message type %u"
msgstr ""
#: src/rpc/virnetserverprogram.c:326
#, c-format
msgid "Unexpected message status %u"
msgstr ""
#: src/rpc/virnetserverprogram.c:335
#, c-format
msgid "unknown procedure: %d"
msgstr "procedimiento desconocido: %d"
#: src/rpc/virnetserverprogram.c:349
msgid "authentication required"
msgstr "se requiere autenticación"
#: src/rpc/virnettlscontext.c:86
#, c-format
msgid "Cannot read %s '%s'"
msgstr ""
#: src/rpc/virnettlscontext.c:118
#, c-format
msgid "Unable to set x509 CA certificate: %s: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:136
#, c-format
msgid "Unable to set x509 certificate revocation list: %s: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:161
#, c-format
msgid "Unable to set x509 key and certificate: %s, %s: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:215
#, c-format
msgid "Unable to allocate x509 credentials: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:232
#, c-format
msgid "Unable to initialize diffie-hellman parameters: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:239
#, c-format
msgid "Unable to generate diffie-hellman parameters: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:491
msgid ""
"Client's Distinguished Name is not on the list of allowed clients "
"(tls_allowed_dn_list). Use 'certtool -i --infile clientcert.pem' to view "
"theDistinguished Name field in the client certificate,or run this daemon "
"with --verbose option."
msgstr ""
#: src/rpc/virnettlscontext.c:514
#, c-format
msgid "Unable to verify TLS peer: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:521
msgid "cannot get current time"
msgstr "no es posible obtener la hora actual"
#: src/rpc/virnettlscontext.c:526
msgid "Invalid certificate"
msgstr "Certificado inválido"
#: src/rpc/virnettlscontext.c:529
msgid "The certificate is not trusted."
msgstr "El certificado no es confiable."
#: src/rpc/virnettlscontext.c:532
msgid "The certificate hasn't got a known issuer."
msgstr "El certificado no tiene un remitente conocido."
#: src/rpc/virnettlscontext.c:535
msgid "The certificate has been revoked."
msgstr "El certificado ha sido revocado."
#: src/rpc/virnettlscontext.c:539
msgid "The certificate uses an insecure algorithm"
msgstr "El certificado utiliza un algoritmo no seguro"
#: src/rpc/virnettlscontext.c:543
#, c-format
msgid "Certificate failed validation: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:550
msgid "Only x509 certificates are supported"
msgstr ""
#: src/rpc/virnettlscontext.c:556
msgid "The certificate has no peers"
msgstr ""
#: src/rpc/virnettlscontext.c:565
msgid "Unable to initialize certificate"
msgstr ""
#: src/rpc/virnettlscontext.c:571
msgid "Unable to load certificate"
msgstr ""
#: src/rpc/virnettlscontext.c:578
msgid "The client certificate has expired"
msgstr ""
#: src/rpc/virnettlscontext.c:585
msgid "The client certificate is not yet active"
msgstr ""
#: src/rpc/virnettlscontext.c:594
#, c-format
msgid "Failed to get certificate distinguished name: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:608
#, c-format
msgid "Certificate's owner does not match the hostname (%s)"
msgstr "El dueño del certificado no concuerda con el nombre del host (%s)"
#: src/rpc/virnettlscontext.c:643
msgid "Failed to verify peer's certificate"
msgstr ""
#: src/rpc/virnettlscontext.c:719
#, c-format
msgid "Failed to initialize TLS session: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:731
#, c-format
msgid "Failed to set TLS session priority %s"
msgstr ""
#: src/rpc/virnettlscontext.c:740
#, c-format
msgid "Failed set TLS x509 credentials: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:851
#, c-format
msgid "TLS handshake failed %s"
msgstr ""
#: src/rpc/virnettlscontext.c:875
msgid "invalid cipher size for TLS session"
msgstr "tamaño de cifra inválido para la sesión TLS"
#: src/secret/secret_driver.c:171
#, c-format
msgid "mkstemp('%s') failed"
msgstr "falló mkstemp('%s') "
#: src/secret/secret_driver.c:175
#, c-format
msgid "fchmod('%s') failed"
msgstr "Falló fchmod('%s') "
#: src/secret/secret_driver.c:181
#, c-format
msgid "error writing to '%s'"
msgstr "error al escribir sobre '%s'"
#: src/secret/secret_driver.c:186
#, c-format
msgid "error closing '%s'"
msgstr "error al cerrar '%s'"
#: src/secret/secret_driver.c:192
#, c-format
msgid "rename(%s, %s) failed"
msgstr "Falló rename(%s, %s) "
#: src/secret/secret_driver.c:242
#, c-format
msgid "cannot create '%s'"
msgstr "no es posible crear '%s'"
#: src/secret/secret_driver.c:349
#, c-format
msgid "<uuid> does not match secret file name '%s'"
msgstr "<uuid> no coincide con el nombre del archivo secreto '%s'"
#: src/secret/secret_driver.c:376 src/secret/secret_driver.c:483
#, c-format
msgid "cannot open '%s'"
msgstr "no es posible abrir '%s'"
#: src/secret/secret_driver.c:380
#, c-format
msgid "cannot stat '%s'"
msgstr "no es posible obtener el estado de '%s'"
#: src/secret/secret_driver.c:385
#, c-format
msgid "'%s' file does not fit in memory"
msgstr "el archivo '%s' no cabe en la memoria"
#: src/secret/secret_driver.c:394
#, c-format
msgid "cannot read '%s'"
msgstr "no es posible leer '%s'"
#: src/secret/secret_driver.c:401
#, c-format
msgid "invalid base64 in '%s'"
msgstr "base64 inválida en '%s' "
#: src/secret/secret_driver.c:499
#, c-format
msgid "Error reading secret: %s"
msgstr "Error leyendo secreto: %s"
#: src/secret/secret_driver.c:626 src/secret/secret_driver.c:794
#: src/secret/secret_driver.c:828 src/secret/secret_driver.c:880
#: src/secret/secret_driver.c:926
#, c-format
msgid "no secret with matching uuid '%s'"
msgstr "no existe un secreto coincidente con el uuid '%s'"
#: src/secret/secret_driver.c:653
#, c-format
msgid "no secret with matching usage '%s'"
msgstr "no existe un secreto que se corresponda con la utilización '%s'"
#: src/secret/secret_driver.c:693
#, c-format
msgid "a secret with UUID %s already defined for use with %s"
msgstr "ya se ha definido un secreto con UUID %s para ser utilizado con %s"
#: src/secret/secret_driver.c:713
#, c-format
msgid "a secret with UUID %s is already defined for use with %s"
msgstr "ya se ha definido un secreto con UUID %s para ser utilizado con %s"
#: src/secret/secret_driver.c:720
msgid "cannot change private flag on existing secret"
msgstr "no es posible modificar la marca privada de un secreto existente"
#: src/secret/secret_driver.c:768
msgid "list of secrets is inconsistent"
msgstr "la lista de secretos no es consistente"
#: src/secret/secret_driver.c:888
#, c-format
msgid "secret '%s' does not have a value"
msgstr "el secreto '%s' no posee un valor"
#: src/secret/secret_driver.c:895
msgid "secret is private"
msgstr "el secreto es privado"
#: src/secret/secret_driver.c:1018
msgid "Out of memory initializing secrets"
msgstr "Memoria agotada al iniciar secretos"
#: src/security/security_apparmor.c:84
#, c-format
msgid "Failed to read AppArmor profiles list '%s'"
msgstr "Falló al leer la lista '%s' de perfiles AppArmor "
#: src/security/security_apparmor.c:133
#, c-format
msgid "Failed to read '%s'"
msgstr "Falló al leer '%s' "
#: src/security/security_apparmor.c:241
msgid "could not find libvirtd"
msgstr "no es posible encontrar libvirtd"
#: src/security/security_apparmor.c:278 src/security/security_apparmor.c:302
#: src/security/security_apparmor.c:320 src/security/security_apparmor.c:629
#, c-format
msgid "cannot update AppArmor profile '%s'"
msgstr "no es posible actualizar el perfil AppArmor '%s'"
#: src/security/security_apparmor.c:347
#, c-format
msgid "template '%s' does not exist"
msgstr "no existe el modelo '%s'"
#: src/security/security_apparmor.c:405 src/security/security_selinux.c:180
msgid "security label already defined for VM"
msgstr "ya se ha definido una etiqueta de seguridad para VM"
#: src/security/security_apparmor.c:435
#, c-format
msgid "cannot load AppArmor profile '%s'"
msgstr ""
#: src/security/security_apparmor.c:486
msgid "error copying profile name"
msgstr "error al copiar el nombre del perfil"
#: src/security/security_apparmor.c:492
msgid "error calling profile_status()"
msgstr "error al invocar profile_status() "
#: src/security/security_apparmor.c:531
#, c-format
msgid "could not remove profile for '%s'"
msgstr "no es posible eliminar perfil para '%s'"
#: src/security/security_apparmor.c:553 src/security/security_selinux.c:959
#: src/security/security_selinux.c:988 src/security/security_selinux.c:1023
#: src/security/security_selinux.c:1090
#, c-format
msgid ""
"security label driver mismatch: '%s' model configured for domain, but "
"hypervisor driver is '%s'."
msgstr ""
"no coincide la etiqueta de seguridad del controlador: el modelo '%s' ha sido "
"configurado para el dominio, pero el controlador del hypervisor es '%s'. "
#: src/security/security_apparmor.c:563
msgid "error calling aa_change_profile()"
msgstr "error al invocar aa_change_profile()"
#: src/security/security_apparmor.c:617
#, c-format
msgid "'%s' does not exist"
msgstr "no existe '%s'"
#: src/security/security_apparmor.c:653
#, c-format
msgid "Invalid security label '%s'"
msgstr "Etiqueta de seguridad '%s' no válida"
#: src/security/security_apparmor.c:782 src/security/security_apparmor.c:810
msgid "could not find path for descriptor"
msgstr ""
#: src/security/security_dac.c:124
#, c-format
msgid "unable to set user and group to '%d:%d' on '%s'"
msgstr "no es posible definir usuario y grupo a '%d:%d' en '%s'"
#: src/security/security_dac.c:143
#, c-format
msgid "cannot resolve symlink %s"
msgstr "no es posible resolver el enlace simbólico %s"
#: src/security/security_driver.c:71
#, c-format
msgid "Security driver %s not found"
msgstr ""
#: src/security/security_selinux.c:119
#, c-format
msgid "cannot open SELinux virtual domain context file '%s'"
msgstr ""
"No es posible abrir el archivo '%s' de contexto de dominio virtual SELinux"
#: src/security/security_selinux.c:126
#, c-format
msgid "cannot read SELinux virtual domain context file %s"
msgstr ""
"No es posible leer el archivo %s de contexto de dominio virtual SELinux"
#: src/security/security_selinux.c:138
#, c-format
msgid "cannot open SELinux virtual image context file %s"
msgstr "No es posible abrir archivo %s de contexto de imagen virtual SELinux"
#: src/security/security_selinux.c:145
#, c-format
msgid "cannot read SELinux virtual image context file %s"
msgstr "No es posible leer archivo %s de contexto de imagen virtual SELinux"
#: src/security/security_selinux.c:201 src/security/security_selinux.c:207
#, c-format
msgid "cannot generate selinux context for %s"
msgstr "no es posible generar contexto SELinux para %s"
#: src/security/security_selinux.c:241 src/security/security_selinux.c:309
#, c-format
msgid "unable to get PID %d security context"
msgstr "No es posible obtener contexto de seguridad de PID %d"
#: src/security/security_selinux.c:316
#, c-format
msgid "security label exceeds maximum length: %d"
msgstr "la etiqueta de seguridad supera la longitud máxima permitida: %d"
#: src/security/security_selinux.c:329
msgid "error calling security_getenforce()"
msgstr "error al invocar security_getenforce()"
#: src/security/security_selinux.c:363
#, c-format
msgid "unable to set security context '%s' on '%s'"
msgstr "no es posible definir contexto de seguridad '%s' en '%s'"
#: src/security/security_selinux.c:402
#, c-format
msgid "unable to set security context '%s' on fd %d"
msgstr ""
#: src/security/security_selinux.c:840 src/security/security_selinux.c:1143
#, c-format
msgid "unknown smartcard type %d"
msgstr ""
#: src/security/security_selinux.c:969
#, c-format
msgid "Invalid security label %s"
msgstr "Etiqueta de seguridad %s no válida"
#: src/security/security_selinux.c:998
#, c-format
msgid "unable to set security context '%s'"
msgstr "no es posible definir contexto de seguridad '%s'"
#: src/security/security_selinux.c:1032
#, c-format
msgid "unable to allocate socket security context '%s'"
msgstr "no es posible alojar contexto de seguridad de zócalo '%s'"
#: src/security/security_selinux.c:1039
#, c-format
msgid "unable to get current process context '%s'"
msgstr "no es posible obtener contexto de proceso actual '%s'"
#: src/security/security_selinux.c:1046 src/security/security_selinux.c:1062
#, c-format
msgid "unable to set socket security context '%s'"
msgstr "no es posible obtener contexto de seguridad '%s'"
#: src/security/security_selinux.c:1053
#, c-format
msgid "unable to set socket security context range '%s'"
msgstr "no es posible obtener rango de contexto de seguridad de zócalo '%s'"
#: src/security/security_selinux.c:1100
#, c-format
msgid "unable to clear socket security context '%s'"
msgstr "no es posible despejar contexto de seguridad de zócalo '%s'"
#: src/security/virt-aa-helper.c:90
#, c-format
msgid ""
"\n"
"%s [options] [< def.xml]\n"
"\n"
" Options:\n"
" -a | --add load profile\n"
" -c | --create create profile from template\n"
" -D | --delete unload and delete profile\n"
" -f | --add-file <file> add file to profile\n"
" -F | --append-file <file> append file to profile\n"
" -r | --replace reload profile\n"
" -R | --remove unload profile\n"
" -h | --help this help\n"
" -u | --uuid <uuid> uuid (profile name)\n"
"\n"
msgstr ""
#: src/security/virt-aa-helper.c:103
msgid ""
"This command is intended to be used by libvirtd and not used directly.\n"
msgstr ""
#: src/security/virt-aa-helper.c:111
#, c-format
msgid "%s: error: %s%c"
msgstr ""
#: src/security/virt-aa-helper.c:123
#, c-format
msgid "%s: warning: %s%c"
msgstr ""
#: src/security/virt-aa-helper.c:129
#, c-format
msgid ""
"%s:\n"
"%s%c"
msgstr ""
#: src/security/virt-aa-helper.c:146
msgid "could not find replacement string"
msgstr ""
#: src/security/virt-aa-helper.c:151
msgid "could not allocate memory for string"
msgstr ""
#: src/security/virt-aa-helper.c:163 src/security/virt-aa-helper.c:171
msgid "not enough space in target buffer"
msgstr ""
#: src/security/virt-aa-helper.c:179
msgid "error replacing string"
msgstr ""
#: src/security/virt-aa-helper.c:201
msgid "invalid flag"
msgstr ""
#: src/security/virt-aa-helper.c:209
msgid "profile name exceeds maximum length"
msgstr ""
#: src/security/virt-aa-helper.c:214
msgid "profile does not exist"
msgstr ""
#: src/security/virt-aa-helper.c:223
msgid "failed to run apparmor_parser"
msgstr ""
#: src/security/virt-aa-helper.c:227
msgid "unable to unload already unloaded profile"
msgstr ""
#: src/security/virt-aa-helper.c:229
msgid "apparmor_parser exited with error"
msgstr ""
#: src/security/virt-aa-helper.c:266 src/security/virt-aa-helper.c:271
#: src/security/virt-aa-helper.c:382
msgid "could not allocate memory for profile"
msgstr ""
#: src/security/virt-aa-helper.c:278 src/security/virt-aa-helper.c:377
msgid "invalid length for new profile"
msgstr ""
#: src/security/virt-aa-helper.c:290
msgid "failed to create include file"
msgstr ""
#: src/security/virt-aa-helper.c:296 src/security/virt-aa-helper.c:402
msgid "failed to write to profile"
msgstr ""
#: src/security/virt-aa-helper.c:301 src/security/virt-aa-helper.c:407
msgid "failed to close or write to profile"
msgstr ""
#: src/security/virt-aa-helper.c:332 src/security/virt-aa-helper.c:1156
msgid "profile exists"
msgstr ""
#: src/security/virt-aa-helper.c:337
msgid "template name exceeds maximum length"
msgstr ""
#: src/security/virt-aa-helper.c:342
msgid "template does not exist"
msgstr ""
#: src/security/virt-aa-helper.c:347
msgid "failed to read AppArmor template"
msgstr ""
#: src/security/virt-aa-helper.c:352 src/security/virt-aa-helper.c:357
msgid "no replacement string in template"
msgstr ""
#: src/security/virt-aa-helper.c:363
msgid "could not allocate memory for profile name"
msgstr ""
#: src/security/virt-aa-helper.c:369
msgid "could not allocate memory for profile files"
msgstr ""
#: src/security/virt-aa-helper.c:396
msgid "failed to create profile"
msgstr ""
#: src/security/virt-aa-helper.c:547
msgid "bad pathname"
msgstr ""
#: src/security/virt-aa-helper.c:562
msgid "path does not exist, skipping file type checks"
msgstr ""
#: src/security/virt-aa-helper.c:605
msgid "Invalid context"
msgstr ""
#: src/security/virt-aa-helper.c:611
msgid "Could not find <name>"
msgstr ""
#: src/security/virt-aa-helper.c:618
msgid "Could not find <uuid>"
msgstr ""
#: src/security/virt-aa-helper.c:656 src/security/virt-aa-helper.c:680
#: src/security/virt-aa-helper.c:712 src/security/virt-aa-helper.c:724
#: src/security/virt-aa-helper.c:858 src/security/virt-aa-helper.c:1138
#: src/security/virt-aa-helper.c:1142 src/security/virt-aa-helper.c:1196
msgid "could not allocate memory"
msgstr ""
#: src/security/virt-aa-helper.c:667
msgid "os.type is not 'hvm'"
msgstr ""
#: src/security/virt-aa-helper.c:731
msgid "could not parse XML"
msgstr ""
#: src/security/virt-aa-helper.c:736
msgid "could not find name in XML"
msgstr ""
#: src/security/virt-aa-helper.c:741
msgid "bad name"
msgstr ""
#: src/security/virt-aa-helper.c:767
msgid " skipped non-absolute path"
msgstr ""
#: src/security/virt-aa-helper.c:774
msgid " could not find realpath for disk"
msgstr ""
#: src/security/virt-aa-helper.c:788
msgid " skipped restricted file"
msgstr ""
#: src/security/virt-aa-helper.c:863
msgid "given uuid does not match XML uuid"
msgstr ""
#: src/security/virt-aa-helper.c:984
msgid "failed to allocate file buffer"
msgstr ""
#: src/security/virt-aa-helper.c:1033
msgid "could not allocate memory for disk"
msgstr ""
#: src/security/virt-aa-helper.c:1048 src/security/virt-aa-helper.c:1068
msgid "invalid UUID"
msgstr ""
#: src/security/virt-aa-helper.c:1051
msgid "error copying UUID"
msgstr ""
#: src/security/virt-aa-helper.c:1060
msgid "unsupported option"
msgstr ""
#: src/security/virt-aa-helper.c:1065
msgid "bad command"
msgstr ""
#: src/security/virt-aa-helper.c:1078
msgid "could not read xml file"
msgstr ""
#: src/security/virt-aa-helper.c:1082
msgid "could not get VM definition"
msgstr ""
#: src/security/virt-aa-helper.c:1087
msgid "invalid VM definition"
msgstr ""
#: src/security/virt-aa-helper.c:1119
msgid "could not set PATH"
msgstr ""
#: src/security/virt-aa-helper.c:1123
msgid "could not set IFS"
msgstr ""
#: src/security/virt-aa-helper.c:1134
msgid "could not parse arguments"
msgstr ""
#: src/security/virt-aa-helper.c:1175
msgid "failed to allocate buffer"
msgstr ""
#: src/security/virt-aa-helper.c:1206
msgid "could not create profile"
msgstr ""
#: src/storage/parthelper.c:82
#, c-format
msgid "syntax: %s DEVICE [-g]\n"
msgstr ""
#: src/storage/parthelper.c:103
#, c-format
msgid "unable to access device %s\n"
msgstr ""
#: src/storage/parthelper.c:117
#, c-format
msgid "unable to access disk %s\n"
msgstr ""
#: src/storage/storage_backend.c:141
#, c-format
msgid "could not open input path '%s'"
msgstr "no se pudo abrir el camino de entrada '%s'"
#: src/storage/storage_backend.c:179
#, c-format
msgid "failed reading from file '%s'"
msgstr "Falló al leer desde el archivo '%s'"
#: src/storage/storage_backend.c:196 src/storage/storage_backend.c:308
#, c-format
msgid "cannot extend file '%s'"
msgstr "no es posible extender el archivo '%s'"
#: src/storage/storage_backend.c:203
#, c-format
msgid "failed writing to file '%s'"
msgstr "Falló al escribir en el archivo '%s'"
#: src/storage/storage_backend.c:214 src/storage/storage_backend.c:283
#: src/storage/storage_backend_logical.c:626
#, c-format
msgid "cannot close file '%s'"
msgstr "no es posible cerrar el archivo '%s'"
#: src/storage/storage_backend.c:247 src/storage/storage_backend.c:397
#: src/storage/storage_backend.c:404 src/storage/storage_backend_fs.c:563
#: src/storage/storage_backend_fs.c:590 src/storage/storage_backend_fs.c:829
#, c-format
msgid "cannot create path '%s'"
msgstr "no es posible crear el camino '%s'"
#: src/storage/storage_backend.c:262 src/util/util.c:665 src/util/util.c:706
#: src/util/util.c:852 src/util/util.c:963
#, c-format
msgid "stat of '%s' failed"
msgstr "falló estadística de '%s'"
#: src/storage/storage_backend.c:271 src/util/util.c:671 src/util/util.c:712
#: src/util/util.c:858
#, c-format
msgid "cannot chown '%s' to (%u, %u)"
msgstr "no es posible modificar la pertenencua de '%s' a (%u, %u)"
#: src/storage/storage_backend.c:277 src/storage/storage_backend.c:594
#: src/util/util.c:679 src/util/util.c:720 src/util/util.c:866
#: src/util/util.c:976
#, c-format
msgid "cannot set mode of '%s' to %04o"
msgstr "no es posible definir el modo de '%s' a %04o"
#: src/storage/storage_backend.c:336 src/storage/storage_backend.c:345
#, c-format
msgid "cannot fill file '%s'"
msgstr "no es posible completar el archivo '%s'"
#: src/storage/storage_backend.c:355
#, c-format
msgid "cannot sync data to file '%s'"
msgstr "no es posible sincronizar los datos con el archivo '%s'"
#: src/storage/storage_backend.c:381 src/storage/storage_backend_disk.c:576
#: src/storage/storage_backend_logical.c:575
msgid "storage pool does not support encrypted volumes"
msgstr "el grupo de almacenamiento no tiene soporte para volúmenes cifrados"
#: src/storage/storage_backend.c:435
msgid "too many conflicts when generating an uuid"
msgstr "demasiados conflictos cuando se generaba un uuid"
#: src/storage/storage_backend.c:465
msgid "secrets already defined"
msgstr "ya se han definido los secretos"
#: src/storage/storage_backend.c:578
#, c-format
msgid "failed to create %s"
msgstr ""
#: src/storage/storage_backend.c:588
#, c-format
msgid "cannot chown %s to (%u, %u)"
msgstr "no es posible modificar la pertenencia de %s a (%u, %u)"
#: src/storage/storage_backend.c:674 src/storage/storage_backend.c:680
#, c-format
msgid "unknown storage vol type %d"
msgstr "tipo de volumen de almacenamiento %d desconocido"
#: src/storage/storage_backend.c:697
msgid "a different backing store cannot be specified."
msgstr ""
#: src/storage/storage_backend.c:704
#, c-format
msgid "unknown storage vol backing store type %d"
msgstr ""
"tipo de depósito de respaldo de volumen de almacenamiento %d desconocido"
#: src/storage/storage_backend.c:723
#, c-format
msgid "inaccessible backing store volume %s"
msgstr "el volumen de almacenamiento de respaldo %s es inaccesible "
#: src/storage/storage_backend.c:735
#, c-format
msgid "qcow volume encryption unsupported with volume format %s"
msgstr "cifrado de volumen qcow no soportado con el formato de volumen %s"
#: src/storage/storage_backend.c:743
#, c-format
msgid "unsupported volume encryption format %d"
msgstr "formato %d de cifrado de volumen no soportado"
#: src/storage/storage_backend.c:749
msgid "too many secrets for qcow encryption"
msgstr "demasiados secretos para el cifrado qcow"
#: src/storage/storage_backend.c:861
msgid "cannot copy from volume with qcow-create"
msgstr "no es posible copiar desde el volumen utilizando qcow-create"
#: src/storage/storage_backend.c:867
#, c-format
msgid "unsupported storage vol type %d"
msgstr "tipo de volumen de almacenamiento %d desconocido"
#: src/storage/storage_backend.c:873
msgid "copy-on-write image not supported with qcow-create"
msgstr " con qcow-create, no hay soporte para copiar al escribir la imagen"
#: src/storage/storage_backend.c:879
msgid "encrypted volumes not supported with qcow-create"
msgstr "con qcow-create, no hay soporte para volúmenes cifrados"
#: src/storage/storage_backend.c:911
#, c-format
msgid "Unknown file create tool type '%d'."
msgstr "Tipo de herramienta de creación de archivos '%d' desconocido."
#: src/storage/storage_backend.c:959
msgid "creation of non-raw file images is not supported without qemu-img."
msgstr ""
"sin quemu-img, no hay soporte para creación de archivos de imágenes que no "
"sean raw "
#: src/storage/storage_backend.c:1008
#, c-format
msgid "cannot open volume '%s'"
msgstr "no e posible abrir el volumen '%s'"
#: src/storage/storage_backend.c:1044
#, c-format
msgid "unexpected storage mode for '%s'"
msgstr "modo de almacenamiento no esperado para '%s'"
#: src/storage/storage_backend.c:1168
#, c-format
msgid "cannot seek to end of file '%s'"
msgstr "no es posible buscar hasta el fin del archivo '%s'"
#: src/storage/storage_backend.c:1189
#, c-format
msgid "cannot get file context of '%s'"
msgstr "no es posible obtener contexto de archivo '%s'"
#: src/storage/storage_backend.c:1259
#, c-format
msgid "cannot seek to beginning of file '%s'"
msgstr "no es posible buscar en el principio del archivo '%s'"
#: src/storage/storage_backend.c:1266
#, c-format
msgid "cannot read beginning of file '%s'"
msgstr "no es posible leer el principio del archivo '%s'"
#: src/storage/storage_backend.c:1331
#, c-format
msgid "cannot read dir '%s'"
msgstr "no es posible leer el directorio '%s'"
#: src/storage/storage_backend.c:1416
#, c-format
msgid "Failed to compile regex %s"
msgstr "Falló al compilar regex %s"
#: src/storage/storage_backend.c:1447
msgid "cannot read fd"
msgstr "no es posible leer"
#: src/storage/storage_backend.c:1555
msgid "cannot open file using fd"
msgstr ""
#: src/storage/storage_backend.c:1586
#, c-format
msgid "read error on pipe to '%s'"
msgstr "error de lectura en pipe hacia '%s'"
#: src/storage/storage_backend.c:1616 src/storage/storage_backend.c:1628
#, c-format
msgid "%s not implemented on Win32"
msgstr "%s no implementado en Win32"
#: src/storage/storage_backend_disk.c:110
msgid "cannot parse device start location"
msgstr "no es posible analizar ubicación de inicio del dispositivo"
#: src/storage/storage_backend_disk.c:117
msgid "cannot parse device end location"
msgstr "no es posible analizar ubicación final del dispositivo"
#: src/storage/storage_backend_disk.c:394
msgid "Invalid partition type"
msgstr "Tipo de partición inválido"
#: src/storage/storage_backend_disk.c:403
msgid "extended partition already exists"
msgstr "ya existe una partición extendida"
#: src/storage/storage_backend_disk.c:438
msgid "no extended partition found and no primary partition available"
msgstr ""
"no se ha encontrado una partición extendida, y no hay disponible ninguna "
"partición primaria"
#: src/storage/storage_backend_disk.c:444
msgid "unknown partition type"
msgstr "tipo de partición desconocido"
#: src/storage/storage_backend_disk.c:528
msgid "no large enough free extent"
msgstr "el espacio libre no es lo suficientemente extenso"
#: src/storage/storage_backend_disk.c:657
#, c-format
msgid "Couldn't read volume target path '%s'"
msgstr "No se ha podido leer el camino de destino '%s'"
#: src/storage/storage_backend_disk.c:670
#, c-format
msgid "Volume path '%s' did not start with parent pool source device name."
msgstr ""
"El camino al volumen '%s' no empieza con el nombre del dispositivo del grupo "
"fuente principal."
#: src/storage/storage_backend_disk.c:680
#, c-format
msgid "cannot parse partition number from target '%s'"
msgstr "no es posible analizar el número de la partición desde el destino '%s'"
#: src/storage/storage_backend_fs.c:109
#, c-format
msgid "cannot probe backing volume format: %s"
msgstr ""
#: src/storage/storage_backend_fs.c:183
#, c-format
msgid "invalid netfs path (no /): %s"
msgstr "camino netfs inválido (sin /): %s"
#: src/storage/storage_backend_fs.c:189
#, c-format
msgid "invalid netfs path (ends in /): %s"
msgstr "camino netfs inválido (finaliza con /): %s"
#: src/storage/storage_backend_fs.c:292
#, c-format
msgid "cannot read mount list '%s'"
msgstr "no es posible leer la lista de montaje '%s'"
#: src/storage/storage_backend_fs.c:380 src/storage/storage_backend_fs.c:445
#: src/storage/storage_backend_iscsi.c:627
#: src/storage/storage_backend_iscsi.c:659
msgid "missing source host"
msgstr "no se encuentra el host de origen"
#: src/storage/storage_backend_fs.c:385
msgid "missing source path"
msgstr "no se encuentra el camino de origen"
#: src/storage/storage_backend_fs.c:391 src/storage/storage_backend_fs.c:456
#: src/storage/storage_backend_iscsi.c:634
#: src/storage/storage_backend_iscsi.c:666
msgid "missing source device"
msgstr "no se encuentra el dispositivo de origen"
#: src/storage/storage_backend_fs.c:450
msgid "missing source dir"
msgstr "no se encuentra el directorio de origen"
#: src/storage/storage_backend_fs.c:553
#, c-format
msgid "path '%s' is not absolute"
msgstr "la ruta '%s' no es absoluta"
#: src/storage/storage_backend_fs.c:617
#, c-format
msgid "cannot open path '%s'"
msgstr "no es posible abrir el camino '%s'"
#: src/storage/storage_backend_fs.c:680
#, c-format
msgid "cannot probe backing volume info: %s"
msgstr ""
#: src/storage/storage_backend_fs.c:697
#, c-format
msgid "cannot statvfs path '%s'"
msgstr "no es posible statvfs a la dirección '%s'"
#: src/storage/storage_backend_fs.c:764
#, c-format
msgid "failed to remove pool '%s'"
msgstr "falló al eliminar el grupo '%s'"
#: src/storage/storage_backend_fs.c:815
msgid "cannot copy from volume to a directory volume"
msgstr "no es posible copiar desde el volumen hacia un volumen de directorio"
#: src/storage/storage_backend_fs.c:849
msgid ""
"storage pool does not support building encrypted volumes from other volumes"
msgstr ""
"el grupo de almacenamiento no tiene soporte para la creación de volúmenes "
"cifrados, desde otros volúmenes"
#: src/storage/storage_backend_fs.c:869
msgid "creation of non-raw images is not supported without qemu-img"
msgstr ""
"sin quemu-img, no hay soporte para creación de imágenes que no sean raw "
#: src/storage/storage_backend_fs.c:916
#, c-format
msgid "cannot unlink file '%s'"
msgstr "no es posible desenlazar el archivo '%s'"
#: src/storage/storage_backend_iscsi.c:67
#, c-format
msgid "host lookup failed %s"
msgstr "Falló la búsqueda del host %s"
#: src/storage/storage_backend_iscsi.c:74
#, c-format
msgid "no IP address for target %s"
msgstr "no existe una dirección IP para el destino %s"
#: src/storage/storage_backend_iscsi.c:83
#, c-format
msgid "cannot format ip addr for %s"
msgstr "no es posible formatear dirección ip para %s"
#: src/storage/storage_backend_iscsi.c:169
msgid "cannot find session"
msgstr "no es posible encontrar la sesión"
#: src/storage/storage_backend_iscsi.c:193
#, c-format
msgid "Could not allocate memory for output of '%s'"
msgstr "No se pudo alojar memoria para la salida de '%s'"
#: src/storage/storage_backend_iscsi.c:208
#, c-format
msgid ""
"Failed to open stream for file descriptor when reading output from '%s': '%s'"
msgstr ""
"Falló al abrir flujo para el descriptor de archivo mientras se leía la "
"salida de '%s': '%s'"
#: src/storage/storage_backend_iscsi.c:220
#, c-format
msgid "Unexpected line > %d characters when parsing output of '%s'"
msgstr "Línea no esperada > %d caracteres analizando la salida de '%s'"
#: src/storage/storage_backend_iscsi.c:238
#, fuzzy, c-format
msgid "Missing space when parsing output of '%s'"
msgstr "Línea no esperada > %d caracteres analizando la salida de '%s'"
#: src/storage/storage_backend_iscsi.c:289
msgid "Failed to initialize random generator when creating iscsi interface"
msgstr ""
"Falló al intentar iniciar generador aleatorio mientras se creaba interfaz "
"isci"
#: src/storage/storage_backend_iscsi.c:306
#, c-format
msgid "Failed to run command '%s' to create new iscsi interface"
msgstr "Falló al ejecutar el comando '%s' para crear una nueva interfaz isci"
#: src/storage/storage_backend_iscsi.c:316
#, c-format
msgid "Failed to run command '%s' to update iscsi interface with IQN '%s'"
msgstr ""
"Falló al ejecutar el comando '%s' para actualizar la interfaz isci con IQN "
"'%s'"
#: src/storage/storage_backend_iscsi.c:409
#, c-format
msgid "Failed to get host number for iSCSI session with path '%s'"
msgstr ""
"Falló al obtener el número del host para la sesión iSCSI con el camino '%s'"
#: src/storage/storage_backend_iscsi.c:417
#, c-format
msgid "Failed to find LUs on host %u"
msgstr "Falló al encontrar LU en el host %u"
#: src/storage/storage_backend_logical.c:153
msgid "malformed volume extent offset value"
msgstr "valor del desplazamiento del tamaño del volumen mal formado"
#: src/storage/storage_backend_logical.c:158
msgid "malformed volume extent length value"
msgstr "volumen erroneo supera el valor de la longitud"
#: src/storage/storage_backend_logical.c:163
msgid "malformed volume extent size value"
msgstr "valor del tamaño de volumen mal formado"
#: src/storage/storage_backend_logical.c:336
msgid "failed to get source from sourceList"
msgstr "Falló al obtener fuente desde la lista de fuentes"
#: src/storage/storage_backend_logical.c:412
#, c-format
msgid "cannot open device '%s'"
msgstr "no es posible abrir el dispositivo '%s'"
#: src/storage/storage_backend_logical.c:418
#, c-format
msgid "cannot clear device header of '%s'"
msgstr "no es posible limpiar el encabezado de dispositivo de '%s'"
#: src/storage/storage_backend_logical.c:425
#, c-format
msgid "cannot close device '%s'"
msgstr "no es posible cerrar el dispositivo '%s'"
#: src/storage/storage_backend_logical.c:612
#, c-format
msgid "cannot set file owner '%s'"
msgstr "no es posible establecer el dueño del archivo '%s'"
#: src/storage/storage_backend_logical.c:619
#, c-format
msgid "cannot set file mode '%s'"
msgstr "no es posible definir el modo de archivo '%s'"
#: src/storage/storage_backend_logical.c:635
#, c-format
msgid "cannot find newly created volume '%s'"
msgstr "no es posible encontrar el volumen '%s' creado recientemente"
#: src/storage/storage_backend_mpath.c:233
#, c-format
msgid "Failed to get %s minor number"
msgstr "Falló al obtener el número menor de %s"
#: src/storage/storage_backend_scsi.c:66
#, c-format
msgid "Could not find typefile '%s'"
msgstr "No es posible encontrar tipo de archivo '%s'"
#: src/storage/storage_backend_scsi.c:78
#, c-format
msgid "Could not read typefile '%s'"
msgstr "No es posible leer tipo de archivo '%s'"
#: src/storage/storage_backend_scsi.c:90
#, c-format
msgid "Device type '%s' is not an integer"
msgstr "El tipo de dispositivo '%s' no es un entero"
#: src/storage/storage_backend_scsi.c:270
#, c-format
msgid "Failed to update volume for '%s'"
msgstr "Falló al actualizar volumen para '%s'"
#: src/storage/storage_backend_scsi.c:322
#: src/storage/storage_backend_scsi.c:411
#, c-format
msgid "Failed to opendir sysfs path '%s'"
msgstr "Falló al opendir el camino sysfs '%s'"
#: src/storage/storage_backend_scsi.c:369
#, c-format
msgid "Failed to parse block name %s"
msgstr "Falló al analizar el nombre del bloque %s"
#: src/storage/storage_backend_scsi.c:457
#, c-format
msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN"
msgstr "Falló al determinar si %u:%u:%u:%u es un LUN de acceso directo"
#: src/storage/storage_backend_scsi.c:524
#: src/storage/storage_backend_scsi.c:566
#, c-format
msgid "Failed to opendir path '%s'"
msgstr "Falló al opendir el camino '%s'"
#: src/storage/storage_backend_scsi.c:609
#, c-format
msgid "Could not open '%s' to trigger host scan"
msgstr "No se pudo abrir '%s' para activar un análisis del host"
#: src/storage/storage_backend_scsi.c:620
#, c-format
msgid "Write to '%s' to trigger host scan failed"
msgstr "Falló la escritura en '%s' para desencadenar el análisis del host"
#: src/storage/storage_driver.c:78
#, c-format
msgid "Missing backend %d"
msgstr "No se encuentra backend para %d"
#: src/storage/storage_driver.c:86
#, c-format
msgid "Failed to initialize storage pool '%s': %s"
msgstr ""
#: src/storage/storage_driver.c:88 src/storage/storage_driver.c:101
#: src/storage/storage_driver.c:115
msgid "no error message found"
msgstr ""
#: src/storage/storage_driver.c:99 src/storage/storage_driver.c:113
#, c-format
msgid "Failed to autostart storage pool '%s': %s"
msgstr "Falló al iniciar automáticamente el grupo de almacenamiento '%s': %s"
#: src/storage/storage_driver.c:280 src/storage/storage_driver.c:979
#: src/storage/storage_driver.c:1008
msgid "no pool with matching uuid"
msgstr "no existe un grupo que se corresponda con el uuid"
#: src/storage/storage_driver.c:305
#, c-format
msgid "no pool with matching name '%s'"
msgstr "no existe un grupo que se corresponda con el nombre '%s'"
#: src/storage/storage_driver.c:461 src/test/test_driver.c:3997
#, c-format
msgid "pool type '%s' does not support source discovery"
msgstr "El tipo de grupo '%s' no tiene soporte para descubrir la fuente"
#: src/storage/storage_driver.c:617 src/storage/storage_driver.c:672
#: src/storage/storage_driver.c:718 src/storage/storage_driver.c:755
#: src/storage/storage_driver.c:812 src/storage/storage_driver.c:862
#: src/storage/storage_driver.c:918 src/storage/storage_driver.c:954
#: src/storage/storage_driver.c:1070 src/storage/storage_driver.c:1103
#: src/storage/storage_driver.c:1148 src/storage/storage_driver.c:1279
#: src/storage/storage_driver.c:1406 src/storage/storage_driver.c:1566
#: src/storage/storage_driver.c:1628 src/storage/storage_driver.c:1837
#: src/storage/storage_driver.c:1894 src/storage/storage_driver.c:1975
#: src/storage/storage_driver.c:2028 src/storage/storage_driver.c:2075
msgid "no storage pool with matching uuid"
msgstr "no existe un grupo de almacenamiento que se corresponda con el uuid"
#: src/storage/storage_driver.c:623
msgid "pool is still active"
msgstr "el grupo aún se encuentra activo"
#: src/storage/storage_driver.c:629 src/storage/storage_driver.c:770
#: src/storage/storage_driver.c:827 src/storage/storage_driver.c:877
#, c-format
msgid "pool '%s' has asynchronous jobs running."
msgstr "el grupo '%s' está ejecutando trabajos no sincronizados."
#: src/storage/storage_driver.c:639
#, c-format
msgid "Failed to delete autostart link '%s': %s"
msgstr "Falló al eliminar enlace de autoinicio '%s': %s"
#: src/storage/storage_driver.c:681
msgid "pool already active"
msgstr "el grupo ya se encuentra activo"
#: src/storage/storage_driver.c:727
msgid "storage pool is already active"
msgstr "el grupo de almacenamiento ya se encuentra activo"
#: src/storage/storage_driver.c:764 src/storage/storage_driver.c:871
#: src/storage/storage_driver.c:1076 src/storage/storage_driver.c:1109
#: src/storage/storage_driver.c:1154 src/storage/storage_driver.c:1285
#: src/storage/storage_driver.c:1419 src/storage/storage_driver.c:1425
#: src/storage/storage_driver.c:1572 src/storage/storage_driver.c:1634
#: src/storage/storage_driver.c:1843 src/storage/storage_driver.c:1900
#: src/storage/storage_driver.c:1981 src/storage/storage_driver.c:2034
#: src/storage/storage_driver.c:2081
msgid "storage pool is not active"
msgstr "el grupo de almacenamiento no se encuentra activo"
#: src/storage/storage_driver.c:821
msgid "storage pool is still active"
msgstr "el grupo de almacenamiento aún se encuentra activo"
#: src/storage/storage_driver.c:834
msgid "pool does not support pool deletion"
msgstr "el grupo no tiene soporte para eliminación de grupo"
#: src/storage/storage_driver.c:1014 src/test/test_driver.c:4356
msgid "pool has no config file"
msgstr "el grupo no posee un archivo de configuración"
#: src/storage/storage_driver.c:1162 src/storage/storage_driver.c:1435
#: src/storage/storage_driver.c:1580 src/storage/storage_driver.c:1642
#: src/storage/storage_driver.c:1851 src/storage/storage_driver.c:1911
#: src/storage/storage_driver.c:1989 src/storage/storage_driver.c:2042
#: src/storage/storage_driver.c:2089 src/test/test_driver.c:4478
#: src/test/test_driver.c:4679 src/test/test_driver.c:4755
#: src/test/test_driver.c:4833 src/test/test_driver.c:4878
#: src/test/test_driver.c:4918
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr ""
"no existe un volumen de almacenamiento que se corresponda con el nombre '%s'"
#: src/storage/storage_driver.c:1202
msgid "no storage vol with matching key"
msgstr "no existe un volumen de almacenamiento que se corresponda con la clave"
#: src/storage/storage_driver.c:1253
msgid "no storage vol with matching path"
msgstr ""
"no existe un volumen de almacenamiento que se corresponda con el camino"
#: src/storage/storage_driver.c:1298 src/test/test_driver.c:4591
#: src/test/test_driver.c:4672
msgid "storage vol already exists"
msgstr "el volumen de almacenamiento ya existe"
#: src/storage/storage_driver.c:1310
msgid "storage pool does not support volume creation"
msgstr "el grupo de almacenamiento no tiene soporte para creación de volumen."
#: src/storage/storage_driver.c:1412
#, c-format
msgid "no storage pool with matching name '%s'"
msgstr ""
"no existe un grupo de almacenamiento que se corresponda con el nombre '%s'"
#: src/storage/storage_driver.c:1446
#, c-format
msgid "storage volume name '%s' already in use."
msgstr "el nombre del volumen de almacenamiento '%s' ya está siendo utilizado."
#: src/storage/storage_driver.c:1462
msgid "storage pool does not support volume creation from an existing volume"
msgstr ""
"el grupo de almacenamiento no tiene soporte para la creación de un volumen "
"desde otro previamente existente"
#: src/storage/storage_driver.c:1468 src/storage/storage_driver.c:1587
#: src/storage/storage_driver.c:1649 src/storage/storage_driver.c:1858
#: src/storage/storage_driver.c:1918
#, c-format
msgid "volume '%s' is still being allocated."
msgstr "el volumen '%s' todavía está siendo alojado."
#: src/storage/storage_driver.c:1697
#, c-format
msgid "Failed to truncate volume with path '%s' to 0 bytes"
msgstr "Falló al truncar volumen con camino '%s' a 0 bytes"
#: src/storage/storage_driver.c:1706
#, c-format
msgid "Failed to truncate volume with path '%s' to %ju bytes"
msgstr "Falló al truncar volumen con camino '%s' a %ju bytes"
#: src/storage/storage_driver.c:1734
#, c-format
msgid "Failed to seek to position %ju in volume with path '%s'"
msgstr "Falló al buscar en la posición %ju en el volumen con camino '%s'"
#: src/storage/storage_driver.c:1747
#, c-format
msgid "Failed to write %zu bytes to storage volume with path '%s'"
msgstr ""
"Falló al escribir %zu bytes en el volumen de almacenamiento con camino '%s'"
#: src/storage/storage_driver.c:1781
#, c-format
msgid "Failed to open storage volume with path '%s'"
msgstr "Falló al abrir el volumen de almacenamiento con el camino '%s'"
#: src/storage/storage_driver.c:1788
#, c-format
msgid "Failed to stat storage volume with path '%s'"
msgstr "Falló al iniciar el volumen de almacenamiento con el camino '%s'"
#: src/storage/storage_driver.c:1925
msgid "storage pool does not support vol deletion"
msgstr ""
"el grupo de almacenamiento no tiene soporte para eliminación de volumen"
#: src/test/test_driver.c:340
#, c-format
msgid "Exceeded max iface limit %d"
msgstr "Límite máximo iface %d excedido"
#: src/test/test_driver.c:685
msgid "resolving volume filename"
msgstr "resolviendo nombre de archivo de volumen"
#: src/test/test_driver.c:780
msgid "Root element is not 'node'"
msgstr "El elemento root no es 'nodo'"
#: src/test/test_driver.c:787
msgid "creating xpath context"
msgstr "creando contexto xpath"
#: src/test/test_driver.c:805
msgid "invalid node cpu nodes value"
msgstr ""
#: src/test/test_driver.c:814
msgid "invalid node cpu sockets value"
msgstr ""
#: src/test/test_driver.c:823
msgid "invalid node cpu cores value"
msgstr ""
#: src/test/test_driver.c:832
msgid "invalid node cpu threads value"
msgstr ""
#: src/test/test_driver.c:844
msgid "invalid node cpu active value"
msgstr ""
#: src/test/test_driver.c:852
msgid "invalid node cpu mhz value"
msgstr ""
#: src/test/test_driver.c:860 src/xenxs/xen_xm.c:637
#, c-format
msgid "Model %s too big for destination"
msgstr "El modelo %s es demasiado grande para el destino"
#: src/test/test_driver.c:872
msgid "invalid node memory value"
msgstr ""
#: src/test/test_driver.c:888
msgid "resolving domain filename"
msgstr "resolviendo nombre de archivo de nodo"
#: src/test/test_driver.c:930
msgid "resolving network filename"
msgstr "resolviendo nombre de archivo de red"
#: src/test/test_driver.c:965
msgid "resolving interface filename"
msgstr "resolviendo nombre de archivo de interfaz"
#: src/test/test_driver.c:1002
msgid "resolving pool filename"
msgstr "resolviendo nombre de archivo de grupo"
#: src/test/test_driver.c:1054
msgid "resolving device filename"
msgstr "resolviendo nombre de archivo de dispositivo"
#: src/test/test_driver.c:1122
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: indique un camino o utilice test:///default"
#: src/test/test_driver.c:1473
#, c-format
msgid "domain '%s' not paused"
msgstr "el dominio '%s' no se encuentra en pausa"
#: src/test/test_driver.c:1516 src/test/test_driver.c:1557
#, c-format
msgid "domain '%s' not running"
msgstr "el dominio '%s' no está ejecutándose"
#: src/test/test_driver.c:1673 src/test/test_driver.c:2241
#: src/test/test_driver.c:2767 src/test/test_driver.c:2822
msgid "getting time of day"
msgstr "Obteniendo la hora del día"
#: src/test/test_driver.c:1748
#, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr ""
"al guardar el dominio '%s', falló el alojamiento de espacio para los "
"metadatos "
#: src/test/test_driver.c:1755
#, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "guardando el dominio '%s' en '%s': falló la apertura "
#: src/test/test_driver.c:1762 src/test/test_driver.c:1768
#: src/test/test_driver.c:1774 src/test/test_driver.c:1781
#, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "saving domain '%s' en '%s': falló la escritura"
#: src/test/test_driver.c:1832
#, c-format
msgid "cannot read domain image '%s'"
msgstr "no es posible leer imagen de dominio '%s'"
#: src/test/test_driver.c:1838
#, c-format
msgid "incomplete save header in '%s'"
msgstr "guardado incompleto del encabezado en '%s'"
#: src/test/test_driver.c:1844
msgid "mismatched header magic"
msgstr "encabezado magic no coincidente"
#: src/test/test_driver.c:1849
#, c-format
msgid "failed to read metadata length in '%s'"
msgstr "Falló al leer la longitud de los metadatos en '%s'"
#: src/test/test_driver.c:1855
msgid "length of metadata out of range"
msgstr "la longitud de los metadatos está fuera de rango"
#: src/test/test_driver.c:1864
#, c-format
msgid "incomplete metdata in '%s'"
msgstr "metadatos incompletos en '%s'"
#: src/test/test_driver.c:1926
#, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "descarga del dominio '%s': falló al abrir %s"
#: src/test/test_driver.c:1932
#, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "descarga del dominio '%s': falló al escribir el encabezado en %s"
#: src/test/test_driver.c:1938
#, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "descarga del dominio '%s': falló la escritura: %s"
#: src/test/test_driver.c:2150
msgid "cannot hotplug vcpus for an inactive domain"
msgstr "no es posible adjuntar vcpus en un dominio inactivo"
#: src/test/test_driver.c:2233
msgid "cannot list vcpus for an inactive domain"
msgstr "no es posible mostrar vcpus en un dominio inactivo"
#: src/test/test_driver.c:2325
msgid "requested vcpu is higher than allocated vcpus"
msgstr "la cantidad de vcpu solicitada es mayor que la cantidad alojada"
#: src/test/test_driver.c:2463
msgid "Range exceeds available cells"
msgstr "El rango supera las celdas disponibles"
#: src/test/test_driver.c:2499
#, c-format
msgid "Domain '%s' is already running"
msgstr "El dominio '%s' ya se encuentra en ejecución"
#: src/test/test_driver.c:2543
#, c-format
msgid "Domain '%s' is still running"
msgstr "El dominio '%s' todavía está ejecutándose"
#: src/test/test_driver.c:3105
#, c-format
msgid "Network '%s' is still running"
msgstr "La red '%s' aún está ejecutándose"
#: src/test/test_driver.c:3138
#, c-format
msgid "Network '%s' is already running"
msgstr "La red '%s' ya se encuentra en ejecución"
#: src/test/test_driver.c:3485
msgid "there is another transaction running."
msgstr ""
#: src/test/test_driver.c:3510
msgid "no transaction running, nothing to be commited."
msgstr ""
#: src/test/test_driver.c:3535
msgid "no transaction running, nothing to rollback."
msgstr ""
#: src/test/test_driver.c:3939 src/test/test_driver.c:4104
#: src/test/test_driver.c:4137 src/test/test_driver.c:4205
#, c-format
msgid "storage pool '%s' is already active"
msgstr "el grupo de almacenamiento '%s' ya se encuentra activo"
#: src/test/test_driver.c:4025
msgid "storage pool already exists"
msgstr "el grupo de almacenamiento ya existe"
#: src/test/test_driver.c:4166 src/test/test_driver.c:4237
#: src/test/test_driver.c:4389 src/test/test_driver.c:4424
#: src/test/test_driver.c:4470 src/test/test_driver.c:4581
#: src/test/test_driver.c:4662 src/test/test_driver.c:4762
#: src/test/test_driver.c:4840 src/test/test_driver.c:4885
#: src/test/test_driver.c:4925
#, c-format
msgid "storage pool '%s' is not active"
msgstr "el grupo de almacenamiento '%s' no se encuentra activo"
#: src/test/test_driver.c:4521
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr ""
"no existe un volumen de almacenamiento que se corresponda con la clave '%s' "
#: src/test/test_driver.c:4555
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr ""
"no existe un volumen de almacenamiento que se corresponda con el camino '%s'"
#: src/test/test_driver.c:4599 src/test/test_driver.c:4688
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr ""
"No hay suficiente espacio libre disponible en el grupo para el volumen '%s'"
#: src/uml/uml_conf.c:216
msgid "IP address not supported for ethernet inteface"
msgstr "la interfaz Ethernet no tiene soporte para dirección IP"
#: src/uml/uml_conf.c:221
msgid "script execution not supported for ethernet inteface"
msgstr "la interfaz Ethernet no tiene soporte para la ejecución de programas "
#: src/uml/uml_conf.c:228
msgid "TCP server networking type not supported"
msgstr "tipo de servidor de red TCP no soportado"
#: src/uml/uml_conf.c:233
msgid "TCP client networking type not supported"
msgstr "no hay soporte para clientes de red tipo TCP"
#: src/uml/uml_conf.c:248
#, c-format
msgid "Network '%s' not found"
msgstr "No se encuentra la red '%s'"
#: src/uml/uml_conf.c:278
msgid "internal networking type not supported"
msgstr "tipo interno de red no soportado"
#: src/uml/uml_conf.c:283
msgid "direct networking type not supported"
msgstr "no existe soporte para tipo de entorno de red directa"
#: src/uml/uml_conf.c:352
msgid "only TCP listen is supported for chr device"
msgstr "para dispositivos de caracteres solo hay soporte de tipo TCP listen"
#: src/uml/uml_conf.c:370
#, c-format
msgid "failed to open chardev file: %s"
msgstr "falló al abrir el archivo de dispositivo de caracteres: %s"
#: src/uml/uml_conf.c:391
#, c-format
msgid "unsupported chr device type %d"
msgstr "tipo de dispositivo de caracteres %d no soportado"
#: src/uml/uml_driver.c:125 src/util/command.c:351 src/util/command.c:382
msgid "Failed to set close-on-exec file descriptor flag"
msgstr "Falló al definir marca de descriptor de archivo close-on-exec"
#: src/uml/uml_driver.c:419
msgid "cannot initialize inotify"
msgstr "no es posible iniciar inotify"
#: src/uml/uml_driver.c:425
#, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Falló al crear directorio de monitor %s: %s"
#: src/uml/uml_driver.c:457
msgid "umlStartup: out of memory"
msgstr "umlStartup: fuera de memoria"
#: src/uml/uml_driver.c:602
#, c-format
msgid "failed to read pid: %s"
msgstr "Falló al leer pid: %s"
#: src/uml/uml_driver.c:624
#, c-format
msgid "Unix path %s too long for destination"
msgstr "La ruta unix %s es demasiado extensa para el destino"
#: src/uml/uml_driver.c:654
msgid "cannot open socket"
msgstr "no fue posible abrir socket"
#: src/uml/uml_driver.c:664
msgid "cannot bind socket"
msgstr "no es posible asociar socket"
#: src/uml/uml_driver.c:718
#, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "no es posible enviar comando %s tan extenso (%d bytes)"
#: src/uml/uml_driver.c:724
#, c-format
msgid "Command %s too long for destination"
msgstr "El comando %s es demasiado extenso para el destino"
#: src/uml/uml_driver.c:731
#, c-format
msgid "cannot send command %s"
msgstr "no es posible enviar el comando %s"
#: src/uml/uml_driver.c:744
#, c-format
msgid "cannot read reply %s"
msgstr "no es posible leer la respuestas %s"
#: src/uml/uml_driver.c:750
#, c-format
msgid "incomplete reply %s"
msgstr "respuesta %s incompleta"
#: src/uml/uml_driver.c:788
msgid "Cleanup tap"
msgstr "Limplieza"
#: src/uml/uml_driver.c:799
#, c-format
msgid "Cleanup '%s'"
msgstr "Limpiando '%s'"
#: src/uml/uml_driver.c:802
#, c-format
msgid "Cleanup failed %d"
msgstr "Falló la limpieza %d"
#: src/uml/uml_driver.c:806
msgid "Cleanup tap done"
msgstr "Limpieza realizada"
#: src/uml/uml_driver.c:828
msgid "no kernel specified"
msgstr "no se ha especificado un kernel"
#: src/uml/uml_driver.c:837
#, c-format
msgid "Cannot find UML kernel %s"
msgstr "No es posible encontrar un kernel %s UML"
#: src/uml/uml_driver.c:867
msgid "Unable to set VM logfile close-on-exec flag"
msgstr ""
"No es posible establecer marca de archivo de registro de MV close-on-exec"
#: src/uml/uml_driver.c:976
#, c-format
msgid "unexpected UML URI path '%s', try uml:///system"
msgstr "camino UML URI '%s' no esperado, intente uml:///system "
#: src/uml/uml_driver.c:983
#, c-format
msgid "unexpected UML URI path '%s', try uml:///session"
msgstr "camino UML URI '%s' no esperado, intente uml:///session "
#: src/uml/uml_driver.c:992
msgid "uml state driver is not active"
msgstr "el estado de controlador uml es no activo"
#: src/uml/uml_driver.c:1232
#, c-format
msgid "cannot parse version %s"
msgstr "no es posible analizar versión %s"
#: src/uml/uml_driver.c:1325
msgid "shutdown operation failed"
msgstr "Falló la operación de desconexión"
#: src/uml/uml_driver.c:1437
msgid "cannot set max memory lower than current memory"
msgstr ""
"No es posible establecer que la memoria máxima sea menor que la memoria "
"actual"
#: src/uml/uml_driver.c:1793
msgid "cannot attach device on inactive domain"
msgstr "no es posible adjuntar un dispositivo a un dominio inactivo"
#: src/uml/uml_driver.c:1835 src/uml/uml_driver.c:1943
#: src/vbox/vbox_tmpl.c:5296 src/vbox/vbox_tmpl.c:5311
#: src/vbox/vbox_tmpl.c:5446
msgid "cannot modify the persistent configuration of a domain"
msgstr "no es posible modificar la configuración persistente de un dominio"
#: src/uml/uml_driver.c:1907
msgid "cannot detach device on inactive domain"
msgstr "no es posible desconectar el disco en un dominio inactivo"
#: src/uml/uml_driver.c:2098 tools/virsh.c:7992
#, c-format
msgid "cannot read %s"
msgstr "no es posible leer %s"
#: src/util/authhelper.c:41
#, c-format
msgid "Enter username for %s [%s]"
msgstr "Ingrese un nombre de usuario para %s [%s]"
#: src/util/authhelper.c:46
#, c-format
msgid "Enter username for %s"
msgstr "Ingrese nombre de usuario para %s"
#: src/util/authhelper.c:87
#, c-format
msgid "Enter %s's password for %s"
msgstr "Ingrese la contraseña de %s para %s"
#: src/util/cgroup.c:103
msgid "Unable to open /proc/mounts"
msgstr "No es posible abrir /proc/mounts"
#: src/util/cgroup.c:155
msgid "Unable to open /proc/self/cgroup"
msgstr "No es posible abrir /proc/self/cgroup"
#: src/util/cgroup.c:214
#, c-format
msgid "Failed to detect mounts for %s"
msgstr "Falló al intentar detectar montajes para %s"
#: src/util/cgroup.c:236
#, c-format
msgid "Could not find placement for controller %s at %s"
msgstr "No es posible encontrar lugar para el controlador %s en %s "
#: src/util/cgroup.c:249
#, c-format
msgid "Failed to detect mapping for %s"
msgstr "Fallo al mapeo para %s"
#: src/util/cgroup.c:454
#, c-format
msgid "Failed to get %s %d"
msgstr "Falló al obtener%s %d"
#: src/util/cgroup.c:467
#, c-format
msgid "Failed to set %s %d"
msgstr "Falló al definir %s %d"
#: src/util/cgroup.c:485
#, c-format
msgid "Failed to read %s/%s (%d)"
msgstr "Falló al leer %s/%s (%d)"
#: src/util/cgroup.c:499
#, c-format
msgid "Failed to set %s/%s (%d)"
msgstr "Falló al definir %s/%s (%d)"
#: src/util/cgroup.c:664
#, c-format
msgid "Unable to open %s (%d)"
msgstr "No es posible abrir %s (%d)"
#: src/util/cgroup.c:675
#, c-format
msgid "Failed to readdir for %s (%d)"
msgstr "Falló al leer leer el directorio para %s (%d)"
#: src/util/cgroup.c:696
#, c-format
msgid "Unable to remove %s (%d)"
msgstr "No es posible eliminar %s (%d)"
#: src/util/command.c:115
#, c-format
msgid "cannot clear process capabilities %d"
msgstr "no es posible limpiar capacidades de proceso %d"
#: src/util/command.c:165
msgid "cannot block signals"
msgstr "no es posible bloquear señales"
#: src/util/command.c:187 src/util/command.c:496
msgid "cannot fork child process"
msgstr "no es posible iniciar proceso hijo"
#: src/util/command.c:200 src/util/command.c:247
msgid "cannot unblock signals"
msgstr "no es posible desbloquear señales"
#: src/util/command.c:320
#, c-format
msgid "Cannot find '%s' in path"
msgstr ""
#: src/util/command.c:338
msgid "cannot create pipe"
msgstr "no es posible crear pipe"
#: src/util/command.c:345 src/util/command.c:376
msgid "Failed to set non-blocking file descriptor flag"
msgstr "Falló al definir marca de descriptor de archivo non-blocking"
#: src/util/command.c:369
msgid "Failed to create pipe"
msgstr "Falló al crear pipe"
#: src/util/command.c:446
msgid "failed to setup stdin file handle"
msgstr "Falló al definir manipulador de archivo stdin"
#: src/util/command.c:452
msgid "failed to setup stdout file handle"
msgstr "Falló al definir manipulador de archivo stdout"
#: src/util/command.c:458
msgid "failed to setup stderr file handle"
msgstr "Falló al definir manipulador de archivo stderr"
#: src/util/command.c:483
msgid "cannot become session leader"
msgstr "no es posible convertirse en líder de sesión"
#: src/util/command.c:489
msgid "cannot change to root directory"
msgstr ""
#: src/util/command.c:506
#, c-format
msgid "could not write pidfile %s for %d"
msgstr "no es posible escribir el archivo pid %s de %d"
#: src/util/command.c:527
msgid "Could not disable SIGPIPE"
msgstr ""
#: src/util/command.c:538
msgid "Could not re-enable SIGPIPE"
msgstr ""
#: src/util/command.c:558
#, c-format
msgid "cannot execute binary %s"
msgstr "no es posible ejecutar binario %s"
#: src/util/command.c:618
msgid "virRun is not implemented for WIN32"
msgstr ""
#: src/util/command.c:640
msgid "virExec is not implemented for WIN32"
msgstr "virExec no se encuentra implementado en WIN32"
#: src/util/command.c:1369 src/util/command.c:1579 src/util/command.c:1622
#: src/util/command.c:1833 src/util/command.c:1927 src/util/command.c:2079
#: src/util/command.c:2131
msgid "invalid use of command API"
msgstr ""
#: src/util/command.c:1403
#, c-format
msgid "exit status %d"
msgstr ""
#: src/util/command.c:1405
#, c-format
msgid "fatal signal %d"
msgstr ""
#: src/util/command.c:1407
#, c-format
msgid "invalid value %d"
msgstr ""
#: src/util/command.c:1481
msgid "unable to poll on child"
msgstr ""
#: src/util/command.c:1508
msgid "unable to read child stdout"
msgstr ""
#: src/util/command.c:1509
msgid "unable to read child stderr"
msgstr ""
#: src/util/command.c:1537
msgid "unable to write to child input"
msgstr ""
#: src/util/command.c:1593
msgid "Executing new processes is not supported on Win32 platform"
msgstr ""
#: src/util/command.c:1644
msgid "cannot mix caller fds with blocking execution"
msgstr ""
#: src/util/command.c:1650
msgid "cannot mix string I/O with daemon"
msgstr ""
#: src/util/command.c:1660
msgid "unable to open pipe"
msgstr ""
#: src/util/command.c:1765
#, c-format
msgid "Unable to change to %s"
msgstr ""
#: src/util/command.c:1773
msgid "Unable to notify parent process"
msgstr ""
#: src/util/command.c:1783
msgid "Unknown failure during hook execution"
msgstr ""
#: src/util/command.c:1786
msgid "Unable to send error to parent process"
msgstr ""
#: src/util/command.c:1795
msgid "Unable to wait on parent process"
msgstr ""
#: src/util/command.c:1797
msgid "libvirtd quit during handshake"
msgstr ""
#: src/util/command.c:1801
#, c-format
msgid "Unexpected confirm code '%c' from parent process"
msgstr ""
#: src/util/command.c:1845
msgid "cannot mix string I/O with asynchronous command"
msgstr ""
#: src/util/command.c:1851
#, c-format
msgid "command is already running as pid %d"
msgstr ""
#: src/util/command.c:1858
msgid "daemonized command cannot use virCommandRunAsync"
msgstr ""
#: src/util/command.c:1863
#, c-format
msgid "daemonized command cannot set working directory %s"
msgstr ""
#: src/util/command.c:1869
msgid "creation of pid file requires daemonized command"
msgstr ""
#: src/util/command.c:1933
msgid "command is not yet running"
msgstr ""
#: src/util/command.c:1943
#, c-format
msgid "unable to wait for process %d"
msgstr ""
#: src/util/command.c:1956
#, c-format
msgid "Child process (%s) status unexpected: %s"
msgstr ""
#: src/util/command.c:2085 src/util/command.c:2137
msgid "Handshake is already complete"
msgstr ""
#: src/util/command.c:2092
msgid "Unable to wait for child process"
msgstr ""
#: src/util/command.c:2094
msgid "Child process quit during startup handshake"
msgstr ""
#: src/util/command.c:2109
msgid "No error message from child failure"
msgstr ""
#: src/util/command.c:2143
msgid "Unable to notify child process"
msgstr ""
#: src/util/conf.c:355
msgid "unterminated number"
msgstr "número indeterminado"
#: src/util/conf.c:388 src/util/conf.c:412 src/util/conf.c:427
msgid "unterminated string"
msgstr "cadena no determinada"
#: src/util/conf.c:458 src/util/conf.c:528
msgid "expecting a value"
msgstr "esperando un valor"
#: src/util/conf.c:469
msgid "lists not allowed in VMX format"
msgstr "lista no permitida en formato VMX"
#: src/util/conf.c:490
msgid "expecting a separator in list"
msgstr "esperando un separador en lista"
#: src/util/conf.c:513
msgid "list is not closed with ]"
msgstr "la lista no finaliza con ]"
#: src/util/conf.c:520
msgid "numbers not allowed in VMX format"
msgstr "números no permitidos en formato VMX"
#: src/util/conf.c:563
msgid "expecting a name"
msgstr "se espera un nombre"
#: src/util/conf.c:627
msgid "expecting a separator"
msgstr "se espera un separador"
#: src/util/conf.c:658
msgid "expecting an assignment"
msgstr "se espera una tarea"
#: src/util/conf.c:955
msgid "failed to open file"
msgstr "Falló al abrir el archivo"
#: src/util/conf.c:965
msgid "failed to save content"
msgstr "Falló al guardar el contenido"
#: src/util/dnsmasq.c:577
#, c-format
msgid "Failed to make dnsmasq (PID: %d) reload config files."
msgstr ""
"Falló al realizar la recarga de los archivos de configuración dnsmasq (PID: "
"%d)."
#: src/util/event_poll.c:600
msgid "Unable to poll on file handles"
msgstr ""
#: src/util/event_poll.c:650
msgid "Unable to setup wakeup pipe"
msgstr ""
#: src/util/event_poll.c:658
#, c-format
msgid "Unable to add handle %d to event loop"
msgstr ""
#: src/util/hash.c:40
msgid "Hash operation not allowed during iteration"
msgstr ""
#: src/util/hooks.c:101
#, c-format
msgid "Invalid hook name for #%d"
msgstr "Nombre de enganche no válido para #%d"
#: src/util/hooks.c:108 src/util/hooks.c:248
#, c-format
msgid "Failed to build path for %s hook"
msgstr "Falló al construir la dirección para el enganche %s"
#: src/util/hooks.c:235
#, c-format
msgid "Hook for %s, failed to find operation #%d"
msgstr "Trabado por %s, falló al encontrar la operación #%d"
#: src/util/hostusb.c:80
#, c-format
msgid "Could not parse usb file %s"
msgstr "No se pudo analizar el archivo USB %s"
#: src/util/hostusb.c:102
#, c-format
msgid "Could not open directory %s"
msgstr "No es posible abrir el directorio %s"
#: src/util/hostusb.c:129
#, c-format
msgid "Failed to parse dir name '%s'"
msgstr "Fallo al intentar analizar el nombre '%s'"
#: src/util/hostusb.c:147
#, c-format
msgid "Did not find USB device %x:%x"
msgstr "No se pudo encontrar el dispositivo USB %x:%x"
#: src/util/hostusb.c:177
#, c-format
msgid "dev->name buffer overflow: %.3o:%.3o"
msgstr ""
#: src/util/hostusb.c:193
#, c-format
msgid "dev->id buffer overflow: %d %d"
msgstr ""
#: src/util/iohelper.c:99
#, c-format
msgid "Unable to process file with flags %d"
msgstr ""
#: src/util/iohelper.c:115
#, c-format
msgid "Unable to read %s"
msgstr ""
#: src/util/iohelper.c:123
#, c-format
msgid "Unable to write %s"
msgstr ""
#: src/util/iohelper.c:133
#, c-format
msgid "Unable to close %s"
msgstr ""
#: src/util/iohelper.c:166
#, c-format
msgid "%s: syntax FILENAME FLAGS MODE OFFSET LENGTH DELETE\n"
msgstr ""
#: src/util/iohelper.c:173
#, c-format
msgid "%s: malformed file flags %s"
msgstr ""
#: src/util/iohelper.c:178
#, c-format
msgid "%s: malformed file mode %s"
msgstr ""
#: src/util/iohelper.c:183
#, c-format
msgid "%s: malformed file offset %s"
msgstr ""
#: src/util/iohelper.c:187
#, c-format
msgid "%s: malformed file length %s"
msgstr ""
#: src/util/iohelper.c:191
#, c-format
msgid "%s: malformed delete flag %s"
msgstr ""
#: src/util/iohelper.c:208
#, c-format
msgid "%s: unknown failure with %s\n"
msgstr ""
#: src/util/interface.c:118
msgid "ifaceGetFlags is not supported on non-linux platforms"
msgstr "No existe soporte en plataformas que no sean linux para ifaceGetFlags"
#: src/util/interface.c:127
msgid "ifaceIsUp is not supported on non-linux platforms"
msgstr "No existe soporte en plataformas que no sean linux para ifaceIsUp"
#: src/util/interface.c:241 src/util/interface.c:318
#, c-format
msgid "invalid interface name %s"
msgstr "nombre de interfaz %s inválido"
#: src/util/interface.c:250
#, c-format
msgid "coud not get MAC address of interface %s"
msgstr "no se pudo obtener una dirección MAC de la interfaz %s"
#: src/util/interface.c:329
#, c-format
msgid "interface %s does not exist"
msgstr "no existe la interfaz %s"
#: src/util/interface.c:349
msgid "ifaceGetIndex is not supported on non-linux platforms"
msgstr "No existe soporte en plataformas que no sean linux para ifaceGetIndex"
#: src/util/interface.c:394
msgid "ifaceGetVlanID is not supported on non-linux platforms"
msgstr "No existe soporte en plataformas que no sean linux para ifaceGetVlanID"
#: src/util/interface.c:605
#, c-format
msgid "error creating %s type of interface"
msgstr "error al crear el tipo %s de interfaz"
#: src/util/interface.c:629 src/util/interface.c:743 src/util/interface.c:887
#: src/util/macvtap.c:730
msgid "malformed netlink response message"
msgstr "mensaje de respuesta netlink mal formado"
#: src/util/interface.c:637 src/util/interface.c:751 src/util/interface.c:895
#: src/util/macvtap.c:738
msgid "allocated netlink buffer is too small"
msgstr ""
#: src/util/interface.c:654
msgid ""
"ifaceMacvtapLinkAdd is not supported since the include files were too old"
msgstr ""
#: src/util/interface.c:657
msgid "ifaceMacvtapLinkAdd is not supported on non-linux platforms"
msgstr ""
#: src/util/interface.c:719
#, c-format
msgid "error destroying %s interface"
msgstr "error al destruir la interfaz %s"
#: src/util/interface.c:762
msgid "ifaceLinkDel is not supported since the include files were too old"
msgstr ""
#: src/util/interface.c:765
msgid "ifaceLinkDel is not supported on non-linux platforms"
msgstr ""
#: src/util/interface.c:857
#, c-format
msgid "error dumping %s (%d) interface"
msgstr "error descargando la interfaz %s (%d)"
#: src/util/interface.c:911
msgid ""
"ifaceMacvtapLinkDump is not supported since the include files were too old"
msgstr ""
#: src/util/interface.c:914
msgid "ifaceMacvtapLinkDump is not supported on non-linux platforms"
msgstr ""
#: src/util/interface.c:968
msgid "buffer for root interface name is too small"
msgstr "el búfer del nombre de la interfaz raíz es demasiado pequeño"
#: src/util/interface.c:1004
msgid "ifaceGetNthParent is not supported since the include files were too old"
msgstr ""
#: src/util/interface.c:1007
msgid "ifaceGetNthParent is not supported on non-linux platforms"
msgstr ""
#: src/util/interface.c:1035
#, c-format
msgid ""
"Getting MAC address from '%s' to '%02x:%02x:%02x:%02x:%02x:%02x' failed."
msgstr ""
#: src/util/interface.c:1052
#, c-format
msgid "Unable to preserve mac for %s"
msgstr ""
#: src/util/interface.c:1061 src/util/interface.c:1112
#, c-format
msgid "Setting MAC address on '%s' to '%02x:%02x:%02x:%02x:%02x:%02x' failed."
msgstr ""
#: src/util/interface.c:1102
#, c-format
msgid "Cannot parse MAC address from '%s'"
msgstr ""
#: src/util/iptables.c:297
msgid "Only IPv4 or IPv6 addresses can be used with iptables"
msgstr ""
#: src/util/iptables.c:303
msgid "Failure to mask address"
msgstr ""
#: src/util/iptables.c:767
#, c-format
msgid "Attempted to NAT '%s'. NAT is only supported for IPv4."
msgstr ""
#: src/util/json.c:927
msgid "Unable to create JSON parser"
msgstr ""
#: src/util/json.c:939
#, c-format
msgid "cannot parse json %s: %s"
msgstr "no es posible analizar json %s: %s"
#: src/util/json.c:1051
msgid "Unable to create JSON formatter"
msgstr ""
#: src/util/json.c:1081 src/util/json.c:1087
msgid "No JSON parser implementation is available"
msgstr "No existe disponible una implementación para analizador JSON"
#: src/util/macvtap.c:123
msgid "buffer for ifindex path is too small"
msgstr "el búfer de la ruta ifindex es demasiado pequeño"
#: src/util/macvtap.c:131
#, c-format
msgid "cannot open macvtap file %s to determine interface index"
msgstr ""
"no es posible abrir el archivo macvtap %s para poder determinar el índice de "
"la interfaz"
#: src/util/macvtap.c:138
msgid "cannot determine macvtap's tap device interface index"
msgstr ""
"no es posible determinar el índice de la interfaz del dispositivo tap macvtap"
#: src/util/macvtap.c:150
msgid "internal buffer for tap device is too small"
msgstr "el búfer interno para el dispositivo tap es muy pequeño"
#: src/util/macvtap.c:167
#, c-format
msgid "cannot open macvtap tap device %s"
msgstr "no es posible abrir el dispositivo tap macvtap %s"
#: src/util/macvtap.c:201
msgid "cannot get interface flags on macvtap tap"
msgstr "no es posible obtener las banderas de la interfaz tap macvtap"
#: src/util/macvtap.c:210
msgid "cannot clean IFF_VNET_HDR flag on macvtap tap"
msgstr "no es posible quitar la bandera IFF_VNET_HDR en el tap macvtap"
#: src/util/macvtap.c:216
msgid "cannot set IFF_VNET_HDR flag on macvtap tap"
msgstr "no es posible definir marca IFF_VNET_HDR en la pulsión macvtap"
#: src/util/macvtap.c:305
#, c-format
msgid "Interface %s already exists"
msgstr "Ya existe la interfaz %s"
#: src/util/macvtap.c:344
#, c-format
msgid ""
"cannot 'up' interface %s -- another macvtap device may be 'up' and have the "
"same MAC address"
msgstr ""
"no es posible 'levantar' la interfaz %s -- tal vez otro dispositivo macvtap "
"pueda encontrarse 'levantado' y posea la misma dirección MAC "
#: src/util/macvtap.c:439
msgid "error parsing pid of lldpad"
msgstr "error analizando pid de lldpad"
#: src/util/macvtap.c:444
#, c-format
msgid "Error opening file %s"
msgstr "Error abriendo el archivo %s"
#: src/util/macvtap.c:480
msgid "error parsing IFLA_PORT_SELF part"
msgstr "error analizando la parte IFLA_PORT_SELF "
#: src/util/macvtap.c:484
msgid "IFLA_PORT_SELF is missing"
msgstr "No se encuentra IFLA_PORT_SELF"
#: src/util/macvtap.c:496
msgid "error while iterating over IFLA_VF_PORTS part"
msgstr "error iterando sobre la parte IFLA_VF_PORTS"
#: src/util/macvtap.c:502
msgid "error parsing IFLA_VF_PORT part"
msgstr "error analizando la parte IFLA_VF_PORT"
#: src/util/macvtap.c:520
msgid "Could not find netlink response with expected parameters"
msgstr "No es posible hallar respuesta netlink con los parámetros esperados"
#: src/util/macvtap.c:525
msgid "IFLA_VF_PORTS is missing"
msgstr "No se encuentra IFLA_VF_PORTS"
#: src/util/macvtap.c:539
msgid "no IFLA_PORT_RESPONSE found in netlink message"
msgstr "No se ha encontrado IFLA_PORT_RESPONSE en el mensaje netlink"
#: src/util/macvtap.c:706
#, c-format
msgid "error during virtual port configuration of ifindex %d"
msgstr "error durante la configuración del puerto virtual del índice %d"
#: src/util/macvtap.c:775
msgid "sending of PortProfileRequest failed."
msgstr "falló el envío de PortProfileRequest"
#: src/util/macvtap.c:795
#, c-format
msgid "error %d during port-profile setlink on interface %s (%d)"
msgstr ""
"error %d durante la definición del enlace del perfil del puerto sobre la "
"interfaz %s (%d)"
#: src/util/macvtap.c:809
msgid "port-profile setlink timed out"
msgstr "tiempo de espera agotado para definición de enlace al perfil de puerto"
#: src/util/macvtap.c:868 src/util/macvtap.c:983
msgid "Kernel VF Port support was missing at compile time."
msgstr ""
"El soporte de puerto VF del kernel se perdió en el momento de la compilación."
#: src/util/macvtap.c:909 src/util/macvtap.c:1049
#, c-format
msgid "operation type %d not supported"
msgstr "no existe soporte para el tipo de operación %d"
#: src/util/netlink.c:81
msgid "cannot allocate nlhandle for netlink"
msgstr ""
#: src/util/netlink.c:87
msgid "cannot connect to netlink socket"
msgstr ""
#: src/util/netlink.c:99
msgid "cannot send to netlink socket"
msgstr "no es posible enviar hacia el socket netlink"
#: src/util/netlink.c:113
msgid "error in select call"
msgstr "error en la llamada select"
#: src/util/netlink.c:116
msgid "no valid netlink response was received"
msgstr "no se ha recibido ninguna respuesta netlink válida"
#: src/util/netlink.c:124
msgid "nl_recv failed"
msgstr ""
#: src/util/netlink.c:147
msgid "nlComm is not supported since libnl was not available"
msgstr ""
#: src/util/netlink.c:149
msgid "nlComm is not supported on non-linux platforms"
msgstr ""
#: src/util/network.c:83 src/util/network.c:176
msgid "Missing address"
msgstr ""
#: src/util/network.c:92
#, c-format
msgid "Cannot parse socket address '%s': %s"
msgstr ""
#: src/util/network.c:99
#, c-format
msgid "No socket addresses found for '%s'"
msgstr ""
#: src/util/network.c:200
#, c-format
msgid "Cannot convert socket address to string: %s"
msgstr ""
#: src/util/pci.c:618
#, c-format
msgid "Active %s devices on bus with %s, not doing bus reset"
msgstr ""
"Dispositivos %s activos en el bus con %s, sin hacer restablecimiento de bus"
#: src/util/pci.c:628 src/util/pci.c:1610
#, c-format
msgid "Failed to find parent device for %s"
msgstr "Falló al encontrar un dispositivo principal para %s"
#: src/util/pci.c:641 src/util/pci.c:687
#, c-format
msgid "Failed to read PCI config space for %s"
msgstr "Falló al leer el espacio de configuración PCI para %s"
#: src/util/pci.c:661 src/util/pci.c:707
#, c-format
msgid "Failed to restore PCI config space for %s"
msgstr "Falló al restaurar configuración de espacio PCI para %s"
#: src/util/pci.c:722
#, c-format
msgid "Failed to open config space file '%s'"
msgstr "Falló al abrir el archivo de configuración de espacio '%s'"
#: src/util/pci.c:747
#, c-format
msgid "Not resetting active device %s"
msgstr "No se está reiniciando el dispositivo activo %s"
#: src/util/pci.c:774
#, c-format
msgid "Unable to reset PCI device %s: %s"
msgstr "No es posible reiniciar el dispositivo PCI %s: %s"
#: src/util/pci.c:776
msgid "no FLR, PM reset or bus reset available"
msgstr "no existe disponible ni FLR, ni reinicio PM, ni reinicio del bus"
#: src/util/pci.c:900
#, c-format
msgid "Failed to unbind PCI device '%s' from %s"
msgstr ""
#: src/util/pci.c:918
#, c-format
msgid "Failed to remove slot for PCI device '%s' from %s"
msgstr ""
#: src/util/pci.c:942
#, c-format
msgid "Failed to trigger a re-probe for PCI device '%s'"
msgstr "Falló al desencadenar una nueva comprobación del dispositivo PCI '%s'"
#: src/util/pci.c:1000
#, c-format
msgid "Failed to add PCI device ID '%s' to %s"
msgstr "Falló al añadir ID de dispositivo PCI '%s' en %s"
#: src/util/pci.c:1031
#, c-format
msgid "Failed to unbind PCI device '%s'"
msgstr "Falló al desmontar dispositivo PCI '%s'"
#: src/util/pci.c:1053
#, c-format
msgid "Failed to add slot for PCI device '%s' to %s"
msgstr "Falló al añadir slot para dispositivo PCI '%s' hacia %s"
#: src/util/pci.c:1065
#, c-format
msgid "Failed to bind PCI device '%s' to %s"
msgstr "Falló al asociar dispositivo PCI '%s' con %s"
#: src/util/pci.c:1088
#, c-format
msgid "Failed to remove PCI ID '%s' from %s"
msgstr "Falló al eliminar ID de PCI '%s' de %s"
#: src/util/pci.c:1119 src/util/pci.c:1138
msgid "cannot find any PCI stub module"
msgstr "no es posible encontrar ningún modulo stub PCI"
#: src/util/pci.c:1125
#, c-format
msgid "Not detaching active device %s"
msgstr "No se está desasociando el dispositivo activo %s"
#: src/util/pci.c:1144
#, c-format
msgid "Not reattaching active device %s"
msgstr "No se está reasociando el dispositivo activo %s"
#: src/util/pci.c:1315
#, c-format
msgid "dev->name buffer overflow: %.4x:%.2x:%.2x.%.1x"
msgstr ""
#: src/util/pci.c:1327
#, c-format
msgid "Device %s not found: could not access %s"
msgstr "El dispositivo %s no ha sido encontrado: no es posible acceder a %s"
#: src/util/pci.c:1337
#, c-format
msgid "Failed to read product/vendor ID for %s"
msgstr "Falló al leer ID de producto/proveedor para %s "
#: src/util/pci.c:1346
#, c-format
msgid "dev->id buffer overflow: %s %s"
msgstr ""
#: src/util/pci.c:1422
#, c-format
msgid "Device %s is already in use"
msgstr "el nombre del puente '%s' ya está siendo utilizado."
#: src/util/pci.c:1665
#, c-format
msgid "Device %s is behind a switch lacking ACS and cannot be assigned"
msgstr ""
"El dispositivo %s se encuentra detrás de un interruptor que no posee ACS, y "
"por lo tanto no puede serle asignado"
#: src/util/processinfo.c:75 src/util/processinfo.c:91
#, c-format
msgid "cannot set CPU affinity on process %d"
msgstr "no es posible definir afinidad de CPU en el proceso %d"
#: src/util/processinfo.c:136 src/util/processinfo.c:150
#, c-format
msgid "cannot get CPU affinity of process %d"
msgstr "no es posible obtener afinidad de CPU en el proceso %d"
#: src/util/processinfo.c:170 src/util/processinfo.c:180
msgid "Process CPU affinity is not supported on this platform"
msgstr "El proceso de afinidad del CPU no está soportado en esta plataforma"
#: src/util/sexpr.c:245
#, c-format
msgid "unknown s-expression kind %d"
msgstr ""
#: src/util/stats_linux.c:54
msgid "Could not open /proc/net/dev"
msgstr "No es posible abrir /proc/net/dev"
#: src/util/stats_linux.c:110
msgid "/proc/net/dev: Interface not found"
msgstr ""
#: src/util/storage_file.c:760
#, c-format
msgid "cannot set to start of '%s'"
msgstr "no es posible definir al inicio de '%s'"
#: src/util/storage_file.c:765 src/util/storage_file.c:859
#, c-format
msgid "cannot read header '%s'"
msgstr "no es posible leer el encabezadio '%s'"
#: src/util/storage_file.c:796 src/util/storage_file.c:904
#, c-format
msgid "cannot open file '%s'"
msgstr "no es posible abrir el archivo '%s'"
#: src/util/storage_file.c:849
#, c-format
msgid "cannot seek to start of '%s'"
msgstr ""
#: src/util/storage_file.c:868
#, c-format
msgid "unknown storage file format %d"
msgstr "formato de archivo de almacenamiento %d desconocido"
#: src/util/storage_file.c:956
#, c-format
msgid "Invalid relative path '%s'"
msgstr "Ruta relativa '%s' no válida"
#: src/util/storage_file.c:974
#, c-format
msgid "cannot determine filesystem for '%s'"
msgstr "no es posible determinar el sistema de archivos de '%s'"
#: src/util/sysinfo.c:124
msgid "Host sysinfo extraction not supported on this platform"
msgstr ""
#: src/util/sysinfo.c:440
#, c-format
msgid "Failed to find path for %s binary"
msgstr ""
#: src/util/sysinfo.c:450
#, c-format
msgid "Failed to execute command %s"
msgstr ""
#: src/util/sysinfo.c:792
#, c-format
msgid "unexpected sysinfo type model %d"
msgstr ""
#: src/util/sysinfo.c:824
msgid "Target sysinfo does not match source"
msgstr ""
#: src/util/sysinfo.c:830
#, c-format
msgid "Target sysinfo %s does not match source %s"
msgstr ""
#: src/util/sysinfo.c:840
#, c-format
msgid "Target sysinfo %s %s does not match source %s"
msgstr ""
#: src/util/util.c:328
msgid "Unknown poll response."
msgstr "Respuesta a solicitud desconocida."
#: src/util/util.c:362
msgid "poll error"
msgstr "error en la consulta"
#: src/util/util.c:451
#, c-format
msgid "Failed to open file '%s'"
msgstr "Falló al abrir el disco '%s'"
#: src/util/util.c:458
#, c-format
msgid "Failed to read file '%s'"
msgstr "Falló al leer el archivo '%s' "
#: src/util/util.c:659
#, c-format
msgid "failed to create file '%s'"
msgstr "Falló al crear el archivo '%s' "
#: src/util/util.c:699
#, c-format
msgid "failed to create directory '%s'"
msgstr "falló al crear el directorio '%s'"
#: src/util/util.c:771
#, c-format
msgid "failed to create socket needed for '%s'"
msgstr ""
#: src/util/util.c:806 src/util/util.c:923
#, c-format
msgid "failed to wait for child creating '%s'"
msgstr "falló al esperar que el proceso hijo genere '%s'"
#: src/util/util.c:845
#, c-format
msgid "child failed to create file '%s'"
msgstr "el proceso hijo falló al crear el archivo '%s' "
#: src/util/util.c:953
#, c-format
msgid "child failed to create directory '%s'"
msgstr "el proceso hijo falló al crear el directorio '%s' "
#: src/util/util.c:969
#, c-format
msgid "cannot chown '%s' to group %u"
msgstr "no es posible modificar la pertenencia de '%s' al grupo %u"
#: src/util/util.c:995
msgid "virFileOpenAs is not implemented for WIN32"
msgstr ""
#: src/util/util.c:1007
msgid "virDirCreate is not implemented for WIN32"
msgstr "virDirCreate no se encuentra implementado en WIN32"
#: src/util/util.c:1876
#, c-format
msgid "Disk index %d is negative"
msgstr "El índice de disco %d es negativo"
#: src/util/util.c:1932
msgid "failed to determine host name"
msgstr "Falló al determinar el nombre del host"
#: src/util/util.c:1958
#, c-format
msgid "getaddrinfo failed for '%s': %s"
msgstr "falló getaddrinfo para '%s': %s "
#: src/util/util.c:2114
#, c-format
msgid "Failed to find user record for uid '%u'"
msgstr "Falló al buscar registro de usuario para el uid '%u' "
#: src/util/util.c:2178
#, c-format
msgid "Failed to find user record for name '%s'"
msgstr "Falló al buscar registro de usuario para el nombre '%s' "
#: src/util/util.c:2227
#, c-format
msgid "Failed to find group record for name '%s'"
msgstr "Falló al buscar registro de grupo para el nombre '%s' "
#: src/util/util.c:2254
#, c-format
msgid "cannot change to '%d' group"
msgstr "no es posible trasladarse al grupo '%d'"
#: src/util/util.c:2286
#, c-format
msgid "cannot getpwuid_r(%d)"
msgstr ""
#: src/util/util.c:2293
#, c-format
msgid "cannot initgroups(\"%s\", %d)"
msgstr ""
#: src/util/util.c:2302
#, c-format
msgid "cannot change to uid to '%d'"
msgstr ""
#: src/util/util.c:2320
msgid "virGetUserDirectory is not available"
msgstr "no se encuentra disponible virGetUserDirectory"
#: src/util/util.c:2329
msgid "virGetUserName is not available"
msgstr "no se encuentra disponible virGetUserName"
#: src/util/util.c:2338
msgid "virGetUserID is not available"
msgstr "no se encuentra disponible virGetUserID"
#: src/util/util.c:2348
msgid "virGetGroupID is not available"
msgstr "no se encuentra disponible virGetGroupID"
#: src/util/util.c:2358
msgid "virSetUIDGID is not available"
msgstr ""
#: src/util/util.c:2505 src/xen/xm_internal.c:351
msgid "cannot get time of day"
msgstr "no es posible obtener la hora actual"
#: src/util/virtaudit.c:60
msgid "Unable to initialize audit layer"
msgstr ""
#: src/util/virterror.c:220
msgid "An error occurred, but the cause is unknown"
msgstr ""
#: src/util/virterror.c:557
msgid "warning"
msgstr "aviso"
#: src/util/virterror.c:560 tools/virsh.c:13232
msgid "error"
msgstr "error"
#: src/util/virterror.c:690
msgid "No error message provided"
msgstr "No se ha provisto un mensaje de error"
#: src/util/virterror.c:753
#, c-format
msgid "internal error %s"
msgstr "error interno %s"
#: src/util/virterror.c:755
msgid "internal error"
msgstr "error interno"
#: src/util/virterror.c:758
msgid "out of memory"
msgstr "memoria agotada"
#: src/util/virterror.c:762
msgid "this function is not supported by the connection driver"
msgstr "esta función no está soportada por el controlador de conexión"
#: src/util/virterror.c:764
#, c-format
msgid "this function is not supported by the connection driver: %s"
msgstr "esta función no está soportada por el controlador de conexión: %s"
#: src/util/virterror.c:768
msgid "no connection driver available"
msgstr "no existe disponible un controlador de conexión"
#: src/util/virterror.c:770
#, c-format
msgid "no connection driver available for %s"
msgstr "no existe disponible un controlador de conexión para %s"
#: src/util/virterror.c:774
msgid "invalid connection pointer in"
msgstr "indicador de conexión inválido en"
#: src/util/virterror.c:776
#, c-format
msgid "invalid connection pointer in %s"
msgstr "indicador de conexión inválido en %s"
#: src/util/virterror.c:780
msgid "invalid domain pointer in"
msgstr "indicador de dominio inválido en"
#: src/util/virterror.c:782
#, c-format
msgid "invalid domain pointer in %s"
msgstr "indicador de dominio inválido en %s"
#: src/util/virterror.c:786
msgid "invalid argument in"
msgstr "argumento inválido en "
#: src/util/virterror.c:788
#, c-format
msgid "invalid argument in %s"
msgstr "argumento inválido en %s"
#: src/util/virterror.c:792
#, c-format
msgid "operation failed: %s"
msgstr "Falló la operación: %s"
#: src/util/virterror.c:794
msgid "operation failed"
msgstr "Falló la operación"
#: src/util/virterror.c:798
#, c-format
msgid "GET operation failed: %s"
msgstr "Falló la operación GET: %s"
#: src/util/virterror.c:800
msgid "GET operation failed"
msgstr "Falló la operación GET"
#: src/util/virterror.c:804
#, c-format
msgid "POST operation failed: %s"
msgstr "Falló la creación del POST: %s"
#: src/util/virterror.c:806
msgid "POST operation failed"
msgstr "Falló la creación POST"
#: src/util/virterror.c:809
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "se ha obtenido un código de error HTTP %d desconocido"
#: src/util/virterror.c:813
#, c-format
msgid "unknown host %s"
msgstr "host %s desconocido"
#: src/util/virterror.c:815
msgid "unknown host"
msgstr "host desconocido"
#: src/util/virterror.c:819
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "Falló al serializar S-Expr: %s"
#: src/util/virterror.c:821
msgid "failed to serialize S-Expr"
msgstr "Falló al serializar S-Expr"
#: src/util/virterror.c:825
msgid "could not use Xen hypervisor entry"
msgstr "no se pudo utilizar la entrada del hypervisor Xen"
#: src/util/virterror.c:827
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "no se pudo utilizar la entrada %s del hypervisor Xen "
#: src/util/virterror.c:831
msgid "could not connect to Xen Store"
msgstr "no se ha podido conectar con el Depósito Xen"
#: src/util/virterror.c:833
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "no se ha podido conectar con el Depósito Xen %s"
#: src/util/virterror.c:836
#, c-format
msgid "failed Xen syscall %s"
msgstr "Falló syscall Xen %s"
#: src/util/virterror.c:840
msgid "unknown OS type"
msgstr "tipo de sistema operativo desconocido"
#: src/util/virterror.c:842
#, c-format
msgid "unknown OS type %s"
msgstr "tipo de sistema operativo %s desconocido"
#: src/util/virterror.c:845
msgid "missing kernel information"
msgstr "falta información del kernel "
#: src/util/virterror.c:849
msgid "missing root device information"
msgstr "falta información del dispositivo raíz"
#: src/util/virterror.c:851
#, c-format
msgid "missing root device information in %s"
msgstr "no se encuentra información en %s acerca del dispositivo raíz"
#: src/util/virterror.c:855
msgid "missing source information for device"
msgstr "no se encuentra información de origen para el dispositivo"
#: src/util/virterror.c:857
#, c-format
msgid "missing source information for device %s"
msgstr "no se encuentra información de origen para el dispositivo %s"
#: src/util/virterror.c:861
msgid "missing target information for device"
msgstr "no se encuentra información de destino para el dispositivo"
#: src/util/virterror.c:863
#, c-format
msgid "missing target information for device %s"
msgstr "no se encuentra información de destino para el dispositivo %s"
#: src/util/virterror.c:867
msgid "missing domain name information"
msgstr "falta información de nombre del dominio"
#: src/util/virterror.c:869
#, c-format
msgid "missing domain name information in %s"
msgstr "no se encuentra información de nombre de dominio en %s"
#: src/util/virterror.c:873
msgid "missing operating system information"
msgstr "falta información del sistema operativo"
#: src/util/virterror.c:875
#, c-format
msgid "missing operating system information for %s"
msgstr "no se encuentra información de sistema operativo para %s"
#: src/util/virterror.c:879
msgid "missing devices information"
msgstr "falta información de dispositivos"
#: src/util/virterror.c:881
#, c-format
msgid "missing devices information for %s"
msgstr "no se encuentra información de dispositivos para %s"
#: src/util/virterror.c:885
msgid "too many drivers registered"
msgstr "demasiados dispositivos registrados"
#: src/util/virterror.c:887
#, c-format
msgid "too many drivers registered in %s"
msgstr "demasiados dispositivos registrados en %s"
#: src/util/virterror.c:891
msgid "library call failed, possibly not supported"
msgstr "Falló el llamado a la biblioteca, posiblemente no tenga soporte"
#: src/util/virterror.c:893
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "Falló el llamado a la biblioteca %s, posiblemente no tenga soporte"
#: src/util/virterror.c:897
msgid "XML description is invalid or not well formed"
msgstr ""
#: src/util/virterror.c:899
#, c-format
msgid "XML error: %s"
msgstr ""
#: src/util/virterror.c:903
msgid "this domain exists already"
msgstr "este dominio ya existe"
#: src/util/virterror.c:905
#, c-format
msgid "domain %s exists already"
msgstr "el dominio %s ya existe"
#: src/util/virterror.c:909
msgid "operation forbidden for read only access"
msgstr "operación no permitida para acceso de solo lectura"
#: src/util/virterror.c:911
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operación %s prohibida para acceso de solo lectura"
#: src/util/virterror.c:915
msgid "failed to open configuration file for reading"
msgstr "Falló al abrir el archivo de configuración para lectura"
#: src/util/virterror.c:917
#, c-format
msgid "failed to open %s for reading"
msgstr "Falló al abrir %s para lectura"
#: src/util/virterror.c:921
msgid "failed to read configuration file"
msgstr "Falló al leer archivo de configuración"
#: src/util/virterror.c:923
#, c-format
msgid "failed to read configuration file %s"
msgstr "Falló al leer archivo de configuración %s"
#: src/util/virterror.c:927
msgid "failed to parse configuration file"
msgstr "Falló al analizar archivo de configuración"
#: src/util/virterror.c:929
#, c-format
msgid "failed to parse configuration file %s"
msgstr "Falló al analizar el archivo de configuración %s"
#: src/util/virterror.c:933
msgid "configuration file syntax error"
msgstr "error de sintaxis en el archivo de configuración"
#: src/util/virterror.c:935
#, c-format
msgid "configuration file syntax error: %s"
msgstr "error de sintaxis en el archivo de configuración: %s"
#: src/util/virterror.c:939
msgid "failed to write configuration file"
msgstr "Falló al escribir archivo de configuración"
#: src/util/virterror.c:941
#, c-format
msgid "failed to write configuration file: %s"
msgstr "Falló al escribir el archivo de configuración: %s"
#: src/util/virterror.c:945
msgid "parser error"
msgstr "error de examinador"
#: src/util/virterror.c:951
msgid "invalid network pointer in"
msgstr "indicador de red inválido en "
#: src/util/virterror.c:953
#, c-format
msgid "invalid network pointer in %s"
msgstr "indicador de red inválido en %s"
#: src/util/virterror.c:957
msgid "this network exists already"
msgstr "esta red ya existe"
#: src/util/virterror.c:959
#, c-format
msgid "network %s exists already"
msgstr "la red %s ya existe"
#: src/util/virterror.c:963
msgid "system call error"
msgstr "error de llamada de sistema"
#: src/util/virterror.c:969
msgid "RPC error"
msgstr "error RPC"
#: src/util/virterror.c:975
msgid "GNUTLS call error"
msgstr "error de llamada de GNUTLS"
#: src/util/virterror.c:981
msgid "Failed to find the network"
msgstr "Falló al encontrar la red"
#: src/util/virterror.c:983
#, c-format
msgid "Failed to find the network: %s"
msgstr "Falló al encontrar la red: %s"
#: src/util/virterror.c:987
msgid "Domain not found"
msgstr "No se encontró el dominio"
#: src/util/virterror.c:989
#, c-format
msgid "Domain not found: %s"
msgstr "No se encontró dominio: %s"
#: src/util/virterror.c:993
msgid "Network not found"
msgstr "No se encontró red"
#: src/util/virterror.c:995
#, c-format
msgid "Network not found: %s"
msgstr "No se ha encontrado la red: %s"
#: src/util/virterror.c:999
msgid "invalid MAC address"
msgstr "dirección MAC no válida"
#: src/util/virterror.c:1001
#, c-format
msgid "invalid MAC address: %s"
msgstr "dirección MAC no válida: %s"
#: src/util/virterror.c:1007
#, c-format
msgid "authentication failed: %s"
msgstr "Falló la autenticación: %s"
#: src/util/virterror.c:1011
msgid "Storage pool not found"
msgstr "No se encontró grupo de almacenamiento"
#: src/util/virterror.c:1013
#, c-format
msgid "Storage pool not found: %s"
msgstr "No se encontró grupo de almacenamiento: %s"
#: src/util/virterror.c:1017
msgid "Storage volume not found"
msgstr "Volumen de almacenamiento no encontrado"
#: src/util/virterror.c:1019
#, c-format
msgid "Storage volume not found: %s"
msgstr "No se encontró volumen de almacenamiento: %s"
#: src/util/virterror.c:1023
msgid "invalid storage pool pointer in"
msgstr "indicador de grupo de almacenamiento inválido en "
#: src/util/virterror.c:1025
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "indicador de grupo de almacenamiento inválido en %s"
#: src/util/virterror.c:1029
msgid "invalid storage volume pointer in"
msgstr "indicador de volumen de almacenamiento inválido en "
#: src/util/virterror.c:1031
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "indicador de volumen de almacenamiento inválido en %s"
#: src/util/virterror.c:1035
msgid "Failed to find a storage driver"
msgstr "Falló al encontrar un controlador de almacenamiento"
#: src/util/virterror.c:1037
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Falló al encontrar un dispositivo de almacenamiento: %s"
#: src/util/virterror.c:1041
msgid "Failed to find a node driver"
msgstr "Falló al encontrar un controlador de nodo"
#: src/util/virterror.c:1043
#, c-format
msgid "Failed to find a node driver: %s"
msgstr "Falló al encontrar un controlador de nodo: %s"
#: src/util/virterror.c:1047
msgid "invalid node device pointer"
msgstr "indicador de dispositivo de nodo inválido"
#: src/util/virterror.c:1049
#, c-format
msgid "invalid node device pointer in %s"
msgstr "indicador de dispositivo de nodo inválido en %s"
#: src/util/virterror.c:1053
msgid "Node device not found"
msgstr "Dispositivo de nodo no encontrado"
#: src/util/virterror.c:1055
#, c-format
msgid "Node device not found: %s"
msgstr "Dispositivo de nodo no encontrado: %s"
#: src/util/virterror.c:1059
msgid "Security model not found"
msgstr "Modelo de seguridad no encontrado"
#: src/util/virterror.c:1061
#, c-format
msgid "Security model not found: %s"
msgstr "No se encontró modelo de seguridad: %s"
#: src/util/virterror.c:1065
msgid "Requested operation is not valid"
msgstr "La operación solicitada no es válida"
#: src/util/virterror.c:1067
#, c-format
msgid "Requested operation is not valid: %s"
msgstr "La información solicitada no es válida: %s"
#: src/util/virterror.c:1071
msgid "Failed to find the interface"
msgstr "Falló al encontrar la interfaz"
#: src/util/virterror.c:1073
#, c-format
msgid "Failed to find the interface: %s"
msgstr "Falló al encontrar la interfaz: %s"
#: src/util/virterror.c:1077
msgid "Interface not found"
msgstr "No se encontró interfaz"
#: src/util/virterror.c:1079
#, c-format
msgid "Interface not found: %s"
msgstr "No se encontró interfaz: %s"
#: src/util/virterror.c:1083
msgid "invalid interface pointer in"
msgstr "indicador de interfaz inválido en "
#: src/util/virterror.c:1085
#, c-format
msgid "invalid interface pointer in %s"
msgstr "indicador de interfaz inválido en %s"
#: src/util/virterror.c:1089
msgid "multiple matching interfaces found"
msgstr "se han encontrado múltiples interfaces coincidentes"
#: src/util/virterror.c:1091
#, c-format
msgid "multiple matching interfaces found: %s"
msgstr "se han encontrado múltiples interfaces coincidentes: %s"
#: src/util/virterror.c:1095
msgid "Failed to find a secret storage driver"
msgstr "Falló al intentar encontrar un controlador de almacenamiento secreto"
#: src/util/virterror.c:1097
#, c-format
msgid "Failed to find a secret storage driver: %s"
msgstr ""
"Falló al intentar encontrar un dispositivo de almacenamiento secreto: %s"
#: src/util/virterror.c:1101
msgid "Invalid secret"
msgstr "Secreto inválido"
#: src/util/virterror.c:1103
#, c-format
msgid "Invalid secret: %s"
msgstr "Secreto inválido: %s"
#: src/util/virterror.c:1107
msgid "Secret not found"
msgstr "Secreto no encontrado"
#: src/util/virterror.c:1109
#, c-format
msgid "Secret not found: %s"
msgstr "Secreto no encontrado: %s"
#: src/util/virterror.c:1113
msgid "Failed to start the nwfilter driver"
msgstr "Falló al iniciar el controlador de filtro de red"
#: src/util/virterror.c:1115
#, c-format
msgid "Failed to start the nwfilter driver: %s"
msgstr "Falló al iniciar el controlador de filtro de red: %s"
#: src/util/virterror.c:1119
msgid "Invalid network filter"
msgstr "Filtro de red no válido "
#: src/util/virterror.c:1121
#, c-format
msgid "Invalid network filter: %s"
msgstr "Filtro de red no válido: %s "
#: src/util/virterror.c:1125
msgid "Network filter not found"
msgstr "No se encontró un filtro de red"
#: src/util/virterror.c:1127
#, c-format
msgid "Network filter not found: %s"
msgstr "No se encontró un filtro de red: %s"
#: src/util/virterror.c:1131
msgid "Error while building firewall"
msgstr "Error al construir el cortafuegos"
#: src/util/virterror.c:1133
#, c-format
msgid "Error while building firewall: %s"
msgstr "Error al construir el cortafuegos: %s"
#: src/util/virterror.c:1137
msgid "unsupported configuration"
msgstr "configuración no soportada"
#: src/util/virterror.c:1139
#, c-format
msgid "unsupported configuration: %s"
msgstr "configuración no soportada: %s "
#: src/util/virterror.c:1143
msgid "Timed out during operation"
msgstr "Tiempo de espera agotado durante la operación"
#: src/util/virterror.c:1145
#, c-format
msgid "Timed out during operation: %s"
msgstr "Finalizó el tiempo establecido durante la operación: %s"
#: src/util/virterror.c:1149
msgid "Failed to make domain persistent after migration"
msgstr ""
"Falló al intentar hacer que el dominio sea persistente luego de la migración"
#: src/util/virterror.c:1151
#, c-format
msgid "Failed to make domain persistent after migration: %s"
msgstr ""
"Falló al intentar hacer que el dominio sea persistente luego de la "
"migración: %s"
#: src/util/virterror.c:1155
msgid "Hook script execution failed"
msgstr "Falló la ejecución del script de enganche"
#: src/util/virterror.c:1157
#, c-format
msgid "Hook script execution failed: %s"
msgstr "Falló la ejecución del script de enganche: %s"
#: src/util/virterror.c:1161
msgid "Invalid snapshot"
msgstr "Captura instantánea no válida"
#: src/util/virterror.c:1163
#, c-format
msgid "Invalid snapshot: %s"
msgstr "Captura instantánea no válida: %s"
#: src/util/virterror.c:1167
msgid "Domain snapshot not found"
msgstr "No se ha encontrado la captura instantánea del dominio"
#: src/util/virterror.c:1169
#, c-format
msgid "Domain snapshot not found: %s"
msgstr "No se ha encontrado la captura instantánea del dominio: %s"
#: src/util/virterror.c:1173
msgid "invalid stream pointer"
msgstr ""
#: src/util/virterror.c:1175
#, c-format
msgid "invalid stream pointer in %s"
msgstr ""
#: src/util/xml.c:68
msgid "Invalid parameter to virXPathString()"
msgstr "Parámetro inválido hacia virXPathString()"
#: src/util/xml.c:108
#, c-format
msgid "'%s' value longer than %zd bytes"
msgstr ""
#: src/util/xml.c:138
msgid "Invalid parameter to virXPathNumber()"
msgstr "Parámetro inválido hacia virXPathNumber()"
#: src/util/xml.c:167
msgid "Invalid parameter to virXPathLong()"
msgstr "Parámetro inválido hacia virXPathLong()"
#: src/util/xml.c:280 src/util/xml.c:404
msgid "Invalid parameter to virXPathULong()"
msgstr "Parámetro inválido hacia virXPathULong)"
#: src/util/xml.c:458
msgid "Invalid parameter to virXPathLongLong()"
msgstr "Parámetro inválido hacia virXPathLongLong()"
#: src/util/xml.c:515
msgid "Invalid parameter to virXPathBoolean()"
msgstr "Parámetro inválido hacia virXPathBoolean()"
#: src/util/xml.c:552
msgid "Invalid parameter to virXPathNode()"
msgstr "Parámetro inválido hacia virXPathNode()"
#: src/util/xml.c:592
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "Parámetro inválido hacia virXPathNodeSet()"
#: src/util/xml.c:607
#, c-format
msgid "Incorrect xpath '%s'"
msgstr ""
#: src/util/xml.c:651
#, c-format
msgid "at line %d: %s"
msgstr "en la línea %d: %s"
#: src/util/xml.c:704
msgid "missing root element"
msgstr "No se encuentra elemento raíz"
#: src/util/xml.c:719
msgid "failed to parse xml document"
msgstr "Falló al intentar analizar documento xml"
#: src/vbox/vbox_MSCOMGlue.c:352 src/vbox/vbox_MSCOMGlue.c:379
#, c-format
msgid "Could not query registry value '%s\\%s'"
msgstr ""
#: src/vbox/vbox_MSCOMGlue.c:358
#, c-format
msgid "Registry value '%s\\%s' has unexpected type"
msgstr ""
#: src/vbox/vbox_MSCOMGlue.c:364
#, c-format
msgid "Registry value '%s\\%s' is too short"
msgstr ""
#: src/vbox/vbox_MSCOMGlue.c:545 src/vbox/vbox_MSCOMGlue.c:553
#, c-format
msgid "Could not parse IID from '%s', rc = 0x%08x"
msgstr ""
#: src/vbox/vbox_MSCOMGlue.c:562
#, c-format
msgid "Could not create VirtualBox instance, rc = 0x%08x"
msgstr ""
#: src/vbox/vbox_MSCOMGlue.c:571
#, c-format
msgid "Could not create Session instance, rc = 0x%08x"
msgstr ""
#: src/vbox/vbox_XPCOMCGlue.c:100
#, c-format
msgid "Library '%s' doesn't exist"
msgstr ""
#: src/vbox/vbox_XPCOMCGlue.c:145
#, c-format
msgid "Could not dlsym %s from '%s': %s"
msgstr ""
#: src/vbox/vbox_XPCOMCGlue.c:153
#, c-format
msgid "Calling %s from '%s' failed"
msgstr ""
#: src/vbox/vbox_driver.c:156 src/vbox/vbox_tmpl.c:986
msgid "no VirtualBox driver path specified (try vbox:///session)"
msgstr ""
"no se ha especificado un camino de controlador de VirtualBox (intente "
"vbox:///session)"
#: src/vbox/vbox_driver.c:163 src/vbox/vbox_tmpl.c:993
#, c-format
msgid "unknown driver path '%s' specified (try vbox:///session)"
msgstr ""
"camino '%s' de controlador especificado desconocido (intente vbox:///"
"session) "
#: src/vbox/vbox_driver.c:170 src/vbox/vbox_tmpl.c:1000
#, c-format
msgid "unknown driver path '%s' specified (try vbox:///system)"
msgstr ""
"camino '%s' de controlador especificado desconocido (intente vbox:///system)"
#: src/vbox/vbox_driver.c:176
msgid "unable to initialize VirtualBox driver API"
msgstr "no es posible iniciar controlador API de VirtualBox"
#: src/vbox/vbox_tmpl.c:893
msgid "nsIEventQueue object is null"
msgstr "El objeto nsIEventQueue es nulo"
#: src/vbox/vbox_tmpl.c:902
msgid "IVirtualBox object is null"
msgstr "El objeto IVirtualBox es nulo"
#: src/vbox/vbox_tmpl.c:908
msgid "ISession object is null"
msgstr "El objeto ISession es nulo"
#: src/vbox/vbox_tmpl.c:941
msgid "Cound not extract VirtualBox version"
msgstr "No se pudo extraer versión de VirtualBox"
#: src/vbox/vbox_tmpl.c:1112
#, c-format
msgid "Could not get list of Domains, rc=%08x"
msgstr "No es posible obtener una lista de dominios, rc=%08x"
#: src/vbox/vbox_tmpl.c:1149
#, c-format
msgid "Could not get number of Domains, rc=%08x"
msgstr "No se pudo obtener la cantidad de dominios, rc=%08x"
#: src/vbox/vbox_tmpl.c:1221 src/vbox/vbox_tmpl.c:1281
#: src/vbox/vbox_tmpl.c:1351 src/vbox/vbox_tmpl.c:1425
#: src/vbox/vbox_tmpl.c:1824 src/vbox/vbox_tmpl.c:3566
#, c-format
msgid "Could not get list of machines, rc=%08x"
msgstr "No es posible obtener una lista de máquinas, rc=%08x"
#: src/vbox/vbox_tmpl.c:1521
msgid "error while suspending the domain"
msgstr "error mientras se suspendía el dominio"
#: src/vbox/vbox_tmpl.c:1527
msgid "machine not in running state to suspend it"
msgstr ""
"la máquina no se encuentra en estado de ejecución para poder suspenderla"
#: src/vbox/vbox_tmpl.c:1573
msgid "error while resuming the domain"
msgstr "error al reanudar el dominio"
#: src/vbox/vbox_tmpl.c:1579
msgid "machine not paused, so can't resume it"
msgstr "la máquina no ha sido pausada, de modo que no puede reanudarse"
#: src/vbox/vbox_tmpl.c:1616
msgid "machine paused, so can't power it down"
msgstr "la máquina ha sido pausada, de modo que no puede apagarse"
#: src/vbox/vbox_tmpl.c:1620 src/vbox/vbox_tmpl.c:1712
msgid "machine already powered down"
msgstr "la máquina ya se encuentra encendida"
#: src/vbox/vbox_tmpl.c:1675
msgid "machine not running, so can't reboot it"
msgstr "la máquina no está ejecutándose, de modo que no es posible reiniciarla"
#: src/vbox/vbox_tmpl.c:1782
msgid "memory size can't be changed unless domain is powered down"
msgstr ""
"el tamaño de la memoria no puede ser modificado a menos que el dominio haya "
"sido apagado"
#: src/vbox/vbox_tmpl.c:1798 src/vbox/vbox_tmpl.c:4848
#, c-format
msgid "could not set the memory size of the domain to: %lu Kb, rc=%08x"
msgstr ""
"no se pudo definir el tamaño de la memoria del dominio a: %lu Kb, rc=%08x"
#: src/vbox/vbox_tmpl.c:1935 src/vbox/vbox_tmpl.c:5626
#: src/vbox/vbox_tmpl.c:5728 src/vbox/vbox_tmpl.c:5832
#: src/vbox/vbox_tmpl.c:5872 src/vbox/vbox_tmpl.c:5935
#: src/vbox/vbox_tmpl.c:5967 src/vbox/vbox_tmpl.c:6007
#: src/vbox/vbox_tmpl.c:6175 src/vbox/vbox_tmpl.c:6332
msgid "no domain with matching UUID"
msgstr "no existe un dominio coincidente con el UUID"
#: src/vbox/vbox_tmpl.c:2072
#, c-format
msgid "could not set the number of cpus of the domain to: %u, rc=%08x"
msgstr "no se pudo definir la cantidad de cpus del dominio a: %u, rc=%08x"
#: src/vbox/vbox_tmpl.c:2083
#, c-format
msgid "can't open session to the domain with id %d"
msgstr "no es posible abrir una sesión en el dominio con ID %d"
#: src/vbox/vbox_tmpl.c:2721
#, c-format
msgid ""
"Could not generate medium name for the disk at: controller instance:%u, port:"
"%d, slot:%d"
msgstr ""
"No es posible generar un nombre de medio para el disco en: controller "
"instance:%u, port:%d, slot:%d"
#: src/vbox/vbox_tmpl.c:3292
#, c-format
msgid "Could not get list of Defined Domains, rc=%08x"
msgstr "No se pudo obtener una lista de dominios definidos, rc=%08x"
#: src/vbox/vbox_tmpl.c:3342
#, c-format
msgid "Could not get number of Defined Domains, rc=%08x"
msgstr "No se pudo obtener la cantidad de Dominios Definidos, rc=%08x"
#: src/vbox/vbox_tmpl.c:3512
msgid "OpenRemoteSession/LaunchVMProcess failed, domain can't be started"
msgstr ""
#: src/vbox/vbox_tmpl.c:3559
msgid "Error while reading the domain name"
msgstr "Error al leer el nombre del dominio"
#: src/vbox/vbox_tmpl.c:3596
msgid "machine is not in poweroff|saved|aborted state, so couldn't start it"
msgstr ""
"la máquina no se ecuentra en estado apagado|guardado|abortado, de modo que "
"no pudo ser iniciada"
#: src/vbox/vbox_tmpl.c:3729 src/vbox/vbox_tmpl.c:5188
#, c-format
msgid "can't get the uuid of the file to be attached to cdrom: %s, rc=%08x"
msgstr ""
"no es posible obtener el uuid del archivo a ser asociado al cdrom: %s, rc="
"%08x"
#: src/vbox/vbox_tmpl.c:3736 src/vbox/vbox_tmpl.c:5197
#, c-format
msgid "could not attach the file to cdrom: %s, rc=%08x"
msgstr "no se pudo asociar el archivo al cdrom: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:3793
#, c-format
msgid "can't get the uuid of the file to be attached as harddisk: %s, rc=%08x"
msgstr ""
"no es posible obtener el uuid del archivo a ser asociado como disco rígido: "
"%s, rc=%08x"
#: src/vbox/vbox_tmpl.c:3839
#, c-format
msgid "could not attach the file as harddisk: %s, rc=%08x"
msgstr "no se pudo asociar el archivo como un disco rígido: %s, rc=%08x "
#: src/vbox/vbox_tmpl.c:3885 src/vbox/vbox_tmpl.c:5241
#, c-format
msgid ""
"can't get the uuid of the file to be attached to floppy drive: %s, rc=%08x"
msgstr ""
"no es posible obtener el uuid del archivo a ser asociado al dispositivo de "
"disquete: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:3893 src/vbox/vbox_tmpl.c:5248
#, c-format
msgid "could not attach the file to floppy drive: %s, rc=%08x"
msgstr "no se pudo asociar el archivo al dispositivo de disquete: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:4067
#, c-format
msgid ""
"Failed to attach the following disk/dvd/floppy to the machine: %s, rc=%08x"
msgstr ""
"Falló al asociar el siguiente disco/dvd/disquete a la máquina: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:4077
#, c-format
msgid ""
"can't get the uuid of the file to be attached as harddisk/dvd/floppy: %s, rc="
"%08x"
msgstr ""
"no es posible obtener el uuid del archivo a ser asociado como disco rígido/"
"dvd/disquete: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:4118
#, c-format
msgid ""
"can't get the port/slot number of harddisk/dvd/floppy to be attached: %s, rc="
"%08x"
msgstr ""
"no es posible obtener el puerto/número de zócalo del disco rígido/dvd/"
"disquete a ser asociado: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:4141
#, c-format
msgid "could not attach the file as harddisk/dvd/floppy: %s, rc=%08x"
msgstr ""
"no se pudo asociar el archivo como disco rígido/dvd/disquete: %s, rc=%08x "
#: src/vbox/vbox_tmpl.c:4840 src/vbox/vbox_tmpl.c:4908
#, c-format
msgid "could not define a domain, rc=%08x"
msgstr "no se pudo definir un dominio, rc=%08x"
#: src/vbox/vbox_tmpl.c:4860
#, c-format
msgid "could not set the number of virtual CPUs to: %u, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:4878
#, c-format
msgid "could not change PAE status to: %s, rc=%08x"
msgstr "no se pudo modificar el estado de PAE en: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:4880 src/vbox/vbox_tmpl.c:4891
#: src/vbox/vbox_tmpl.c:4899
msgid "Enabled"
msgstr "Habilitado"
#: src/vbox/vbox_tmpl.c:4880 src/vbox/vbox_tmpl.c:4891
#: src/vbox/vbox_tmpl.c:4899
msgid "Disabled"
msgstr "Deshabilitado"
#: src/vbox/vbox_tmpl.c:4889
#, c-format
msgid "could not change ACPI status to: %s, rc=%08x"
msgstr "no es posible modificar el estado ACPI a: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:4897
#, c-format
msgid "could not change APIC status to: %s, rc=%08x"
msgstr "no es posible modificar el estado APIC a: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:5099
#, c-format
msgid "could not delete the domain, rc=%08x"
msgstr "no se pudo eliminar dominio, rc=%08x"
#: src/vbox/vbox_tmpl.c:5381
#, c-format
msgid "could not de-attach the mounted ISO, rc=%08x"
msgstr "no se pudo des-asociar el ISO montado, rc=%08x"
#: src/vbox/vbox_tmpl.c:5402
#, c-format
msgid "could not attach the file to floppy drive, rc=%08x"
msgstr "no se pudo asociar el archivo al dispositivo de disquete, rc=%08x "
#: src/vbox/vbox_tmpl.c:5468 src/vbox/vbox_tmpl.c:5839
#, c-format
msgid "could not get snapshot count for domain %s"
msgstr "no se pudo obtener la cantidad de capturas instantáneas del dominio %s"
#: src/vbox/vbox_tmpl.c:5488
#, c-format
msgid "could not get root snapshot for domain %s"
msgstr "no se pudo obtener captura instantánea raíz del dominio %s"
#: src/vbox/vbox_tmpl.c:5501
#, c-format
msgid "unexpected number of snapshots < %u"
msgstr "cantidad no esperada de capturas instantáneas < %u"
#: src/vbox/vbox_tmpl.c:5509 src/vbox/vbox_tmpl.c:6297
msgid "could not get children snapshots"
msgstr "no se pudo obtener capturas instantáneas hijo "
#: src/vbox/vbox_tmpl.c:5518
#, c-format
msgid "unexpected number of snapshots > %u"
msgstr "cantidad no esperada de capturas instantáneas > %u"
#: src/vbox/vbox_tmpl.c:5564 src/vbox/vbox_tmpl.c:5889
msgid "could not get snapshot name"
msgstr "no es posible obtener el nombre de la captura instantánea"
#: src/vbox/vbox_tmpl.c:5579
#, c-format
msgid "domain %s has no snapshots with name %s"
msgstr "el dominio %s no posee capturas instantáneas denominadas %s"
#: src/vbox/vbox_tmpl.c:5633 src/vbox/vbox_tmpl.c:6102
#: src/vbox/vbox_tmpl.c:6202 src/vbox/vbox_tmpl.c:6343
msgid "could not get domain state"
msgstr "no es posible obtener estado del dominio"
#: src/vbox/vbox_tmpl.c:5648 src/vbox/vbox_tmpl.c:6118
#: src/vbox/vbox_tmpl.c:6359
#, c-format
msgid "could not open VirtualBox session with domain %s"
msgstr "no se pudo iniciar sesión VirtualBox con el dominio %s"
#: src/vbox/vbox_tmpl.c:5670 src/vbox/vbox_tmpl.c:5678
#, c-format
msgid "could not take snapshot of domain %s"
msgstr "no se pudo realizar una captura instantánea del dominio %s"
#: src/vbox/vbox_tmpl.c:5685 src/vbox/vbox_tmpl.c:6194
#, c-format
msgid "could not get current snapshot of domain %s"
msgstr "no se pudo obtener la captura instantánea actual del dominio %s"
#: src/vbox/vbox_tmpl.c:5742
#, c-format
msgid "could not get description of snapshot %s"
msgstr "no se pudo obtener descripción de la captura instantánea %s"
#: src/vbox/vbox_tmpl.c:5758
#, c-format
msgid "could not get creation time of snapshot %s"
msgstr "no se pudo obtener la hora de creación de la captura instantánea %s"
#: src/vbox/vbox_tmpl.c:5768
#, c-format
msgid "could not get parent of snapshot %s"
msgstr "no se pudo obtener la captura instantánea paterna %s"
#: src/vbox/vbox_tmpl.c:5776
#, c-format
msgid "could not get name of parent of snapshot %s"
msgstr "no se pudo obtener el nombre de la captura instantánea paterna %s"
#: src/vbox/vbox_tmpl.c:5791 src/vbox/vbox_tmpl.c:6186
#, c-format
msgid "could not get online state of snapshot %s"
msgstr "no se pudo obtener el estado en línea de la captura instantánea %s"
#: src/vbox/vbox_tmpl.c:5974 src/vbox/vbox_tmpl.c:6014
msgid "could not get current snapshot"
msgstr "no se pudo obtener la captura instantánea actual"
#: src/vbox/vbox_tmpl.c:6020
msgid "domain has no snapshots"
msgstr "el dominio no posee capturas instantáneas"
#: src/vbox/vbox_tmpl.c:6027
msgid "could not get current snapshot name"
msgstr "no se pudo obtener el nombre de la captura instantánea actual"
#: src/vbox/vbox_tmpl.c:6061 src/vbox/vbox_tmpl.c:6248
msgid "could not get snapshot UUID"
msgstr "no se pudo obtener el UUID de la captura instantánea"
#: src/vbox/vbox_tmpl.c:6068 src/vbox/vbox_tmpl.c:6130
#: src/vbox/vbox_tmpl.c:6140
#, c-format
msgid "could not restore snapshot for domain %s"
msgstr "no se pudo restaurar la captura instantánea del dominio %s"
#: src/vbox/vbox_tmpl.c:6095
msgid "could not get domain UUID"
msgstr "no se pudo obtener el UUID del dominio"
#: src/vbox/vbox_tmpl.c:6109
#, c-format
msgid "domain %s is already running"
msgstr "el dominio %s ya se encuentra en ejecución"
#: src/vbox/vbox_tmpl.c:6127
msgid "cannot restore domain snapshot for running domain"
msgstr ""
"no es posible restaurar capturas instantáneas de dominio en el dominio en "
"ejecución"
#: src/vbox/vbox_tmpl.c:6209
msgid "cannot revert snapshot of running domain"
msgstr ""
"no es posible revertir capturas instantáneas en el dominio en ejecución"
#: src/vbox/vbox_tmpl.c:6260
msgid "cannot delete domain snapshot for running domain"
msgstr ""
"no es posible eliminar capturas instantáneas de dominio en el dominio en "
"ejecución"
#: src/vbox/vbox_tmpl.c:6263 src/vbox/vbox_tmpl.c:6272
msgid "could not delete snapshot"
msgstr "no es posible eliminar capturas instantáneas"
#: src/vbox/vbox_tmpl.c:6350
msgid "cannot delete snapshots of running domain"
msgstr "no es posible eliminar capturas instantáneas del dominio en ejecución"
#: src/vbox/vbox_tmpl.c:7846
#, c-format
msgid "could not get number of volumes in the pool: %s, rc=%08x"
msgstr "no se pudo obtener la cantidad de volúmenes en el grupo: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:7898
#, c-format
msgid "could not get the volume list in the pool: %s, rc=%08x"
msgstr "no se pudo obtener la lista de volúmen en el grupo: %s, rc=%08x"
#: src/vbox/vbox_tmpl.c:7980 src/vbox/vbox_tmpl.c:8205
#: src/vbox/vbox_tmpl.c:8374 src/vbox/vbox_tmpl.c:8441
#: src/vbox/vbox_tmpl.c:8548
#, c-format
msgid "Could not parse UUID from '%s'"
msgstr ""
#: src/vbox/vbox_tmpl.c:8621
msgid "unable to get monitor count"
msgstr ""
#: src/vbox/vbox_tmpl.c:8627
#, c-format
msgid "screen ID higher than monitor count (%d)"
msgstr ""
#: src/vbox/vbox_tmpl.c:8666
msgid "unable to get screen resolution"
msgstr ""
#: src/vbox/vbox_tmpl.c:8676
msgid "failed to take screenshot"
msgstr ""
#: src/vbox/vbox_tmpl.c:8682
#, c-format
msgid "unable to write data to '%s'"
msgstr ""
#: src/vmware/vmware_conf.c:247
#, c-format
msgid "failed to parse %s version"
msgstr ""
#: src/vmware/vmware_conf.c:253
msgid "version parsing error"
msgstr ""
#: src/vmware/vmware_conf.c:298
#, c-format
msgid "path '%s' doesn't reference a file"
msgstr ""
#: src/vmware/vmware_conf.c:414
#, c-format
msgid "file %s does not exist"
msgstr ""
#: src/vmware/vmware_conf.c:426
#, c-format
msgid "failed to move file to %s "
msgstr ""
#: src/vmware/vmware_conf.c:467
msgid "unable to read vmware log file"
msgstr ""
#: src/vmware/vmware_conf.c:473
msgid "cannot find pid in vmware log file"
msgstr ""
#: src/vmware/vmware_conf.c:481
msgid "cannot parse pid in vmware log file"
msgstr ""
#: src/vmware/vmware_driver.c:98
#, c-format
msgid ""
"unexpected VMware URI path '%s', try vmwareplayer:///session or vmwarews:///"
"session"
msgstr ""
#: src/vmware/vmware_driver.c:111
#, c-format
msgid "%s utility is missing"
msgstr ""
#: src/vmware/vmware_driver.c:275 src/vmware/vmware_driver.c:528
#, c-format
msgid "Failed to write vmx file '%s'"
msgstr ""
#: src/vmware/vmware_driver.c:364
msgid ""
"vmplayer does not support libvirt suspend/resume (vmware pause/unpause) "
"operation "
msgstr ""
#: src/vmware/vmware_driver.c:413
msgid ""
"vmplayer does not support libvirt suspend/resume(vmware pause/unpause) "
"operation "
msgstr ""
#: src/vmware/vmware_driver.c:432
msgid "domain is not in suspend state"
msgstr ""
#: src/vmx/vmx.c:587
#, c-format
msgid "libxml2 doesn't handle %s encoding"
msgstr ""
#: src/vmx/vmx.c:596
#, c-format
msgid "Could not convert from %s to UTF-8 encoding"
msgstr ""
#: src/vmx/vmx.c:628 src/vmx/vmx.c:644 src/vmx/vmx.c:673 src/vmx/vmx.c:689
#: src/vmx/vmx.c:719 src/vmx/vmx.c:730 src/vmx/vmx.c:768 src/vmx/vmx.c:779
#, c-format
msgid "Missing essential config entry '%s'"
msgstr "No se encuentra la entrada fundamental '%s' en la configuración"
#: src/vmx/vmx.c:634 src/vmx/vmx.c:680 src/vmx/vmx.c:745 src/vmx/vmx.c:796
#, c-format
msgid "Config entry '%s' must be a string"
msgstr "La entrada de configuración '%s' debe ser una cadena"
#: src/vmx/vmx.c:739
#, c-format
msgid "Config entry '%s' must represent an integer value"
msgstr "La entrada de configuración '%s' debe representar un valor entero"
#: src/vmx/vmx.c:790
#, c-format
msgid "Config entry '%s' must represent a boolean value (true|false)"
msgstr ""
"La entrada en el archivo de configuración '%s' debe representar el valor de "
"un booleano (true|false)"
#: src/vmx/vmx.c:812
msgid ""
"Expecting domain XML attribute 'dev' of entry 'devices/disk/target' to start "
"with 'sd'"
msgstr ""
"Se esperaba que el atributo 'dev', de la entrada 'devices/disk/target' del "
"dominio XML, comience con 'sd'"
#: src/vmx/vmx.c:821 src/vmx/vmx.c:861 src/vmx/vmx.c:896
#, c-format
msgid "Could not parse valid disk index from '%s'"
msgstr "No se pudo analizar un índice de disco válido desde '%s'"
#: src/vmx/vmx.c:828
#, c-format
msgid "SCSI disk index (parsed from '%s') is too large"
msgstr "El índice de disco SCSI (analizado desde '%s') es demasiado extenso"
#: src/vmx/vmx.c:852
msgid ""
"Expecting domain XML attribute 'dev' of entry 'devices/disk/target' to start "
"with 'hd'"
msgstr ""
"Se esperaba que el atributo 'dev', de la entrada 'devices/disk/target' del "
"dominio XML, comience con 'hd'"
#: src/vmx/vmx.c:868
#, c-format
msgid "IDE disk index (parsed from '%s') is too large"
msgstr "El índice de disco IDE (analizado desde '%s') es demasiado extenso"
#: src/vmx/vmx.c:887
msgid ""
"Expecting domain XML attribute 'dev' of entry 'devices/disk/target' to start "
"with 'fd'"
msgstr ""
"Se esperaba que el atributo 'dev', de la entrada 'devices/disk/target' del "
"dominio XML, comience con 'fd'"
#: src/vmx/vmx.c:903
#, c-format
msgid "Floppy disk index (parsed from '%s') is too large"
msgstr "El índice de disco floppy (analizado desde '%s') es demasiado extenso"
#: src/vmx/vmx.c:924
#, c-format
msgid "Unsupported disk address type '%s'"
msgstr "Tipo de dirección de disco '%s' no soportado "
#: src/vmx/vmx.c:936
msgid "Could not verify disk address"
msgstr "No se pudo verificar la dirección de disco"
#: src/vmx/vmx.c:944
#, c-format
msgid "Disk address %d:%d:%d doesn't match target device '%s'"
msgstr ""
"La dirección de disco %d:%d:%d no coincide con el dispositivo elegido '%s'"
#: src/vmx/vmx.c:953 src/vmx/vmx.c:1641 src/vmx/vmx.c:1834 src/vmx/vmx.c:1954
#, c-format
msgid "SCSI controller index %d out of [0..3] range"
msgstr "El índice %d del controlador SCSI se encuentra fuera de [0..3] rango"
#: src/vmx/vmx.c:960
#, c-format
msgid "SCSI bus index %d out of [0] range"
msgstr "El índice %d del bus SCSI se encuentra fuera de [0] rango"
#: src/vmx/vmx.c:967 src/vmx/vmx.c:1961
#, c-format
msgid "SCSI unit index %d out of [0..6,8..15] range"
msgstr ""
"El índice %d de la unidad SCSI se encuentra fuera de [0..6,8..15] rango"
#: src/vmx/vmx.c:974
#, c-format
msgid "IDE controller index %d out of [0] range"
msgstr "El índice %d del controlador IDE se encuentra fuera de [0] rango"
#: src/vmx/vmx.c:981 src/vmx/vmx.c:1981
#, c-format
msgid "IDE bus index %d out of [0..1] range"
msgstr "El índice %d del bus IDE se encuentra fuera de [0..1] rango"
#: src/vmx/vmx.c:988 src/vmx/vmx.c:1988
#, c-format
msgid "IDE unit index %d out of [0..1] range"
msgstr "El índice %d de la unidad IDE se encuentra fuera de [0..1] rango"
#: src/vmx/vmx.c:995 src/vmx/vmx.c:2013
#, c-format
msgid "FDC controller index %d out of [0] range"
msgstr "El índice %d del controlador FDC se encuentra fuera de [0] rango"
#: src/vmx/vmx.c:1002
#, c-format
msgid "FDC bus index %d out of [0] range"
msgstr "El índice %d del bus FDC se encuentra fuera de [0] rango"
#: src/vmx/vmx.c:1009 src/vmx/vmx.c:2020
#, c-format
msgid "FDC unit index %d out of [0..1] range"
msgstr "El índice %d de la unidad FDC se encuentra fuera de [0..1] rango"
#: src/vmx/vmx.c:1015
#, c-format
msgid "Unsupported bus type '%s'"
msgstr "Tipo de bus '%s' no soportado "
#: src/vmx/vmx.c:1047
#, c-format
msgid "Unknown driver name '%s'"
msgstr "Nombre de controlador '%s' desconocido"
#: src/vmx/vmx.c:1060
#, c-format
msgid "Missing SCSI controller for index %d"
msgstr "No se encuentra un controlador SCSI para el índice %d"
#: src/vmx/vmx.c:1069
#, c-format
msgid ""
"Inconsistent SCSI controller model ('%s' is not '%s') for SCSI controller "
"index %d"
msgstr ""
"Modelo del controlador SCSI inconsistente ('%s' no es '%s') para el índice "
"%d del controlador SCSI"
#: src/vmx/vmx.c:1149
#, c-format
msgid ""
"Disks on SCSI controller %d have inconsistent controller models, cannot "
"autodetect model"
msgstr ""
"Los discos en el controlador SCSI %d poseen modelos de controladores "
"inconsistentes, no es posible autodetectar el modelo"
#: src/vmx/vmx.c:1165
#, c-format
msgid ""
"Expecting domain XML attribute 'model' of entry 'controller' to be "
"'buslogic' or 'lsilogic' or 'lsisas1068' or 'vmpvscsi' but found '%s'"
msgstr ""
"Se esperaba que el atributo 'model', de la entrada 'controller' del dominio "
"XML, sea 'buslogic', o 'lsilogic', o 'lsisas1068', o 'vmpvscsi', pero se ha "
"encontrado '%s'"
#: src/vmx/vmx.c:1217
msgid "virVMXContext has no parseFileName function set"
msgstr ""
#: src/vmx/vmx.c:1270
#, c-format
msgid "Expecting VMX entry 'config.version' to be 8 but found %lld"
msgstr ""
"Se esperaba que la entrada VMX 'config.version' sea 8, pero se ha encontrado "
"%lld"
#: src/vmx/vmx.c:1283
#, c-format
msgid "Expecting VMX entry 'virtualHW.version' to be 4 or 7 but found %lld"
msgstr ""
"Se esperaba que la entrada VMX 'virtualHW.version' sea 4 o 7, pero se ha "
"encontrado %lld"
#: src/vmx/vmx.c:1304
msgid "VMX entry 'name' contains invalid escape sequence"
msgstr ""
#: src/vmx/vmx.c:1318
msgid "VMX entry 'annotation' contains invalid escape sequence"
msgstr ""
"La entrada 'annotation' de VMX contiene una secuencia de escape no válida"
#: src/vmx/vmx.c:1331
#, c-format
msgid ""
"Expecting VMX entry 'memsize' to be an unsigned integer (multiple of 4) but "
"found %lld"
msgstr ""
"Se esperaba que la entrada VMX 'memsize' sea un número entero no asignado "
"(múltiple de 4), pero se ha encontrado %lld"
#: src/vmx/vmx.c:1377
#, c-format
msgid ""
"Expecting VMX entry 'numvcpus' to be an unsigned integer (1 or a multiple of "
"2) but found %lld"
msgstr ""
"Se esperaba que la entrada VMX 'numvcpus' sea un número entero no asignado "
"(1 o algún otro múltiple de 2), pero se ha encontrado %lld"
#: src/vmx/vmx.c:1409 src/vmx/vmx.c:1437
#, c-format
msgid ""
"Expecting VMX entry 'sched.cpu.affinity' to be a comma separated list of "
"unsigned integers but found '%s'"
msgstr ""
"Se esperaba que la entrada VMX 'sched.cpu.affinity' sea una lista separada "
"por comas de números enteros no asignados, pero se ha encontrado '%s'"
#: src/vmx/vmx.c:1417
#, c-format
msgid "VMX entry 'sched.cpu.affinity' contains a %d, this value is too large"
msgstr ""
"La entrada VMX 'sched.cpu.affinity' contiene un %d, y este valor es "
"demasiado extenso"
#: src/vmx/vmx.c:1448
#, c-format
msgid ""
"Expecting VMX entry 'sched.cpu.affinity' to contain at least as many values "
"as 'numvcpus' (%lld) but found only %d value(s)"
msgstr ""
"Se esperaba que la entrada VMX 'sched.cpu.affinity' contenga por lo menos la "
"misma cantidad de valores que la entrada 'numvcpus' (%lld), pero sólo se han "
"encontrado los valores %d"
#: src/vmx/vmx.c:1472
#, c-format
msgid ""
"Expecting VMX entry 'sched.cpu.shares' to be an unsigned integer or 'low', "
"'normal' or 'high' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:1632
msgid "Could not add controllers"
msgstr "No se pudo agregar controladores"
#: src/vmx/vmx.c:1872
#, c-format
msgid ""
"Expecting VMX entry '%s' to be 'buslogic' or 'lsilogic' or 'lsisas1068' or "
"'pvscsi' but found '%s'"
msgstr ""
"Se esperaba que la entrada VMX '%s' sea 'buslogic', o 'lsilogic', o "
"'lsisas1068', o 'pvscsi', pero se ha encontrado '%s'"
#: src/vmx/vmx.c:2004 src/vmx/vmx.c:2037
#, c-format
msgid "Unsupported bus type '%s' for device type '%s'"
msgstr "Tipo de bus '%s' no soportado para el tipo de dispositivo '%s'"
#: src/vmx/vmx.c:2044 src/vmx/vmx.c:2219
#, c-format
msgid "Unsupported device type '%s'"
msgstr "Tipo de dispositivo '%s' no soportado"
#: src/vmx/vmx.c:2116
#, c-format
msgid "Expecting VMX entry '%s' to be 'scsi-hardDisk' or 'disk' but found '%s'"
msgstr ""
"Se esperaba que la entrada VMX '%s' sea 'scsi-hardDisk', o 'disk', pero se "
"ha encontrado '%s'"
#: src/vmx/vmx.c:2124
#, c-format
msgid "Expecting VMX entry '%s' to be 'ata-hardDisk' or 'disk' but found '%s'"
msgstr ""
"Se esperaba que la entrada VMX '%s' sea 'ata-hardDisk', o 'disk', pero se "
"ha encontrado '%s'"
#: src/vmx/vmx.c:2150 src/vmx/vmx.c:2186 src/vmx/vmx.c:2214
#, c-format
msgid "Invalid or not yet handled value '%s' for VMX entry '%s'"
msgstr "Valor '%s' no válido, o aún no manipulado para la entrada VMX '%s'"
#: src/vmx/vmx.c:2159
#, c-format
msgid "Expecting VMX entry '%s' to be 'cdrom-image' but found '%s'"
msgstr ""
"Se esperaba que la entrada VMX '%s' sea 'cdrom-image', pero se ha encontrado "
"'%s'"
#: src/vmx/vmx.c:2195
#, c-format
msgid "Expecting VMX entry '%s' to be 'file' but found '%s'"
msgstr ""
"Se esperaba que la entrada VMX '%s' sea 'file', pero se ha encontrado '%s'"
#: src/vmx/vmx.c:2226
#, c-format
msgid "Could not assign address to disk '%s'"
msgstr "No se pudo asignar direcciones al disco '%s' "
#: src/vmx/vmx.c:2299 src/vmx/vmx.c:3489
#, c-format
msgid "Ethernet controller index %d out of [0..3] range"
msgstr "Indice %d de controlador ethernet fuera de [0..3] rango "
#: src/vmx/vmx.c:2358 src/vmx/vmx.c:2368
#, c-format
msgid "Expecting VMX entry '%s' to be MAC address but found '%s'"
msgstr ""
"Se esperaba que la entrada VMX '%s' sea una dirección MAC, pero se ha "
"encontrado '%s'"
#: src/vmx/vmx.c:2375
#, c-format
msgid ""
"Expecting VMX entry '%s' to be 'generated' or 'static' or 'vpx' but found "
"'%s'"
msgstr ""
"Se esperaba que la entrada VMX '%s' sea 'generated', o 'static', o 'vpx', "
"pero se ha encontrado '%s'"
#: src/vmx/vmx.c:2392
#, c-format
msgid ""
"Expecting VMX entry '%s' to be 'vlance' or 'vmxnet' or 'vmxnet3' or 'e1000' "
"but found '%s'"
msgstr ""
"Se esperaba que la entrada VMX '%s' sea 'vlance', o 'vmxnet', o 'vmxnet3', o "
"'e1000', pero se ha encontrado '%s'"
#: src/vmx/vmx.c:2436 src/vmx/vmx.c:2442
#, c-format
msgid "No yet handled value '%s' for VMX entry '%s'"
msgstr "Aún no es posible manipular el valor '%s' para la entrada VMX '%s'"
#: src/vmx/vmx.c:2456
#, c-format
msgid "Invalid value '%s' for VMX entry '%s'"
msgstr "Valor '%s' no válido parea la entrada VMX '%s'"
#: src/vmx/vmx.c:2520 src/vmx/vmx.c:3591
#, c-format
msgid "Serial port index %d out of [0..3] range"
msgstr "Indice %d del puerto serial fuera de [0..3] rango "
#: src/vmx/vmx.c:2610
#, c-format
msgid "VMX entry '%s' doesn't contain a port part"
msgstr ""
#: src/vmx/vmx.c:2647
#, c-format
msgid "VMX entry '%s' contains unsupported scheme '%s'"
msgstr ""
#: src/vmx/vmx.c:2658
#, c-format
msgid "Expecting VMX entry '%s' to be 'server' or 'client' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:2664
#, c-format
msgid ""
"Expecting VMX entry '%s' to be 'device', 'file' or 'pipe' or 'network' but "
"found '%s'"
msgstr ""
#: src/vmx/vmx.c:2721 src/vmx/vmx.c:3697
#, c-format
msgid "Parallel port index %d out of [0..2] range"
msgstr "Indice %d del puerto paralelo fuera de [0..2] rango "
#: src/vmx/vmx.c:2783
#, c-format
msgid "Expecting VMX entry '%s' to be 'device' or 'file' but found '%s'"
msgstr ""
"Se esperaba que la entrada VMX '%s' sea 'device', o 'file', pero se ha "
"encontrado '%s'"
#: src/vmx/vmx.c:2874
msgid "virVMXContext has no formatFileName function set"
msgstr ""
#: src/vmx/vmx.c:2882
#, c-format
msgid "Expecting virt type to be '%s' but found '%s'"
msgstr "Se esperaba que el tipo virt sea '%s', pero se ha encontrado '%s'"
#: src/vmx/vmx.c:2905
#, c-format
msgid ""
"Expecting domain XML attribute 'arch' of entry 'os/type' to be 'i686' or "
"'x86_64' but found '%s'"
msgstr ""
"Se esperaba que el atributo 'arch', de la entrada 'os/type' del dominio XML, "
"sea 'i686', o 'x86_64', pero se ha encontrado '%s'"
#: src/vmx/vmx.c:2918
#, c-format
msgid "Unsupported SMBIOS mode '%s'"
msgstr ""
#: src/vmx/vmx.c:2982
msgid "No support for domain XML entry 'vcpu' attribute 'current'"
msgstr ""
#: src/vmx/vmx.c:2988
#, c-format
msgid ""
"Expecting domain XML entry 'vcpu' to be an unsigned integer (1 or a multiple "
"of 2) but found %d"
msgstr ""
"Se esperaba que la entrada 'vcpu' del dominio XML sea un número entero no "
"asignado (1, o múltiplo de 2), pero se ha encontrado %d"
#: src/vmx/vmx.c:3010
#, c-format
msgid ""
"Expecting domain XML attribute 'cpuset' of entry 'vcpu' to contain at least "
"%d CPU(s)"
msgstr ""
#: src/vmx/vmx.c:3058
#, c-format
msgid "Unsupported graphics type '%s'"
msgstr "Tipo de gráficos '%s' no soportado "
#: src/vmx/vmx.c:3115
#, c-format
msgid "Unsupported disk device type '%s'"
msgstr "Tipo de dispositivo de disco '%s' no soportado "
#: src/vmx/vmx.c:3148
msgid "No support for multiple video devices"
msgstr ""
#: src/vmx/vmx.c:3274
#, c-format
msgid "Unsupported bus type '%s' for harddisk"
msgstr "Tipo de bus '%s' no válido para disco rígido"
#: src/vmx/vmx.c:3281
#, c-format
msgid "%s harddisk '%s' has unsupported type '%s', expecting '%s'"
msgstr ""
"%s el disco rígido '%s' posee un tipo '%s' no soportado, se esperana '%s'"
#: src/vmx/vmx.c:3295
#, c-format
msgid ""
"Image file for %s harddisk '%s' has unsupported suffix, expecting '.vmdk'"
msgstr ""
"El archivo de imagen %s para el disco rígido '%s' posee un sufijo no "
"soportado, se esperaba '.vmdk'"
#: src/vmx/vmx.c:3318
#, c-format
msgid "%s harddisk '%s' has unsupported cache mode '%s'"
msgstr "%s el disco rígido '%s' posee un modo de caché '%s' no soportado"
#: src/vmx/vmx.c:3362
#, c-format
msgid "Unsupported bus type '%s' for cdrom"
msgstr "Tipo de bus '%s' para cdrom no soportado "
#: src/vmx/vmx.c:3377
#, c-format
msgid "Image file for %s cdrom '%s' has unsupported suffix, expecting '.iso'"
msgstr ""
"El archivo de imagen %s para el cdrom '%s' posee un sufijo no soportado, se "
"esperaba '.iso'"
#: src/vmx/vmx.c:3403
#, c-format
msgid "%s cdrom '%s' has unsupported type '%s', expecting '%s' or '%s'"
msgstr ""
"%s el cdrom '%s' posee un tipo '%s' no soportado, se esperaba '%s' o '%s'"
#: src/vmx/vmx.c:3442
#, c-format
msgid "Image file for floppy '%s' has unsupported suffix, expecting '.flp'"
msgstr ""
"El archivo de imagen '%s' para el floppy posee un sufijo no soportado, se "
"esperaba '.flp'"
#: src/vmx/vmx.c:3467
#, c-format
msgid "Floppy '%s' has unsupported type '%s', expecting '%s' or '%s'"
msgstr ""
"El floppy '%s' posee un tipo '%s' no soportado, se esperaba '%s' o '%s'"
#: src/vmx/vmx.c:3504
#, c-format
msgid ""
"Expecting domain XML entry 'devices/interfase/model' to be 'vlance' or "
"'vmxnet' or 'vmxnet2' or 'vmxnet3' or 'e1000' but found '%s'"
msgstr ""
"Se esperaba que la entrada 'devices/interfase/model' del dominio XML sea "
"'vlance', o 'vmxnet', o 'vmxnet2', o 'vmxnet3', o 'e1000', pero se ha "
"encontrado '%s'"
#: src/vmx/vmx.c:3540
#, c-format
msgid "Unsupported net type '%s'"
msgstr "Tipo de red '%s' no soportado"
#: src/vmx/vmx.c:3656
#, c-format
msgid "Unsupported character device TCP protocol '%s'"
msgstr ""
#: src/vmx/vmx.c:3674 src/vmx/vmx.c:3732
#, c-format
msgid "Unsupported character device type '%s'"
msgstr "Tipo de dispositivo de caracteres '%s' no soportado"
#: src/vmx/vmx.c:3749
#, c-format
msgid "Unsupported video device type '%s'"
msgstr ""
#: src/vmx/vmx.c:3762
msgid "Multi-head video devices are unsupported"
msgstr ""
#: src/xen/block_stats.c:176
#, c-format
msgid "Failed to read any block statistics for domain %d"
msgstr ""
#: src/xen/block_stats.c:190
#, c-format
msgid "Frontend block device not connected for domain %d"
msgstr ""
#: src/xen/block_stats.c:201
#, c-format
msgid "stats->rd_bytes would overflow 64 bit counter for domain %d"
msgstr ""
#: src/xen/block_stats.c:210
#, c-format
msgid "stats->wr_bytes would overflow 64 bit counter for domain %d"
msgstr ""
#: src/xen/block_stats.c:330
#, c-format
msgid ""
"invalid path, device names must be in the range sda[1-15] - sdiv[1-15] for "
"domain %d"
msgstr ""
#: src/xen/block_stats.c:334
#, c-format
msgid ""
"invalid path, device names must be in the range hda[1-63] - hdt[1-63] for "
"domain %d"
msgstr ""
#: src/xen/block_stats.c:338
#, c-format
msgid ""
"invalid path, device names must be in the range xvda[1-15] - xvdiz[1-15] for "
"domain %d"
msgstr ""
#: src/xen/block_stats.c:342
#, c-format
msgid "unsupported path, use xvdN, hdN, or sdN for domain %d"
msgstr ""
#: src/xen/xen_driver.c:306
#, c-format
msgid "unexpected Xen URI path '%s', try ///var/lib/xen/xend-socket"
msgstr "camino '%s' Xen URI no esperado, intente ///var/lib/xen/xend-socket "
#: src/xen/xen_driver.c:1421
msgid "failed to get XML representation of migrated domain"
msgstr "falló al intentar obtener representación XML del dominio migrado"
#: src/xen/xen_driver.c:1428
msgid "failed to define domain on destination host"
msgstr "falló al definir un dominio en el equipo de destino"
#: src/xen/xen_driver.c:2072
#, c-format
msgid "Device %s has been assigned to guest %d"
msgstr ""
#: src/xen/xen_hypervisor.c:1430
#, c-format
msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)"
msgstr ""
"El parámetro crédito del peso del organizador (%d) se encuentra fuera del "
"rango (1-65535)"
#: src/xen/xen_hypervisor.c:1439
#, c-format
msgid "Credit scheduler cap parameter (%d) is out of range (0-65534)"
msgstr ""
"El parámetro de cap del planificador de crédito (%d) se encuentra fuera del "
"rango (0-65534)"
#: src/xen/xen_hypervisor.c:2445
msgid "could not read CPU flags"
msgstr "no es posible leer las marcas de CPU"
#: src/xen/xen_hypervisor.c:2726 src/xen/xen_hypervisor.c:2737
#, c-format
msgid "cannot read file %s"
msgstr "no es posible leer el archivo %s"
#: src/xen/xen_hypervisor.c:2903 src/xen/xen_hypervisor.c:3587
msgid "domain shut off or invalid"
msgstr "el dominio se apagó o es inválido"
#: src/xen/xen_hypervisor.c:2911
msgid "unsupported in dom interface < 4"
msgstr "no soportado en interfaz de dominio < 4"
#: src/xen/xen_hypervisor.c:2919 src/xen/xen_hypervisor.c:2925
#: src/xen/xen_hypervisor.c:3602
msgid "cannot get domain details"
msgstr "no es posible obtener detalles de dominio"
#: src/xen/xen_hypervisor.c:3619 src/xen/xen_hypervisor.c:3627
msgid "cannot get VCPUs info"
msgstr "no es posible obtener infrmación de los VCPUs"
#: src/xen/xen_inotify.c:132 src/xen/xen_inotify.c:208
#, c-format
msgid "parsing uuid %s"
msgstr "analizando uuid %s"
#: src/xen/xen_inotify.c:157
msgid "finding dom on config list"
msgstr "buscando dom en la lista de configuración"
#: src/xen/xen_inotify.c:244
msgid "Error looking up domain"
msgstr "Error al buscar un dominio"
#: src/xen/xen_inotify.c:251 src/xen/xen_inotify.c:344
#: src/xen/xen_inotify.c:351
msgid "Error adding file to config cache"
msgstr "Error al añadir el archivo al cache de configuración"
#: src/xen/xen_inotify.c:297
msgid "conn, or private data is NULL"
msgstr "los datos privados, o conn, son NULL"
#: src/xen/xen_inotify.c:340 src/xen/xen_inotify.c:363
msgid "looking up dom"
msgstr "buscando dom"
#: src/xen/xen_inotify.c:408
#, c-format
msgid "cannot open directory: %s"
msgstr "no es posible abrir el directorio: %s"
#: src/xen/xen_inotify.c:424
msgid "Error adding file to config list"
msgstr "Error al agregar el archivo a la lista de configuración"
#: src/xen/xen_inotify.c:437
msgid "initializing inotify"
msgstr "inicializando inotify"
#: src/xen/xen_inotify.c:448
#, c-format
msgid "adding watch on %s"
msgstr "añadiendo vigilancia en %s"
#: src/xen/xend_internal.c:93
msgid "failed to create a socket"
msgstr "Falló al crear un socket"
#: src/xen/xend_internal.c:113
msgid "failed to connect to xend"
msgstr "Falló al conectarse con xend"
#: src/xen/xend_internal.c:160
msgid "failed to read from Xen Daemon"
msgstr "Falló al leer desde el Demonio Xen"
#: src/xen/xend_internal.c:163
msgid "failed to write to Xen Daemon"
msgstr "falló al escribir sobre el demonio Xen"
#: src/xen/xend_internal.c:307
#, c-format
msgid "Xend returned HTTP Content-Length of %d, which exceeds maximum of %d"
msgstr ""
"Xend ha devuelto una longitud de contenidos HTTP de %d, lo que supera el "
"máximo permitido de %d"
#: src/xen/xend_internal.c:365
#, c-format
msgid "%d status from xen daemon: %s:%s"
msgstr "estado %d del demonio xen: %s:%s "
#: src/xen/xend_internal.c:413 src/xen/xend_internal.c:416
#: src/xen/xend_internal.c:425
#, c-format
msgid "xend_post: error from xen daemon: %s"
msgstr "xend_post: error del demonio xen: %s"
#: src/xen/xend_internal.c:718
#, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "no es posible resolver el nombre del host '%s': %s"
#: src/xen/xend_internal.c:755
#, c-format
msgid "unable to connect to '%s:%s'"
msgstr "no es posible conectarse con '%s:%s'"
#: src/xen/xend_internal.c:870
msgid "failed to urlencode the create S-Expr"
msgstr "Falló al urlencode el S-Expr creado"
#: src/xen/xend_internal.c:911
msgid "domain information incomplete, missing domid"
msgstr "información de dominio incompleta, no se encuentra domid"
#: src/xen/xend_internal.c:917
msgid "domain information incorrect domid not numeric"
msgstr "información de dominio incorrecta, domid no es numérico"
#: src/xen/xend_internal.c:922 src/xen/xend_internal.c:974
msgid "domain information incomplete, missing uuid"
msgstr "información de dominio incompleta, falta uuid"
#: src/xen/xend_internal.c:961 src/xenxs/xen_sxpr.c:1064
#: src/xenxs/xen_sxpr.c:1071
msgid "domain information incomplete, missing name"
msgstr "información de dominio incompleta, no se encuentra el nombre"
#: src/xen/xend_internal.c:1232
msgid "topology syntax error"
msgstr "error en la topología de la sintaxis"
#: src/xen/xend_internal.c:1295
msgid "failed to parse Xend domain information"
msgstr "Falló al analizar la información de dominio Xend"
#: src/xen/xend_internal.c:1419 src/xen/xend_internal.c:1445
#: src/xen/xend_internal.c:1472 src/xen/xend_internal.c:1500
#: src/xen/xend_internal.c:1530 src/xen/xend_internal.c:1606
#: src/xen/xend_internal.c:1642
#, c-format
msgid "Domain %s isn't running."
msgstr "El dominio %s no se está ejecutando."
#: src/xen/xend_internal.c:1802
msgid "xenDaemonDomainFetch failed to find this domain"
msgstr "xenDaemonDomainFetch falló al encontrar este dominio"
#: src/xen/xend_internal.c:2234 src/xen/xend_internal.c:2680
#: src/xen/xend_internal.c:2690 src/xen/xend_internal.c:2850
#: src/xen/xend_internal.c:2860 src/xen/xend_internal.c:2962
#: src/xen/xend_internal.c:2972
msgid "Xend version does not support modifying persistent config"
msgstr ""
"La versión de xend no tiene soporte para modificar configuraciones "
"persistentes"
#: src/xen/xend_internal.c:2241
msgid "domain not running"
msgstr ""
#: src/xen/xend_internal.c:2248 src/xen/xend_internal.c:2701
#: src/xen/xend_internal.c:2871 src/xen/xend_internal.c:2983
msgid "Xend only supports modifying both live and persistent config"
msgstr ""
"Xend sólo tiene soporte para modificar tanto la configuración viva como la "
"persistente"
#: src/xen/xend_internal.c:2258 src/xen/xm_internal.c:745
msgid "could not determin max vcpus for the domain"
msgstr ""
#: src/xen/xend_internal.c:2337
msgid "failed to add vcpupin xml entry"
msgstr ""
#: src/xen/xend_internal.c:2674 src/xen/xend_internal.c:2844
#: src/xen/xend_internal.c:2956
msgid "Cannot modify live config if domain is inactive"
msgstr ""
"No es posible modificar una configuración viva si el dominio no se encuentra "
"activo "
#: src/xen/xend_internal.c:2770 src/xen/xend_internal.c:2777
#: src/xen/xend_internal.c:2900 src/xen/xend_internal.c:3009
msgid "unsupported device type"
msgstr "tipo de dispositivo no soportado"
#: src/xen/xend_internal.c:2790
#, c-format
msgid "target '%s' already exists"
msgstr ""
#: src/xen/xend_internal.c:2908
msgid "requested device does not exist"
msgstr "no existe el dispositivo solicitado"
#: src/xen/xend_internal.c:3053
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart falló al encontrar este dominio"
#: src/xen/xend_internal.c:3093
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart falló al encontrar este dominio"
#: src/xen/xend_internal.c:3103
msgid "unexpected value from on_xend_start"
msgstr "valor no esperado de on_xend_start"
#: src/xen/xend_internal.c:3118
msgid "sexpr2string failed"
msgstr "Falló sexpr2string"
#: src/xen/xend_internal.c:3131
msgid "Failed to redefine sexpr"
msgstr "Falló al redefinir sexpr"
#: src/xen/xend_internal.c:3136
msgid "on_xend_start not present in sexpr"
msgstr "no se encuentra presente on_xend_start en sexpr"
#: src/xen/xend_internal.c:3195
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen no tiene soporte para renombrar dominios durante "
"una migración"
#: src/xen/xend_internal.c:3205
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen no tiene soporte para límites de ancho de banda "
"durante una migración"
#: src/xen/xend_internal.c:3233
msgid "xenDaemonDomainMigrate: xend cannot migrate paused domains"
msgstr "xenDaemonDomainMigrate: xend no puede migrar dominios pausados"
#: src/xen/xend_internal.c:3241
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: marca no soportada"
#: src/xen/xend_internal.c:3254
msgid "xenDaemonDomainMigrate: invalid URI"
msgstr "xenDaemonDomainMigrate: URI no valido"
#: src/xen/xend_internal.c:3259
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
"xenDaemonDomainMigrate: solo migraciones xenmigr:// están soportadas por Xen"
#: src/xen/xend_internal.c:3266
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: debe especificarse el nombre de un host en URI"
#: src/xen/xend_internal.c:3286
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: número de puerto inválido"
#: src/xen/xend_internal.c:3351
msgid "failed to parse domain description"
msgstr "Falló al analizar la descripción de dominio"
#: src/xen/xend_internal.c:3357
msgid "failed to build sexpr"
msgstr "Falló construir sexpr"
#: src/xen/xend_internal.c:3365
#, c-format
msgid "Failed to create inactive domain %s"
msgstr "Falló al crear dominio inactivo %s"
#: src/xen/xend_internal.c:3541 src/xen/xend_internal.c:3617
#: src/xen/xend_internal.c:3724
msgid "unsupported in xendConfigVersion < 4"
msgstr "no soportado en xendConfigVersion < 4"
#: src/xen/xend_internal.c:3553
msgid "node information incomplete, missing scheduler name"
msgstr "información de nodo incompleta, falta el nombre del organizador"
#: src/xen/xend_internal.c:3573 src/xen/xend_internal.c:3684
#: src/xen/xend_internal.c:3794
msgid "Unknown scheduler"
msgstr "Planificador desconocido"
#: src/xen/xend_internal.c:3630 src/xen/xend_internal.c:3737
msgid "Failed to get a scheduler name"
msgstr "Falló al obtener el nombre del planificador"
#: src/xen/xend_internal.c:3655 src/xen/xend_internal.c:3773
msgid "domain information incomplete, missing cpu_weight"
msgstr "información de dominio incompleta, no se encuentra cpu_weight"
#: src/xen/xend_internal.c:3660 src/xen/xend_internal.c:3782
msgid "domain information incomplete, missing cpu_cap"
msgstr "información de dominio incompleta, no se encuentra cpu_cap"
#: src/xen/xend_internal.c:3666
#, c-format
msgid "Weight %s too big for destination"
msgstr "El peso %s es demasiado para el destino"
#: src/xen/xend_internal.c:3675
#, c-format
msgid "Cap %s too big for destination"
msgstr "Demasiada capacidad %s para el destino"
#: src/xen/xend_internal.c:3843
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek no soportado por dom0"
#: src/xen/xend_internal.c:3871
#, c-format
msgid "%s: invalid path"
msgstr "%s: camino inválido"
#: src/xen/xend_internal.c:3879
#, c-format
msgid "failed to open for reading: %s"
msgstr "no se pudo abrir para lectura: %s"
#: src/xen/xend_internal.c:3891
#, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Falló al lseek o leer desde el archivo: %s"
#: src/xen/xend_internal.c:4046
msgid "hotplug of device type not supported"
msgstr "conector de tipo de dispositivo no soportado"
#: src/xen/xm_internal.c:246
#, c-format
msgid "cannot stat: %s"
msgstr "no es posible obtener el estado de: %s"
#: src/xen/xm_internal.c:310
msgid "xenXMConfigCacheRefresh: virHashAddEntry"
msgstr "xenXMConfigCacheRefresh: virHashAddEntry"
#: src/xen/xm_internal.c:364
#, c-format
msgid "cannot read directory %s"
msgstr "no es posible leer el directorio %s"
#: src/xen/xm_internal.c:858
msgid "read only connection"
msgstr "conexión de sólo lectura"
#: src/xen/xm_internal.c:863
msgid "not inactive domain"
msgstr "dominio no inactivo"
#: src/xen/xm_internal.c:871
msgid "virHashLookup"
msgstr "virHashLookup"
#: src/xen/xm_internal.c:876
msgid "can't retrieve config file for domain"
msgstr "no es posible recuperar archivo de configuración para el dominio"
#: src/xen/xm_internal.c:1139
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
"no es posible recuperar archivo de configuración para sobreescribir del "
"dominio"
#: src/xen/xm_internal.c:1145
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
"no es posible recuperar entrada de configuración para sobreescribir del "
"dominio"
#: src/xen/xm_internal.c:1152 src/xen/xm_internal.c:1159
msgid "failed to remove old domain from config map"
msgstr "Falló al eliminar el antiguo dominio del mapa de configuración"
#: src/xen/xm_internal.c:1179
msgid "unable to get current time"
msgstr "no es posible obtener el tiempo actual"
#: src/xen/xm_internal.c:1191 src/xen/xm_internal.c:1198
msgid "unable to store config file handle"
msgstr "no es posible guardar el ide del archivo de configuración"
#: src/xen/xm_internal.c:1399 src/xen/xm_internal.c:1495
msgid "Xm driver only supports modifying persistent config"
msgstr ""
#: src/xen/xm_internal.c:1441
msgid "Xm driver only supports adding disk or network devices"
msgstr ""
#: src/xen/xm_internal.c:1614
#, c-format
msgid "cannot check link %s points to config %s"
msgstr "no es posible verificar puntos de enlace %s para configurar %s"
#: src/xen/xm_internal.c:1643
#, c-format
msgid "failed to create link %s to %s"
msgstr "Falló al crear enlace %s hacia %s"
#: src/xen/xm_internal.c:1651
#, c-format
msgid "failed to remove link %s"
msgstr "Falló al eliminar enlace %s"
#: src/xen/xs_internal.c:287
msgid "failed to connect to Xen Store"
msgstr "Falló al conectarse con Depósito Xen"
#: src/xen/xs_internal.c:311
msgid "adding watch @releaseDomain"
msgstr "añadiendo vigilancia @releaseDomain"
#: src/xen/xs_internal.c:320
msgid "adding watch @introduceDomain"
msgstr "añadiendo vigilancia @introduceDomain"
#: src/xen/xs_internal.c:1166
msgid "watch already tracked"
msgstr "vigilancia ya rastreada"
#: src/xenapi/xenapi_driver.c:107
msgid "Server name not in URI"
msgstr "No se encuentra el nombre del servidor en URI"
#: src/xenapi/xenapi_driver.c:113
msgid "Authentication Credentials not found"
msgstr "No se han encontrado credenciales de autenticación"
#: src/xenapi/xenapi_driver.c:157
msgid "Capabilities not found"
msgstr "No han sido encontradas capacidades"
#: src/xenapi/xenapi_driver.c:179
msgid "Failed to allocate xen session"
msgstr ""
#: src/xenapi/xenapi_driver.c:307
msgid "Couldn't parse version info"
msgstr "No es posible analizar información de versión"
#: src/xenapi/xenapi_driver.c:315
msgid "Couldn't get version info"
msgstr "No se pudo extraer información de versión"
#: src/xenapi/xenapi_driver.c:384
msgid "Unable to get host metric Information"
msgstr "No es posible obtener información de la métrica del equipo"
#: src/xenapi/xenapi_driver.c:406
msgid "Unable to get Host CPU set"
msgstr "No es posible obtener conjunto de CPU del equipo"
#: src/xenapi/xenapi_driver.c:427
msgid "Capabilities not available"
msgstr "No se encuentran disponibles la capacidades"
#: src/xenapi/xenapi_driver.c:457
msgid "DomainID can't fit in 32 bits"
msgstr "DomainID no cabe en 32 bits"
#: src/xenapi/xenapi_driver.c:531
msgid "Domain Pointer is invalid"
msgstr "El puntero del dominio es inválido"
#: src/xenapi/xenapi_driver.c:584 src/xenapi/xenapi_driver.c:626
msgid "Domain Pointer not valid"
msgstr "El puntero del dominio no es válido"
#: src/xenapi/xenapi_driver.c:661 src/xenapi/xenapi_driver.c:708
#: src/xenapi/xenapi_driver.c:743 src/xenapi/xenapi_driver.c:778
#: src/xenapi/xenapi_driver.c:813 src/xenapi/xenapi_driver.c:847
#: src/xenapi/xenapi_driver.c:884 src/xenapi/xenapi_driver.c:919
#: src/xenapi/xenapi_driver.c:950 src/xenapi/xenapi_driver.c:987
#: src/xenapi/xenapi_driver.c:1042 src/xenapi/xenapi_driver.c:1086
#: src/xenapi/xenapi_driver.c:1130 src/xenapi/xenapi_driver.c:1199
#: src/xenapi/xenapi_driver.c:1258 src/xenapi/xenapi_driver.c:1314
#: src/xenapi/xenapi_driver.c:1587 src/xenapi/xenapi_driver.c:1679
#: src/xenapi/xenapi_driver.c:1715 src/xenapi/xenapi_driver.c:1761
msgid "Domain name is not unique"
msgstr "El nombre del dominio no es único"
#: src/xenapi/xenapi_driver.c:682
msgid "Couldn't get the Domain Pointer"
msgstr "No se pudo obtener el puntero del dominio"
#: src/xenapi/xenapi_driver.c:1181
msgid "Couldn't fetch Domain Information"
msgstr "No se pudo obtener información de dominio"
#: src/xenapi/xenapi_driver.c:1188
msgid "Couldn't fetch Node Information"
msgstr "No se pudo obtener información de nodo"
#: src/xenapi/xenapi_driver.c:1469
msgid "Unable to parse given mac address"
msgstr "No es posible analizar la dirección mac ofrecida"
#: src/xenapi/xenapi_driver.c:1521
msgid "Couldn't get VM record"
msgstr "No se pudo obtener registro MV"
#: src/xenapi/xenapi_driver.c:1646
msgid "Couldn't get VM information from XML"
msgstr "No se pudo obtener información de MV desde XML"
#: src/xenapi/xenapi_driver.c:1812
msgid "Couldn't get host metrics - memory information"
msgstr "No se pudo obtener métricas del equipo - información de memoria"
#: src/xenapi/xenapi_driver.c:1818
msgid "Couldn't get host metrics"
msgstr "No se pudo obtener métricas del equipo"
#: src/xenapi/xenapi_utils.c:123
msgid "Query parameter 'no_verify' has unexpected value (should be 0 or 1)"
msgstr ""
"El parámetro de consulta 'no_verify' posee un valor no esperado (debería ser "
"0 o 1)"
#: src/xenapi/xenapi_utils.c:389 src/xenapi/xenapi_utils.c:393
#, c-format
msgid "%s"
msgstr "%s"
#: src/xenxs/xen_sxpr.c:60 src/xenxs/xen_sxpr.c:1051
msgid "domain information incomplete, missing id"
msgstr "la información del dominio es incompleta, no se encuentra el ID"
#: src/xenxs/xen_sxpr.c:98
msgid "domain information incomplete, missing HVM loader"
msgstr "información de dominio incompleta, no se encuentra cargador HVM"
#: src/xenxs/xen_sxpr.c:152
msgid "domain information incomplete, missing kernel & bootloader"
msgstr "información de dominio incompleta, falta kernel y gestor de arranque"
#: src/xenxs/xen_sxpr.c:193
#, c-format
msgid "unknown chr device type '%s'"
msgstr "tipo de dispositivo de caracteres desconocido '%s'"
#: src/xenxs/xen_sxpr.c:220 src/xenxs/xen_sxpr.c:250 src/xenxs/xen_sxpr.c:268
msgid "malformed char device string"
msgstr "cadena de dispositivo de caracteres errónea"
#: src/xenxs/xen_sxpr.c:366
msgid "domain information incomplete, vbd has no dev"
msgstr "información de dominio incompleta, vbd no posee dev"
#: src/xenxs/xen_sxpr.c:377
msgid "domain information incomplete, vbd has no src"
msgstr "información de dominio incompleta, vbd no posee src"
#: src/xenxs/xen_sxpr.c:386
msgid "cannot parse vbd filename, missing driver name"
msgstr ""
"no es posible analizar nombre de archivo vbd, falta el nombre del dispositivo"
#: src/xenxs/xen_sxpr.c:395 src/xenxs/xen_xm.c:478
#, c-format
msgid "Driver name %s too big for destination"
msgstr "El nombre %s del controlador es demasiado extenso para el destino"
#: src/xenxs/xen_sxpr.c:407
msgid "cannot parse vbd filename, missing driver type"
msgstr "no es posible analizar nombre de archivo"
#: src/xenxs/xen_sxpr.c:416 src/xenxs/xen_xm.c:499
#, c-format
msgid "Driver type %s too big for destination"
msgstr "El tipo %s del controlador es demasiado grande para el destino"
#: src/xenxs/xen_sxpr.c:564 src/xenxs/xen_xm.c:677
#, c-format
msgid "malformed mac address '%s'"
msgstr "dirección mac '%s' errónea"
#: src/xenxs/xen_sxpr.c:642
#, c-format
msgid "Sound model %s too big for destination"
msgstr "El modelo %s de sonido es demasiado grande para el destino"
#: src/xenxs/xen_sxpr.c:831
#, c-format
msgid "unknown graphics type '%s'"
msgstr "tipo de gráficos '%s' desconocido"
#: src/xenxs/xen_sxpr.c:954
msgid "missing PCI domain"
msgstr "no se encuentra el dominio PCI"
#: src/xenxs/xen_sxpr.c:959
msgid "missing PCI bus"
msgstr "no se encuentra el bus PCI"
#: src/xenxs/xen_sxpr.c:964
msgid "missing PCI slot"
msgstr "no se encuentra el slot PCI"
#: src/xenxs/xen_sxpr.c:969
msgid "missing PCI func"
msgstr "no se encuentra func PCI"
#: src/xenxs/xen_sxpr.c:975
#, c-format
msgid "cannot parse PCI domain '%s'"
msgstr "no es posible analizar el dominio PCI '%s'"
#: src/xenxs/xen_sxpr.c:980
#, c-format
msgid "cannot parse PCI bus '%s'"
msgstr "no es posible analizar el bus PCI '%s'"
#: src/xenxs/xen_sxpr.c:985
#, c-format
msgid "cannot parse PCI slot '%s'"
msgstr "no es posible analizar el slot PCI '%s'"
#: src/xenxs/xen_sxpr.c:990
#, c-format
msgid "cannot parse PCI func '%s'"
msgstr "no es posible analizar func PCI '%s'"
#: src/xenxs/xen_sxpr.c:1124
#, c-format
msgid "invalid CPU mask %s"
msgstr "máscara de CPU %s no válida"
#: src/xenxs/xen_sxpr.c:1138 src/xenxs/xen_sxpr.c:1148
#: src/xenxs/xen_sxpr.c:1158
#, c-format
msgid "unknown lifecycle type %s"
msgstr "tipo de ciclo de vida %s desconocido"
#: src/xenxs/xen_sxpr.c:1443 src/xenxs/xen_sxpr.c:1488
#, c-format
msgid "unexpected graphics type %d"
msgstr "tipo de gráficos %d no esperado"
#: src/xenxs/xen_sxpr.c:1622
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr "No es posible asociar directamente disquetera %s"
#: src/xenxs/xen_sxpr.c:1634
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr "No es posible asociar directamente CDROM %s"
#: src/xenxs/xen_sxpr.c:1694 src/xenxs/xen_xm.c:1135
#, c-format
msgid "unsupported disk type %s"
msgstr "tipo de disco %s no soportado "
#: src/xenxs/xen_sxpr.c:1743 src/xenxs/xen_xm.c:1280
#, c-format
msgid "unsupported network type %d"
msgstr "tipo de red %d no soportado"
#: src/xenxs/xen_sxpr.c:1784 src/xenxs/xen_xm.c:1268
#, c-format
msgid "network %s is not active"
msgstr "la red %s no se encuentra activa"
#: src/xenxs/xen_sxpr.c:1863 src/xenxs/xen_sxpr.c:1913
msgid "managed PCI devices not supported with XenD"
msgstr "los dispositivos PCI administrados no tienen soporte con XenD"
#: src/xenxs/xen_sxpr.c:2040 src/xenxs/xen_sxpr.c:2047
#: src/xenxs/xen_sxpr.c:2054
#, c-format
msgid "unexpected lifecycle value %d"
msgstr "valor %d de ciclo de vida no esperado"
#: src/xenxs/xen_sxpr.c:2063 src/xenxs/xen_xm.c:1529
msgid "configurable timezones are not supported"
msgstr "no existe soporte para zonas horarias configurables"
#: src/xenxs/xen_sxpr.c:2087
msgid "no HVM domain loader"
msgstr "no existe un cargador de dominio HVM"
#: src/xenxs/xen_xm.c:60 src/xenxs/xen_xm.c:87 src/xenxs/xen_xm.c:92
#: src/xenxs/xen_xm.c:114
#, c-format
msgid "config value %s was malformed"
msgstr "el valor de configuración %s había sido creado erróneamente"
#: src/xenxs/xen_xm.c:135 src/xenxs/xen_xm.c:148
#, c-format
msgid "config value %s was missing"
msgstr "no se encontraba el valor de configuración %s"
#: src/xenxs/xen_xm.c:141
#, c-format
msgid "config value %s was not a string"
msgstr "el valor de configuración %s no era una cadena"
#: src/xenxs/xen_xm.c:333
#, c-format
msgid "unexpected value %s for on_poweroff"
msgstr "valor %s no esperado para on_poweroff"
#: src/xenxs/xen_xm.c:341
#, c-format
msgid "unexpected value %s for on_reboot"
msgstr "valor %s no esperado para on_reboot"
#: src/xenxs/xen_xm.c:349
#, c-format
msgid "unexpected value %s for on_crash"
msgstr "valor %s no esperado para on_crash"
#: src/xenxs/xen_xm.c:443
#, c-format
msgid "Source file %s too big for destination"
msgstr "El archivo fuente %s es demasiado extenso para el destino"
#: src/xenxs/xen_xm.c:462
#, c-format
msgid "Dest file %s too big for destination"
msgstr "El archivo de destino %s es demasiado extenso para el destino"
#: src/xenxs/xen_xm.c:615
#, c-format
msgid "MAC address %s too big for destination"
msgstr "La dirección MAC %s es demasiado extensa para el destino"
#: src/xenxs/xen_xm.c:623
#, c-format
msgid "Bridge %s too big for destination"
msgstr "El puente %s es demasiado grande para el destino"
#: src/xenxs/xen_xm.c:644
#, c-format
msgid "Type %s too big for destination"
msgstr "El tipo %s es demasiado extenso para el destino"
#: src/xenxs/xen_xm.c:651
#, c-format
msgid "Vifname %s too big for destination"
msgstr "El Vifname %s es demasiado extenso para el destino"
#: src/xenxs/xen_xm.c:659
#, c-format
msgid "IP %s too big for destination"
msgstr "La IP %s es demasiado extensa para el destino"
#: src/xenxs/xen_xm.c:759
#, c-format
msgid "Domain %s too big for destination"
msgstr "El archivo de destino %s es demasiado grande para el destino"
#: src/xenxs/xen_xm.c:769
#, c-format
msgid "Bus %s too big for destination"
msgstr "El bus %s es demasiado extenso para el destino"
#: src/xenxs/xen_xm.c:779
#, c-format
msgid "Slot %s too big for destination"
msgstr "El slot %s es demasiado extenso para el destino"
#: src/xenxs/xen_xm.c:789
#, c-format
msgid "Function %s too big for destination"
msgstr "La Función %s es demasiado grande para el destino"
#: src/xenxs/xen_xm.c:905
#, c-format
msgid "VFB %s too big for destination"
msgstr "El VFB %s es demasiado extenso para el destino"
#: src/xenxs/xen_xm.c:1589 src/xenxs/xen_xm.c:1598 src/xenxs/xen_xm.c:1607
#, c-format
msgid "unexpected lifecycle action %d"
msgstr "acción %d de ciclo de vida no esperada"
#: tools/console.c:296
#, c-format
msgid "unable to get tty attributes: %s"
msgstr "no es posible obtener atributos tty: %s"
#: tools/console.c:305
#, c-format
msgid "unable to set tty attributes: %s"
msgstr "no es posible definir atributos tty: %s"
#: tools/libvirt-guests.init.sh:138
msgid "libvirt-guests is configured not to start any guests on boot"
msgstr ""
#: tools/libvirt-guests.init.sh:158
#, sh-format
msgid "Ignoring guests on $uri URI"
msgstr ""
#: tools/libvirt-guests.init.sh:162
#, sh-format
msgid "Resuming guests on $uri URI..."
msgstr ""
#: tools/libvirt-guests.init.sh:165
#, sh-format
msgid "Resuming guest $name: "
msgstr ""
#: tools/libvirt-guests.init.sh:168
msgid "already active"
msgstr ""
#: tools/libvirt-guests.init.sh:176 tools/libvirt-guests.init.sh:207
#: tools/libvirt-guests.init.sh:233
msgid "done"
msgstr ""
#: tools/libvirt-guests.init.sh:192
#, sh-format
msgid "Suspending $name: "
msgstr ""
#: tools/libvirt-guests.init.sh:216
#, sh-format
msgid "Shutting down $name: "
msgstr ""
#: tools/libvirt-guests.init.sh:231
msgid "failed to shutdown in time"
msgstr ""
#: tools/libvirt-guests.init.sh:246
msgid "Shutdown action requested but SHUTDOWN_TIMEOUT was not set"
msgstr ""
#: tools/libvirt-guests.init.sh:257
#, sh-format
msgid "Running guests on $uri URI: "
msgstr ""
#: tools/libvirt-guests.init.sh:260
msgid "libvirtd not installed; skipping this URI."
msgstr ""
#: tools/libvirt-guests.init.sh:273
msgid "no running guests."
msgstr ""
#: tools/libvirt-guests.init.sh:284
#, sh-format
msgid "Suspending guests on $uri URI..."
msgstr ""
#: tools/libvirt-guests.init.sh:286
#, sh-format
msgid "Shutting down guests on $uri URI..."
msgstr ""
#: tools/libvirt-guests.init.sh:317
msgid "stopped, with saved guests"
msgstr ""
#: tools/libvirt-guests.init.sh:321
msgid "started"
msgstr ""
#: tools/libvirt-guests.init.sh:323
msgid "stopped, with no saved guests"
msgstr ""
#: tools/libvirt-guests.init.sh:333
#, sh-format
msgid ""
"Usage: $program_name {start|stop|status|restart|condrestart|try-restart|"
"reload|force-reload|gueststatus|shutdown}"
msgstr ""
#: tools/virsh.c:382 tools/virsh.c:394 tools/virsh.c:407
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: falló al asignar %d bytes"
#: tools/virsh.c:421
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: falló al asignar %lu bytes"
#: tools/virsh.c:593
msgid "Failed to reconnect to the hypervisor"
msgstr "Falló al reconectarse con el hipervisor"
#: tools/virsh.c:595
msgid "Reconnected to the hypervisor"
msgstr "Reconectado con el hipervisor"
#: tools/virsh.c:609
msgid "print help"
msgstr "asistencia de impresión"
#: tools/virsh.c:610
msgid ""
"Prints global help, command specific help, or help for a\n"
" group of related commands"
msgstr ""
#: tools/virsh.c:617
msgid ""
"Prints global help, command specific help, or help for a group of related "
"commands"
msgstr ""
#: tools/virsh.c:630
msgid ""
"Grouped commands:\n"
"\n"
msgstr ""
#: tools/virsh.c:633 tools/virsh.c:12073
#, c-format
msgid " %s (help keyword '%s'):\n"
msgstr ""
#: tools/virsh.c:651
#, c-format
msgid "command or command group '%s' doesn't exist"
msgstr ""
#: tools/virsh.c:660
msgid "autostart a domain"
msgstr "inicia automáticamente un dominio"
#: tools/virsh.c:662
msgid "Configure a domain to be automatically started at boot."
msgstr "Configura un dominio para ser iniciado automáticamente en el inicio."
#: tools/virsh.c:667 tools/virsh.c:769 tools/virsh.c:944 tools/virsh.c:992
#: tools/virsh.c:1038 tools/virsh.c:1095 tools/virsh.c:1162 tools/virsh.c:1218
#: tools/virsh.c:1265 tools/virsh.c:1531 tools/virsh.c:1577 tools/virsh.c:1615
#: tools/virsh.c:1669 tools/virsh.c:1963 tools/virsh.c:2010 tools/virsh.c:2159
#: tools/virsh.c:2197 tools/virsh.c:2235 tools/virsh.c:2273 tools/virsh.c:2311
#: tools/virsh.c:2440 tools/virsh.c:2523 tools/virsh.c:2726 tools/virsh.c:2901
#: tools/virsh.c:3007 tools/virsh.c:3251 tools/virsh.c:3327 tools/virsh.c:3361
#: tools/virsh.c:3451 tools/virsh.c:3531 tools/virsh.c:3681 tools/virsh.c:4119
#: tools/virsh.c:4374 tools/virsh.c:4667 tools/virsh.c:4712 tools/virsh.c:9580
#: tools/virsh.c:9655 tools/virsh.c:9716 tools/virsh.c:9781 tools/virsh.c:9846
#: tools/virsh.c:9916 tools/virsh.c:10030 tools/virsh.c:10174
#: tools/virsh.c:10307 tools/virsh.c:10870 tools/virsh.c:11021
#: tools/virsh.c:11119 tools/virsh.c:11226 tools/virsh.c:11283
#: tools/virsh.c:11406 tools/virsh.c:11462 tools/virsh.c:11513
#: tools/virsh.c:11569
msgid "domain name, id or uuid"
msgstr "nombre del dominio, ID o uuid"
#: tools/virsh.c:668 tools/virsh.c:4757 tools/virsh.c:6157
msgid "disable autostarting"
msgstr "inhabilita el inicio automático"
#: tools/virsh.c:689
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Falló al marcar el dominio %s como iniciado automáticamente"
#: tools/virsh.c:691
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Falló al desmarcar el dominio %s como iniciado automáticamente"
#: tools/virsh.c:697
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "El dominio %s se ha configurado para iniciarse automáticamente\n"
#: tools/virsh.c:699
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr ""
"Se ha quitado de la configuración del dominio %s la posibilidad de iniciarse "
"automáticamente\n"
#: tools/virsh.c:709
msgid "(re)connect to hypervisor"
msgstr "(re)conectarse con el hipervisor"
#: tools/virsh.c:711
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Se conecta con el hypervisor local. Este es un comando perteneciente a la "
"consola una vez que esta se inicia."
#: tools/virsh.c:717
msgid "hypervisor connection URI"
msgstr "conexión del hypervisor URI"
#: tools/virsh.c:718
msgid "read-only connection"
msgstr "conexión de sólo lectura"
#: tools/virsh.c:731 tools/virsh.c:13774
#, c-format
msgid "Failed to disconnect from the hypervisor, %d leaked reference(s)"
msgstr ""
#: tools/virsh.c:739
msgid "Please specify valid connection URI"
msgstr ""
#: tools/virsh.c:751
msgid "Failed to connect to the hypervisor"
msgstr "Falló al conectar con el hipervisor"
#: tools/virsh.c:762
msgid "connect to the guest console"
msgstr "conectarse con la consola huésped "
#: tools/virsh.c:764
msgid "Connect the virtual serial console for the guest"
msgstr "Conectar la consola virtual serial del huésped."
#: tools/virsh.c:770
msgid "character device name"
msgstr ""
#: tools/virsh.c:781
msgid "Unable to get domain status"
msgstr "No es posible obtener estado del dominio"
#: tools/virsh.c:786
msgid "The domain is not running"
msgstr "El dominio no está ejecutándose"
#: tools/virsh.c:790
#, c-format
msgid "Connected to domain %s\n"
msgstr "Conectado con el dominio %s\n"
#: tools/virsh.c:791
msgid "Escape character is ^]\n"
msgstr "El caracter de salida es ^]\n"
#: tools/virsh.c:814
msgid "Invalid devname"
msgstr ""
#: tools/virsh.c:832
msgid "list domains"
msgstr "muestra los dominios"
#: tools/virsh.c:833
msgid "Returns list of domains."
msgstr "Devuelve una lista de los dominios."
#: tools/virsh.c:838
msgid "list inactive domains"
msgstr "muestra los dominios inactivos"
#: tools/virsh.c:839
msgid "list inactive & active domains"
msgstr "muestra los dominios activos e inactivos"
#: tools/virsh.c:861 tools/virsh.c:868
msgid "Failed to list active domains"
msgstr "Falló al listar dominios activos"
#: tools/virsh.c:879 tools/virsh.c:887
msgid "Failed to list inactive domains"
msgstr "Falló al listar dominios inactivos"
#: tools/virsh.c:896
msgid "Id"
msgstr "Id"
#: tools/virsh.c:896 tools/virsh.c:4995 tools/virsh.c:5189 tools/virsh.c:5462
#: tools/virsh.c:6020 tools/virsh.c:6998 tools/virsh.c:7018 tools/virsh.c:7087
#: tools/virsh.c:8467 tools/virsh.c:8482 tools/virsh.c:8527
#: tools/virsh.c:11318
msgid "Name"
msgstr "Nombre"
#: tools/virsh.c:896 tools/virsh.c:5189 tools/virsh.c:5462 tools/virsh.c:6998
#: tools/virsh.c:7023 tools/virsh.c:7087 tools/virsh.c:11318
msgid "State"
msgstr "Estado"
#: tools/virsh.c:938
msgid "domain state"
msgstr "estado del dominio"
#: tools/virsh.c:939
msgid "Returns state about a domain."
msgstr "Devuelve el estado acerca de un dominio."
#: tools/virsh.c:945
msgid "also print reason for the state"
msgstr ""
#: tools/virsh.c:986
msgid "domain control interface state"
msgstr ""
#: tools/virsh.c:987
msgid "Returns state of a control interface to the domain."
msgstr ""
#: tools/virsh.c:1032
msgid "get device block stats for a domain"
msgstr "obtiene el estado de un dispositivo de bloque de un dominio"
#: tools/virsh.c:1033
msgid "Get device block stats for a running domain."
msgstr ""
"Obtiene el estado del dispositivo de bloque de un dominio que está "
"ejecutándose."
#: tools/virsh.c:1039 tools/virsh.c:1219
msgid "block device"
msgstr "dispositivo de bloque"
#: tools/virsh.c:1062
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Falló al obtener estado de bloqueo %s %s"
#: tools/virsh.c:1089
msgid "get network interface stats for a domain"
msgstr "obtiene estadísticas de interfaz de red de un dominio"
#: tools/virsh.c:1090
msgid "Get network interface stats for a running domain."
msgstr ""
"Obtiene estadísticas de interfaz de red para un dominio que se encuentre en "
"ejecución."
#: tools/virsh.c:1096
msgid "interface device"
msgstr "dispositivo de interfaz"
#: tools/virsh.c:1119
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Falló al obtener estado de interface %s %s"
#: tools/virsh.c:1156
msgid "get memory statistics for a domain"
msgstr "obtiene las estadísticas de la memoria de un dominio"
#: tools/virsh.c:1157
msgid "Get memory statistics for a runnng domain."
msgstr ""
"Obtiene las estadísticas de la memoria de un dominio que está ejecutándose."
#: tools/virsh.c:1182
#, c-format
msgid "Failed to get memory statistics for domain %s"
msgstr "Falló al obtener las estadísticas de memoria para el dominio %s"
#: tools/virsh.c:1212
msgid "domain block device size information"
msgstr "información del tamaño de los dispositivos de bloque del dominio"
#: tools/virsh.c:1213
msgid "Get block device size info for a domain."
msgstr ""
"Obtiene la información del tamaño de un dispositivo de bloques de un dominio."
#: tools/virsh.c:1247 tools/virsh.c:7354 tools/virsh.c:8248
msgid "Capacity:"
msgstr "Capacidad:"
#: tools/virsh.c:1248 tools/virsh.c:7357 tools/virsh.c:8251
msgid "Allocation:"
msgstr "Ubicación:"
#: tools/virsh.c:1249
msgid "Physical:"
msgstr "Físico:"
#: tools/virsh.c:1259
msgid "suspend a domain"
msgstr "suspende un dominio"
#: tools/virsh.c:1260
msgid "Suspend a running domain."
msgstr "Suspende la ejecución de un dominio."
#: tools/virsh.c:1283
#, c-format
msgid "Domain %s suspended\n"
msgstr "Dominio %s suspendido\n"
#: tools/virsh.c:1285
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Falló al suspender el dominio %s"
#: tools/virsh.c:1297
msgid "create a domain from an XML file"
msgstr "crea un dominio desde un archivo XML"
#: tools/virsh.c:1298
msgid "Create a domain."
msgstr "Crea un dominio."
#: tools/virsh.c:1303 tools/virsh.c:1366
msgid "file containing an XML domain description"
msgstr "archivo que contiene una descripción de dominio XML"
#: tools/virsh.c:1305 tools/virsh.c:1469
msgid "attach to console after creation"
msgstr "adjuntar a la terminal luego de haberse creado"
#: tools/virsh.c:1307 tools/virsh.c:1471
msgid "leave the guest paused after creation"
msgstr "colocar en pausa a un huésped luego de haber sido creado"
#: tools/virsh.c:1308 tools/virsh.c:1472
msgid "automatically destroy the guest when virsh disconnects"
msgstr ""
#: tools/virsh.c:1342
#, c-format
msgid "Domain %s created from %s\n"
msgstr "El dominio %s creado desde %s\n"
#: tools/virsh.c:1350
#, c-format
msgid "Failed to create domain from %s"
msgstr "Fallo al crear dominio desde %s"
#: tools/virsh.c:1360
msgid "define (but don't start) a domain from an XML file"
msgstr "define (pero no inicia) un dominio desde un archivo XML"
#: tools/virsh.c:1361
msgid "Define a domain."
msgstr "Define un dominio."
#: tools/virsh.c:1391
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "El dominio %s definido desde %s\n"
#: tools/virsh.c:1395
#, c-format
msgid "Failed to define domain from %s"
msgstr "Falló al definir un dominio para %s"
#: tools/virsh.c:1405
msgid "undefine an inactive domain"
msgstr "quitar la definición de un dominio inactivo"
#: tools/virsh.c:1406
msgid "Undefine the configuration for an inactive domain."
msgstr "Quitar la definición de la configuración para un dominio inactivo."
#: tools/virsh.c:1411 tools/virsh.c:4294
msgid "domain name or uuid"
msgstr "nombre del dominio o uuid"
#: tools/virsh.c:1432
#, c-format
msgid ""
"a running domain like %s cannot be undefined;\n"
"to undefine, first shutdown then undefine using its name or UUID"
msgstr ""
"no es posible quitar la definición de un dominio en ejecución como %s\n"
"para hacerlo, primero apáguelo y luego quite su definición utilizando su "
"nombre o UUID"
#: tools/virsh.c:1444
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "Se ha quitado la definición del dominio %s\n"
#: tools/virsh.c:1446
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Falló al quitarse la definición del dominio %s"
#: tools/virsh.c:1459
msgid "start a (previously defined) inactive domain"
msgstr "inicia un dominio inactivo (previamente definido)"
#: tools/virsh.c:1460
msgid ""
"Start a domain, either from the last managedsave\n"
" state, or via a fresh boot if no managedsave state\n"
" is present."
msgstr ""
#: tools/virsh.c:1467
msgid "name of the inactive domain"
msgstr "nombre del dominio inactivo"
#: tools/virsh.c:1494
msgid "Domain is already active"
msgstr "El dominio ya se encuentra activo"
#: tools/virsh.c:1507
#, c-format
msgid "Domain %s started\n"
msgstr "Se ha iniciado el dominio %s\n"
#: tools/virsh.c:1514
#, c-format
msgid "Failed to start domain %s"
msgstr "Falló al iniciar el dominio %s"
#: tools/virsh.c:1525
msgid "save a domain state to a file"
msgstr "guarda el estado del dominio a un archivo"
#: tools/virsh.c:1526
msgid "Save the RAM state of a running domain."
msgstr ""
#: tools/virsh.c:1532
msgid "where to save the data"
msgstr "donde serán guardados los datos"
#: tools/virsh.c:1554
#, c-format
msgid "Domain %s saved to %s\n"
msgstr "El dominio %s ha sido guardado en %s\n"
#: tools/virsh.c:1556
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Falló al guardar el dominio %s en %s"
#: tools/virsh.c:1568
msgid "managed save of a domain state"
msgstr "administra el almacenamiento del estado de un dominio"
#: tools/virsh.c:1569
msgid ""
"Save and destroy a running domain, so it can be restarted from\n"
" the same state at a later time. When the virsh 'start'\n"
" command is next run for the domain, it will automatically\n"
" be started from this saved state."
msgstr ""
#: tools/virsh.c:1595
#, c-format
msgid "Domain %s state saved by libvirt\n"
msgstr "El estado del dominio %s ha sido almacenado por libvirt\n"
#: tools/virsh.c:1597
#, c-format
msgid "Failed to save domain %s state"
msgstr "Falló al guardar el estado del dominio %s"
#: tools/virsh.c:1609
msgid "Remove managed save of a domain"
msgstr "Elimina el almacenamiento administrado de un dominio"
#: tools/virsh.c:1610
msgid "Remove an existing managed save state file from a domain"
msgstr ""
"Elimina un archivo de administración de estado almacenado de un dominio"
#: tools/virsh.c:1635
msgid "Failed to check for domain managed save image"
msgstr ""
"Falló al verificar una imagen de almacenamiento administrado en el dominio"
#: tools/virsh.c:1641
#, c-format
msgid "Failed to remove managed save image for domain %s"
msgstr ""
"Falló al eliminar una imagen de almacenamiento administrado para el dominio "
"%s"
#: tools/virsh.c:1646
#, c-format
msgid "Removed managedsave image for domain %s"
msgstr "Elimina una imagen de almacenamiento administrado para el dominio %s"
#: tools/virsh.c:1649
#, c-format
msgid "Domain %s has no manage save image; removal skipped"
msgstr ""
"El dominio %s no posee una imagen de administración de almacenamientos; "
"eliminación omitida"
#: tools/virsh.c:1663
msgid "show/set scheduler parameters"
msgstr "muestra/define parámetros de planificación"
#: tools/virsh.c:1664
msgid "Show/Set scheduler parameters."
msgstr "Muestra/Define parámetros de planificación."
#: tools/virsh.c:1670
msgid "parameter=value"
msgstr "parameter=value"
#: tools/virsh.c:1671
msgid "weight for XEN_CREDIT"
msgstr "peso para XEN_CREDIT"
#: tools/virsh.c:1672
msgid "cap for XEN_CREDIT"
msgstr "capacidad para XEN_CREDIT"
#: tools/virsh.c:1673
msgid "get/set current scheduler info"
msgstr ""
#: tools/virsh.c:1674
msgid "get/set value to be used on next boot"
msgstr ""
#: tools/virsh.c:1675
msgid "get/set value from running domain"
msgstr ""
#: tools/virsh.c:1691
msgid "Invalid value of weight"
msgstr "Valor de peso inválido"
#: tools/virsh.c:1705
msgid "Invalid value of cap"
msgstr "Valor de capacidad inválido"
#: tools/virsh.c:1717
msgid "Invalid syntax for --set, expecting name=value"
msgstr "Sintaxis no valida para --set, se espera name=value"
#: tools/virsh.c:1732
msgid "Invalid value for parameter, expecting an int"
msgstr "Valor de parámetro inválido, se espera un entero"
#: tools/virsh.c:1739
msgid "Invalid value for parameter, expecting an unsigned int"
msgstr "Valor inválido para el parámetro, se espera un entero no signado"
#: tools/virsh.c:1746
msgid "Invalid value for parameter, expecting a long long"
msgstr "Valor inválido para el parámetro, se espera un long long"
#: tools/virsh.c:1753
msgid "Invalid value for parameter, expecting an unsigned long long"
msgstr "Valor inválido para el parámetro, se espera un long long no signado"
#: tools/virsh.c:1759
msgid "Invalid value for parameter, expecting a double"
msgstr "Valor de parámetro inválido, se espera un doble"
#: tools/virsh.c:1790 tools/virsh.c:3041 tools/virsh.c:3383 tools/virsh.c:3472
#: tools/virsh.c:3556 tools/virsh.c:3713
msgid "--current must be specified exclusively"
msgstr ""
#: tools/virsh.c:1810 tools/virsh.c:1814
msgid "Scheduler"
msgstr "Planificador"
#: tools/virsh.c:1814
msgid "Unknown"
msgstr "Desconocido"
#: tools/virsh.c:1871
#, c-format
msgid "invalid scheduler option: %s"
msgstr "opción de planificador no válida: %s"
#: tools/virsh.c:1878
msgid "cannot query both live and config at once"
msgstr ""
#: tools/virsh.c:1920
msgid "restore a domain from a saved state in a file"
msgstr ""
"restablece un dominio desde un estado anterior almacenado en un archivo"
#: tools/virsh.c:1921
msgid "Restore a domain."
msgstr "Restablece un dominio."
#: tools/virsh.c:1926
msgid "the state to restore"
msgstr "el estado a restablecer"
#: tools/virsh.c:1943
#, c-format
msgid "Domain restored from %s\n"
msgstr "El Dominio restablecido desde %s\n"
#: tools/virsh.c:1945
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Falló al restablecer el dominio desde %s"
#: tools/virsh.c:1955
msgid "dump the core of a domain to a file for analysis"
msgstr "descarga el núcleo de un dominio a un archivo para su análisis"
#: tools/virsh.c:1956
msgid "Core dump a domain."
msgstr "Descarga un dominio."
#: tools/virsh.c:1961
msgid "perform a live core dump if supported"
msgstr "si es soportado, realiza una descarga de núcleo viva"
#: tools/virsh.c:1962
msgid "crash the domain after core dump"
msgstr "desconecta el dominio luego de una descarga de núcleo"
#: tools/virsh.c:1964
msgid "where to dump the core"
msgstr "donde será guardado el núcleo"
#: tools/virsh.c:1992
#, c-format
msgid "Domain %s dumped to %s\n"
msgstr "El Dominio %s ha sido descargado en %s\n"
#: tools/virsh.c:1994
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Falló al descargarse el núcleo del dominio %s en %s"
#: tools/virsh.c:2003
msgid "take a screenshot of a current domain console and store it into a file"
msgstr ""
#: tools/virsh.c:2005
msgid "screenshot of a current domain console"
msgstr ""
#: tools/virsh.c:2011
msgid "where to store the screenshot"
msgstr ""
#: tools/virsh.c:2012
msgid "ID of a screen to take screenshot of"
msgstr ""
#: tools/virsh.c:2042
msgid "Invalid domain supplied"
msgstr ""
#: tools/virsh.c:2058 tools/virsh.c:7118 tools/virsh.c:7205 tools/virsh.c:8555
#: tools/virsh.c:10597 tools/virsh.c:11059 tools/virsh.c:11163
#: tools/virsh.c:13302 tools/virsh.c:13686 tools/virsh.c:13692
msgid "Out of memory"
msgstr "Memoria agotada"
#: tools/virsh.c:2084 tools/virsh.c:7987 tools/virsh.c:8078
msgid "file must not be empty"
msgstr ""
#: tools/virsh.c:2089
msgid "invalid screen ID"
msgstr ""
#: tools/virsh.c:2100
#, c-format
msgid "could not take a screenshot of %s"
msgstr ""
#: tools/virsh.c:2114
#, c-format
msgid "cannot create file %s"
msgstr ""
#: tools/virsh.c:2120
#, c-format
msgid "could not receive data from domain %s"
msgstr ""
#: tools/virsh.c:2125 tools/virsh.c:8008 tools/virsh.c:8104
#, c-format
msgid "cannot close file %s"
msgstr ""
#: tools/virsh.c:2130
#, c-format
msgid "cannot close stream on domain %s"
msgstr ""
#: tools/virsh.c:2134
#, c-format
msgid "Screenshot saved to %s, with type of %s"
msgstr ""
#: tools/virsh.c:2153
msgid "resume a domain"
msgstr "reinicia un dominio"
#: tools/virsh.c:2154
msgid "Resume a previously suspended domain."
msgstr "Reanudar un dominio previamente suspendido"
#: tools/virsh.c:2177
#, c-format
msgid "Domain %s resumed\n"
msgstr "El dominio %s ha sido reanudado\n"
#: tools/virsh.c:2179
#, c-format
msgid "Failed to resume domain %s"
msgstr "Falló al reiniciar el dominio %s"
#: tools/virsh.c:2191
msgid "gracefully shutdown a domain"
msgstr "apagar un dominio de manera adecuada"
#: tools/virsh.c:2192
msgid "Run shutdown in the target domain."
msgstr "Ejecutar desconexión en el dominio elegido."
#: tools/virsh.c:2215
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "El dominio %s está siendo apagado\n"
#: tools/virsh.c:2217
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Falló al apagar el dominio %s"
#: tools/virsh.c:2229
msgid "reboot a domain"
msgstr "reinicia un dominio"
#: tools/virsh.c:2230
msgid "Run a reboot command in the target domain."
msgstr "Ejecutar un comando de reinicialización en el dominio elegido."
#: tools/virsh.c:2253
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "El dominio %s está siendo reiniciado\n"
#: tools/virsh.c:2255
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Falló al reiniciar el dominio %s"
#: tools/virsh.c:2267
msgid "destroy a domain"
msgstr "destruir un dominio"
#: tools/virsh.c:2268
msgid "Destroy a given domain."
msgstr "Destruir un dominio dado."
#: tools/virsh.c:2291
#, c-format
msgid "Domain %s destroyed\n"
msgstr "El dominio %s ha sido destruido\n"
#: tools/virsh.c:2293
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Falló al destruir el dominio %s"
#: tools/virsh.c:2305
msgid "domain information"
msgstr "información de dominio"
#: tools/virsh.c:2306
msgid "Returns basic information about the domain."
msgstr "Ofrece información básica acerca del dominio."
#: tools/virsh.c:2336 tools/virsh.c:2338
msgid "Id:"
msgstr "Id:"
#: tools/virsh.c:2339 tools/virsh.c:7304 tools/virsh.c:8238
msgid "Name:"
msgstr "Nombre:"
#: tools/virsh.c:2342 tools/virsh.c:7307
msgid "UUID:"
msgstr "UUID:"
#: tools/virsh.c:2345
msgid "OS Type:"
msgstr "Tipo de sistema operatuvo:"
#: tools/virsh.c:2350 tools/virsh.c:2945 tools/virsh.c:2974 tools/virsh.c:7314
#: tools/virsh.c:7318 tools/virsh.c:7322 tools/virsh.c:7326 tools/virsh.c:7330
msgid "State:"
msgstr "Estado:"
#: tools/virsh.c:2353 tools/virsh.c:3881
msgid "CPU(s):"
msgstr "CPU(s):"
#: tools/virsh.c:2360 tools/virsh.c:2952
msgid "CPU time:"
msgstr "hora del CPU:"
#: tools/virsh.c:2364 tools/virsh.c:2367
msgid "Max memory:"
msgstr "Memoria máxima:"
#: tools/virsh.c:2368
msgid "no limit"
msgstr "sin límites"
#: tools/virsh.c:2370
msgid "Used memory:"
msgstr "Memoria utilizada:"
#: tools/virsh.c:2381 tools/virsh.c:2383 tools/virsh.c:5006 tools/virsh.c:5008
#: tools/virsh.c:7339 tools/virsh.c:7341
msgid "Persistent:"
msgstr "Persistente:"
#: tools/virsh.c:2381 tools/virsh.c:5006 tools/virsh.c:6864 tools/virsh.c:6879
#: tools/virsh.c:6881 tools/virsh.c:6882 tools/virsh.c:6883 tools/virsh.c:7339
#: tools/virsh.c:8386 tools/virsh.c:8393 tools/virsh.c:8394 tools/virsh.c:8395
#: tools/virsh.c:13218 tools/virsh.c:13235
msgid "unknown"
msgstr "desconocido"
#: tools/virsh.c:2383 tools/virsh.c:5002 tools/virsh.c:5008 tools/virsh.c:5013
#: tools/virsh.c:5208 tools/virsh.c:5231 tools/virsh.c:6857 tools/virsh.c:6867
#: tools/virsh.c:7341 tools/virsh.c:7349
msgid "yes"
msgstr "si"
#: tools/virsh.c:2383 tools/virsh.c:5002 tools/virsh.c:5008 tools/virsh.c:5013
#: tools/virsh.c:5208 tools/virsh.c:5231 tools/virsh.c:6857 tools/virsh.c:6867
#: tools/virsh.c:7341 tools/virsh.c:7349
msgid "no"
msgstr "no"
#: tools/virsh.c:2387 tools/virsh.c:5011 tools/virsh.c:5013 tools/virsh.c:7347
#: tools/virsh.c:7349
msgid "Autostart:"
msgstr "Autoinicio:"
#: tools/virsh.c:2388
msgid "enable"
msgstr "activar"
#: tools/virsh.c:2388
msgid "disable"
msgstr "desactivar"
#: tools/virsh.c:2404
msgid "Security model:"
msgstr "Modelo de seguridad:"
#: tools/virsh.c:2405
msgid "Security DOI:"
msgstr "DOI de seguridad:"
#: tools/virsh.c:2419
msgid "Security label:"
msgstr "Etiqueta de seguridad:"
#: tools/virsh.c:2434
msgid "domain job information"
msgstr "información de trabajo de dominio"
#: tools/virsh.c:2435
msgid "Returns information about jobs running on a domain."
msgstr "Ofrece información acerca de los trabajos en ejecución de un dominio."
#: tools/virsh.c:2462
msgid "Job type:"
msgstr "Tipo de trabajo:"
#: tools/virsh.c:2465
msgid "Bounded"
msgstr "Ligado"
#: tools/virsh.c:2469
msgid "Unbounded"
msgstr "Ilimitado"
#: tools/virsh.c:2474
msgid "None"
msgstr "Ninguno"
#: tools/virsh.c:2478
msgid "Time elapsed:"
msgstr "Tiempo transcurrido:"
#: tools/virsh.c:2480
msgid "Time remaining:"
msgstr "Tiempo restante:"
#: tools/virsh.c:2483
msgid "Data processed:"
msgstr "Datos procesados:"
#: tools/virsh.c:2485
msgid "Data remaining:"
msgstr "Datos pendientes:"
#: tools/virsh.c:2487
msgid "Data total:"
msgstr "Datos totales:"
#: tools/virsh.c:2491
msgid "Memory processed:"
msgstr "Memoria procesada:"
#: tools/virsh.c:2493
msgid "Memory remaining:"
msgstr "Memoria restante:"
#: tools/virsh.c:2495
msgid "Memory total:"
msgstr "Memoria total:"
#: tools/virsh.c:2499
msgid "File processed:"
msgstr "Archivo procesado:"
#: tools/virsh.c:2501
msgid "File remaining:"
msgstr "Archivo restante:"
#: tools/virsh.c:2503
msgid "File total:"
msgstr "Archivo total:"
#: tools/virsh.c:2517
msgid "abort active domain job"
msgstr "interrumpir trabajo de dominio activo"
#: tools/virsh.c:2518
msgid "Aborts the currently running domain job"
msgstr "Interrumpe el trabajo actual del dominio en ejecución"
#: tools/virsh.c:2550
msgid "NUMA free memory"
msgstr "Memoria NUMA libre"
#: tools/virsh.c:2551
msgid "display available free memory for the NUMA cell."
msgstr "muestra la memoria libre disponible para la celda NUMA."
#: tools/virsh.c:2556
msgid "NUMA cell number"
msgstr "número de celda NUMA"
#: tools/virsh.c:2557
msgid "show free memory for all NUMA cells"
msgstr ""
#: tools/virsh.c:2583
msgid "cell number has to be a number"
msgstr ""
#: tools/virsh.c:2589
msgid "--cellno and --all are mutually exclusive. Please choose only one."
msgstr ""
#: tools/virsh.c:2597 tools/virsh.c:2606
msgid "unable to get node capabilities"
msgstr ""
#: tools/virsh.c:2615
msgid "could not get information about NUMA topology"
msgstr ""
#: tools/virsh.c:2627
msgid "conversion from string failed"
msgstr ""
#: tools/virsh.c:2635
#, c-format
msgid "failed to get free memory for NUMA node number: %lu"
msgstr ""
#: tools/virsh.c:2649 tools/virsh.c:2662
msgid "Total"
msgstr "Total"
#: tools/virsh.c:2684
msgid "connection vcpu maximum"
msgstr ""
#: tools/virsh.c:2685
msgid "Show maximum number of virtual CPUs for guests on this connection."
msgstr ""
#: tools/virsh.c:2690
msgid "domain type"
msgstr ""
#: tools/virsh.c:2701
msgid "Invalid type"
msgstr ""
#: tools/virsh.c:2720
msgid "domain vcpu counts"
msgstr ""
#: tools/virsh.c:2721
msgid "Returns the number of virtual CPUs used by the domain."
msgstr ""
#: tools/virsh.c:2727
msgid "get maximum cap on vcpus"
msgstr ""
#: tools/virsh.c:2728
msgid "get current vcpu usage"
msgstr ""
#: tools/virsh.c:2729
msgid "get value to be used on next boot"
msgstr ""
#: tools/virsh.c:2730
msgid "get value from running domain"
msgstr ""
#: tools/virsh.c:2748
msgid "--maximum and --current cannot both be specified"
msgstr ""
#: tools/virsh.c:2753
msgid "--config and --live cannot both be specified"
msgstr ""
#: tools/virsh.c:2760
#, c-format
msgid "when using --%s, either --%s or --%s must be specified"
msgstr ""
#: tools/virsh.c:2798 tools/virsh.c:2819
msgid "maximum"
msgstr ""
#: tools/virsh.c:2798 tools/virsh.c:2856
msgid "config"
msgstr ""
#: tools/virsh.c:2819 tools/virsh.c:2878
msgid "live"
msgstr ""
#: tools/virsh.c:2856 tools/virsh.c:2878
msgid "current"
msgstr ""
#: tools/virsh.c:2895
msgid "detailed domain vcpu information"
msgstr ""
#: tools/virsh.c:2896
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Muestra información básica acerca de las CPU virtuales del dominio."
#: tools/virsh.c:2943 tools/virsh.c:2972 tools/virsh.c:3107
msgid "VCPU:"
msgstr "VCPU:"
#: tools/virsh.c:2944 tools/virsh.c:2973
msgid "CPU:"
msgstr "CPU:"
#: tools/virsh.c:2954 tools/virsh.c:2976
msgid "CPU Affinity:"
msgstr "Afinidad del CPU:"
#: tools/virsh.c:2973 tools/virsh.c:2974 tools/virsh.c:2975
msgid "N/A"
msgstr ""
#: tools/virsh.c:2975
msgid "CPU time"
msgstr ""
#: tools/virsh.c:3001
msgid "control or query domain vcpu affinity"
msgstr ""
#: tools/virsh.c:3002
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Adjuntar las VCPU del dominio con las CPU físicas del host."
#: tools/virsh.c:3008
msgid "vcpu number"
msgstr "número vcpu"
#: tools/virsh.c:3010
msgid "host cpu number(s) to set, or omit option to query"
msgstr ""
#: tools/virsh.c:3011 tools/virsh.c:3254 tools/virsh.c:3363 tools/virsh.c:3453
#: tools/virsh.c:3534 tools/virsh.c:3690
msgid "affect next boot"
msgstr ""
#: tools/virsh.c:3012 tools/virsh.c:3255 tools/virsh.c:3364 tools/virsh.c:3454
#: tools/virsh.c:3535 tools/virsh.c:3691
msgid "affect running domain"
msgstr ""
#: tools/virsh.c:3013 tools/virsh.c:3365 tools/virsh.c:3455 tools/virsh.c:3536
#: tools/virsh.c:3692
msgid "affect current domain"
msgstr ""
#: tools/virsh.c:3062
msgid "vcpupin: Missing cpulist."
msgstr ""
#: tools/virsh.c:3071
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: Número de vCPU inválido o inexistente."
#: tools/virsh.c:3082
msgid "vcpupin: failed to get domain information."
msgstr ""
#: tools/virsh.c:3088
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: Número de CPU inválido."
#: tools/virsh.c:3107
msgid "CPU Affinity"
msgstr ""
#: tools/virsh.c:3176 tools/virsh.c:3200
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "El CPU físico %d no existe."
#: tools/virsh.c:3236
msgid "cpulist: Invalid format."
msgstr ""
#: tools/virsh.c:3245
msgid "change number of virtual CPUs"
msgstr "modifica la cantidad de Cpus virtuales"
#: tools/virsh.c:3246
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Modifica la cantidad de Cpus virtuales en el dominio huésped."
#: tools/virsh.c:3252
msgid "number of virtual CPUs"
msgstr "cantidad de Cpus virtuales"
#: tools/virsh.c:3253
msgid "set maximum limit on next boot"
msgstr ""
#: tools/virsh.c:3279
msgid "Invalid number of virtual CPUs"
msgstr ""
#: tools/virsh.c:3300
msgid "--maximum must be used with --config only"
msgstr ""
#: tools/virsh.c:3321
msgid "Inject NMI to the guest"
msgstr ""
#: tools/virsh.c:3322
msgid "Inject NMI to the guest domain."
msgstr ""
#: tools/virsh.c:3355
msgid "change memory allocation"
msgstr "modifica el alojamiento de la memoria"
#: tools/virsh.c:3356
msgid "Change the current memory allocation in the guest domain."
msgstr "Modifica el alojamiento actual de la memoria en el dominio huésped."
#: tools/virsh.c:3362
msgid "number of kilobytes of memory"
msgstr "cantidad de kilobytes de la memoria"
#: tools/virsh.c:3404 tools/virsh.c:3492
msgid "memory size has to be a number"
msgstr ""
#: tools/virsh.c:3410
#, c-format
msgid "Invalid value of %lu for memory size"
msgstr "Valor de %lu inválido para tamaño de memoria"
#: tools/virsh.c:3416
msgid "Unable to verify MaxMemorySize"
msgstr "No es posible verificar MaxMemorySize"
#: tools/virsh.c:3422
#, c-format
msgid "Requested memory size %lu kb is larger than maximum of %lu kb"
msgstr ""
"El tamaño de memoria solicitado %lu kb es mayor al máximo permitido de %lu kb"
#: tools/virsh.c:3445
msgid "change maximum memory limit"
msgstr "modifica el límite de memoria máxima"
#: tools/virsh.c:3446
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"Modifica el límite de memoria máxima de alojamiento en el dominio huésped."
#: tools/virsh.c:3452
msgid "maximum memory limit in kilobytes"
msgstr "límite de memoria máxima en kilobytes"
#: tools/virsh.c:3498
#, c-format
msgid "Invalid value of %d for memory size"
msgstr "Valor de %d inválido para tamaño de memoria"
#: tools/virsh.c:3504 tools/virsh.c:3509
msgid "Unable to change MaxMemorySize"
msgstr "No es posible modificar MaxMemorySize"
#: tools/virsh.c:3522
msgid "Get or set blkio parameters"
msgstr ""
#: tools/virsh.c:3523
msgid ""
"Get or set the current blkio parameters for a guest domain.\n"
" To get the blkio parameters use following command: \n"
"\n"
" virsh # blkiotune <domain>"
msgstr ""
#: tools/virsh.c:3533
msgid "IO Weight in range [100, 1000]"
msgstr ""
#: tools/virsh.c:3575 tools/virsh.c:3735
msgid "Unable to parse integer parameter"
msgstr ""
#: tools/virsh.c:3583
#, c-format
msgid "Invalid value of %d for I/O weight"
msgstr ""
#: tools/virsh.c:3592
msgid "Unable to get number of blkio parameters"
msgstr ""
#: tools/virsh.c:3605
msgid "Unable to get blkio parameters"
msgstr ""
#: tools/virsh.c:3657
msgid "Unable to change blkio parameters"
msgstr ""
#: tools/virsh.c:3672
msgid "Get or set memory parameters"
msgstr ""
#: tools/virsh.c:3673
msgid ""
"Get or set the current memory parameters for a guest domain.\n"
" To get the memory parameters use following command: \n"
"\n"
" virsh # memtune <domain>"
msgstr ""
#: tools/virsh.c:3683
msgid "Max memory in kilobytes"
msgstr ""
#: tools/virsh.c:3685
msgid "Memory during contention in kilobytes"
msgstr ""
#: tools/virsh.c:3687
msgid "Max memory plus swap in kilobytes"
msgstr ""
#: tools/virsh.c:3689
msgid "Min guaranteed memory in kilobytes"
msgstr ""
#: tools/virsh.c:3755
msgid "Unable to get number of memory parameters"
msgstr ""
#: tools/virsh.c:3768
msgid "Unable to get memory parameters"
msgstr ""
#: tools/virsh.c:3848
msgid "Unable to change memory parameters"
msgstr ""
#: tools/virsh.c:3863
msgid "node information"
msgstr "información de nodo"
#: tools/virsh.c:3864
msgid "Returns basic information about the node."
msgstr "Muestra información básica acerca del nodo."
#: tools/virsh.c:3877
msgid "failed to get node information"
msgstr "Falló al obtener información de nodo"
#: tools/virsh.c:3880
msgid "CPU model:"
msgstr "Modelo del CPU:"
#: tools/virsh.c:3882
msgid "CPU frequency:"
msgstr "Frecuencia del CPU:"
#: tools/virsh.c:3883
msgid "CPU socket(s):"
msgstr "Socket(s) del CPU"
#: tools/virsh.c:3884
msgid "Core(s) per socket:"
msgstr "Núcleo(s) por socket:"
#: tools/virsh.c:3885
msgid "Thread(s) per core:"
msgstr "Hilo(s) por núcleo:"
#: tools/virsh.c:3886
msgid "NUMA cell(s):"
msgstr "Celda(s) NUMA:"
#: tools/virsh.c:3887
msgid "Memory size:"
msgstr "Tamaño de memoria:"
#: tools/virsh.c:3896
msgid "Prints cpu stats of the node."
msgstr ""
#: tools/virsh.c:3897
msgid "Returns cpu stats of the node, in nanoseconds."
msgstr ""
#: tools/virsh.c:3902
msgid "prints specified cpu statistics only."
msgstr ""
#: tools/virsh.c:3903
msgid "prints by percentage during 1 second."
msgstr ""
#: tools/virsh.c:3931
msgid "Invalid value of cpuNum"
msgstr ""
#: tools/virsh.c:3937
msgid "Unable to get number of cpu stats"
msgstr ""
#: tools/virsh.c:3951
msgid "Unable to get node cpu stats"
msgstr ""
#: tools/virsh.c:3981
msgid "user :"
msgstr ""
#: tools/virsh.c:3982
msgid "system:"
msgstr ""
#: tools/virsh.c:3983 tools/virsh.c:4008
msgid "idle :"
msgstr ""
#: tools/virsh.c:3984 tools/virsh.c:4010
msgid "iowait:"
msgstr ""
#: tools/virsh.c:3990 tools/virsh.c:4002
msgid "usage:"
msgstr ""
#: tools/virsh.c:3991
msgid "idle :"
msgstr ""
#: tools/virsh.c:4004
msgid " user :"
msgstr ""
#: tools/virsh.c:4006
msgid " system:"
msgstr ""
#: tools/virsh.c:4025
msgid "Prints memory stats of the node."
msgstr ""
#: tools/virsh.c:4026
msgid "Returns memory stats of the node, in kilobytes."
msgstr ""
#: tools/virsh.c:4031
msgid "prints specified cell statistics only."
msgstr ""
#: tools/virsh.c:4048
msgid "Invalid value of cellNum"
msgstr ""
#: tools/virsh.c:4055
msgid "Unable to get number of memory stats"
msgstr ""
#: tools/virsh.c:4068
msgid "Unable to get memory stats"
msgstr ""
#: tools/virsh.c:4086
msgid "capabilities"
msgstr "capacidades"
#: tools/virsh.c:4087
msgid "Returns capabilities of hypervisor/driver."
msgstr "Muestra capacidades del controlador/hypervisor."
#: tools/virsh.c:4100
msgid "failed to get capabilities"
msgstr "Falló al obtener capacidades"
#: tools/virsh.c:4113
msgid "domain information in XML"
msgstr "información del dominio en XML"
#: tools/virsh.c:4114
msgid "Output the domain information as an XML dump to stdout."
msgstr ""
"Ofrece de la información del dominio como una descarga XML para stdout. "
#: tools/virsh.c:4120 tools/virsh.c:5577
msgid "show inactive defined XML"
msgstr "muestra XML definidos inactivos"
#: tools/virsh.c:4121
msgid "include security sensitive information in XML dump"
msgstr "incluye información de seguridad importante en la descarga XML"
#: tools/virsh.c:4122
msgid "update guest CPU according to host CPU"
msgstr "actualiza el CPU del huésped de acuerdo al CPU del equipo"
#: tools/virsh.c:4166
msgid "Convert native config to domain XML"
msgstr "Convierte configuración nativa a dominio XML"
#: tools/virsh.c:4167
msgid "Convert native guest configuration format to domain XML format."
msgstr ""
"Convierte el formato de configuración del huésped nativo en formato de "
"dominio XML."
#: tools/virsh.c:4172
msgid "source config data format"
msgstr "formato de configuración de datos fuente"
#: tools/virsh.c:4173
msgid "config data file to import from"
msgstr "configuración de datos de archivo desde donde importar"
#: tools/virsh.c:4212
msgid "Convert domain XML to native config"
msgstr "Convierte dominio XML en configuración nativa"
#: tools/virsh.c:4213
msgid "Convert domain XML config to a native guest configuration format."
msgstr ""
"Convierte configuración de dominio XML en formato de configuración del "
"huésped nativo."
#: tools/virsh.c:4218
msgid "target config data type format"
msgstr "tipo de formato de configuración de datos de sistema elegido"
#: tools/virsh.c:4219
msgid "xml data file to export from"
msgstr "archivo de datos xml hacia donde poder exportar"
#: tools/virsh.c:4258
msgid "convert a domain id or UUID to domain name"
msgstr "convertir un ID de dominio o UUID a nombre de dominio"
#: tools/virsh.c:4264
msgid "domain id or uuid"
msgstr "ID de dominio o uuid"
#: tools/virsh.c:4288
msgid "convert a domain name or UUID to domain id"
msgstr "convertir un nombre de dominio o UUID en un ID de dominio"
#: tools/virsh.c:4323
msgid "convert a domain name or id to domain UUID"
msgstr "convertir un nombre de dominio o ID en UUID de dominio"
#: tools/virsh.c:4329
msgid "domain id or name"
msgstr "ID de dominio o nombre"
#: tools/virsh.c:4348
msgid "failed to get domain UUID"
msgstr "Falló al obtener dominio UUID"
#: tools/virsh.c:4358
msgid "migrate domain to another host"
msgstr "migrar el dominio hacia otro host"
#: tools/virsh.c:4359
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Migrar el dominio hacia otro host. Agregue --live para una migración en vivo."
#: tools/virsh.c:4364
msgid "live migration"
msgstr "migración en vivo"
#: tools/virsh.c:4365
msgid "peer-2-peer migration"
msgstr "migración de par a par (peer-2-peer)"
#: tools/virsh.c:4366
msgid "direct migration"
msgstr "migración directa"
#: tools/virsh.c:4367
msgid "tunnelled migration"
msgstr "migración en túnel "
#: tools/virsh.c:4368
msgid "persist VM on destination"
msgstr "persistir MV en el destino"
#: tools/virsh.c:4369
msgid "undefine VM on source"
msgstr "quita la definición de MV en la fuente"
#: tools/virsh.c:4370
msgid "do not restart the domain on the destination host"
msgstr "no reinicia el dominio en el equipo de destino"
#: tools/virsh.c:4371
msgid "migration with non-shared storage with full disk copy"
msgstr ""
"migración con almacenamiento no compartido y con una copia del disco completa"
#: tools/virsh.c:4372
msgid ""
"migration with non-shared storage with incremental copy (same base image "
"shared between source and destination)"
msgstr ""
"migración con almacenamiento no compartido y con una copia incremental (la "
"misma imagen base compartida entre la fuente y el destino)"
#: tools/virsh.c:4373
msgid "display the progress of migration"
msgstr ""
#: tools/virsh.c:4375
msgid ""
"connection URI of the destination host as seen from the client(normal "
"migration) or source(p2p migration)"
msgstr ""
#: tools/virsh.c:4376
msgid "migration URI, usually can be omitted"
msgstr "migración URI, generalmente puede ser omitida"
#: tools/virsh.c:4377
msgid "rename to new name during migration (if supported)"
msgstr "modificarle nombre durante la migración (si es soportado)"
#: tools/virsh.c:4378
msgid "force guest to suspend if live migration exceeds timeout (in seconds)"
msgstr ""
#: tools/virsh.c:4379
msgid "filename containing updated XML for the target"
msgstr ""
#: tools/virsh.c:4421 tools/virsh.c:6369 tools/virsh.c:7177 tools/virsh.c:7189
#: tools/virsh.c:7526
msgid "missing argument"
msgstr ""
#: tools/virsh.c:4426
msgid "malformed xml argument"
msgstr ""
#: tools/virsh.c:4463
msgid "migrate: Unexpected migrateuri for peer2peer/direct migration"
msgstr "migrate: migrateuri no esperada para la migración peer2peer/direct"
#: tools/virsh.c:4554
msgid "migrate: Unexpected timeout for offline migration"
msgstr ""
#: tools/virsh.c:4559
msgid "migrate: Invalid timeout"
msgstr ""
#: tools/virsh.c:4565
msgid "migrate: Timeout is too big"
msgstr ""
#: tools/virsh.c:4661
msgid "set maximum tolerable downtime"
msgstr "define el máximo tolerable de tiempo de inactividad"
#: tools/virsh.c:4662
msgid ""
"Set maximum tolerable downtime of a domain which is being live-migrated to "
"another host."
msgstr ""
"Define el máximo tolerable de tiempo de inactividad de un dominio que está "
"siendo migrado en línea hacia otro equipo."
#: tools/virsh.c:4668
msgid "maximum tolerable downtime (in milliseconds) for migration"
msgstr ""
"máximo de tiempo de inactividad tolerable (en milisegundos) para la migración"
#: tools/virsh.c:4687
msgid "migrate: Invalid downtime"
msgstr "migración: Tiempo de inactividad no válido"
#: tools/virsh.c:4705
msgid "Set the maximum migration bandwidth"
msgstr ""
#: tools/virsh.c:4706
msgid ""
"Set the maximum migration bandwidth (in Mbps) for a domain which is being "
"migrated to another host."
msgstr ""
#: tools/virsh.c:4713
msgid "migration bandwidth limit in Mbps"
msgstr ""
#: tools/virsh.c:4731
msgid "migrate: Invalid bandwidth"
msgstr ""
#: tools/virsh.c:4749
msgid "autostart a network"
msgstr "iniciar una red automáticamente "
#: tools/virsh.c:4751
msgid "Configure a network to be automatically started at boot."
msgstr ""
"Configurar una red para que sea iniciada automáticamente en el arranque"
#: tools/virsh.c:4756 tools/virsh.c:4896 tools/virsh.c:4935 tools/virsh.c:5327
#: tools/virsh.c:10971
msgid "network name or uuid"
msgstr "nombre de red o uuid"
#: tools/virsh.c:4778
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Falló al identificarse la red %s como autoiniciable"
#: tools/virsh.c:4780
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Falló al quitarse la identificación de la red %s como autoiniciable"
#: tools/virsh.c:4786
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "La red %s ha sido marcada para iniciarse automáticamente\n"
#: tools/virsh.c:4788
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr ""
"Ha sido quitada la marca de la red %s para que pueda iniciarse "
"automáticamente\n"
#: tools/virsh.c:4798
msgid "create a network from an XML file"
msgstr "crear una red desde un archivo XML"
#: tools/virsh.c:4799
msgid "Create a network."
msgstr "Crear una red."
#: tools/virsh.c:4804 tools/virsh.c:4850
msgid "file containing an XML network description"
msgstr "archivo que contiene una descripción de red XML"
#: tools/virsh.c:4829
#, c-format
msgid "Network %s created from %s\n"
msgstr "La red %s ha sido creada desde %s\n"
#: tools/virsh.c:4833
#, c-format
msgid "Failed to create network from %s"
msgstr "Falló al crear la red desde %s"
#: tools/virsh.c:4844
msgid "define (but don't start) a network from an XML file"
msgstr "defino (pero no inicia) una red desde un archivo XML"
#: tools/virsh.c:4845
msgid "Define a network."
msgstr "Define una red."
#: tools/virsh.c:4875
#, c-format
msgid "Network %s defined from %s\n"
msgstr "La red %s se encuentra definida desde %s\n"
#: tools/virsh.c:4879
#, c-format
msgid "Failed to define network from %s"
msgstr "Falló al definir la red desde %s"
#: tools/virsh.c:4890
msgid "destroy a network"
msgstr "destruye una red"
#: tools/virsh.c:4891
msgid "Destroy a given network."
msgstr "destruye una red determinada."
#: tools/virsh.c:4914
#, c-format
msgid "Network %s destroyed\n"
msgstr "La red %s ha sido destruida\n"
#: tools/virsh.c:4916
#, c-format
msgid "Failed to destroy network %s"
msgstr "Falló al destruir la red %s"
#: tools/virsh.c:4929
msgid "network information in XML"
msgstr "información de red en XML"
#: tools/virsh.c:4930
msgid "Output the network information as an XML dump to stdout."
msgstr "Muestra la información de la red como una descarga XML a stdout."
#: tools/virsh.c:4968
msgid "network information"
msgstr ""
#: tools/virsh.c:4974 tools/virsh.c:5366
msgid "network name"
msgstr "nombre de red"
#: tools/virsh.c:4998 tools/virsh.c:6020 tools/virsh.c:9016
msgid "UUID"
msgstr "UUID"
#: tools/virsh.c:5002
msgid "Active:"
msgstr ""
#: tools/virsh.c:5011 tools/virsh.c:5206 tools/virsh.c:5229 tools/virsh.c:6854
#: tools/virsh.c:7347
msgid "no autostart"
msgstr "sin inicio automático"
#: tools/virsh.c:5017
msgid "Bridge:"
msgstr ""
#: tools/virsh.c:5027
msgid "edit XML configuration for a physical host interface"
msgstr "editar la configuración XML de una interfaz de host físico"
#: tools/virsh.c:5028
msgid "Edit the XML configuration for a physical host interface."
msgstr "Editar la configuración XML de una interfaz de host físico."
#: tools/virsh.c:5033 tools/virsh.c:5576 tools/virsh.c:5666 tools/virsh.c:5704
#: tools/virsh.c:5742
msgid "interface name or MAC address"
msgstr "nombre de interfaz o dirección MAC"
#: tools/virsh.c:5073
#, c-format
msgid "Interface %s XML configuration not changed.\n"
msgstr "La configuración de la interfaz XML %s no se ha modificado.\n"
#: tools/virsh.c:5089 tools/virsh.c:6112 tools/virsh.c:10929
msgid "ERROR: the XML configuration was changed by another user"
msgstr "ERROR: la configuración XML ha sido modificada por otro usuario"
#: tools/virsh.c:5099
#, c-format
msgid "Interface %s XML configuration edited.\n"
msgstr "Se ha editado la configuración de la interfaz XML %s.\n"
#: tools/virsh.c:5124
msgid "list networks"
msgstr "muestra las redes"
#: tools/virsh.c:5125
msgid "Returns list of networks."
msgstr "Muestra una lista de redes."
#: tools/virsh.c:5130
msgid "list inactive networks"
msgstr "muestra redes no activas"
#: tools/virsh.c:5131
msgid "list inactive & active networks"
msgstr "muestra redes activas y no activas"
#: tools/virsh.c:5151 tools/virsh.c:5159
msgid "Failed to list active networks"
msgstr "Falló al listar redes activas"
#: tools/virsh.c:5170 tools/virsh.c:5180
msgid "Failed to list inactive networks"
msgstr "Falló al listar redes no activas"
#: tools/virsh.c:5190 tools/virsh.c:6999 tools/virsh.c:7028 tools/virsh.c:7087
msgid "Autostart"
msgstr "Inicio automático"
#: tools/virsh.c:5212 tools/virsh.c:5478 tools/virsh.c:6967
msgid "active"
msgstr "activo"
#: tools/virsh.c:5235 tools/virsh.c:5495 tools/virsh.c:6892 tools/virsh.c:6965
#: tools/virsh.c:7315
msgid "inactive"
msgstr "inactivo"
#: tools/virsh.c:5251
msgid "convert a network UUID to network name"
msgstr "convierte un UUID de red en nombre de red"
#: tools/virsh.c:5257
msgid "network uuid"
msgstr "uuid de red"
#: tools/virsh.c:5282
msgid "start a (previously defined) inactive network"
msgstr "inicia una red no activa (previamente definida)"
#: tools/virsh.c:5283
msgid "Start a network."
msgstr "Inicia una red."
#: tools/virsh.c:5288
msgid "name of the inactive network"
msgstr "nombre de la red inactiva"
#: tools/virsh.c:5305
#, c-format
msgid "Network %s started\n"
msgstr "La red %s se ha iniciado\n"
#: tools/virsh.c:5308
#, c-format
msgid "Failed to start network %s"
msgstr "Falló al iniciar la red %s"
#: tools/virsh.c:5321
msgid "undefine an inactive network"
msgstr "quita la definición de una red no activa"
#: tools/virsh.c:5322
msgid "Undefine the configuration for an inactive network."
msgstr "Quita la definición de la configuración para una red no activa."
#: tools/virsh.c:5345
#, c-format
msgid "Network %s has been undefined\n"
msgstr "Ha sido quitada la definición de la red %s\n"
#: tools/virsh.c:5347
#, c-format
msgid "Failed to undefine network %s"
msgstr "Falló al quitar la definición de %s"
#: tools/virsh.c:5360
msgid "convert a network name to network UUID"
msgstr "convierte un nombre de red en UUID de red"
#: tools/virsh.c:5386
msgid "failed to get network UUID"
msgstr "Falló al obtener UUID de red"
#: tools/virsh.c:5398
msgid "list physical host interfaces"
msgstr "muestra las interfaces de host físico"
#: tools/virsh.c:5399
msgid "Returns list of physical host interfaces."
msgstr "Devuelve una lista de las interfaces de los hosts físicos."
#: tools/virsh.c:5404
msgid "list inactive interfaces"
msgstr "muestra interfaces no activas"
#: tools/virsh.c:5405
msgid "list inactive & active interfaces"
msgstr "muestra interfaces activas y no activas"
#: tools/virsh.c:5424 tools/virsh.c:5432
msgid "Failed to list active interfaces"
msgstr "Falló al listar interfaces activas"
#: tools/virsh.c:5443 tools/virsh.c:5453
msgid "Failed to list inactive interfaces"
msgstr "Falló al listar interfaces no activas"
#: tools/virsh.c:5463
msgid "MAC Address"
msgstr "dirección MAC"
#: tools/virsh.c:5510
msgid "convert an interface MAC address to interface name"
msgstr "convierte una dirección de interfaz MAC a nombre de interfaz"
#: tools/virsh.c:5516
msgid "interface mac"
msgstr "interfaz mac"
#: tools/virsh.c:5540
msgid "convert an interface name to interface MAC address"
msgstr "convierte un nombre de interfaz a dirección de interfaz MAC"
#: tools/virsh.c:5546
msgid "interface name"
msgstr "nombre de interfaz"
#: tools/virsh.c:5570
msgid "interface information in XML"
msgstr "información de interfaz en XML"
#: tools/virsh.c:5571
msgid ""
"Output the physical host interface information as an XML dump to stdout."
msgstr ""
"Ofrece la información de la interfaz del host físico como una descarga XML "
"para stdout. "
#: tools/virsh.c:5615
msgid "define (but don't start) a physical host interface from an XML file"
msgstr ""
"define (pero no inicia) una interfaz de host físico desde un archivo XML"
#: tools/virsh.c:5616
msgid "Define a physical host interface."
msgstr "Define una interfaz de host físico."
#: tools/virsh.c:5621
msgid "file containing an XML interface description"
msgstr "archivo que contiene una descripción de interfaz XML"
#: tools/virsh.c:5646
#, c-format
msgid "Interface %s defined from %s\n"
msgstr "La interfaz %s ha sido definida desde %s\n"
#: tools/virsh.c:5650
#, c-format
msgid "Failed to define interface from %s"
msgstr "Falló al definirse la interfaz desde %s"
#: tools/virsh.c:5660
msgid "undefine a physical host interface (remove it from configuration)"
msgstr ""
"quita la definición de una interfaz de host físico (la elimina de la "
"configuración)"
#: tools/virsh.c:5661
msgid "undefine an interface."
msgstr "quita la definición de una interfaz."
#: tools/virsh.c:5684
#, c-format
msgid "Interface %s undefined\n"
msgstr "Se ha quitado la definición de la interfaz %s\n"
#: tools/virsh.c:5686
#, c-format
msgid "Failed to undefine interface %s"
msgstr "Falló al quitarse la definición de la interfaz %s"
#: tools/virsh.c:5698
msgid "start a physical host interface (enable it / \"if-up\")"
msgstr "inicia una interfaz de host físico (se activa / \"if-up\")"
#: tools/virsh.c:5699
msgid "start a physical host interface."
msgstr "inicia una interfaz de host físico."
#: tools/virsh.c:5722
#, c-format
msgid "Interface %s started\n"
msgstr "La interfaz %s se ha iniciado\n"
#: tools/virsh.c:5724
#, c-format
msgid "Failed to start interface %s"
msgstr "Falló al iniciar la interfaz %s"
#: tools/virsh.c:5736
msgid "destroy a physical host interface (disable it / \"if-down\")"
msgstr "destruye una interfaz de host físico (se desactiva / \"if-down\")"
#: tools/virsh.c:5737
msgid "destroy a physical host interface."
msgstr "destruye una interfaz de host físico."
#: tools/virsh.c:5760
#, c-format
msgid "Interface %s destroyed\n"
msgstr "La interfaz %s ha sido destruida\n"
#: tools/virsh.c:5762
#, c-format
msgid "Failed to destroy interface %s"
msgstr "Falló al destruir la interfaz %s"
#: tools/virsh.c:5774
msgid ""
"create a snapshot of current interfaces settings, which can be later "
"commited (iface-commit) or restored (iface-rollback)"
msgstr ""
#: tools/virsh.c:5777
msgid "Create a restore point for interfaces settings"
msgstr ""
#: tools/virsh.c:5792
msgid "Failed to begin network config change transaction"
msgstr ""
#: tools/virsh.c:5796
msgid "Network config change transaction started\n"
msgstr ""
#: tools/virsh.c:5804
msgid "commit changes made since iface-begin and free restore point"
msgstr ""
#: tools/virsh.c:5805
msgid "commit changes and free restore point"
msgstr ""
#: tools/virsh.c:5820
msgid "Failed to commit network config change transaction"
msgstr ""
#: tools/virsh.c:5824
msgid "Network config change transaction committed\n"
msgstr ""
#: tools/virsh.c:5832
msgid "rollback to previous saved configuration created via iface-begin"
msgstr ""
#: tools/virsh.c:5833
msgid "rollback to previous restore point"
msgstr ""
#: tools/virsh.c:5848
msgid "Failed to rollback network config change transaction"
msgstr ""
#: tools/virsh.c:5852
msgid "Network config change transaction rolled back\n"
msgstr ""
#: tools/virsh.c:5860
msgid "define or update a network filter from an XML file"
msgstr "define o actualiza un filtro de red desde un archivo XML"
#: tools/virsh.c:5861
msgid "Define a new network filter or update an existing one."
msgstr "Define un nuevo filtro de red, o actualiza uno existente."
#: tools/virsh.c:5866
msgid "file containing an XML network filter description"
msgstr "archivo que contiene una descripción de filtro de red XML"
#: tools/virsh.c:5891
#, c-format
msgid "Network filter %s defined from %s\n"
msgstr "El filtro de red %s se encuentra definido desde %s\n"
#: tools/virsh.c:5895
#, c-format
msgid "Failed to define network filter from %s"
msgstr "Falló al definir el filtro de red desde %s"
#: tools/virsh.c:5906
msgid "undefine a network filter"
msgstr "quitar la definición de un filtro de red"
#: tools/virsh.c:5907
msgid "Undefine a given network filter."
msgstr "Quitar la definición de un filtro de red determinado"
#: tools/virsh.c:5912 tools/virsh.c:5951 tools/virsh.c:6057
msgid "network filter name or uuid"
msgstr "nombre del filtro de red o uuid"
#: tools/virsh.c:5930
#, c-format
msgid "Network filter %s undefined\n"
msgstr "Ha sido quitada la definición del filtro de red %s\n"
#: tools/virsh.c:5932
#, c-format
msgid "Failed to undefine network filter %s"
msgstr "Falló al intentar quitar la definición del filtro de red %s"
#: tools/virsh.c:5945
msgid "network filter information in XML"
msgstr "información del filtro de red en XML"
#: tools/virsh.c:5946
msgid "Output the network filter information as an XML dump to stdout."
msgstr ""
"Muestra la información del filtro de red como una descarga XML a stdout."
#: tools/virsh.c:5984
msgid "list network filters"
msgstr "muestra los filtros de red"
#: tools/virsh.c:5985
msgid "Returns list of network filters."
msgstr "Devuelve una lista con los filtros de red."
#: tools/virsh.c:6005 tools/virsh.c:6013
msgid "Failed to list network filters"
msgstr "Falló al intentar listar los filtros de red"
#: tools/virsh.c:6051
msgid "edit XML configuration for a network filter"
msgstr "editar la configuración XML de un filtro de red"
#: tools/virsh.c:6052
msgid "Edit the XML configuration for a network filter."
msgstr "Edita la configuración XML de un filtro de red."
#: tools/virsh.c:6096
#, c-format
msgid "Network filter %s XML configuration not changed.\n"
msgstr "La configuración XML del filtro de red %s no se ha modificado.\n"
#: tools/virsh.c:6122
#, c-format
msgid "Network filter %s XML configuration edited.\n"
msgstr "Se ha editado la configuración XML del filtro de red %s.\n"
#: tools/virsh.c:6149
msgid "autostart a pool"
msgstr "inicia automáticamente un grupo"
#: tools/virsh.c:6151
msgid "Configure a pool to be automatically started at boot."
msgstr ""
"Configura un grupo para que sea iniciado automáticamente en el arranque."
#: tools/virsh.c:6156 tools/virsh.c:6552 tools/virsh.c:6592 tools/virsh.c:6631
#: tools/virsh.c:6670 tools/virsh.c:6709 tools/virsh.c:7284 tools/virsh.c:7633
#: tools/virsh.c:7866 tools/virsh.c:7943 tools/virsh.c:8043 tools/virsh.c:8139
#: tools/virsh.c:8180 tools/virsh.c:8221 tools/virsh.c:8272 tools/virsh.c:8312
#: tools/virsh.c:8686 tools/virsh.c:8719 tools/virsh.c:10988
msgid "pool name or uuid"
msgstr "nombre del grupo o uuid"
#: tools/virsh.c:6178
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Falló al marcar el grupo %s como iniciable automáticamente"
#: tools/virsh.c:6180
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Falló al quitar la marca de iniciable automáticamente del grupo %s"
#: tools/virsh.c:6186
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "El grupo %s ha sido marcado como iniciable automáticamente\n"
#: tools/virsh.c:6188
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Se ha quitado la marca del grupo %s para iniciarse automáticamente\n"
#: tools/virsh.c:6198
msgid "create a pool from an XML file"
msgstr "crea un grupo desde un archivo XML"
#: tools/virsh.c:6199 tools/virsh.c:6417
msgid "Create a pool."
msgstr "Crea un grupo."
#: tools/virsh.c:6205 tools/virsh.c:6464
msgid "file containing an XML pool description"
msgstr "archivo que contiene una descripción de grupo XML"
#: tools/virsh.c:6230
#, c-format
msgid "Pool %s created from %s\n"
msgstr "El grupo %s ha sido creado desde %s\n"
#: tools/virsh.c:6234
#, c-format
msgid "Failed to create pool from %s"
msgstr "Falló al crear grupo desde %s"
#: tools/virsh.c:6245
msgid "create a device defined by an XML file on the node"
msgstr "crea un dispositivo definido por un archivo XML en el nodo"
#: tools/virsh.c:6247
msgid ""
"Create a device on the node. Note that this command creates devices on the "
"physical host that can then be assigned to a virtual machine."
msgstr ""
"Crea un dispositivo en el nodo. Fíjese que este comando crea dispositivos en "
"el host físico que luego pueden ser asignados a una máquina virtual. "
#: tools/virsh.c:6255
msgid "file containing an XML description of the device"
msgstr "archivo que contiene una descripción XML del dispositivo"
#: tools/virsh.c:6280
#, c-format
msgid "Node device %s created from %s\n"
msgstr "El dispositivo de nodo %s ha sido creado desde %s\n"
#: tools/virsh.c:6284
#, c-format
msgid "Failed to create node device from %s"
msgstr "Falló al crear un dispositivo de nodo para %s"
#: tools/virsh.c:6296
msgid "destroy a device on the node"
msgstr "destruye un dispositivo en el nodo"
#: tools/virsh.c:6297
msgid ""
"Destroy a device on the node. Note that this command destroys devices on "
"the physical host "
msgstr ""
"Destruye un dispositivo en el nodo. Fíjese que este comando destruye "
"dispositivos en el host físico."
#: tools/virsh.c:6304
msgid "name of the device to be destroyed"
msgstr "nombre de los dispositivos a ser destruidos"
#: tools/virsh.c:6325
#, c-format
msgid "Destroyed node device '%s'\n"
msgstr "Se ha destruido el dispositivo de nodo '%s'\n"
#: tools/virsh.c:6327
#, c-format
msgid "Failed to destroy node device '%s'"
msgstr "Falló al destruir el dispositivo de nodo '%s'"
#: tools/virsh.c:6340
msgid "name of the pool"
msgstr "nombre del grupo"
#: tools/virsh.c:6341
msgid "print XML document, but don't define/create"
msgstr "imprime un documento XML, pero no lo crea/define"
#: tools/virsh.c:6342
msgid "type of the pool"
msgstr "tipo del grupo"
#: tools/virsh.c:6343
msgid "source-host for underlying storage"
msgstr "host-fuente para el almacenamiento subyacente"
#: tools/virsh.c:6344
msgid "source path for underlying storage"
msgstr "camino de origen para el almacenamiento subyacente"
#: tools/virsh.c:6345
msgid "source device for underlying storage"
msgstr "dispositivo de origen para el almacenamiento subyacente"
#: tools/virsh.c:6346
msgid "source name for underlying storage"
msgstr "nombre de origen para el almacenamiento subyacente"
#: tools/virsh.c:6347
msgid "target for underlying storage"
msgstr "destino para el almacenamiento subyacente"
#: tools/virsh.c:6348
msgid "format for underlying storage"
msgstr "formato del almacenamiento subyacente"
#: tools/virsh.c:6399 tools/virsh.c:7599 tools/virsh.c:7901 tools/virsh.c:9989
#: tools/virsh.c:10266 tools/virsh.c:10850
msgid "Failed to allocate XML buffer"
msgstr "Falló al asignarse el buffer XML"
#: tools/virsh.c:6416
msgid "create a pool from a set of args"
msgstr "crea un grupo desde un conjunto de argumentos"
#: tools/virsh.c:6443
#, c-format
msgid "Pool %s created\n"
msgstr "El grupo %s ha sido creado\n"
#: tools/virsh.c:6446
#, c-format
msgid "Failed to create pool %s"
msgstr "Falló al crear el grupo %s"
#: tools/virsh.c:6458
msgid "define (but don't start) a pool from an XML file"
msgstr "define (pero no inicia) un grupo desde un archivo XML"
#: tools/virsh.c:6459 tools/virsh.c:6505
msgid "Define a pool."
msgstr "Define un grupo"
#: tools/virsh.c:6489
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "El grupo %s ha sido definido desde %s\n"
#: tools/virsh.c:6493
#, c-format
msgid "Failed to define pool from %s"
msgstr "Falló al definir el grupo desde %s"
#: tools/virsh.c:6504
msgid "define a pool from a set of args"
msgstr "define un grupo desde un conjunto de argumentos"
#: tools/virsh.c:6531
#, c-format
msgid "Pool %s defined\n"
msgstr "El grupo %s ha sido definido\n"
#: tools/virsh.c:6534
#, c-format
msgid "Failed to define pool %s"
msgstr "Falló al definir el grupo %s"
#: tools/virsh.c:6546
msgid "build a pool"
msgstr "compila un grupo"
#: tools/virsh.c:6547
msgid "Build a given pool."
msgstr "Compila un grupo determinado."
#: tools/virsh.c:6570
#, c-format
msgid "Pool %s built\n"
msgstr "El pool %s ha sido compilado\n"
#: tools/virsh.c:6572
#, c-format
msgid "Failed to build pool %s"
msgstr "Falló al compilar el grupo %s"
#: tools/virsh.c:6586
msgid "destroy a pool"
msgstr "destruye un grupo"
#: tools/virsh.c:6587
msgid "Destroy a given pool."
msgstr "Destruye un grupo determinado."
#: tools/virsh.c:6610
#, c-format
msgid "Pool %s destroyed\n"
msgstr "El grupo %s ha sido destruid\n"
#: tools/virsh.c:6612
#, c-format
msgid "Failed to destroy pool %s"
msgstr "Falló al destruir el grupo %s"
#: tools/virsh.c:6625
msgid "delete a pool"
msgstr "elimina un grupo"
#: tools/virsh.c:6626
msgid "Delete a given pool."
msgstr "Elimina un grupo determinado."
#: tools/virsh.c:6649
#, c-format
msgid "Pool %s deleted\n"
msgstr "El grupo %s ha sido eliminado\n"
#: tools/virsh.c:6651
#, c-format
msgid "Failed to delete pool %s"
msgstr "Falló al eliminar el grupo %s"
#: tools/virsh.c:6664
msgid "refresh a pool"
msgstr "actualiza un grupo"
#: tools/virsh.c:6665
msgid "Refresh a given pool."
msgstr "Actualiza un grupo determinado."
#: tools/virsh.c:6688
#, c-format
msgid "Pool %s refreshed\n"
msgstr "El grupo %s ha sido actualizado\n"
#: tools/virsh.c:6690
#, c-format
msgid "Failed to refresh pool %s"
msgstr "Falló al actualizar un grupo %s"
#: tools/virsh.c:6703
msgid "pool information in XML"
msgstr "información del grupo en XML"
#: tools/virsh.c:6704
msgid "Output the pool information as an XML dump to stdout."
msgstr "Muestra la información del grupo como una descarga XML en stdout."
#: tools/virsh.c:6743
msgid "list pools"
msgstr "muestra los grupos"
#: tools/virsh.c:6744
msgid "Returns list of pools."
msgstr "Devuelve una lista de los grupos."
#: tools/virsh.c:6749
msgid "list inactive pools"
msgstr "muestra los grupos inactivos"
#: tools/virsh.c:6750
msgid "list inactive & active pools"
msgstr "muestra los grupos activos e inactivos"
#: tools/virsh.c:6751
msgid "display extended details for pools"
msgstr "muestra detalles extendidos para los grupos"
#: tools/virsh.c:6792 tools/virsh.c:6818
msgid "Failed to list active pools"
msgstr "Falló al listar los grupos activos"
#: tools/virsh.c:6801 tools/virsh.c:6830
msgid "Failed to list inactive pools"
msgstr "Falló al listar los grupos no activos"
#: tools/virsh.c:6878
msgid "Could not retrieve pool information"
msgstr "No se pudo obtener información del grupo"
#: tools/virsh.c:6895 tools/virsh.c:7319
msgid "building"
msgstr "compilando"
#: tools/virsh.c:6898 tools/virsh.c:7323 tools/virsh.c:13103
#: tools/virsh.c:13247
msgid "running"
msgstr "ejecutando"
#: tools/virsh.c:6901 tools/virsh.c:7327
msgid "degraded"
msgstr "degradado"
#: tools/virsh.c:6904 tools/virsh.c:7331
msgid "inaccessible"
msgstr "inaccesible"
#: tools/virsh.c:6942 tools/virsh.c:6943 tools/virsh.c:6944
msgid "-"
msgstr "-"
#: tools/virsh.c:7033 tools/virsh.c:7088
msgid "Persistent"
msgstr "Persistente"
#: tools/virsh.c:7038 tools/virsh.c:7088 tools/virsh.c:8497
msgid "Capacity"
msgstr "Capacidad"
#: tools/virsh.c:7043 tools/virsh.c:7088 tools/virsh.c:8502 tools/virsh.c:8528
msgid "Allocation"
msgstr "Alojamiento"
#: tools/virsh.c:7048 tools/virsh.c:7088
msgid "Available"
msgstr "Disponible"
#: tools/virsh.c:7122 tools/virsh.c:8559
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr "Falló virAsprintf (errno %d)"
#: tools/virsh.c:7152
msgid "find potential storage pool sources"
msgstr "encontrar fuentes posibles de grupo de almacenamiento"
#: tools/virsh.c:7153 tools/virsh.c:7229
msgid "Returns XML <sources> document."
msgstr "Muestra documento <sources> XML."
#: tools/virsh.c:7159
msgid "type of storage pool sources to find"
msgstr "tipo de fuentes de grupo de almacenamiento a encontrar "
#: tools/virsh.c:7160
msgid "optional host to query"
msgstr "host opcional para consultar"
#: tools/virsh.c:7161
msgid "optional port to query"
msgstr "puerto opcional para consultar"
#: tools/virsh.c:7162
msgid "optional initiator IQN to use for query"
msgstr ""
#: tools/virsh.c:7214 tools/virsh.c:7264
#, c-format
msgid "Failed to find any %s pool sources"
msgstr "Falló al buscar alguna fuente %s de grupo"
#: tools/virsh.c:7228
msgid "discover potential storage pool sources"
msgstr "descubre posibles fuentes de grupo de almacenamiento"
#: tools/virsh.c:7235
msgid "type of storage pool sources to discover"
msgstr "tipo de fuentes de grupo de almacenamiento a descubrir"
#: tools/virsh.c:7237
msgid "optional file of source xml to query for pools"
msgstr "archivo opcional de fuente xml a ser consultado para encontrar grupos"
#: tools/virsh.c:7251 tools/virsh.c:10064 tools/virsh.c:10216
#: tools/virsh.c:12652
msgid "missing option"
msgstr ""
#: tools/virsh.c:7278
msgid "storage pool information"
msgstr "información de grupo de almacenamiento"
#: tools/virsh.c:7279
msgid "Returns basic information about the storage pool."
msgstr "Ofrece información básica acerca del grupo de almacenamiento."
#: tools/virsh.c:7360
msgid "Available:"
msgstr "Disponible:"
#: tools/virsh.c:7375
msgid "convert a pool UUID to pool name"
msgstr "convierte un UUID de grupo a nombre de grupo"
#: tools/virsh.c:7381
msgid "pool uuid"
msgstr "uuid de grupo"
#: tools/virsh.c:7406
msgid "start a (previously defined) inactive pool"
msgstr "inicia un grupo no activo (previamente definido)"
#: tools/virsh.c:7407
msgid "Start a pool."
msgstr "Inicia un grupo."
#: tools/virsh.c:7412
msgid "name of the inactive pool"
msgstr "nombre del grupo inactivo"
#: tools/virsh.c:7429
#, c-format
msgid "Pool %s started\n"
msgstr "Se ha iniciado el grupo %s\n"
#: tools/virsh.c:7432
#, c-format
msgid "Failed to start pool %s"
msgstr "Falló al iniciar el grupo de almacenamiento %s"
#: tools/virsh.c:7445
msgid "create a volume from a set of args"
msgstr "crea un volumen desde un conjunto de argumentos"
#: tools/virsh.c:7446 tools/virsh.c:7704
msgid "Create a vol."
msgstr "Crea un volumen."
#: tools/virsh.c:7451 tools/virsh.c:7672 tools/virsh.c:7709 tools/virsh.c:7766
msgid "pool name"
msgstr "nombre del grupo"
#: tools/virsh.c:7452
msgid "name of the volume"
msgstr "nombre del volumen"
#: tools/virsh.c:7453
msgid "size of the vol with optional k,M,G,T suffix"
msgstr "tamaño del volumen con sufijos k, M, G, T opcionales"
#: tools/virsh.c:7454
msgid "initial allocation size with optional k,M,G,T suffix"
msgstr "tamaño inicial de alojamiento con sufijos k, M, G, T opcionales"
#: tools/virsh.c:7455
msgid "file format type raw,bochs,qcow,qcow2,vmdk"
msgstr "formato de archivo raw, bochs, qcow, qcow2, vdmk"
#: tools/virsh.c:7456
msgid "the backing volume if taking a snapshot"
msgstr "el volumen de respaldo, si se realiza una captura instantánea"
#: tools/virsh.c:7457
msgid "format of backing volume if taking a snapshot"
msgstr ""
"el formato del volumen de respaldo, si se realiza una captura instantánea"
#: tools/virsh.c:7516 tools/virsh.c:7520
#, c-format
msgid "Malformed size %s"
msgstr "Tamaño %s erróneo"
#: tools/virsh.c:7574 tools/virsh.c:12685
#, c-format
msgid "failed to get vol '%s'"
msgstr "Falló al obtener volumen '%s'"
#: tools/virsh.c:7608
#, c-format
msgid "Vol %s created\n"
msgstr "Se ha creado el volumen %s\n"
#: tools/virsh.c:7612
#, c-format
msgid "Failed to create vol %s"
msgstr "Falló al crearse el volumen %s"
#: tools/virsh.c:7627
msgid "undefine an inactive pool"
msgstr "quita la definición de un grupo inactivo"
#: tools/virsh.c:7628
msgid "Undefine the configuration for an inactive pool."
msgstr "Quita la definición de la configuración de un grupo inactivo."
#: tools/virsh.c:7651
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "Se ha quitado la definición del grupo %s\n"
#: tools/virsh.c:7653
#, c-format
msgid "Failed to undefine pool %s"
msgstr "Falló al quitarse la definición del grupo %s"
#: tools/virsh.c:7666
msgid "convert a pool name to pool UUID"
msgstr "convierte un nombre de grupo en UUID de grupo"
#: tools/virsh.c:7692
msgid "failed to get pool UUID"
msgstr "Falló al obtener UUID de grupo"
#: tools/virsh.c:7703
msgid "create a vol from an XML file"
msgstr "crea un volumen desde un archivo XML"
#: tools/virsh.c:7710 tools/virsh.c:7767
msgid "file containing an XML vol description"
msgstr "archivo conteniendo una descripción de volumen XML"
#: tools/virsh.c:7746
#, c-format
msgid "Vol %s created from %s\n"
msgstr "Se ha creado el volumen %s desde %s\n"
#: tools/virsh.c:7750 tools/virsh.c:7806
#, c-format
msgid "Failed to create vol from %s"
msgstr "Falló al crearse un volumen desde %s"
#: tools/virsh.c:7760
msgid "create a vol, using another volume as input"
msgstr "crea un volumen utilizando otro volumen como entrada"
#: tools/virsh.c:7761
msgid "Create a vol from an existing volume."
msgstr "Crea un volumen a partir de un volumen existente."
#: tools/virsh.c:7768
msgid "input vol name or key"
msgstr "nombre del volumen de entrada o clave"
#: tools/virsh.c:7769
msgid "pool name or uuid of the input volume's pool"
msgstr "nombre del grupo o uuid del grupo de volumen de entrada"
#: tools/virsh.c:7803
#, c-format
msgid "Vol %s created from input vol %s\n"
msgstr "Se ha creado el volumen %s desde el volumen de entrada %s\n"
#: tools/virsh.c:7858
msgid "clone a volume."
msgstr "clonar un volumen."
#: tools/virsh.c:7859
msgid "Clone an existing volume."
msgstr "Clonar un volumen ya existente."
#: tools/virsh.c:7864
msgid "orig vol name or key"
msgstr "origina el nombre de un volumen o la clave"
#: tools/virsh.c:7865
msgid "clone name"
msgstr "clona el nombre"
#: tools/virsh.c:7888 tools/virsh.c:8653
msgid "failed to get parent pool"
msgstr "Falló al obtener el grupo principal"
#: tools/virsh.c:7908
#, c-format
msgid "Vol %s cloned from %s\n"
msgstr "Se ha colando el volumen %s a partir de %s\n"
#: tools/virsh.c:7911
#, c-format
msgid "Failed to clone vol from %s"
msgstr "Falló al clonarse el volumen desde %s"
#: tools/virsh.c:7935
msgid "upload a file into a volume"
msgstr ""
#: tools/virsh.c:7936
msgid "Upload a file into a volume"
msgstr ""
#: tools/virsh.c:7941 tools/virsh.c:8041 tools/virsh.c:8138 tools/virsh.c:8179
#: tools/virsh.c:8220 tools/virsh.c:8271
msgid "vol name, key or path"
msgstr "nombre del volumen, clave o ruta"
#: tools/virsh.c:7942 tools/virsh.c:8042 tools/virsh.c:8245 tools/virsh.c:8401
msgid "file"
msgstr "archivo"
#: tools/virsh.c:7944
msgid "volume offset to upload to"
msgstr ""
#: tools/virsh.c:7945
msgid "amount of data to upload"
msgstr ""
#: tools/virsh.c:7973 tools/virsh.c:7978 tools/virsh.c:8065 tools/virsh.c:8070
msgid "Unable to parse integer"
msgstr ""
#: tools/virsh.c:7998
#, c-format
msgid "cannot upload to volume %s"
msgstr ""
#: tools/virsh.c:8003
#, c-format
msgid "cannot send data to volume %s"
msgstr ""
#: tools/virsh.c:8014 tools/virsh.c:8110
#, c-format
msgid "cannot close volume %s"
msgstr ""
#: tools/virsh.c:8035 tools/virsh.c:8036
msgid "Download a volume to a file"
msgstr ""
#: tools/virsh.c:8044
msgid "volume offset to download from"
msgstr ""
#: tools/virsh.c:8045
msgid "amount of data to download"
msgstr ""
#: tools/virsh.c:8085
#, c-format
msgid "cannot create %s"
msgstr ""
#: tools/virsh.c:8094
#, c-format
msgid "cannot download from volume %s"
msgstr ""
#: tools/virsh.c:8099
#, c-format
msgid "cannot receive data from volume %s"
msgstr ""
#: tools/virsh.c:8132
msgid "delete a vol"
msgstr "elimina un volumen"
#: tools/virsh.c:8133
msgid "Delete a given vol."
msgstr "Elimina un volumen determinado."
#: tools/virsh.c:8158
#, c-format
msgid "Vol %s deleted\n"
msgstr "Se ha eliminando el volumen %s\n"
#: tools/virsh.c:8160
#, c-format
msgid "Failed to delete vol %s"
msgstr "Falló al eliminarse el volumen %s"
#: tools/virsh.c:8173
msgid "wipe a vol"
msgstr "elimina un volumen"
#: tools/virsh.c:8174
msgid "Ensure data previously on a volume is not accessible to future reads"
msgstr ""
"Asegura que los datos anteriores de un volumen no sean accesibles en "
"lecturas futuras"
#: tools/virsh.c:8199
#, c-format
msgid "Vol %s wiped\n"
msgstr "Se ha eliminado el volumen %s\n"
#: tools/virsh.c:8201
#, c-format
msgid "Failed to wipe vol %s"
msgstr "Falló la eliminación del volumen %s"
#: tools/virsh.c:8214
msgid "storage vol information"
msgstr "información del volumen de almacenamiento"
#: tools/virsh.c:8215
msgid "Returns basic information about the storage vol."
msgstr "Devuelve información básica acerca del grupo de almacenamiento."
#: tools/virsh.c:8243
msgid "Type:"
msgstr "Tipo:"
#: tools/virsh.c:8245 tools/virsh.c:8403
msgid "block"
msgstr "bloque"
#: tools/virsh.c:8265
msgid "vol information in XML"
msgstr "información del volumen en XML"
#: tools/virsh.c:8266
msgid "Output the vol information as an XML dump to stdout."
msgstr "Muestra la información del volumen como una descarga XML en stdout."
#: tools/virsh.c:8306
msgid "list vols"
msgstr "muestra los volúmenes"
#: tools/virsh.c:8307
msgid "Returns list of vols by pool."
msgstr "Devuelve una lista de los volúmenes por grupo."
#: tools/virsh.c:8313
msgid "display extended details for volumes"
msgstr "muestra detalles extendidos para los volúmenes"
#: tools/virsh.c:8354
msgid "Failed to list storage volumes"
msgstr ""
#: tools/virsh.c:8364
msgid "Failed to list active vols"
msgstr "Falló al listar volúmenes activos"
#: tools/virsh.c:8467 tools/virsh.c:8487 tools/virsh.c:8527
msgid "Path"
msgstr "Camino"
#: tools/virsh.c:8492 tools/virsh.c:8527
msgid "Type"
msgstr "Tipo"
#: tools/virsh.c:8590
msgid "returns the volume name for a given volume key or path"
msgstr ""
"devuelve el nombre del volumen de una determinada llave o ruta de volumen"
#: tools/virsh.c:8596 tools/virsh.c:8629
msgid "volume key or path"
msgstr "llave o ruta del volumen"
#: tools/virsh.c:8622
msgid "returns the storage pool for a given volume key or path"
msgstr ""
"devuelve el grupo de almacenamiento de una determinada llave o ruta de "
"volumen"
#: tools/virsh.c:8628
msgid "return the pool uuid rather than pool name"
msgstr "devuelve el uuid del grupo en lugar del nombre del grupo"
#: tools/virsh.c:8679
msgid "returns the volume key for a given volume name or path"
msgstr ""
"devuelve la llave de volumen de un determinado nombre o ruta de volumen"
#: tools/virsh.c:8685
msgid "volume name or path"
msgstr "nombre o ruta del volumen"
#: tools/virsh.c:8712
msgid "returns the volume path for a given volume name or key"
msgstr ""
"devuelve la ruta del volumen de un determinado nombre o llave de volumen"
#: tools/virsh.c:8718
msgid "volume name or key"
msgstr "nombre o llave del volumen"
#: tools/virsh.c:8746
msgid "define or modify a secret from an XML file"
msgstr "define o modifica un secreto desde un archivo XML"
#: tools/virsh.c:8747
msgid "Define or modify a secret."
msgstr "Define o modifica un secreto."
#: tools/virsh.c:8752
msgid "file containing secret attributes in XML"
msgstr "archivo que contiene atributos secretos en XML"
#: tools/virsh.c:8777
#, c-format
msgid "Failed to set attributes from %s"
msgstr "Falló al establecer atributos desde %s"
#: tools/virsh.c:8781
msgid "Failed to get UUID of created secret"
msgstr "Falló al obtener el UUID del secreto generado"
#: tools/virsh.c:8785
#, c-format
msgid "Secret %s created\n"
msgstr "Se ha creado el secreto %s\n"
#: tools/virsh.c:8794
msgid "secret attributes in XML"
msgstr "atributos secretos en XML"
#: tools/virsh.c:8795
msgid "Output attributes of a secret as an XML dump to stdout."
msgstr "Muestra los atributos de un secreto como una descarga XML en stdout."
#: tools/virsh.c:8800 tools/virsh.c:8840 tools/virsh.c:8900 tools/virsh.c:8952
msgid "secret UUID"
msgstr "UUID secreto"
#: tools/virsh.c:8834
msgid "set a secret value"
msgstr "definir un valor secreto"
#: tools/virsh.c:8835
msgid "Set a secret value."
msgstr "Definir un valor secreto."
#: tools/virsh.c:8841
msgid "base64-encoded secret value"
msgstr "valor secreto codificado con base64"
#: tools/virsh.c:8866
msgid "Invalid base64 data"
msgstr "Datos base64 inválidos"
#: tools/virsh.c:8870 tools/virsh.c:8929 tools/virsh.c:10125
#: tools/virsh.c:10385
msgid "Failed to allocate memory"
msgstr "Falló al asignar la memoria"
#: tools/virsh.c:8879
msgid "Failed to set secret value"
msgstr "Falló al establecer el valor secreto"
#: tools/virsh.c:8882
msgid "Secret value set\n"
msgstr "Valor secreto definido\n"
#: tools/virsh.c:8894
msgid "Output a secret value"
msgstr "Mostrar un valor secreto"
#: tools/virsh.c:8895
msgid "Output a secret value to stdout."
msgstr "Mostrar un valor secreto en stdout."
#: tools/virsh.c:8946
msgid "undefine a secret"
msgstr "quita la definición de un secreto"
#: tools/virsh.c:8947
msgid "Undefine a secret."
msgstr "Quita la definición de un secreto."
#: tools/virsh.c:8971
#, c-format
msgid "Failed to delete secret %s"
msgstr "Falló al eliminar el secreto %s"
#: tools/virsh.c:8974
#, c-format
msgid "Secret %s deleted\n"
msgstr "Se ha eliminando el secreto %s\n"
#: tools/virsh.c:8986
msgid "list secrets"
msgstr "muestra los secretos"
#: tools/virsh.c:8987
msgid "Returns a list of secrets"
msgstr "Muestra una lista de secretos."
#: tools/virsh.c:9002 tools/virsh.c:9009
msgid "Failed to list secrets"
msgstr "Falló al listar los secretos"
#: tools/virsh.c:9016
msgid "Usage"
msgstr "Utilización"
#: tools/virsh.c:9030
msgid "Volume"
msgstr "Volumen"
#: tools/virsh.c:9040
msgid "Unused"
msgstr "Sin utilizar"
#: tools/virsh.c:9054
msgid "show version"
msgstr "muestra la versión"
#: tools/virsh.c:9055
msgid "Display the system version information."
msgstr "Muestra información acerca de la versión del sistema."
#: tools/virsh.c:9060
msgid "report daemon version too"
msgstr ""
#: tools/virsh.c:9083
msgid "failed to get hypervisor type"
msgstr "Falló al obtener tipo de hypervisor"
#: tools/virsh.c:9092
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr "Compilado contra la biblioteca: libvir %d.%d.%d\n"
#: tools/virsh.c:9097
msgid "failed to get the library version"
msgstr "Falló al obtener la versión de la biblioteca"
#: tools/virsh.c:9104
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr "Utilizando la biblioteca: libvir %d.%d.%d\n"
#: tools/virsh.c:9111
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "Utilizando API: %s %d.%d.%d\n"
#: tools/virsh.c:9116
msgid "failed to get the hypervisor version"
msgstr "Falló al obtener la versión del hipervisor"
#: tools/virsh.c:9121
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "No es posible extraer ejecutando la versión %s del hypervisor\n"
#: tools/virsh.c:9128
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Ejecutando hypervisor: %s %d.%d.%d\n"
#: tools/virsh.c:9135
msgid "failed to get the daemon version"
msgstr ""
#: tools/virsh.c:9141
#, c-format
msgid "Running against daemon: %d.%d.%d\n"
msgstr ""
#: tools/virsh.c:9153
msgid "enumerate devices on this host"
msgstr "enumera los dispositivos en este host"
#: tools/virsh.c:9159
msgid "list devices in a tree"
msgstr "muestra los dispositivos en un árbol"
#: tools/virsh.c:9160
msgid "capability name"
msgstr "nombre de la capacidad"
#: tools/virsh.c:9260
msgid "Failed to count node devices"
msgstr "Falló al numerar los dispositivos de nodo"
#: tools/virsh.c:9270
msgid "Failed to list node devices"
msgstr "Falló al listar los dispositivos de nodo"
#: tools/virsh.c:9320
msgid "node device details in XML"
msgstr "detalles del dispositivo de nodo en XML"
#: tools/virsh.c:9321
msgid "Output the node device details as an XML dump to stdout."
msgstr ""
"Muestra los detalles del dispositivo de nodo como una descarga XML en stdout."
#: tools/virsh.c:9327 tools/virsh.c:9370 tools/virsh.c:9411 tools/virsh.c:9452
msgid "device key"
msgstr "clave de dispositivo"
#: tools/virsh.c:9343 tools/virsh.c:9386 tools/virsh.c:9427 tools/virsh.c:9468
msgid "Could not find matching device"
msgstr "No se pudo encontrar un dispositivo coincidente"
#: tools/virsh.c:9363
msgid "dettach node device from its device driver"
msgstr "desmontar el dispositivo de nodo de su controlador"
#: tools/virsh.c:9364
msgid ""
"Dettach node device from its device driver before assigning to a domain."
msgstr ""
"desmontar el dispositivo de nodo de su controlador antes de asignarlo a un "
"dominio."
#: tools/virsh.c:9391
#, c-format
msgid "Device %s dettached\n"
msgstr "El dispositivo %s ha sido desmontado\n"
#: tools/virsh.c:9393
#, c-format
msgid "Failed to dettach device %s"
msgstr "Falló al desconectar el dispositivo %s"
#: tools/virsh.c:9404
msgid "reattach node device to its device driver"
msgstr "asociar nuevamente el dispositivo de nodo con su controlador"
#: tools/virsh.c:9405
msgid "Reattach node device to its device driver once released by the domain."
msgstr ""
"Volver a asociar el dispositivo de nodo con su controlador una vez que el "
"dominio lo haya liberado."
#: tools/virsh.c:9432
#, c-format
msgid "Device %s re-attached\n"
msgstr "El dispositivo %s ha sido re asociado\n"
#: tools/virsh.c:9434
#, c-format
msgid "Failed to re-attach device %s"
msgstr "Falló al reconectar el dispositivo %s"
#: tools/virsh.c:9445
msgid "reset node device"
msgstr "reiniciar dispositivo de nodo"
#: tools/virsh.c:9446
msgid "Reset node device before or after assigning to a domain."
msgstr "Reiniciar dispositivo de nodo antes o luego de asignarlo a un dominio."
#: tools/virsh.c:9473
#, c-format
msgid "Device %s reset\n"
msgstr "Reinicia el dispositivo %s\n"
#: tools/virsh.c:9475
#, c-format
msgid "Failed to reset device %s"
msgstr "Falló al reiniciar el dispositivo %s"
#: tools/virsh.c:9486
msgid "print the hypervisor hostname"
msgstr "muestra el nombre del host del hypervisor"
#: tools/virsh.c:9501
msgid "failed to get hostname"
msgstr "Falló al obtener nombre de host"
#: tools/virsh.c:9515
msgid "print the hypervisor canonical URI"
msgstr "imprimir el URI canónico del hypervisor"
#: tools/virsh.c:9530
msgid "failed to get URI"
msgstr "Falló al obtener URI"
#: tools/virsh.c:9544
msgid "print the hypervisor sysinfo"
msgstr ""
#: tools/virsh.c:9546
msgid "output an XML string for the hypervisor sysinfo, if available"
msgstr ""
#: tools/virsh.c:9560
msgid "failed to get sysinfo"
msgstr ""
#: tools/virsh.c:9574
msgid "vnc display"
msgstr "monitor VNC"
#: tools/virsh.c:9575
msgid "Output the IP address and port number for the VNC display."
msgstr "Muestra el puerto y la dirección IP para el monitor VNC"
#: tools/virsh.c:9649
msgid "tty console"
msgstr "consola tty"
#: tools/virsh.c:9650
msgid "Output the device for the TTY console."
msgstr "Muestra el dispositivo para la consola TTY."
#: tools/virsh.c:9710
msgid "attach device from an XML file"
msgstr "asocia un dispositivo desde un archivo XML"
#: tools/virsh.c:9711
msgid "Attach device from an XML <file>."
msgstr "Asocia un dispositivo desde un <file> XML."
#: tools/virsh.c:9717 tools/virsh.c:9782 tools/virsh.c:9847
msgid "XML file"
msgstr "archivo XML"
#: tools/virsh.c:9718
msgid "persist device attachment"
msgstr "la asociación del dispositivo persiste"
#: tools/virsh.c:9759
#, c-format
msgid "Failed to attach device from %s"
msgstr "No se pudo conectar el dispositivo desde %s"
#: tools/virsh.c:9763
msgid "Device attached successfully\n"
msgstr "El dispositivo fue asociado exitosamente\n"
#: tools/virsh.c:9775
msgid "detach device from an XML file"
msgstr "desmonta un dispositivo de un archivo XML"
#: tools/virsh.c:9776
msgid "Detach device from an XML <file>"
msgstr "desmonta un dispositivo de un <file> XML"
#: tools/virsh.c:9783
msgid "persist device detachment"
msgstr "la desconexión del dispositivo persiste"
#: tools/virsh.c:9824
#, c-format
msgid "Failed to detach device from %s"
msgstr "Falló al desmontarse el dispositivo desde %s"
#: tools/virsh.c:9828
msgid "Device detached successfully\n"
msgstr "El dispositivo fue desmontado exitosamente\n"
#: tools/virsh.c:9840
msgid "update device from an XML file"
msgstr "actualizar un dispositivo desde un archivo XML"
#: tools/virsh.c:9841
msgid "Update device from an XML <file>."
msgstr "Actualiza un dispositivo desde un <file> XML."
#: tools/virsh.c:9848
msgid "persist device update"
msgstr "actualización de un dispositivo persiste"
#: tools/virsh.c:9849
msgid "force device update"
msgstr ""
#: tools/virsh.c:9894
#, c-format
msgid "Failed to update device from %s"
msgstr "Falló al intentar actualizar el dispositivo desde %s"
#: tools/virsh.c:9898
msgid "Device updated successfully\n"
msgstr "El dispositivo ha sido exitosamente actualizado\n"
#: tools/virsh.c:9910
msgid "attach network interface"
msgstr "asociar interfaz de red"
#: tools/virsh.c:9911
msgid "Attach new network interface."
msgstr "Asociar nueva interfaz de red."
#: tools/virsh.c:9917 tools/virsh.c:10031
msgid "network interface type"
msgstr "tipo de interfaz de red"
#: tools/virsh.c:9918
msgid "source of network interface"
msgstr "interfaz de red de origen"
#: tools/virsh.c:9919
msgid "target network name"
msgstr "nombre de la red elegida"
#: tools/virsh.c:9920 tools/virsh.c:10032
msgid "MAC address"
msgstr "dirección MAC"
#: tools/virsh.c:9921
msgid "script used to bridge network interface"
msgstr "script utilizado para conectar la interfaz de red"
#: tools/virsh.c:9922
msgid "model type"
msgstr ""
#: tools/virsh.c:9923
msgid "persist interface attachment"
msgstr "asociación de la interfaz persistente"
#: tools/virsh.c:9964
#, c-format
msgid "No support for %s in command 'attach-interface'"
msgstr "No existe soporte para %s en el comando 'attach-interface'"
#: tools/virsh.c:10007
msgid "Failed to attach interface"
msgstr "Falló al asociar la interfaz"
#: tools/virsh.c:10009
msgid "Interface attached successfully\n"
msgstr "La interfaz ha sido asociada exitosamente\n"
#: tools/virsh.c:10024
msgid "detach network interface"
msgstr "desmontar interfaz de red"
#: tools/virsh.c:10025
msgid "Detach network interface."
msgstr "Desmontar interfaz de red."
#: tools/virsh.c:10033
msgid "persist interface detachment"
msgstr "desconexión de la interfaz persistente"
#: tools/virsh.c:10077 tools/virsh.c:10082
msgid "Failed to get interface information"
msgstr "Falló al obtener información de interfaz"
#: tools/virsh.c:10090
#, c-format
msgid "No found interface whose type is %s"
msgstr "No se ha encontrado una interfaz cuyo tipo sea %s"
#: tools/virsh.c:10095
#, c-format
msgid ""
"Domain has %d interfaces. Please specify which one to detach using --mac"
msgstr ""
#: tools/virsh.c:10119
#, c-format
msgid "No found interface whose MAC address is %s"
msgstr "No se ha encontrado una interfaz cuya MAC sea %s"
#: tools/virsh.c:10130 tools/virsh.c:10390
msgid "Failed to create XML"
msgstr "Falló al crear XML"
#: tools/virsh.c:10146
msgid "Failed to detach interface"
msgstr "Falló al desconectar la interfaz"
#: tools/virsh.c:10148
msgid "Interface detached successfully\n"
msgstr "La interfaz ha sido desmontada exitosamente\n"
#: tools/virsh.c:10168
msgid "attach disk device"
msgstr "asociar dispositivo de disco"
#: tools/virsh.c:10169
msgid "Attach new disk device."
msgstr "Asociar nuevo dispositivo de disco."
#: tools/virsh.c:10175
msgid "source of disk device"
msgstr "origen del dispositivo de disco"
#: tools/virsh.c:10176 tools/virsh.c:10308
msgid "target of disk device"
msgstr "destino del dispositivo de disco"
#: tools/virsh.c:10177
msgid "driver of disk device"
msgstr "controlador del dispositivo de disco"
#: tools/virsh.c:10178
msgid "subdriver of disk device"
msgstr "subcontrolador del dispositivo de disco"
#: tools/virsh.c:10179
msgid "target device type"
msgstr "tipo de dispositivo de disco"
#: tools/virsh.c:10180
msgid "mode of device reading and writing"
msgstr "modo del dispositivo leyendo y escribiendo"
#: tools/virsh.c:10181
msgid "persist disk attachment"
msgstr "la asociación del disco persiste"
#: tools/virsh.c:10182
msgid "type of source (block|file)"
msgstr ""
#: tools/virsh.c:10226
#, c-format
msgid "Unknown source type: '%s'"
msgstr ""
#: tools/virsh.c:10232
#, c-format
msgid "No support for %s in command 'attach-disk'"
msgstr "No existe soporte para %s en el comando 'attach-disk'"
#: tools/virsh.c:10284
msgid "Failed to attach disk"
msgstr "Falló al asociar el disco"
#: tools/virsh.c:10286
msgid "Disk attached successfully\n"
msgstr "El disco ha sido asociado exitosamente\n"
#: tools/virsh.c:10301
msgid "detach disk device"
msgstr "dispositivo de desconexión de disco"
#: tools/virsh.c:10302
msgid "Detach disk device."
msgstr "Dispositivo para la desconexión del disco."
#: tools/virsh.c:10309
msgid "persist disk detachment"
msgstr "la desconexión del disco persiste"
#: tools/virsh.c:10347 tools/virsh.c:10352 tools/virsh.c:10359
msgid "Failed to get disk information"
msgstr "Falló al obtener información de disco"
#: tools/virsh.c:10379
#, c-format
msgid "No found disk whose target is %s"
msgstr "No se ha encontrado un disco cuyo destino sea %s"
#: tools/virsh.c:10406
msgid "Failed to detach disk"
msgstr "Falló al desconectar el disco"
#: tools/virsh.c:10408
msgid "Disk detached successfully\n"
msgstr "El disco ha sido desmontado exitosamente\n"
#: tools/virsh.c:10428
msgid "compare host CPU with a CPU described by an XML file"
msgstr "compara el CPU del equipo con un CPU descrito en un archivo XML"
#: tools/virsh.c:10429
msgid "compare CPU with host CPU"
msgstr "compara el CPU con el CPU del equipo"
#: tools/virsh.c:10434
msgid "file containing an XML CPU description"
msgstr "archivo conteniendo una descripción de CPU XML"
#: tools/virsh.c:10460
#, c-format
msgid "CPU described in %s is incompatible with host CPU\n"
msgstr "el CPU descrito en %s era incompatible con el CPU del equipo\n"
#: tools/virsh.c:10466
#, c-format
msgid "CPU described in %s is identical to host CPU\n"
msgstr "el CPU descrito en %s es idéntico al CPU del equipo\n"
#: tools/virsh.c:10472
#, c-format
msgid "Host CPU is a superset of CPU described in %s\n"
msgstr "El CPU del equipo es superior al CPU descrito en %s\n"
#: tools/virsh.c:10479
#, c-format
msgid "Failed to compare host CPU with %s"
msgstr "Falló al comparar el CPU del equipo con %s"
#: tools/virsh.c:10490
msgid "compute baseline CPU"
msgstr "computar la línea base del CPU"
#: tools/virsh.c:10491
msgid "Compute baseline CPU for a set of given CPUs."
msgstr "Computa la línea base del CPU para un conjunto determinado de CPUs."
#: tools/virsh.c:10496
msgid "file containing XML CPU descriptions"
msgstr "archivo conteniendo descripciones de CPU XML"
#: tools/virsh.c:10533
#, c-format
msgid "Failed to parse XML fragment %s"
msgstr "Falló al analizar fragmento XML %s"
#: tools/virsh.c:10570
#, c-format
msgid "No host CPU specified in '%s'"
msgstr "No se ha especificado un CPU en '%s'"
#: tools/virsh.c:10617
#, c-format
msgid "mkstemps: failed to create temporary file: %s"
msgstr ""
#: tools/virsh.c:10624
#, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "write: %s: falló al escribir en el archivo temporal: %s"
#: tools/virsh.c:10632
#, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "close: %s: falló al escribir o al cerrar el archivo temporal: %s"
#: tools/virsh.c:10673
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
"%s: el nombre del archivo temporal contiene metadatos de consola o algún "
"otro tipo de caracteres no aceptables (¿$TMPDIR estará mal?)."
#: tools/virsh.c:10706
#, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: falló al leer archivo temporal: %s"
#: tools/virsh.c:10718
msgid "change the current directory"
msgstr "modificar el directorio actual"
#: tools/virsh.c:10719
msgid "Change the current directory."
msgstr "Modificar el directorio actual."
#: tools/virsh.c:10724
msgid "directory to switch to (default: home or else root)"
msgstr "Directorio para trasladarse a (por defecto: home, o sino, root)"
#: tools/virsh.c:10736
msgid "cd: command valid only in interactive mode"
msgstr "cd: comando válido solamente en el modo interactivo"
#: tools/virsh.c:10748
#, c-format
msgid "cd: %s: %s"
msgstr "cd: %s: %s"
#: tools/virsh.c:10760
msgid "print the current directory"
msgstr "Imprimir el directorio actual"
#: tools/virsh.c:10761
msgid "Print the current directory."
msgstr "Imprimir el directorio actual."
#: tools/virsh.c:10773
#, c-format
msgid "pwd: cannot get current directory: %s"
msgstr "pwd: no es posible obtener el directorio actual: %s"
#: tools/virsh.c:10777
#, c-format
msgid "%s\n"
msgstr "%s\n"
#: tools/virsh.c:10788
msgid "echo arguments"
msgstr ""
#: tools/virsh.c:10789
msgid "Echo back arguments, possibly with quoting."
msgstr ""
#: tools/virsh.c:10794
msgid "escape for shell use"
msgstr ""
#: tools/virsh.c:10795
msgid "escape for XML use"
msgstr ""
#: tools/virsh.c:10796
msgid "arguments to echo"
msgstr ""
#: tools/virsh.c:10864
msgid "edit XML configuration for a domain"
msgstr "Editar configuración XML de un dominio"
#: tools/virsh.c:10865
msgid "Edit the XML configuration for a domain."
msgstr "Editar la configuración XML de un dominio."
#: tools/virsh.c:10913
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr "La configuración XML del dominio %s no se ha modificado.\n"
#: tools/virsh.c:10939
#, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "Se ha editado la configuración XML del dominio %s.\n"
#: tools/virsh.c:10965
msgid "edit XML configuration for a network"
msgstr "Editar la configuración XML de una red"
#: tools/virsh.c:10966
msgid "Edit the XML configuration for a network."
msgstr "Editar la configuración XML de una red."
#: tools/virsh.c:10982
msgid "edit XML configuration for a storage pool"
msgstr "Editar la configuración XML de un grupo de almacenamiento"
#: tools/virsh.c:10983
msgid "Edit the XML configuration for a storage pool."
msgstr "Editar la configuración XML de un grupo de almacenamiento."
#: tools/virsh.c:10999
msgid "quit this interactive terminal"
msgstr "Abandonar esta terminal interactiva"
#: tools/virsh.c:11015
msgid "Create a snapshot from XML"
msgstr ""
#: tools/virsh.c:11016
msgid "Create a snapshot (disk and RAM) from XML"
msgstr ""
#: tools/virsh.c:11022
msgid "domain snapshot XML"
msgstr "captura instantánea XML del dominio"
#: tools/virsh.c:11083 tools/virsh.c:11193
msgid "Could not find 'name' element in domain snapshot XML"
msgstr ""
"No se pudo hallar el elemento 'name' en la captura instantánea XML del "
"dominio"
#: tools/virsh.c:11087
#, c-format
msgid "Domain snapshot %s created"
msgstr "Ha sido creada la captura instantánea %s del dominio"
#: tools/virsh.c:11089
#, c-format
msgid " from '%s'"
msgstr " desde '%s'"
#: tools/virsh.c:11113
msgid "Create a snapshot from a set of args"
msgstr ""
#: tools/virsh.c:11114
msgid "Create a snapshot (disk and RAM) from arguments"
msgstr ""
#: tools/virsh.c:11120
msgid "name of snapshot"
msgstr ""
#: tools/virsh.c:11121
msgid "description of snapshot"
msgstr ""
#: tools/virsh.c:11122
msgid "print XML document rather than create"
msgstr ""
#: tools/virsh.c:11150
msgid "argument must not be empty"
msgstr ""
#: tools/virsh.c:11197
#, c-format
msgid "Domain snapshot %s created\n"
msgstr ""
#: tools/virsh.c:11220 tools/virsh.c:11221
msgid "Get the current snapshot"
msgstr "Obtener la captura instantánea actual"
#: tools/virsh.c:11277
msgid "List snapshots for a domain"
msgstr "Muestra las capturas instantáneas de un dominio"
#: tools/virsh.c:11278
msgid "Snapshot List"
msgstr "Lista de capturas instantáneas"
#: tools/virsh.c:11318
msgid "Creation Time"
msgstr "Hora de creación"
#: tools/virsh.c:11366
msgid "time_t overflow"
msgstr ""
#: tools/virsh.c:11400
msgid "Dump XML for a domain snapshot"
msgstr "Descarga XML para una captura instantánea de dominio"
#: tools/virsh.c:11401
msgid "Snapshot Dump XML"
msgstr "Descarga XML de captura instantánea"
#: tools/virsh.c:11407 tools/virsh.c:11463 tools/virsh.c:11514
msgid "snapshot name"
msgstr "nombre de la captura instantánea"
#: tools/virsh.c:11456
msgid "Revert a domain to a snapshot"
msgstr "Revierte el dominio a una captura instantánea"
#: tools/virsh.c:11457
msgid "Revert domain to snapshot"
msgstr "Revierte el dominio a una captura instantánea"
#: tools/virsh.c:11507
msgid "Delete a domain snapshot"
msgstr "Elimina una captura instantánea de dominio"
#: tools/virsh.c:11508
msgid "Snapshot Delete"
msgstr "Eliminación de captura instantánea"
#: tools/virsh.c:11515
msgid "delete snapshot and all children"
msgstr "eliminar la captura instantánea y todos sus elementos hijos"
#: tools/virsh.c:11563 tools/virsh.c:11564
msgid "Qemu Monitor Command"
msgstr ""
#: tools/virsh.c:11570
msgid "command"
msgstr ""
#: tools/virsh.c:11571
msgid "command is in human monitor protocol"
msgstr ""
#: tools/virsh.c:11592
msgid "missing monitor command"
msgstr ""
#: tools/virsh.c:11969
#, c-format
msgid "option --%s already seen"
msgstr ""
#: tools/virsh.c:11973
#, c-format
msgid "variable argument <%s> should not be used with --<%s>"
msgstr ""
#: tools/virsh.c:11982
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "El comando '%s' no tiene soporte para la opción --%s"
#: tools/virsh.c:12026
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "El comando '%s' necesita una opción <%s>"
#: tools/virsh.c:12027
#, c-format
msgid "command '%s' requires --%s option"
msgstr "El comando '%s' necesita una opción --%s"
#: tools/virsh.c:12070
#, c-format
msgid "command group '%s' doesn't exist"
msgstr ""
#: tools/virsh.c:12091
#, c-format
msgid "command '%s' doesn't exist"
msgstr "El comando '%s' no existe"
#: tools/virsh.c:12102 tools/virsh.c:12837
#, c-format
msgid "internal error: bad options in command: '%s'"
msgstr ""
#: tools/virsh.c:12107
msgid " NAME\n"
msgstr " NOMBRE\n"
#: tools/virsh.c:12110
msgid ""
"\n"
" SYNOPSIS\n"
msgstr ""
"\n"
" SíNTESIS\n"
#: tools/virsh.c:12123
#, c-format
msgid "[--%s <number>]"
msgstr "[--%s <number>]"
#: tools/virsh.c:12127
#, c-format
msgid "[--%s <string>]"
msgstr "[--%s <string>]"
#: tools/virsh.c:12134
#, c-format
msgid "<%s>..."
msgstr ""
#: tools/virsh.c:12135
#, c-format
msgid "[<%s>]..."
msgstr ""
#: tools/virsh.c:12148
msgid ""
"\n"
" DESCRIPTION\n"
msgstr ""
"\n"
" DESCRIPCIÓN\n"
#: tools/virsh.c:12154
msgid ""
"\n"
" OPTIONS\n"
msgstr ""
"\n"
" OPCIONES\n"
#: tools/virsh.c:12162
#, c-format
msgid "[--%s] <number>"
msgstr ""
#: tools/virsh.c:12163
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
#: tools/virsh.c:12167
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
#: tools/virsh.c:12170
#, c-format
msgid "[--%s] <string>"
msgstr "[--%s] <string>"
#: tools/virsh.c:12175
#, c-format
msgid "<%s>"
msgstr ""
#: tools/virsh.c:12332
#, c-format
msgid "Missing required option '%s'"
msgstr "Falta la opción necesaria '%s'"
#: tools/virsh.c:12436
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr "Error interno: virsh %s: no hay opción VSH_OT_DATA %s "
#: tools/virsh.c:12483
#, c-format
msgid "failed to get domain '%s'"
msgstr "Falló al obtener el dominio '%s'"
#: tools/virsh.c:12521
#, c-format
msgid "failed to get network '%s'"
msgstr "Falló al obtener la red '%s'"
#: tools/virsh.c:12560
#, c-format
msgid "failed to get nwfilter '%s'"
msgstr "falló al intentar obtener el filtro de red '%s'"
#: tools/virsh.c:12598
#, c-format
msgid "failed to get interface '%s'"
msgstr "Falló al obtener interfaz '%s'"
#: tools/virsh.c:12633
#, c-format
msgid "failed to get pool '%s'"
msgstr "Falló al obtener grupo '%s'"
#: tools/virsh.c:12714
#, c-format
msgid "failed to get secret '%s'"
msgstr "Falló al obtener secreto '%s'"
#: tools/virsh.c:12761
#, c-format
msgid ""
"\n"
"(Time: %.3f ms)\n"
"\n"
msgstr ""
"\n"
"(Time: %.3f ms)\n"
"\n"
#: tools/virsh.c:12831
#, c-format
msgid "unknown command: '%s'"
msgstr "Comando desconocido: '%s'"
#: tools/virsh.c:12868
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "se esperaba la sintaxis: --%s <%s>"
#: tools/virsh.c:12871
msgid "number"
msgstr "número"
#: tools/virsh.c:12871
msgid "string"
msgstr "cadena"
#: tools/virsh.c:12878
#, c-format
msgid "invalid '=' after option --%s"
msgstr ""
#: tools/virsh.c:12892
#, c-format
msgid "unexpected data '%s'"
msgstr "Datos inesperados '%s'"
#: tools/virsh.c:12914
msgid "optdata"
msgstr ""
#: tools/virsh.c:12914
msgid "bool"
msgstr ""
#: tools/virsh.c:12915
msgid "(none)"
msgstr ""
#: tools/virsh.c:13031
msgid "dangling \\"
msgstr ""
#: tools/virsh.c:13044
msgid "missing \""
msgstr "No se encuentra \""
#: tools/virsh.c:13105 tools/virsh.c:13245
msgid "idle"
msgstr "ocupado"
#: tools/virsh.c:13107
msgid "paused"
msgstr "en pausa"
#: tools/virsh.c:13109
msgid "in shutdown"
msgstr "apagándose"
#: tools/virsh.c:13111
msgid "shut off"
msgstr "apagado"
#: tools/virsh.c:13113 tools/virsh.c:13196
msgid "crashed"
msgstr "se colgó"
#: tools/virsh.c:13117 tools/virsh.c:13251
msgid "no state"
msgstr "sin estado"
#: tools/virsh.c:13134
msgid "booted"
msgstr ""
#: tools/virsh.c:13136 tools/virsh.c:13198
msgid "migrated"
msgstr ""
#: tools/virsh.c:13138
msgid "restored"
msgstr ""
#: tools/virsh.c:13140 tools/virsh.c:13174 tools/virsh.c:13204
msgid "from snapshot"
msgstr ""
#: tools/virsh.c:13142
msgid "unpaused"
msgstr ""
#: tools/virsh.c:13144
msgid "migration canceled"
msgstr ""
#: tools/virsh.c:13146
msgid "save canceled"
msgstr ""
#: tools/virsh.c:13162 tools/virsh.c:13183
msgid "user"
msgstr ""
#: tools/virsh.c:13164
msgid "migrating"
msgstr ""
#: tools/virsh.c:13166
msgid "saving"
msgstr ""
#: tools/virsh.c:13168
msgid "dumping"
msgstr ""
#: tools/virsh.c:13170
msgid "I/O error"
msgstr ""
#: tools/virsh.c:13172
msgid "watchdog"
msgstr ""
#: tools/virsh.c:13192
msgid "shutdown"
msgstr ""
#: tools/virsh.c:13194
msgid "destroyed"
msgstr ""
#: tools/virsh.c:13200
msgid "saved"
msgstr ""
#: tools/virsh.c:13202
msgid "failed"
msgstr ""
#: tools/virsh.c:13226
msgid "ok"
msgstr ""
#: tools/virsh.c:13228
msgid "background job"
msgstr ""
#: tools/virsh.c:13230
msgid "occupied"
msgstr ""
#: tools/virsh.c:13243
msgid "offline"
msgstr "fuera de línea"
#: tools/virsh.c:13261
msgid "no valid connection"
msgstr "Conexión inválida"
#: tools/virsh.c:13324
msgid "error: "
msgstr "error:"
#: tools/virsh.c:13355
msgid "VIRSH_DEBUG not set with a valid numeric value"
msgstr ""
#: tools/virsh.c:13393
msgid "failed to connect to the hypervisor"
msgstr "Falló al conectar con el hipervisor"
#: tools/virsh.c:13423
msgid "failed to get the log file information"
msgstr "Falló al obtener la información del archivo de registro"
#: tools/virsh.c:13428
msgid "the log path is not a file"
msgstr "la ruta de registro no es un archivo"
#: tools/virsh.c:13436
msgid "failed to open the log file. check the log file path"
msgstr ""
"Falló al abrir el archivo de registro. verifique el camino al archivo de "
"registro "
#: tools/virsh.c:13518
msgid "failed to write the log file"
msgstr "Falló al escribir el archivo de registro"
#: tools/virsh.c:13533
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: falló al escribir en el archivo de registro: %s"
#: tools/virsh.c:13681
msgid "Could not determine home directory"
msgstr ""
#: tools/virsh.c:13710
#, c-format
msgid "Failed to create '%s': %s"
msgstr "Falló al crear '%s': %s"
#: tools/virsh.c:13791
#, c-format
msgid ""
"\n"
"%s [options]... [<command_string>]\n"
"%s [options]... <command> [args...]\n"
"\n"
" options:\n"
" -c | --connect <uri> hypervisor connection URI\n"
" -r | --readonly connect readonly\n"
" -d | --debug <num> debug level [0-4]\n"
" -h | --help this help\n"
" -q | --quiet quiet mode\n"
" -t | --timing print timing information\n"
" -l | --log <file> output logging to file\n"
" -v | --version[=short] program version\n"
" -V | --version=long version and full options\n"
"\n"
" commands (non interactive mode):\n"
"\n"
msgstr ""
#: tools/virsh.c:13806
#, c-format
msgid " %s (help keyword '%s')\n"
msgstr ""
#: tools/virsh.c:13816
msgid ""
"\n"
" (specify help <group> for details about the commands in the group)\n"
msgstr ""
#: tools/virsh.c:13818
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
" (indique asistencia <command> para obtener detalles acerca del comando)\n"
"\n"
#: tools/virsh.c:13829
#, c-format
msgid "Virsh command line tool of libvirt %s\n"
msgstr ""
#: tools/virsh.c:13830
#, c-format
msgid ""
"See web site at %s\n"
"\n"
msgstr ""
#: tools/virsh.c:13832
msgid "Compiled with support for:\n"
msgstr ""
#: tools/virsh.c:13833
msgid " Hypervisors:"
msgstr ""
#: tools/virsh.c:13869
msgid " Networking:"
msgstr ""
#: tools/virsh.c:13896
msgid " Storage:"
msgstr ""
#: tools/virsh.c:13920
msgid " Miscellaneous:"
msgstr ""
#: tools/virsh.c:13973
msgid "option -d takes a numeric argument"
msgstr "la opción -d utiliza un argumento numérico"
#: tools/virsh.c:14005
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "opción no soportada '-%c'. Consulte --help."
#: tools/virsh.c:14012
#, c-format
msgid "extra argument '%s'. See --help."
msgstr "argumento extra '%s'. Consulte --help."
#: tools/virsh.c:14060
msgid "Failed to initialize libvirt"
msgstr ""
#: tools/virsh.c:14089
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
msgstr ""
"Bienvenido a %s, la terminal de virtualización interactiva.\n"
"\n"
#: tools/virsh.c:14092
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
"\n"
msgstr ""
"Ingrese: 'help' para obtener ayuda con los comandos\n"
" 'quit' para salir\n"
"\n"