# translation of libvirt.HEAD.es.po to Spanish # Fedora Spanish Translation of virtinst. # This file is distributed under the same license as the virtinst package. # # # Héctor Daniel Cabrera , 2009. # Gladys Guerrero Lozano , 2009. msgid "" msgstr "" "Project-Id-Version: libvirt.HEAD.es\n" "Report-Msgid-Bugs-To: libvir-list@redhat.com\n" "POT-Creation-Date: 2009-11-20 17:25+0100\n" "PO-Revision-Date: 2009-10-21 10:05+1000\n" "Last-Translator: Gladys Guerrero \n" "Language-Team: Spanish \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" "X-Poedit-Language: Spanish\n" #: daemon/dispatch.c:375 #, c-format msgid "program mismatch (actual %x, expected %x)" msgstr "Programa no coincidente (actual %x, se esperaba %x)" #: daemon/dispatch.c:381 #, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "Versión no coincidente (actual %x, se esperaba %x)" #: daemon/dispatch.c:401 #, c-format msgid "type (%d) != REMOTE_CALL" msgstr "Tipo (%d) != REMOTE_CALL" #: daemon/dispatch.c:449 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "Estado (%d) != REMOTE_OK" #: daemon/dispatch.c:467 msgid "authentication required" msgstr "Se requiere autenticación" #: daemon/dispatch.c:475 #, c-format msgid "unknown procedure: %d" msgstr "Procedimiento desconocido: %d" #: daemon/dispatch.c:487 msgid "parse args failed" msgstr "Falló análisis de argumentos" #: daemon/libvirtd.c:267 #, c-format msgid "Cannot access %s '%s': %s" msgstr "No es posible acceder %s '%s': %s" #: daemon/libvirtd.c:284 #, c-format msgid "gnutls_certificate_allocate_credentials: %s" msgstr "gnutls_certificate_allocate_credentials: %s" #: daemon/libvirtd.c:297 #, c-format msgid "gnutls_certificate_set_x509_trust_file: %s" msgstr "gnutls_certificate_set_x509_trust_file: %s" #: daemon/libvirtd.c:311 #, c-format msgid "gnutls_certificate_set_x509_crl_file: %s" msgstr "gnutls_certificate_set_x509_crl_file: %s" #: daemon/libvirtd.c:328 #, c-format msgid "gnutls_certificate_set_x509_key_file: %s" msgstr "gnutls_certificate_set_x509_key_file: %s" #: daemon/libvirtd.c:341 #, c-format msgid "gnutls_dh_params_init: %s" msgstr "gnutls_dh_params_init: %s" #: daemon/libvirtd.c:346 #, c-format msgid "gnutls_dh_params_generate2: %s" msgstr "gnutls_dh_params_generate2: %s" #: daemon/libvirtd.c:367 #, c-format msgid "Failed to read from signal pipe: %s" msgstr "Falló al leer desde la señal pipe: %s" #: daemon/libvirtd.c:375 msgid "Reloading configuration on SIGHUP" msgstr "Cargando nuevamente la configuración en SIGHUP" #: daemon/libvirtd.c:377 msgid "Error while reloading drivers" msgstr "Error al recargar los dispositivos" #: daemon/libvirtd.c:383 #, c-format msgid "Shutting down on signal %d" msgstr "Apagándose con la señal %d" #: daemon/libvirtd.c:388 #, c-format msgid "Received unexpected signal %d" msgstr "Se ha recibido una señal %d inesperada" #: daemon/libvirtd.c:491 #, c-format msgid "Failed to open pid file '%s' : %s" msgstr "Falló al abrir el archivo pid '%s' : %s" #: daemon/libvirtd.c:497 #, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "Falló al abrir el archivo pid con fdopen '%s' : %s" #: daemon/libvirtd.c:504 #, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "Falló al escribir en el archivo pid '%s' : %s" #: daemon/libvirtd.c:511 #, c-format msgid "Failed to close pid file '%s' : %s" msgstr "Falló al cerrar el archivo pid '%s' : %s" #: daemon/libvirtd.c:528 msgid "Failed to allocate memory for struct qemud_socket" msgstr "Fallo al intentar asignar memoria para la estructura del qemud_socket" #: daemon/libvirtd.c:538 #, c-format msgid "Failed to create socket: %s" msgstr "Fallo al intentar crear el socket: %s" #: daemon/libvirtd.c:550 #, c-format msgid "Path %s too long for unix socket" msgstr "La ruta %s es demasiado extensa para un socket unix" #: daemon/libvirtd.c:562 #, c-format msgid "Failed to bind socket to '%s': %s" msgstr "Falló al asociar el socket con '%s': %s" #: daemon/libvirtd.c:571 #, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "Fallo al intentar escuchar conexiones en '%s': %s" #: daemon/libvirtd.c:601 #, c-format msgid "getaddrinfo: %s\n" msgstr "getaddrinfo: %s\n" #: daemon/libvirtd.c:611 #, c-format msgid "socket: %s" msgstr "socket: %s" #: daemon/libvirtd.c:635 #, c-format msgid "bind: %s" msgstr "bind: %s" #: daemon/libvirtd.c:680 #, c-format msgid "remoteListenTCP: calloc: %s" msgstr "remoteListenTCP: calloc: %s" #: daemon/libvirtd.c:711 #, c-format msgid "remoteListenTCP: listen: %s" msgstr "remoteListenTCP: listen: %s" #: daemon/libvirtd.c:740 #, c-format msgid "Failed to change group ownership of %s" msgstr "Fallo al intentar cambiar la pertenencia del grupo de %s" #: daemon/libvirtd.c:803 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" "El camino resultante es demasiado extenso para el buffer de qemudInitPaths()" #: daemon/libvirtd.c:821 msgid "Failed to allocate struct qemud_server" msgstr "Fallo al intentar alojar estructura de quemud_server" #: daemon/libvirtd.c:829 daemon/libvirtd.c:1325 src/conf/domain_conf.c:668 #: src/conf/interface_conf.c:1374 src/conf/network_conf.c:175 #: src/conf/node_device_conf.c:196 src/conf/storage_conf.c:1462 #: src/openvz/openvz_conf.c:463 src/qemu/qemu_driver.c:801 #: src/remote/remote_driver.c:978 src/remote/remote_driver.c:7128 #: src/remote/remote_driver.c:7307 src/remote/remote_driver.c:7492 #: src/test/test_driver.c:508 src/test/test_driver.c:753 msgid "cannot initialize mutex" msgstr "No es posible iniciar mutex" #: daemon/libvirtd.c:834 msgid "cannot initialize condition variable" msgstr "No es posible inicializar variación de condición" #: daemon/libvirtd.c:841 msgid "Failed to initialize event system" msgstr "Fallo al intentar iniciar evento del sistema" #: daemon/libvirtd.c:932 #, c-format msgid "Failed to initialize SASL authentication %s" msgstr "Falló al intentar iniciar autenticación SASL %s" #: daemon/libvirtd.c:950 #, 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:1037 msgid "Failed to add server event callback" msgstr "Falló al añadir evento de retrollamada de servidor" #: daemon/libvirtd.c:1073 #, c-format msgid "remoteInitializeTLSSession: %s" msgstr "remoteInitializeTLSSession: %s" #: daemon/libvirtd.c:1089 #, c-format msgid "remoteCheckDN: gnutls_x509_cert_get_dn: %s" msgstr "remoteCheckDN: gnutls_x509_cert_get_dn: %s" #: daemon/libvirtd.c:1106 #, c-format msgid "remoteCheckDN: failed: client DN is %s" msgstr "remoteCheckDN: Falló: el cliente DN es %s" #: daemon/libvirtd.c:1121 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "remoteCheckCertificate: verificar Falló: %s" #: daemon/libvirtd.c:1128 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "remoteCheckCertificate: el certificado del cliente no es confiable." #: daemon/libvirtd.c:1132 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" "remoteCheckCertificate: el certificado del cliente posee un remitente " "desconocido." #: daemon/libvirtd.c:1136 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "oteCheckCertificate: el certificado del cliente ha sido revocado." #: daemon/libvirtd.c:1141 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" "remoteCheckCertificate: el certificado del cliente posee un algoritmo " "inseguro." #: daemon/libvirtd.c:1149 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "remoteCheckCertificate: el certificado no es X.509" #: daemon/libvirtd.c:1154 msgid "remoteCheckCertificate: no peers" msgstr "remoteCheckCertificate: no existen pares" #: daemon/libvirtd.c:1164 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "remoteCheckCertificate: gnutls_x509_crt_init falló" #: daemon/libvirtd.c:1174 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "remoteCheckCertificate: el certificado del cliente ha expirado" #: daemon/libvirtd.c:1181 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" "remoteCheckCertificate: el certificado del cliente aún no se ha activado" #: daemon/libvirtd.c:1190 msgid "" "remoteCheckCertificate: client's Distinguished Name is not on the list of " "allowed clients (tls_allowed_dn_list). Use 'openssl x509 -in clientcert.pem " "-text' to view the Distinguished Name field in the client certificate, or " "run this daemon with --verbose option." msgstr "" "remoteCheckCertificate: el Nombre distintivo del cliente no se encuentra en " "la lista de clientes permitidos (tls_allowed_dn_list). Utilice 'openssl x509 " "-in clientcert.pem -text' para ver el Campo de Nombre Distintivo en el " "certificado del cliente, o ejecute este demonio con la opción --verbose. " #: daemon/libvirtd.c:1208 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "remoteCheckCertificate: falló al verificar el certificado del cliente" #: daemon/libvirtd.c:1211 msgid "" "remoteCheckCertificate: tls_no_verify_certificate is set so the bad " "certificate is ignored" msgstr "" "remoteCheckCertificate: tls_no_verify_certificate está configurado, de modo " "que el certificado problemático es ignorado " #: daemon/libvirtd.c:1217 msgid "client had unexpected data pending tx after access check" msgstr "" "el cliente posee datos inesperados pendientes de transferencia luego del " "control de acceso " #: daemon/libvirtd.c:1245 #, c-format msgid "Failed to verify client credentials: %s" msgstr "Fallo al verificar las credenciales del cliente: %s" #: daemon/libvirtd.c:1272 #, c-format msgid "Failed to accept connection: %s" msgstr "Fallo al aceptar la conexión: %s" #: daemon/libvirtd.c:1278 #, c-format msgid "Too many active clients (%d), dropping connection" msgstr "Demasiados clientes activos (%d), abandonando la conexión" #: daemon/libvirtd.c:1284 msgid "Out of memory allocating clients" msgstr "Memoria agotada al asignar clientes" #: daemon/libvirtd.c:1358 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "Apague autorización de polkit para el cliente privilegiado %d" #: daemon/libvirtd.c:1397 daemon/libvirtd.c:2025 #, c-format msgid "TLS handshake failed: %s" msgstr "Fallo en la negociación TLS: %s" #: daemon/libvirtd.c:1576 daemon/libvirtd.c:1826 #, c-format msgid "unexpected negative length request %lld" msgstr "petición inesperada de longitud negativa: %lld" #: daemon/libvirtd.c:1592 #, c-format msgid "read: %s" msgstr "leer: %s" #: daemon/libvirtd.c:1605 #, c-format msgid "gnutls_record_recv: %s" msgstr "gnutls_record_recv: %s" #: daemon/libvirtd.c:1667 #, c-format msgid "failed to decode SASL data %s" msgstr "Falló al decodificar datos SASL %s" #: daemon/libvirtd.c:1837 #, c-format msgid "write: %s" msgstr "escribir: %s" #: daemon/libvirtd.c:1848 #, c-format msgid "gnutls_record_send: %s" msgstr "gnutls_record_send: %s" #: daemon/libvirtd.c:1897 #, c-format msgid "failed to encode SASL data %s" msgstr "Falló al codificar datos SASL %s" #: daemon/libvirtd.c:2173 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "El manipulador de señal ha reportado %d errores: último error: %s" #: daemon/libvirtd.c:2232 msgid "Failed to register shutdown timeout" msgstr "Fallo al intentar registrar tiempo de espera para desconexión" #: daemon/libvirtd.c:2241 msgid "Failed to allocate workers" msgstr "Falló al asignar trabajadores" #: daemon/libvirtd.c:2425 daemon/libvirtd.c:2444 #, 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:2431 daemon/libvirtd.c:2461 #, 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:2449 daemon/libvirtd.c:2472 #, c-format msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings\n" msgstr "" "remoteReadConfigFile: %s: %s: debe ser una cadena o una lista de cadenas\n" #: daemon/libvirtd.c:2488 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" "remoteReadConfigFile: %s: %s: tipo inválido: se obtuvo %s; se esperaba %s\n" #: daemon/libvirtd.c:2510 #, c-format msgid "remoteReadConfigFile: %s\n" msgstr "remoteReadConfigFile: %s\n" #: daemon/libvirtd.c:2553 #, c-format msgid "remoteReadConfigFile: %s: %s: unsupported auth %s\n" msgstr "remoteReadConfigFile: %s: %s: autorización no soportada %s\n" #: daemon/libvirtd.c:2717 msgid "Cannot set group when not running as root" msgstr "" "No es posible establecer un grupo si no se está ejecutando como usuario root" #: daemon/libvirtd.c:2727 msgid "Failed to allocate memory for buffer" msgstr "Fallo al intentar asignar memoria para el buffer" #: daemon/libvirtd.c:2736 msgid "Failed to reallocate enough memory for buffer" msgstr "Fallo al intentar reasignar suficiente memoria para el buffer" #: daemon/libvirtd.c:2742 #, c-format msgid "Failed to lookup group '%s'" msgstr "Fallo al intentar buscar el grupo '%s'" #: daemon/libvirtd.c:2755 daemon/libvirtd.c:2765 #, c-format msgid "Failed to parse mode '%s'" msgstr "Fallo al intentar analizar el modo '%s'" #: daemon/libvirtd.c:2843 msgid "additional privileges are required\n" msgstr "son necesarios privilegios adicionales\n" #: daemon/libvirtd.c:2849 msgid "failed to set reduced privileges\n" msgstr "Falló al definir reducción de privilegios\n" #: daemon/libvirtd.c:2882 #, c-format msgid "Failed to create pipe: %s" msgstr "Falló al crear pipe: %s" #: daemon/libvirtd.c:2904 msgid "Failed to register callback for signal pipe" msgstr "Fallo al intentar registrar retrollamada para la señal pipe" #: daemon/libvirtd.c:3060 #, c-format msgid "Failed to fork as daemon: %s" msgstr "Falló al ejecutarse como demonio: %s" #: daemon/libvirtd.c:3087 #, fuzzy, c-format msgid "unable to create rundir %s: %s" msgstr "No es posible crear rundir" #: daemon/remote.c:142 msgid "connection already open" msgstr "la conexión ya se encuentra iniciada" #: daemon/remote.c:173 msgid "connection not open" msgstr "la conexión no se ha abierto" #: daemon/remote.c:234 msgid "out of memory in strdup" msgstr "memoria excedida en strdup" #: daemon/remote.c:407 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "maxCells > REMOTE_NODE_MAX_CELLS" #: daemon/remote.c:501 daemon/remote.c:585 msgid "nparams too large" msgstr "nparams demasiado extenso" #: daemon/remote.c:550 msgid "unknown type" msgstr "tipo desconocido" #: daemon/remote.c:596 #, c-format msgid "Field %s too big for destination" msgstr "El campo %s es demasiado extenso para el destino" #: daemon/remote.c:738 daemon/remote.c:787 msgid "size > maximum buffer size" msgstr "size > tamaño máximo del buffer" #: daemon/remote.c:1269 msgid "maxinfo > REMOTE_VCPUINFO_MAX" msgstr "maxinfo > REMOTE_VCPUINFO_MAX" #: daemon/remote.c:1275 msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX" msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX" #: daemon/remote.c:1565 msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX" #: daemon/remote.c:1692 msgid "cpumap_len > REMOTE_CPUMAP_MAX" msgstr "cpumap_len > REMOTE_CPUMAP_MAX" #: daemon/remote.c:2024 daemon/remote.c:2091 daemon/remote.c:3486 msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" #: daemon/remote.c:2058 msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX" msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" #: daemon/remote.c:2477 msgid "maxnames > REMOTE_INTERFACE_NAME_LIST_MAX" msgstr "maxnames > REMOTE_INTERFACE_NAME_LIST_MAX" #: daemon/remote.c:2530 msgid "maxnames > REMOTE_DEFINED_INTERFACE_NAME_LIST_MAX" msgstr "maxnames > REMOTE_DEFINED_INTERFACE_NAME_LIST_MAX" #: daemon/remote.c:2765 src/remote/remote_driver.c:6065 #, c-format msgid "Cannot resolve address %d: %s" msgstr "No es posible resolver la dirección %d: %s" #: daemon/remote.c:2808 msgid "client tried invalid SASL init request" msgstr "El cliente ha intentado una petición de inicialización SASL inválida" #: daemon/remote.c:2817 #, c-format msgid "failed to get sock address: %s" msgstr "Falló al intentar obtener la dirección de sock: %s" #: daemon/remote.c:2829 #, c-format msgid "failed to get peer address: %s" msgstr "Falló al intentar obtener dirección de par: %s" #: daemon/remote.c:2850 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "Falló la configuración del contexto sasl %d (%s)" #: daemon/remote.c:2863 msgid "cannot get TLS cipher size" msgstr "No es posible obtener el tamaño de la cifra TLS" #: daemon/remote.c:2872 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "No es posible definir SSF externo de SASL %d (%s)" #: daemon/remote.c:2900 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "No es posible definir props de seguridad SASL %d (%s)" #: daemon/remote.c:2916 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "No es posible mostrar los mecanismos de SASL %d (%s)" #: daemon/remote.c:2925 msgid "cannot allocate mechlist" msgstr "No es posible asignar mechlist" #: daemon/remote.c:2956 src/remote/remote_driver.c:6558 #, 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)" #: daemon/remote.c:2966 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "El SSF negociado %d no fue lo suficientemente potente" #: daemon/remote.c:2995 #, 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)" #: daemon/remote.c:3003 msgid "no client username was found" msgstr "No se ha encontrado un nombre de usuario de cliente" #: daemon/remote.c:3013 msgid "out of memory copying username" msgstr "Memoria agotada al copiar el nombre de usuario" #: daemon/remote.c:3032 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "El cliente SASL %s no está permitido en la lista de autorizados" #: daemon/remote.c:3063 daemon/remote.c:3151 msgid "client tried invalid SASL start request" msgstr "El cliente intentó una petición de inicio SASL no válida" #: daemon/remote.c:3078 #, c-format msgid "sasl start failed %d (%s)" msgstr "Falló el inicio de sasl %d (%s)" #: daemon/remote.c:3085 #, 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:3165 #, c-format msgid "sasl step failed %d (%s)" msgstr "Falló en la etapa sasl %d (%s)" #: daemon/remote.c:3173 #, 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:3230 msgid "client tried unsupported SASL init request" msgstr "El cliente intentó una petición de inicialización SASL no soportada" #: daemon/remote.c:3244 msgid "client tried unsupported SASL start request" msgstr "" "El cliente intentó a intentado una petición de inicio de SASL no soportada" #: daemon/remote.c:3258 msgid "client tried unsupported SASL step request" msgstr "El cliente intentó una petición de etapa SASL no soportada" #: daemon/remote.c:3300 daemon/remote.c:3369 msgid "client tried invalid PolicyKit init request" msgstr "El cliente intentó una petición de inicio de PolicyKit no soportada" #: daemon/remote.c:3305 daemon/remote.c:3374 msgid "cannot get peer socket identity" msgstr "No se pudo obtener una identidad par de socket" #: daemon/remote.c:3309 daemon/remote.c:3378 #, c-format msgid "Checking PID %d running as %d" msgstr "Comprobando PID %d ejecutándose como %d" #: daemon/remote.c:3313 #, c-format msgid "Caller PID was too large %d" msgstr "El llamador PID fue demasiado extenso %d" #: daemon/remote.c:3318 #, c-format msgid "Cannot invoke %s" msgstr "No es posible invocar %s" #: daemon/remote.c:3322 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %d\n" msgstr "Policy kit ha negado acción %s de pid %d, uid %d, resultado: %d\n" #: daemon/remote.c:3326 #, c-format msgid "Policy allowed action %s from pid %d, uid %d" msgstr "Policy ha permitido acción %s de pid %d, uid %d" #: daemon/remote.c:3382 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "Falló al buscar el llamador de policy kit: %s" #: daemon/remote.c:3389 #, c-format msgid "Failed to create polkit action %s\n" msgstr "Fallo al intentar crear una acción de polkit %s\n" #: daemon/remote.c:3399 #, c-format msgid "Failed to create polkit context %s\n" msgstr "Fallo al intentar crear contexto de polkit %s\n" #: daemon/remote.c:3417 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "Fallo de Policy kit al verificar autorizaciones %d %s" #: daemon/remote.c:3431 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "Policy kit ha negado acción %s de pid %d, uid %d, resultado: %s\n" #: daemon/remote.c:3436 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "Policy ha permitido acción %s de pid %d, uid %d, resultadio %s" #: daemon/remote.c:3462 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:3520 msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX" #: daemon/remote.c:4006 msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX" #: daemon/remote.c:4370 daemon/remote.c:4541 msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" #: daemon/remote.c:4433 daemon/remote.c:4464 daemon/remote.c:4506 #: daemon/remote.c:4535 daemon/remote.c:4578 daemon/remote.c:4605 #: daemon/remote.c:4632 daemon/remote.c:4682 msgid "node_device not found" msgstr "node_device no encontrado" #: daemon/remote.c:4826 msgid "maxuuids > REMOTE_SECRET_UUID_LIST_MAX" msgstr "maxuuids > REMOTE_SECRET_UUID_LIST_MAX" #: daemon/stream.c:113 msgid "stream had unexpected termination" msgstr "el flujo se ha detenido inesperadamente" #: daemon/stream.c:115 msgid "stream had I/O failure" msgstr "el flujo tiene una falla de E/S" #: daemon/stream.c:468 msgid "stream aborted at client request" msgstr "el flujo ha sido abortado de acuerdo a la petición del cliente" #: daemon/stream.c:471 #, c-format msgid "stream aborted with unexpected status %d" msgstr "el flujo ha sido abortado con un estado %d no esperado " #: src/conf/domain_conf.c:767 #, c-format msgid "unknown disk type '%s'" msgstr "tipo de disco '%s' desconocido" #: src/conf/domain_conf.c:832 #, c-format msgid "unknown disk device '%s'" msgstr "tipo de dispositivo de disco '%s' desconocido" #: src/conf/domain_conf.c:858 #, c-format msgid "Invalid floppy device name: %s" msgstr "Nombre inválido para el dispositivo de diskette: %s" #: src/conf/domain_conf.c:873 #, c-format msgid "Invalid harddisk device name: %s" msgstr "Nombre de dispositivo de disco rígido inválido: %s" #: src/conf/domain_conf.c:880 #, c-format msgid "unknown disk bus type '%s'" msgstr "tipo de bus de disco '%s' desconocido" #: src/conf/domain_conf.c:905 #, 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:911 #, c-format msgid "Invalid bus type '%s' for disk" msgstr "Tipo de bus '%s' para disco inválido" #: src/conf/domain_conf.c:918 #, c-format msgid "unknown disk cache mode '%s'" msgstr "modo cache de disco '%s' desconocido" #: src/conf/domain_conf.c:928 src/conf/domain_conf.c:1173 #: src/conf/domain_conf.c:2387 #, c-format msgid "Unable to parse devaddr parameter '%s'" msgstr "No es posible analizar parámetro devaddr '%s'" #: src/conf/domain_conf.c:990 #, c-format msgid "unknown filesystem type '%s'" msgstr "tipo de sistema de archivos '%s' desconocido" #: src/conf/domain_conf.c:1089 #, c-format msgid "unknown interface type '%s'" msgstr "tipo de interfaz '%s' desconocido" #: src/conf/domain_conf.c:1159 src/qemu/qemu_conf.c:2998 #, fuzzy, c-format msgid "unable to parse mac address '%s'" msgstr "dirección mac '%s' errónea" #: src/conf/domain_conf.c:1185 msgid "Cannot parse 'vlan' attribute" msgstr "No es posible analizar atributo de 'vlan'" #: src/conf/domain_conf.c:1193 msgid "" "No 'network' attribute specified with " msgstr "" "No existe un atributo 'red' especificado con " #: src/conf/domain_conf.c:1219 msgid "" "No 'bridge' attribute specified with " msgstr "" "No existe un atributo 'bridge' (fuente) especificado con (tipo de interfaz='puente'/)" #: src/conf/domain_conf.c:1239 msgid "No 'port' attribute specified with socket interface" msgstr "" "No existe un atributo 'puerto' especificado con la interfaz de " "socket" #: src/conf/domain_conf.c:1244 msgid "Cannot parse 'port' attribute with socket interface" msgstr "" "No es posible analizar atributo 'puerto' con la interfaz de socket" #: src/conf/domain_conf.c:1252 msgid "No 'address' attribute specified with socket interface" msgstr "" "No se ha especificado un atributo 'dirección' con la interfaz de " "socket" #: src/conf/domain_conf.c:1264 msgid "" "No 'name' attribute specified with " msgstr "" "No se ha especificado un atributo 'nombre' con " #: src/conf/domain_conf.c:1288 msgid "Model name contains invalid characters" msgstr "El nombre del modelo contiene caracteres inválidos" #: src/conf/domain_conf.c:1395 src/conf/domain_conf.c:1461 #, fuzzy, c-format msgid "unknown target type for character device: %s" msgstr "Sintaxis %s de dispositivo de caracteres desconocida" #: src/conf/domain_conf.c:1436 #, c-format msgid "Unknown source mode '%s'" msgstr "Modo de fuente '%s' desconocido" #: src/conf/domain_conf.c:1453 msgid "character device target does not define a type" msgstr "" #: src/conf/domain_conf.c:1482 src/conf/domain_conf.c:1525 #, fuzzy, c-format msgid "Invalid port number: %s" msgstr "Parámetro `%s' inválido" #: src/conf/domain_conf.c:1494 msgid "guestfwd channel does not define a target address" msgstr "" #: src/conf/domain_conf.c:1505 #, fuzzy, c-format msgid "%s is not a valid address" msgstr "dirección MAC no válida" #: src/conf/domain_conf.c:1512 msgid "guestfwd channel only supports IPv4 addresses" msgstr "" #: src/conf/domain_conf.c:1519 msgid "guestfwd channel does not define a target port" msgstr "" #: src/conf/domain_conf.c:1534 #, fuzzy, c-format msgid "unexpected target type type %u" msgstr "tipo de red %d no esperada" #: src/conf/domain_conf.c:1558 src/conf/domain_conf.c:1642 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:1575 src/conf/domain_conf.c:1592 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:1580 src/conf/domain_conf.c:1597 #: src/conf/domain_conf.c:1624 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:1615 #, c-format msgid "Unknown protocol '%s'" msgstr "Protocolo '%s' desconocido" #: src/conf/domain_conf.c:1698 msgid "missing input device type" msgstr "No se encuentra el tipo de dispositivo de entrada" #: src/conf/domain_conf.c:1704 #, c-format msgid "unknown input device type '%s'" msgstr "tipo de dispositivo de entrada '%s' desconocido" #: src/conf/domain_conf.c:1711 #, c-format msgid "unknown input bus type '%s'" msgstr "tipo de bus de entrada '%s' desconocido" #: src/conf/domain_conf.c:1719 #, 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:1725 src/conf/domain_conf.c:1732 #, c-format msgid "unsupported input bus %s" msgstr "bus de entrada '%s' no soportado" #: src/conf/domain_conf.c:1737 #, 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:1782 msgid "missing graphics device type" msgstr "No se encuentra un tipo de dispositivo de gráficos" #: src/conf/domain_conf.c:1788 #, c-format msgid "unknown graphics device type '%s'" msgstr "tipo de dispositivo de gráficos '%s' desconocido " #: src/conf/domain_conf.c:1799 #, c-format msgid "cannot parse vnc port %s" msgstr "No es posible analizar el puerto VNC %s" #: src/conf/domain_conf.c:1837 src/conf/domain_conf.c:1899 #, c-format msgid "unknown fullscreen value '%s'" msgstr "valor de pantalla completa '%s' desconocido" #: src/conf/domain_conf.c:1855 #, c-format msgid "cannot parse rdp port %s" msgstr "No es posible analizar puerto RDP %s" #: src/conf/domain_conf.c:1938 #, c-format msgid "unknown sound model '%s'" msgstr "modelo de sonido '%s' desconocido" #: src/conf/domain_conf.c:1971 msgid "watchdog must contain model name" msgstr "" #: src/conf/domain_conf.c:1977 #, fuzzy, c-format msgid "unknown watchdog model '%s'" msgstr "modelo de vídeo '%s' desconocido" #: src/conf/domain_conf.c:1988 #, fuzzy, c-format msgid "unknown watchdog action '%s'" msgstr "tipo de autorización '%s' desconocido" #: src/conf/domain_conf.c:2134 #, c-format msgid "unknown video model '%s'" msgstr "modelo de vídeo '%s' desconocido" #: src/conf/domain_conf.c:2140 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:2148 #, c-format msgid "cannot parse video ram '%s'" msgstr "No es posible analizar ram de vídeo '%s'" #: src/conf/domain_conf.c:2158 #, c-format msgid "cannot parse video heads '%s'" msgstr "No es posible analizar cabezales de vídeo '%s'" #: src/conf/domain_conf.c:2205 #, c-format msgid "cannot parse vendor id %s" msgstr "No es posible analizar el ID del proveedor %s" #: src/conf/domain_conf.c:2212 msgid "usb vendor needs id" msgstr "el proveedor del usb necesita un ID" #: src/conf/domain_conf.c:2223 #, c-format msgid "cannot parse product %s" msgstr "No es posible analizar el producto %s" #: src/conf/domain_conf.c:2231 msgid "usb product needs id" msgstr "el producto usb necesita un ID" #: src/conf/domain_conf.c:2242 src/conf/domain_conf.c:2334 #, c-format msgid "cannot parse bus %s" msgstr "No es posible analizar el bus %s" #: src/conf/domain_conf.c:2249 msgid "usb address needs bus id" msgstr "la dirección usb necesita un ID" #: src/conf/domain_conf.c:2258 #, c-format msgid "cannot parse device %s" msgstr "No es posible analizar el dispositivo %s" #: src/conf/domain_conf.c:2266 msgid "usb address needs device id" msgstr "la dirección usb necesita un ID de dispositivo" #: src/conf/domain_conf.c:2271 #, c-format msgid "unknown usb source type '%s'" msgstr "tipo de fuente usb '%s' desconocido" #: src/conf/domain_conf.c:2281 msgid "vendor cannot be 0." msgstr "el proveedor no puede ser 0." #: src/conf/domain_conf.c:2287 msgid "missing vendor" msgstr "No se encuentra proveedor" #: src/conf/domain_conf.c:2292 msgid "missing product" msgstr "No se encuentra producto" #: src/conf/domain_conf.c:2321 #, c-format msgid "cannot parse domain %s" msgstr "No es posible analizar el dominio %s" #: src/conf/domain_conf.c:2341 msgid "pci address needs bus id" msgstr "la dirección pci necesita ID de bus" #: src/conf/domain_conf.c:2350 #, c-format msgid "cannot parse slot %s" msgstr "No es posible analizar el slot %s" #: src/conf/domain_conf.c:2358 msgid "pci address needs slot id" msgstr "la dirección pci necesita ID de slot" #: src/conf/domain_conf.c:2367 #, c-format msgid "cannot parse function %s" msgstr "No es posible analizar la función %s" #: src/conf/domain_conf.c:2375 msgid "pci address needs function id" msgstr "la dirección pci necesita ID de función" #: src/conf/domain_conf.c:2394 #, c-format msgid "unknown pci source type '%s'" msgstr "tipo de fuente pci '%s' desconocido" #: src/conf/domain_conf.c:2427 #, c-format msgid "unknown hostdev mode '%s'" msgstr "modo hostdev '%s' desconocido" #: src/conf/domain_conf.c:2438 #, c-format msgid "unknown host device type '%s'" msgstr "tipo de dispositivo de host '%s' desconocido" #: src/conf/domain_conf.c:2443 msgid "missing type in hostdev" msgstr "No se encuentra el tipo en dispositivo de host" #: src/conf/domain_conf.c:2471 #, c-format msgid "unknown node %s" msgstr "nodo '%s' desconocido" #: src/conf/domain_conf.c:2502 #, c-format msgid "unknown lifecycle action %s" msgstr "acción de ciclo de vida %s desconocida" #: src/conf/domain_conf.c:2526 msgid "missing security type" msgstr "No se encuentra el tipo de seguridad" #: src/conf/domain_conf.c:2533 msgid "invalid security type" msgstr "tipo de seguridad inválido" #: src/conf/domain_conf.c:2546 msgid "missing security model" msgstr "No se encuentra el modelo de seguridad" #: src/conf/domain_conf.c:2555 msgid "security label is missing" msgstr "No se encuentra la etiqueta de seguridad" #: src/conf/domain_conf.c:2569 msgid "security imagelabel is missing" msgstr "No se encuentra la etiqueta de imagen de seguridad" #: src/conf/domain_conf.c:2602 src/conf/domain_conf.c:3538 #: src/conf/domain_conf.c:3579 src/conf/domain_conf.c:3651 #: src/conf/interface_conf.c:937 src/conf/interface_conf.c:977 #: src/conf/network_conf.c:560 src/conf/network_conf.c:600 #: src/conf/node_device_conf.c:1272 src/conf/secret_conf.c:241 #: src/conf/storage_conf.c:800 src/conf/storage_conf.c:1210 msgid "missing root element" msgstr "No se encuentra elemento raíz" #: src/conf/domain_conf.c:2647 msgid "unknown device type" msgstr "tipo de dispositivo desconocido" #: src/conf/domain_conf.c:2728 msgid "unknown virt type" msgstr "tipo de virt desconocido" #: src/conf/domain_conf.c:2739 #, 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:2774 msgid "missing domain type attribute" msgstr "No se encuentra atributo de tipo de dominio" #: src/conf/domain_conf.c:2780 #, c-format msgid "invalid domain type %s" msgstr "tipo de dominio %s inválido" #: src/conf/domain_conf.c:2796 src/conf/network_conf.c:415 #: src/conf/secret_conf.c:165 msgid "Failed to generate UUID" msgstr "Fallo al intentar generar UUID" #: src/conf/domain_conf.c:2802 src/conf/network_conf.c:422 #: src/conf/secret_conf.c:171 src/conf/storage_conf.c:655 msgid "malformed uuid element" msgstr "elemento uuid erróneo" #: src/conf/domain_conf.c:2814 msgid "missing memory element" msgstr "No se encuentra elemento de memoria" #: src/conf/domain_conf.c:2851 #, c-format msgid "unexpected feature %s" msgstr "recurso %s no esperado" #: src/conf/domain_conf.c:2891 msgid "no OS type" msgstr "No existe un tipo de sistema operativo" #: src/conf/domain_conf.c:2919 #, 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:2927 src/xen/xm_internal.c:715 #, 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:2978 msgid "cannot extract boot device" msgstr "No es posible extraer dispositivo de arranque" #: src/conf/domain_conf.c:2986 msgid "missing boot device" msgstr "No se encuentra dispositivo de arranque" #: src/conf/domain_conf.c:2991 #, c-format msgid "unknown boot device '%s'" msgstr "tipo de dispositivo de arranque '%s' desconocido" #: src/conf/domain_conf.c:3016 msgid "cannot extract disk devices" msgstr "No es posible extraer dispositivos de disco" #: src/conf/domain_conf.c:3035 msgid "cannot extract filesystem devices" msgstr "No es posible extraer dispositivos del sistema de archivos" #: src/conf/domain_conf.c:3054 msgid "cannot extract network devices" msgstr "No es posible extraer dispositivos de red" #: src/conf/domain_conf.c:3075 msgid "cannot extract parallel devices" msgstr "No es posible extraer dispositivos paralelos" #: src/conf/domain_conf.c:3095 msgid "cannot extract serial devices" msgstr "No es posible extraer dispositivos seriales" #: src/conf/domain_conf.c:3143 #, fuzzy msgid "cannot extract channel devices" msgstr "No es posible extraer dispositivos paralelos" #: src/conf/domain_conf.c:3164 msgid "cannot extract input devices" msgstr "No es posible extraer dispositivos de entrada" #: src/conf/domain_conf.c:3199 msgid "cannot extract graphics devices" msgstr "No es posible extraer dispositivos gráficos" #: src/conf/domain_conf.c:3243 msgid "cannot extract sound devices" msgstr "No es posible extraer dispositivos de sonido" #: src/conf/domain_conf.c:3273 msgid "cannot extract video devices" msgstr "No es posible extraer dispositivos de vídeo" #: src/conf/domain_conf.c:3298 msgid "cannot determine default video type" msgstr "No es posible determinar el tipo de vídeo por defecto" #: src/conf/domain_conf.c:3314 msgid "cannot extract host devices" msgstr "No es posible extraer dispositivos de host" #: src/conf/domain_conf.c:3334 #, fuzzy msgid "cannot extract watchdog devices" msgstr "No es posible extraer dispositivos de host" #: src/conf/domain_conf.c:3339 msgid "only a single watchdog device is supported" msgstr "" #: src/conf/domain_conf.c:3388 msgid "no domain config" msgstr "No existe una configuración de dominio" #: src/conf/domain_conf.c:3402 msgid "missing domain state" msgstr "No se encuentra un estado del dominio" #: src/conf/domain_conf.c:3407 #, c-format msgid "invalid domain state '%s'" msgstr "estado de dominio '%s' inválido" #: src/conf/domain_conf.c:3415 msgid "invalid pid" msgstr "pid inválido" #: src/conf/domain_conf.c:3428 msgid "no monitor path" msgstr "No existe una ruta hacia el monitor" #: src/conf/domain_conf.c:3449 #, c-format msgid "unsupported monitor type '%s'" msgstr "tipo de monitor '%s' no soportado" #: src/conf/domain_conf.c:3501 src/conf/interface_conf.c:902 #: src/conf/network_conf.c:525 src/conf/node_device_conf.c:1224 #: src/conf/secret_conf.c:203 src/conf/storage_conf.c:729 #, c-format msgid "at line %d: %s" msgstr "en la línea %d: %s" #: src/conf/domain_conf.c:3532 src/conf/domain_conf.c:3573 #: src/conf/domain_conf.c:3645 src/conf/interface_conf.c:931 #: src/conf/interface_conf.c:971 src/conf/network_conf.c:554 #: src/conf/network_conf.c:594 src/conf/node_device_conf.c:1266 #: src/conf/secret_conf.c:234 src/conf/storage_conf.c:793 #: src/conf/storage_conf.c:1203 msgid "failed to parse xml document" msgstr "Falló al intentar analizar documento xml" #: src/conf/domain_conf.c:3603 src/conf/domain_conf.c:3674 #: src/conf/interface_conf.c:870 src/conf/network_conf.c:622 #: src/conf/node_device_conf.c:1193 src/conf/secret_conf.c:117 msgid "incorrect root element" msgstr "elemento raíz incorrecto" #: src/conf/domain_conf.c:3884 msgid "topology cpuset syntax error" msgstr "error de sintaxis en la topología de cpuset" #: src/conf/domain_conf.c:3898 #, c-format msgid "unexpected lifecycle type %d" msgstr "tipo de ciclo de vida %d no esperado" #: src/conf/domain_conf.c:3921 #, c-format msgid "unexpected disk type %d" msgstr "tipo de disco %d no esperado" #: src/conf/domain_conf.c:3926 #, c-format msgid "unexpected disk device %d" msgstr "dispositivo de disco %d no esperado" #: src/conf/domain_conf.c:3931 #, c-format msgid "unexpected disk bus %d" msgstr "bus de disco %d no esperado" #: src/conf/domain_conf.c:3936 #, c-format msgid "unexpected disk cache mode %d" msgstr "modo %d de caché de disco no esperado" #: src/conf/domain_conf.c:4000 #, c-format msgid "unexpected filesystem type %d" msgstr "tipo de sistema de archivos %d no esperado" #: src/conf/domain_conf.c:4052 src/conf/domain_conf.c:4418 #, c-format msgid "unexpected net type %d" msgstr "tipo de red %d no esperada" #: src/conf/domain_conf.c:4164 #, c-format msgid "unexpected char type %d" msgstr "tipo de caracter %d no esperado" #: src/conf/domain_conf.c:4252 #, fuzzy msgid "Unable to format guestfwd address" msgstr "No es posible iniciar huésped: %s" #: src/conf/domain_conf.c:4259 #, fuzzy msgid "Unable to format guestfwd port" msgstr "No es posible encontrar un puerto VNC que no se esté utilizando" #: src/conf/domain_conf.c:4276 #, fuzzy, c-format msgid "unexpected character destination type %d" msgstr "tipo de caracter %d no esperado" #: src/conf/domain_conf.c:4299 src/xen/xend_internal.c:5601 #, c-format msgid "unexpected sound model %d" msgstr "modelo de sonido %d no esperado" #: src/conf/domain_conf.c:4320 #, fuzzy, c-format msgid "unexpected watchdog model %d" msgstr "modelo de vídeo %d no esperado" #: src/conf/domain_conf.c:4326 #, fuzzy, c-format msgid "unexpected watchdog action %d" msgstr "acción %d de ciclo de vida no esperada" #: src/conf/domain_conf.c:4358 #, c-format msgid "unexpected video model %d" msgstr "modelo de vídeo %d no esperado" #: src/conf/domain_conf.c:4392 src/xen/xend_internal.c:5626 #, c-format msgid "unexpected input type %d" msgstr "tipo de entrada %d no esperada" #: src/conf/domain_conf.c:4397 #, c-format msgid "unexpected input bus type %d" msgstr "tipo de bus de entrada %d no esperado" #: src/conf/domain_conf.c:4514 #, c-format msgid "unexpected hostdev mode %d" msgstr "modo de dispositivo de host %d no esperado" #: src/conf/domain_conf.c:4521 #, c-format msgid "unexpected hostdev type %d" msgstr "tipo de dispositivo de host %d no esperado" #: src/conf/domain_conf.c:4578 #, c-format msgid "unexpected domain type %d" msgstr "tipo de dominio %d no esperado" #: src/conf/domain_conf.c:4674 #, c-format msgid "unexpected boot device type %d" msgstr "tipo de dispositivo de arranque %d no esperado" #: src/conf/domain_conf.c:4692 #, c-format msgid "unexpected feature %d" msgstr "recurso %d no esperado" #: src/conf/domain_conf.c:4912 src/conf/network_conf.c:754 #, c-format msgid "cannot create config directory '%s'" msgstr "No es posible crear configuración de directorio '%s'" #: src/conf/domain_conf.c:4921 src/conf/network_conf.c:763 #, c-format msgid "cannot create config file '%s'" msgstr "No es posible crear archivo de configuración '%s'." #: src/conf/domain_conf.c:4929 src/conf/network_conf.c:771 #, c-format msgid "cannot write config file '%s'" msgstr "No es posible escribir el archivo de configuración '%s'" #: src/conf/domain_conf.c:4936 src/conf/network_conf.c:778 #, c-format msgid "cannot save config file '%s'" msgstr "No es posible guardar el archivo de configuración '%s'" #: src/conf/domain_conf.c:5065 #, c-format msgid "unexpected domain %s already exists" msgstr "el dominio no esperado %s ya existe" #: src/conf/domain_conf.c:5106 src/conf/network_conf.c:880 #: src/conf/storage_conf.c:1539 #, c-format msgid "Failed to open dir '%s'" msgstr "Falló al abrir el directorio '%s'" #: src/conf/domain_conf.c:5171 #, c-format msgid "cannot remove config %s" msgstr "No es posible eliminar configuración %s" #: src/conf/domain_conf.c:5278 src/xen/xm_internal.c:2638 #, 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:5287 #, c-format msgid "domain is already active as '%s'" msgstr "El dominio ya se encuentra activo como '%s'" #: src/conf/domain_conf.c:5302 #, fuzzy, c-format msgid "domain '%s' already exists with uuid %s" msgstr "El dominio '%s' ya se ha definido con uuid %s" #: src/conf/interface_conf.c:133 src/conf/interface_conf.c:515 msgid "interface has no name" msgstr "la interfaz no tiene nombre" #: src/conf/interface_conf.c:141 msgid "interface mtu value is improper" msgstr "el valor mtu de la interfaz es inadecuado" #: src/conf/interface_conf.c:165 #, c-format msgid "unknown interface startmode %s" msgstr "startmode %s de interfaz desconocido" #: src/conf/interface_conf.c:197 #, c-format msgid "unknown bonding mode %s" msgstr "modo bonding %s desconocido" #: src/conf/interface_conf.c:218 #, c-format msgid "unknown mii bonding carrier %s" msgstr "transporte de mii bonding %s desconocido" #: src/conf/interface_conf.c:241 #, c-format msgid "unknown arp bonding validate %s" msgstr "validación %s de arp bonding desconocida" #: src/conf/interface_conf.c:267 #, c-format msgid "unknown dhcp peerdns value %s" msgstr "valor dhcpd peerdns %s desconocido " #: src/conf/interface_conf.c:293 msgid "Invalid ip address prefix value" msgstr "Valor de prefijo de dirección ip inválido" #: src/conf/interface_conf.c:446 msgid "protocol misses the family attribute" msgstr "el protocolo no encuentra atributo de familia" #: src/conf/interface_conf.c:465 #, c-format msgid "unsupported protocol family '%s'" msgstr "familia de protocolo '%s' no soportada" #: src/conf/interface_conf.c:494 msgid "interface has no type" msgstr "la interfaz no tiene tipo" #: src/conf/interface_conf.c:508 #, c-format msgid "interface has unsupported type '%s'" msgstr "el tipo de interfaz '%s' no es soportado" #: src/conf/interface_conf.c:521 #, c-format msgid "vlan %s has no tag" msgstr "vlan %s no posee etiqueta" #: src/conf/interface_conf.c:526 #, c-format msgid "vlan %s has interface name" msgstr "vlan %s posee un nombre de interfaz" #: src/conf/interface_conf.c:562 msgid "bridge has no interfaces" msgstr "el puente no posee interfaces" #: src/conf/interface_conf.c:602 msgid "bond has no interfaces" msgstr "bond no posee interfaces " #: src/conf/interface_conf.c:652 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:660 msgid "bond interface miimon downdelay invalid" msgstr "demora de caída inválida en la interfaz miimon de bond" #: src/conf/interface_conf.c:669 msgid "bond interface miimon updelay invalid" msgstr "tiempo conectado inválido de la interfaz miimon" #: src/conf/interface_conf.c:688 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:697 msgid "bond interface arpmon target missing" msgstr "No existe el destino arpmon de interfaz bond" #: src/conf/interface_conf.c:718 msgid "vlan interface misses the tag attribute" msgstr "interfaz vlan no encuentra un atributo de etiqueta" #: src/conf/interface_conf.c:726 msgid "vlan interface misses name attribute" msgstr "la interfaz vlan no encuentra un atributo de nombre" #: src/conf/interface_conf.c:743 msgid "interface misses the type attribute" msgstr "No se encuentra atributo de tipo en la interfaz" #: src/conf/interface_conf.c:749 #, c-format msgid "unknown interface type %s" msgstr "tipo de interfaz %s desconocido" #: src/conf/interface_conf.c:785 msgid "bridge interface misses the bridge element" msgstr "la interfaz de puente no encuentra un elemento de puente" #: src/conf/interface_conf.c:797 #, 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:820 msgid "bond interface misses the bond element" msgstr "la interfaz bond no encuentra un elemento bond" #: src/conf/interface_conf.c:841 msgid "vlan interface misses the vlan element" msgstr "la interfaz vlan no encuentra un elemento vlan" #: src/conf/interface_conf.c:996 msgid "bare ethernet has no name" msgstr "la Ethernet desnuda no tiene nombre" #: src/conf/interface_conf.c:1028 #, c-format msgid "bare interface type %d unknown" msgstr "tipo de interfaz vacía %d desconocida" #: src/conf/interface_conf.c:1096 msgid "bond arp monitoring has no target" msgstr "No existe un destino para monitoreo arp del bond" #: src/conf/interface_conf.c:1123 msgid "vlan misses the tag name" msgstr "vlan no encuentra el nombre de la etiqueta" #: src/conf/interface_conf.c:1200 msgid "virInterfaceDefFormat unknown startmode" msgstr "startmode desconocido de virInterfaceDefFormat" #: src/conf/interface_conf.c:1216 msgid "virInterfaceDefFormat argument problems" msgstr "problemas de argumento en virInterfaceDefFormat" #: src/conf/interface_conf.c:1222 #, c-format msgid "unexpected interface type %d" msgstr "Tipo de interfaz %d no esperada" #: src/conf/network_conf.c:250 #, fuzzy, c-format msgid "cannot parse dhcp start address '%s'" msgstr "No es posible analizar la dirección IP '%s'" #: src/conf/network_conf.c:259 #, fuzzy, c-format msgid "cannot parse dhcp end address '%s'" msgstr "No es posible analizar la dirección IP '%s'" #: src/conf/network_conf.c:270 #, fuzzy, c-format msgid "dhcp range '%s' to '%s' invalid" msgstr "guardando el dominio '%s' en '%s': falló la apertura " #: src/conf/network_conf.c:298 #, c-format msgid "cannot parse MAC address '%s'" msgstr "No es posible analizar dirección MAC '%s'" #: src/conf/network_conf.c:305 #, c-format msgid "cannot use name address '%s'" msgstr "No es posible utilizar el nombre de la dirección '%s'" #: src/conf/network_conf.c:321 src/conf/network_conf.c:451 #, c-format msgid "cannot parse IP address '%s'" msgstr "No es posible analizar la dirección IP '%s'" #: src/conf/network_conf.c:457 #, c-format msgid "cannot parse netmask '%s'" msgstr "No es posible analizar la máscara de red '%s'" #: src/conf/network_conf.c:481 msgid "Forwarding requested, but no IPv4 address/netmask provided" msgstr "" "Se ha realizado una petición de reenvío, pero no se ha indicado ninguna " "dirección/máscara de red IPv4" #: src/conf/network_conf.c:489 #, c-format msgid "unknown forwarding type '%s'" msgstr "tipo de reenvío '%s' desconocido" #: src/conf/network_conf.c:838 #, 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:929 #, c-format msgid "cannot remove config file '%s'" msgstr "No es posible eliminar el archivo de configuración '%s'" #: src/conf/network_conf.c:1003 #, 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:1022 #, c-format msgid "bridge name '%s' already in use." msgstr "el nombre del puente '%s' ya está siendo utilizado." #: src/conf/node_device_conf.c:537 #, 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:550 #, c-format msgid "error parsing storage capabilities for '%s'" msgstr "error al analizar las capacidades de almacenamiento de '%s'" #: src/conf/node_device_conf.c:560 #, 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:580 #, 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:581 #, 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:591 #, 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:603 #, c-format msgid "no size supplied for '%s'" msgstr "No se ha indicado tamaño para '%s'" #: src/conf/node_device_conf.c:604 #, 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:631 src/conf/node_device_conf.c:709 #, 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:632 src/conf/node_device_conf.c:710 #, 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:637 #, 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:638 #, 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:643 #, 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:644 #, 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:649 #, 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:650 #, 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:678 #, fuzzy, c-format msgid "no target name supplied for '%s'" msgstr "No se ha suministrado un ID de SCSI para '%s'" #: src/conf/node_device_conf.c:716 #, c-format msgid "error parsing SCSI host capabilities for '%s'" msgstr "error al analizar las capacidades del host SCSI para '%s'" #: src/conf/node_device_conf.c:726 #, 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:748 #, c-format msgid "no WWNN supplied for '%s'" msgstr "No se ha indicado WWNN para '%s'" #: src/conf/node_device_conf.c:756 #, c-format msgid "no WWPN supplied for '%s'" msgstr "No se ha indicado WWPN para '%s'" #: src/conf/node_device_conf.c:764 #, 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:798 #, 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:813 #, 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:841 #, 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:842 #, 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:847 #, 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:848 #, 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:853 #, 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:854 #, 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:859 #, 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:860 #, 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:910 #, 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:911 #, 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:916 #, 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:917 #, 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:922 #, 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:923 #, 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:928 #, 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:929 #, 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:956 #, 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:957 #, 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:962 #, 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:963 #, 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:968 #, 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:969 #, 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:974 #, 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:975 #, 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:980 #, 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:981 #, 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:986 #, 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:987 #, 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:1022 #, 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:1028 #, c-format msgid "malformed uuid element for '%s'" msgstr "elemento uuid para '%s' erróneo'" #: src/conf/node_device_conf.c:1063 msgid "missing capability type" msgstr "No se encuentra el tipo de capacidad" #: src/conf/node_device_conf.c:1069 #, c-format msgid "unknown capability type '%s'" msgstr "tipo de capacidad '%s' desconocido" #: src/conf/node_device_conf.c:1106 #, c-format msgid "unknown capability type '%d' for '%s'" msgstr "tipo de capacidad '%d' desconocida para '%s'" #: src/conf/node_device_conf.c:1158 #, c-format msgid "no device capabilities for '%s'" msgstr "No existen capacidades de dispositivo para '%s'" #: src/conf/node_device_conf.c:1326 msgid "Device is not a fibre channel HBA" msgstr "El dispositivo no es un canal HBA de fibra" #: src/conf/node_device_conf.c:1356 #, c-format msgid "Could not find parent HBA for '%s'" msgstr "No es posible encontrar un HBA principal para '%s' " #: src/conf/node_device_conf.c:1376 #, c-format msgid "Parent HBA %s is not capable of vport operations" msgstr "El HBA %s relacionado no puede realizar operaciones vport" #: src/conf/secret_conf.c:56 src/conf/secret_conf.c:100 #: src/conf/secret_conf.c:274 src/conf/secret_conf.c:291 #, 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:93 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:141 msgid "invalid value of 'ephemeral'" msgstr "valor de 'ephemeral' inválido" #: src/conf/secret_conf.c:155 msgid "invalid value of 'private'" msgstr "valor de 'private' inválido" #: src/conf/storage_conf.c:225 src/storage/storage_backend.c:767 #, 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:372 msgid "missing auth host attribute" msgstr "No se encuentra atributo de autorización de host" #: src/conf/storage_conf.c:379 msgid "missing auth passwd attribute" msgstr "No se encuentra atributo de autorización de contraseña" #: src/conf/storage_conf.c:416 #, c-format msgid "unknown pool format type %s" msgstr "Tipo formato de grupo de almacenamiento desconocido '%s'" #: src/conf/storage_conf.c:438 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:457 #, c-format msgid "unknown auth type '%s'" msgstr "tipo de autorización '%s' desconocido" #: src/conf/storage_conf.c:493 msgid "bad spec" msgstr "especificación de errónea" #: src/conf/storage_conf.c:511 #, fuzzy msgid "root element was not source" msgstr "El elemento root no es 'nodo'" #: src/conf/storage_conf.c:563 msgid "malformed octal mode" msgstr "modo octal erróneo" #: src/conf/storage_conf.c:574 msgid "malformed owner element" msgstr "elemento dueño erróneo" #: src/conf/storage_conf.c:585 msgid "malformed group element" msgstr "elemento de grupo erróneo" #: src/conf/storage_conf.c:617 src/storage/storage_driver.c:447 #: src/test/test_driver.c:3726 #, c-format msgid "unknown storage pool type %s" msgstr "Tipo de grupo de almacenamiento desconocido: %s" #: src/conf/storage_conf.c:641 msgid "missing pool source name element" msgstr "No se encuentra elemento de nombre de grupo fuente" #: src/conf/storage_conf.c:649 src/storage/storage_backend.c:351 msgid "unable to generate uuid" msgstr "No es posible generar uuid" #: src/conf/storage_conf.c:665 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:673 msgid "missing storage pool source path" msgstr "No se encuentra el camino del grupo de almacenamiento origen" #: src/conf/storage_conf.c:691 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:698 msgid "missing storage pool target path" msgstr "No se encuentra el camino del destino del grupo de almacenamiento" #: src/conf/storage_conf.c:745 msgid "unknown root element for storage pool" msgstr "elemento raíz desconocido para el grupo de almacenamiento" #: src/conf/storage_conf.c:876 #, c-format msgid "unknown pool format number %d" msgstr "número de formato de grupo %d desconocido" #: src/conf/storage_conf.c:909 src/conf/storage_conf.c:1725 msgid "unexpected pool type" msgstr "tipo de grupo no esperado" #: src/conf/storage_conf.c:1007 #, c-format msgid "unknown size units '%s'" msgstr "unidades de tamaño '%s' desconocidas" #: src/conf/storage_conf.c:1014 msgid "malformed capacity element" msgstr "elemento de capacidad erróneo" #: src/conf/storage_conf.c:1019 msgid "capacity element value too large" msgstr "valor de elemento de capacidad demasiado extenso" #: src/conf/storage_conf.c:1051 msgid "missing volume name element" msgstr "No se encuentre un elemento de nombre de volumen " #: src/conf/storage_conf.c:1062 msgid "missing capacity element" msgstr "No se encuentra un elemento de capacidad" #: src/conf/storage_conf.c:1091 src/conf/storage_conf.c:1122 #, c-format msgid "unknown volume format type %s" msgstr "tipo de formato de volumen %s desconocido" #: src/conf/storage_conf.c:1153 msgid "unknown root element for storage vol" msgstr "elemento raíz desconocido para el volumen de almacenamiento" #: src/conf/storage_conf.c:1258 #, c-format msgid "unknown volume format number %d" msgstr "número de formato de volumen %d desconocido" #: src/conf/storage_conf.c:1597 #, c-format msgid "cannot create config directory %s" msgstr "No se ha posido crear un directorio %s de configuración" #: src/conf/storage_conf.c:1605 msgid "cannot construct config file path" msgstr "No es posible construir camino al archivo de configuración" #: src/conf/storage_conf.c:1616 msgid "cannot construct autostart link path" msgstr "No es posible construir camino al enlace de inicio automático" #: src/conf/storage_conf.c:1630 msgid "failed to generate XML" msgstr "Falló al generar XML" #: src/conf/storage_conf.c:1638 #, c-format msgid "cannot create config file %s" msgstr "No es posible crear archivo de configuración %s" #: src/conf/storage_conf.c:1646 #, c-format msgid "cannot write config file %s" msgstr "No es posible escribir archivo de configuración %s" #: src/conf/storage_conf.c:1653 #, c-format msgid "cannot save config file %s" msgstr "No es posible guardar archivo de configuración %s" #: src/conf/storage_conf.c:1674 #, c-format msgid "no config file for %s" msgstr "No existe un archivo de configuración para %s" #: src/conf/storage_conf.c:1680 #, c-format msgid "cannot remove config for %s" msgstr "No es posible eliminar configuración para %s" #: src/conf/storage_encryption_conf.c:93 msgid "unknown volume encryption secret type" msgstr "tipo de secreto de cifrado de volumen desconocido" #: src/conf/storage_encryption_conf.c:99 #, 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:111 #, c-format msgid "malformed volume encryption uuid '%s'" msgstr "uuid '%s' del cifrado de volumen mal formado" #: src/conf/storage_encryption_conf.c:118 msgid "missing volume encryption uuid" msgstr "No se encuentra uuid del cifrado de volumen " #: src/conf/storage_encryption_conf.c:147 msgid "unknown volume encryption format" msgstr "formato del cifrado de volumen desconocido" #: src/conf/storage_encryption_conf.c:153 #, 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:164 msgid "cannot extract volume encryption secrets" msgstr "No es posible extraer secretos del cifrado de volumen" #: src/conf/storage_encryption_conf.c:196 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:228 msgid "unexpected volume encryption secret type" msgstr "tipo de secreto de cifrado de volumen no esperado" #: src/conf/storage_encryption_conf.c:248 msgid "unexpected encryption format" msgstr "formato de cifrado no esperado" #: src/conf/storage_encryption_conf.c:275 msgid "Cannot open /dev/urandom" msgstr "No es posible abrir /dev/urandom" #: src/conf/storage_encryption_conf.c:286 msgid "Cannot read from /dev/urandom" msgstr "No es posible leer desde /dev/urandom" #: src/datatypes.c:341 msgid "failed to add domain to connection hash table" msgstr "Falló al intentar añadir dominio a la tabla hash" #: src/datatypes.c:382 msgid "domain missing from connection hash table" msgstr "falta el dominio en la tabla hash de la conexión" #: src/datatypes.c:482 msgid "failed to add network to connection hash table" msgstr "Falló al intentar añadir red a la tabla hash de la conexión" #: src/datatypes.c:520 msgid "network missing from connection hash table" msgstr "falta la red en la tabla hash de la conexión" #: src/datatypes.c:629 #, c-format msgid "" "Failed to change interface mac address from %s to %s due to differing " "lengths." msgstr "" "Falló al modificar la interfaz de la dirección mac de %s a %s debido a " "diferencias de tamaño." #: src/datatypes.c:660 msgid "failed to add interface to connection hash table" msgstr "Falló al intentar añadir interfaz a la tabla hash de la conexión" #: src/datatypes.c:699 msgid "interface missing from connection hash table" msgstr "falta la interfaz en la tabla hash de la conexión" #: src/datatypes.c:801 msgid "failed to add storage pool to connection hash table" msgstr "falla al añadir grupo de almacenamiento a la tabla hash de la conexión" #: src/datatypes.c:840 msgid "pool missing from connection hash table" msgstr "falta grupo en la tabla hash de la conexión" #: src/datatypes.c:939 #, c-format msgid "Volume key %s too large for destination" msgstr "La llave del volumen %s es demasiado extensa para el destino" #: src/datatypes.c:948 msgid "failed to add storage vol to connection hash table" msgstr "" "Falló al intentar añadir volumen de almacenamiento en la tabla hash de la " "conexión" #: src/datatypes.c:988 msgid "vol missing from connection hash table" msgstr "falta volumen de almacenamiento en la tabla hash de la conexión" #: src/datatypes.c:1084 msgid "failed to add node dev to conn hash table" msgstr "" "Falló al intentar añadir dispositivo de nodo a la tabla hash de la conexión" #: src/datatypes.c:1122 msgid "dev missing from connection hash table" msgstr "falta dispositivo en la tabla hash de la conexión" #: src/datatypes.c:1218 msgid "failed to add secret to conn hash table" msgstr "Falló al intentar añadir secreto a la tabla hash de la conexión" #: src/datatypes.c:1257 msgid "secret missing from connection hash table" msgstr "No se encuentra un secreto en la tabla hash de la conexión" #: src/interface/netcf_driver.c:186 msgid "failed to get number of interfaces on host" msgstr "Falló al obtener la cantidad de interfaces en el host" #: src/interface/netcf_driver.c:207 msgid "failed to list host interfaces" msgstr "Falló al listar las interfaces de host" #: src/interface/netcf_driver.c:228 msgid "failed to get number of defined interfaces on host" msgstr "Falló al obtener la cantidad de interfaces definidas en el host" #: src/interface/netcf_driver.c:249 msgid "failed to list host defined interfaces" msgstr "Falló al listar las interfaces definidas del host" #: src/interface/netcf_driver.c:316 msgid "multiple interfaces with matching MAC address" msgstr "la dirección MAC se corresonde con múltiples interfaces" #: src/libvirt.c:1032 msgid "could not parse connection URI" msgstr "No es posible analizar conexión URI" #: src/libvirt.c:2252 msgid "cannot get working directory" msgstr "No es posible obtener un directorio de trabajo" #: src/libvirt.c:2259 src/libvirt.c:2335 msgid "path too long" msgstr "la ruta es demasiado extensa" #: src/libvirt.c:2328 msgid "cannot get current directory" msgstr "No es posible obtener el directorio actual" #: src/libvirt.c:2828 msgid "virDomainGetXMLDesc with secure flag" msgstr "virDomainGetXMLDesc con marca segura" #: src/libvirt.c:2986 msgid "domainMigratePrepare did not set uri" msgstr "domainMigratePrepare no ha definido uri" #: src/libvirt.c:3066 src/qemu/qemu_driver.c:7078 msgid "domainMigratePrepare2 did not set uri" msgstr "domainMigratePrepare2 no ha definido uri" #: src/libvirt.c:3286 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:4164 msgid "path is NULL" msgstr "el camino es NULL" #: src/libvirt.c:4170 msgid "flags must be zero" msgstr "las marcas deben ser cero" #: src/libvirt.c:4177 msgid "buffer is NULL" msgstr "el buffer es NULL" #: src/libvirt.c:4278 src/qemu/qemu_driver.c:5985 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:4285 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:10004 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:10101 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/lxc/lxc_container.c:128 msgid "setsid failed" msgstr "Falló setsid" #: src/lxc/lxc_container.c:134 msgid "ioctl(TIOCSTTY) failed" msgstr "Falló ioctl(TIOCSTTY)" #: src/lxc/lxc_container.c:147 msgid "dup2(stdin) failed" msgstr "Falló dup2(stdin) " #: src/lxc/lxc_container.c:153 msgid "dup2(stdout) failed" msgstr "Falló dup2(stdout)" #: src/lxc/lxc_container.c:159 msgid "dup2(stderr) failed" msgstr "Falló dup2(stderr)" #: src/lxc/lxc_container.c:187 #, fuzzy msgid "Unable to send container continue message" msgstr "No es posible enviar mensaje continuo de contenedor" #: src/lxc/lxc_container.c:216 msgid "Failed to read the container continue message" msgstr "No es posible leer el mensaje continuo del contenedor" #: src/lxc/lxc_container.c:311 #, fuzzy msgid "Failed to make root private" msgstr "Falló al intentar crear root privada" #: src/lxc/lxc_container.c:322 src/lxc/lxc_container.c:344 #: src/lxc/lxc_container.c:515 #, fuzzy, c-format msgid "Failed to create %s" msgstr "Falló al crearse %s" #: src/lxc/lxc_container.c:331 #, fuzzy, 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:352 #, fuzzy, c-format msgid "Failed to bind new root %s into tmpfs" msgstr "Falló al asociar nueva root %s en tmpfs" #: src/lxc/lxc_container.c:361 #, fuzzy, c-format msgid "Failed to chroot into %s" msgstr "Falló al chroot en %s" #: src/lxc/lxc_container.c:369 #, fuzzy msgid "Failed to pivot root" msgstr "Falló al girar root" #: src/lxc/lxc_container.c:412 #, fuzzy, c-format msgid "Failed to mkdir %s" msgstr "Falló al crear el directorio %s" #: src/lxc/lxc_container.c:418 #, fuzzy, c-format msgid "Failed to mount %s on %s" msgstr "Falló al montar %s en %s" #: src/lxc/lxc_container.c:426 #, fuzzy msgid "Cannot create /dev/pts" msgstr "No es posible crear /dev/pts" #: src/lxc/lxc_container.c:433 #, fuzzy msgid "Failed to mount /dev/pts in container" msgstr "Falló al intentar montar /dev/pts en el contenedor" #: src/lxc/lxc_container.c:468 #, fuzzy, c-format msgid "Failed to make device %s" msgstr "Falló al crear el dispositivo %s" #: src/lxc/lxc_container.c:477 #, fuzzy 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:485 #, fuzzy msgid "Failed to make device /dev/ptmx" msgstr "Falló al intentar crear dispositivo /dev/ptmx" #: src/lxc/lxc_container.c:522 src/lxc/lxc_container.c:638 #, fuzzy, c-format msgid "Failed to mount %s at %s" msgstr "Falló al montar %s en %s" #: src/lxc/lxc_container.c:545 #, fuzzy msgid "Failed to read /proc/mounts" msgstr "Falló al intentar leer /proc/mounts" #: src/lxc/lxc_container.c:574 #, fuzzy, c-format msgid "Failed to unmount '%s'" msgstr "Falló al desmontar '%s'" #: src/lxc/lxc_container.c:624 #, fuzzy msgid "Failed to make / slave" msgstr "Falló al crear / esclavo" #: src/lxc/lxc_container.c:648 #, fuzzy msgid "Failed to mount /proc" msgstr "Falló al montar /proc" #: src/lxc/lxc_container.c:687 #, fuzzy, c-format msgid "Failed to remove capabilities: %d" msgstr "Falló al eliminar capacidades %d" #: src/lxc/lxc_container.c:693 #, fuzzy, c-format msgid "Failed to apply capabilities: %d" msgstr "Falló al aplicar capacidades: %d" #: src/lxc/lxc_container.c:704 src/lxc/lxc_controller.c:261 msgid "libcap-ng support not compiled in, unable to clear capabilities" msgstr "" "El soporte para libcap-ng no ha sido compilado, no es posible crear " "capacidades" #: src/lxc/lxc_container.c:732 msgid "lxcChild() passed invalid vm definition" msgstr "lxcChild() ha transmitido una definición vm inválida" #: src/lxc/lxc_container.c:753 #, fuzzy, c-format msgid "Failed to open tty %s" msgstr "Falló al abrir tty %s" #: src/lxc/lxc_container.c:836 #, fuzzy msgid "Failed to run clone container" msgstr "Falló al ejecutar contenedor de clon" #: src/lxc/lxc_controller.c:92 msgid "Unable to get cgroup for driver" msgstr "No es posible obtener cgroup para el dispositivo" #: src/lxc/lxc_controller.c:99 #, 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:107 #, 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:115 #, c-format msgid "Unable to deny devices for domain %s" msgstr "No es posible negarle dispositivos al dominio %s" #: src/lxc/lxc_controller.c:128 #, 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:137 #, 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:145 #, 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:173 #, c-format msgid "failed to create server socket '%s'" msgstr "Falló al crear socket de servidor '%s'" #: src/lxc/lxc_controller.c:183 #, 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:189 #, c-format msgid "failed to bind server socket '%s'" msgstr "Falló al asociar socket de servidor '%s'" #: src/lxc/lxc_controller.c:195 #, c-format msgid "failed to listen server socket %s" msgstr "Falló al escuchar el socket del servidor %s" #: src/lxc/lxc_controller.c:229 #, c-format msgid "read of fd %d failed" msgstr "Falló la lectura de fd %d " #: src/lxc/lxc_controller.c:236 #, c-format msgid "write to fd %d failed" msgstr "Falló la escritura en fd %d" #: src/lxc/lxc_controller.c:257 #, c-format msgid "failed to apply capabilities: %d" msgstr "Falló al aplicar capacidades: %d" #: src/lxc/lxc_controller.c:309 msgid "epoll_create(2) failed" msgstr "Falló epoll_create(2)" #: src/lxc/lxc_controller.c:319 msgid "epoll_ctl(appPty) failed" msgstr "Falló epoll_ctl(appPty)" #: src/lxc/lxc_controller.c:325 msgid "epoll_ctl(contPty) failed" msgstr "Falló poll_ctl(contPty) " #: src/lxc/lxc_controller.c:333 #, fuzzy msgid "epoll_ctl(monitor) failed" msgstr "Falló poll_ctl(contPty) " #: src/lxc/lxc_controller.c:341 src/lxc/lxc_controller.c:361 #: src/lxc/lxc_controller.c:367 #, fuzzy msgid "epoll_ctl(client) failed" msgstr "Falló poll_ctl(contPty) " #: src/lxc/lxc_controller.c:384 #, c-format msgid "error event %d" msgstr "Evento de error %d" #: src/lxc/lxc_controller.c:405 msgid "epoll_wait() failed" msgstr "Falló epoll_wait()" #: src/lxc/lxc_controller.c:455 #, fuzzy, c-format msgid "Failed to move interface %s to ns %d" msgstr "Falló al desplazar la interfaz %s hacia ns %d" #: src/lxc/lxc_controller.c:480 #, fuzzy, c-format msgid "Failed to delete veth: %s" msgstr "Falló al eliminar veth: %s" #: src/lxc/lxc_controller.c:513 msgid "sockpair failed" msgstr "Falló sockpair" #: src/lxc/lxc_controller.c:543 #, fuzzy msgid "Cannot unshare mount namespace" msgstr "No es posible dejar de compartir el nombre del espacio montado" #: src/lxc/lxc_controller.c:549 #, fuzzy msgid "Failed to switch root mount into slave mode" msgstr "Falló al convertir montaje raíz en modo esclavo" #: src/lxc/lxc_controller.c:561 #, fuzzy, c-format msgid "Failed to make path %s" msgstr "Falló al crear el camino %s" #: src/lxc/lxc_controller.c:569 #, fuzzy, c-format msgid "Failed to mount devpts on %s" msgstr "Falló al montar devpts en %s" #: src/lxc/lxc_controller.c:587 src/lxc/lxc_controller.c:596 #: src/lxc/lxc_driver.c:1177 #, fuzzy msgid "Failed to allocate tty" msgstr "Falló al asignar tty" #: src/lxc/lxc_controller.c:773 #, 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:787 msgid "Unable to change to root dir" msgstr "No es posible trasladarse al directorio raíz" #: src/lxc/lxc_controller.c:793 msgid "Unable to become session leader" msgstr "No es posible convertirse en líder de sesión" #: src/lxc/lxc_controller.c:804 #, fuzzy msgid "Failed to accept a connection from driver" msgstr "Falló la conexión desde el controlador LXC" #: src/lxc/lxc_driver.c:102 #, fuzzy, c-format msgid "Unexpected LXC URI path '%s', try lxc:///" msgstr "Ruta LXC URI '%s' no esperada, intente lxc:/// " #: src/lxc/lxc_driver.c:110 msgid "lxc state driver is not active" msgstr "El estado del controlador lxc está inactivo" #: src/lxc/lxc_driver.c:349 src/lxc/lxc_driver.c:1280 #: src/lxc/lxc_driver.c:1330 msgid "System lacks NETNS support" msgstr "El sistema adolece de soporte NETNS" #: src/lxc/lxc_driver.c:398 src/lxc/lxc_driver.c:450 src/lxc/lxc_driver.c:503 #: src/lxc/lxc_driver.c:637 #, fuzzy msgid "No domain with matching uuid" msgstr "No existe un dominio coincidente con el uuid" #: src/lxc/lxc_driver.c:404 #, fuzzy msgid "Cannot delete active domain" msgstr "No es posible eliminar dominio activo" #: src/lxc/lxc_driver.c:410 #, fuzzy msgid "Cannot undefine transient domain" msgstr "No es posible quitar la definición del dominio transitorio " #: src/lxc/lxc_driver.c:462 #, fuzzy, c-format msgid "Unable to get cgroup for %s" msgstr "No es posible obtener cgroup para %s\n" #: src/lxc/lxc_driver.c:468 #, fuzzy msgid "Cannot read cputime for domain" msgstr "No es posible leer cputime para el dominio" #: src/lxc/lxc_driver.c:473 #, fuzzy 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:532 src/lxc/lxc_driver.c:557 src/lxc/lxc_driver.c:589 #: src/lxc/lxc_driver.c:1980 src/lxc/lxc_driver.c:2034 #: src/lxc/lxc_driver.c:2061 src/lxc/lxc_driver.c:2230 #: src/lxc/lxc_driver.c:2295 #, fuzzy, c-format msgid "No domain with matching uuid '%s'" msgstr "No existe un dominio coincidente con el uuid '%s'" #: src/lxc/lxc_driver.c:563 #, fuzzy 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:595 #, fuzzy 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:602 #, c-format msgid "Unable to get cgroup for %s\n" msgstr "No es posible obtener cgroup para %s\n" #: src/lxc/lxc_driver.c:608 #, fuzzy msgid "Failed to set memory for domain" msgstr "No es posible establecer la memoria para el dominio" #: src/lxc/lxc_driver.c:681 #, c-format msgid "waitpid failed to wait for container %d: %d" msgstr "watpid falló al esperar por el contenedor %d: %d" #: src/lxc/lxc_driver.c:774 #, fuzzy msgid "Failed to get bridge for interface" msgstr "Falló al obtener puente para la interfaz" #: src/lxc/lxc_driver.c:785 #, fuzzy, c-format msgid "Failed to create veth device pair: %d" msgstr "Falló al crear par para dispositivo veth: %d" #: src/lxc/lxc_driver.c:811 #, fuzzy, c-format msgid "Failed to set %s to %s" msgstr "Falló al guardar el dominio %s en %s" #: src/lxc/lxc_driver.c:819 #, fuzzy, 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:826 #, fuzzy, c-format msgid "Failed to enable %s device" msgstr "Falló al activar dispositivo principal veth ns" #: src/lxc/lxc_driver.c:857 #, fuzzy msgid "Failed to create client socket" msgstr "Falló al crear socket de cliente" #: src/lxc/lxc_driver.c:865 #, 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:871 #, fuzzy msgid "Failed to connect to client socket" msgstr "Falló al conectarse con el socket del cliente" #: src/lxc/lxc_driver.c:896 #, fuzzy, c-format msgid "Invalid PID %d for container" msgstr "PID %d inválido para el contenedor" #: src/lxc/lxc_driver.c:903 #, fuzzy, c-format msgid "Failed to kill pid %d" msgstr "Falló al finalizar pid %d" #: src/lxc/lxc_driver.c:1101 #, fuzzy, c-format msgid "Cannot wait for '%s'" msgstr "No es posible esperar a '%s'" #: src/lxc/lxc_driver.c:1108 #, fuzzy, c-format msgid "Container '%s' unexpectedly shutdown during startup" msgstr "" "El contenedor '%s' se ha cerrado de manera inesperada durante el inicio." #: src/lxc/lxc_driver.c:1163 #, fuzzy, c-format msgid "Cannot create log directory '%s'" msgstr "No se puede crear un directorio de registro '%s'" #: src/lxc/lxc_driver.c:1198 #, fuzzy, c-format msgid "Failed to open '%s'" msgstr "Falló al abrir '%s'" #: src/lxc/lxc_driver.c:1218 #, 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:1274 #, fuzzy, c-format msgid "No domain named %s" msgstr "No existe un dominio denominado %s" #: src/lxc/lxc_driver.c:1383 src/lxc/lxc_driver.c:1516 #, fuzzy, c-format msgid "No domain with id %d" msgstr "No existe un dominio con ID %d" #: src/lxc/lxc_driver.c:1571 src/qemu/qemu_driver.c:431 #, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "Falló al autoiniciar VM '%s': %s\n" #: src/lxc/lxc_driver.c:1834 #, c-format msgid "Unknown release: %s" msgstr "Versión desconocida: %s" #: src/lxc/lxc_driver.c:1876 src/lxc/lxc_driver.c:1934 #: src/qemu/qemu_driver.c:5648 src/qemu/qemu_driver.c:5719 #, c-format msgid "No such domain %s" msgstr "No existe el dominio %s" #: src/lxc/lxc_driver.c:1887 #, fuzzy 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:1896 src/qemu/qemu_driver.c:5677 #, c-format msgid "Invalid parameter `%s'" msgstr "Parámetro `%s' inválido" #: src/lxc/lxc_driver.c:1925 src/qemu/qemu_driver.c:5711 msgid "Invalid parameter count" msgstr "Conteo de parámetro inválido" #: src/lxc/lxc_driver.c:1946 msgid "Field cpu_shares too big for destination" msgstr "El campo cpu_shares es demasiado grande para el destino" #: src/lxc/lxc_driver.c:1986 src/lxc/lxc_driver.c:2236 #: src/lxc/lxc_driver.c:2301 #, fuzzy msgid "Domain is not running" msgstr "El dominio no está ejecutándose" #: src/lxc/lxc_driver.c:2003 #, fuzzy, 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:2067 #, fuzzy msgid "Cannot set autostart for transient domain" msgstr "No es posible realizar inicio automático para dominios transitorios" #: src/lxc/lxc_driver.c:2092 #, fuzzy, c-format msgid "Cannot create autostart directory %s" msgstr "No es posible crear directorio de inicio automático %s" #: src/lxc/lxc_driver.c:2099 src/qemu/qemu_driver.c:5575 #: src/uml/uml_driver.c:1718 #, 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:2106 src/network/bridge_driver.c:1522 #: src/qemu/qemu_driver.c:5582 src/storage/storage_driver.c:1037 #: src/uml/uml_driver.c:1725 #, c-format msgid "Failed to delete symlink '%s'" msgstr "Falló al eliminar enlace simbólico '%s'" #: src/lxc/lxc_driver.c:2243 #, fuzzy msgid "Suspend operation failed" msgstr "Falló la operación de suspensión" #: src/lxc/lxc_driver.c:2308 #, fuzzy msgid "Resume operation failed" msgstr "Falló al reanudarse la operación" #: src/network/bridge_driver.c:244 src/qemu/qemu_conf.c:1193 #: src/uml/uml_conf.c:114 msgid "cannot initialize bridge support" msgstr "No es posible inicializar soporte de puente" #: src/network/bridge_driver.c:296 msgid "Reloading iptables rules\n" msgstr "Cargando nuevamente las reglas de iptables\n" #: src/network/bridge_driver.c:540 msgid "cannot start dhcp daemon without IP address for server" msgstr "" "No es posible inicializar el demonio dhcp sin ninguna dirección IP para el " "servidor" #: src/network/bridge_driver.c:546 src/network/bridge_driver.c:552 #, c-format msgid "cannot create directory %s" msgstr "No se puede crear directorio %s" #: src/network/bridge_driver.c:605 #, 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:616 #, 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:626 #, c-format msgid "failed to add iptables rule to enable masquerading to '%s'\n" msgstr "" "Falló al añadir regla de iptables para habilitar enmascaramiento hacia '%s'\n" #: src/network/bridge_driver.c:658 #, 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:669 #, 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:695 src/network/bridge_driver.c:702 #, 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:710 src/network/bridge_driver.c:717 #, 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:727 #, 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:734 #, 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:742 #, 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:843 src/network/bridge_driver.c:867 #, c-format msgid "cannot enable %s" msgstr "No es posible habilitar %s" #: src/network/bridge_driver.c:855 #, c-format msgid "cannot disable %s" msgstr "No es posible inhabilitar %s" #: src/network/bridge_driver.c:884 msgid "network is already active" msgstr "La red ya se encuentra activa" #: src/network/bridge_driver.c:890 #, c-format msgid "cannot create bridge '%s'" msgstr "No es posible crear puente '%s'" #: src/network/bridge_driver.c:907 #, c-format msgid "cannot set IP address on bridge '%s' to '%s'" msgstr "No es posible establecer una dirección IP en el puente '%s' hacia '%s'" #: src/network/bridge_driver.c:915 #, c-format msgid "cannot set netmask on bridge '%s' to '%s'" msgstr "No es posible establecer máscara de red en el puente '%s' hacia '%s'" #: src/network/bridge_driver.c:922 #, c-format msgid "failed to bring the bridge '%s' up" msgstr "Falló al activar el puente '%s'" #: src/network/bridge_driver.c:933 msgid "failed to enable IP forwarding" msgstr "Falló al habilitar el reenvío de IP" #: src/network/bridge_driver.c:964 src/network/bridge_driver.c:1004 #, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "Fallo al desconectar el puente '%s' : %s\n" #: src/network/bridge_driver.c:971 src/network/bridge_driver.c:1009 #, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "Fallo al eliminar el puente '%s' : %s\n" #: src/network/bridge_driver.c:985 #, c-format msgid "Shutting down network '%s'\n" msgstr "Apagando la red '%s'\n" #: src/network/bridge_driver.c:1042 src/network/bridge_driver.c:1311 #: src/network/bridge_driver.c:1349 src/network/bridge_driver.c:1372 #: src/network/bridge_driver.c:1407 src/network/bridge_driver.c:1462 #: src/network/bridge_driver.c:1487 msgid "no network with matching uuid" msgstr "No existe una red que coincida con el uuid" #: src/network/bridge_driver.c:1065 #, 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:1317 msgid "network is still active" msgstr "La red aún se encuentra activa" #: src/network/bridge_driver.c:1378 msgid "network is not active" msgstr "La red no se encuentra activa" #: src/network/bridge_driver.c:1430 msgid "no network with matching id" msgstr "No existe una red que coincida con el ID" #: src/network/bridge_driver.c:1436 src/test/test_driver.c:3058 #, 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:1493 msgid "cannot set autostart for transient network" msgstr "No es posible establecer inicio automático para la red transitoria" #: src/network/bridge_driver.c:1508 #, c-format msgid "cannot create autostart directory '%s'" msgstr "No es posible crear un directorio autostart '%s'" #: src/network/bridge_driver.c:1515 src/storage/storage_driver.c:1029 #, 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:54 #, c-format msgid "Failed to refresh WWPN for host%d" msgstr "Falló al actualizar WWPN para el host%d" #: src/node_device/node_device_driver.c:61 #, c-format msgid "Failed to refresh WWNN for host%d" msgstr "Falló al actualizar WWNN para el host%d" #: src/node_device/node_device_driver.c:102 #, c-format msgid "cannot resolve driver link %s" msgstr "No es posible apuntar enlace %s al controlador" #: src/node_device/node_device_driver.c:281 #: src/node_device/node_device_driver.c:310 #: src/node_device/node_device_driver.c:345 #: src/node_device/node_device_driver.c:376 src/test/test_driver.c:4808 #: src/test/test_driver.c:4834 src/test/test_driver.c:4870 #: src/test/test_driver.c:4901 #, 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:321 src/test/test_driver.c:4845 msgid "no parent for this device" msgstr "No hay archivos principales para este dispositivo" #: src/node_device/node_device_driver.c:422 #, c-format msgid "Invalid vport operation (%d)" msgstr "Operación vport inválida (%d)" #: src/node_device/node_device_driver.c:439 #, c-format msgid "Vport operation path is '%s'" msgstr "El camino de la operación vport es '%s'" #: src/node_device/node_device_driver.c:453 #, 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:462 msgid "Vport operation complete" msgstr "Operación vport completa" #: src/node_device/node_device_driver.c:475 msgid "Could not get current time" msgstr "No se pudo obtener la hora actual" #: src/node_device/node_device_linux_sysfs.c:53 #, c-format msgid "Opened WWN path '%s' for reading" msgstr "Se ha abierto un camino WWN '%s' para su lectura" #: src/node_device/node_device_linux_sysfs.c:56 #, 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:79 #, c-format msgid "Failed to read WWN for host%d '%s'" msgstr "Falló al leer WWN para el host%d '%s'" #: src/node_device/node_device_linux_sysfs.c:117 #, c-format msgid "Checking if host%d is an FC HBA" msgstr "Verificando si el host%d es un FC HBA" #: src/node_device/node_device_linux_sysfs.c:137 #, 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:146 #, c-format msgid "Failed to read WWNN for host%d" msgstr "Falló al leer WWNN para el host%d" #: src/node_device/node_device_udev.c:110 #, c-format msgid "udev reports device '%s' does not have property '%s'" msgstr "" #: src/node_device/node_device_udev.c:199 #, c-format msgid "udev reports device '%s' does not have sysfs attr '%s'" msgstr "" #: src/nodeinfo.c:82 msgid "parsing cpuinfo processor" msgstr "Analizando cpuinfo del procesador" #: src/nodeinfo.c:94 msgid "parsing cpuinfo cpu MHz" msgstr "Analizando cpu MHz cpuinfo" #: src/nodeinfo.c:121 msgid "no cpus found" msgstr "No se han encontrado las CPU" #: src/nodeinfo.c:159 src/uml/uml_driver.c:1787 src/util/pci.c:1082 #: src/util/util.c:352 #, c-format msgid "cannot open %s" msgstr "No se puede abrir %s" #: src/nodeinfo.c:175 msgid "node info not implemented on this platform" msgstr "Información de nodo no implementada en esta plataforma" #: src/nodeinfo.c:257 src/nodeinfo.c:294 msgid "NUMA not supported on this host" msgstr "NUMA no soportado en este host" #: src/nodeinfo.c:263 #, c-format msgid "start cell %d out of range (0-%d)" msgstr "Celda inicial %d fuera de rango (0-%d)" #: src/nodeinfo.c:275 src/nodeinfo.c:302 msgid "Failed to query NUMA free memory" msgstr "Falló al consultar memoria de NUMA libre" #: src/nodeinfo.c:323 src/nodeinfo.c:330 msgid "NUMA memory information not available on this platform" msgstr "" "La información de memoria de NUMA no está disponible en esta plataforma" #: src/opennebula/one_conf.c:150 msgid "Error submitting virtual machine to OpenNebula" msgstr "Error al enviar la máquina virtual a OpenNebula" #: src/opennebula/one_driver.c:283 src/opennebula/one_driver.c:314 #: src/opennebula/one_driver.c:389 src/openvz/openvz_driver.c:395 #: src/openvz/openvz_driver.c:478 src/openvz/openvz_driver.c:522 #: src/openvz/openvz_driver.c:559 src/openvz/openvz_driver.c:1016 #: src/openvz/openvz_driver.c:1058 src/openvz/openvz_driver.c:1089 #: src/openvz/openvz_driver.c:1162 src/uml/uml_driver.c:1340 #: src/uml/uml_driver.c:1463 src/uml/uml_driver.c:1503 #: src/uml/uml_driver.c:1553 src/uml/uml_driver.c:1618 #: src/uml/uml_driver.c:1662 src/uml/uml_driver.c:1688 #: src/uml/uml_driver.c:1762 msgid "no domain with matching uuid" msgstr "No existe un dominio coincidente con el uuid" #: src/opennebula/one_driver.c:289 src/qemu/qemu_driver.c:4584 #: src/uml/uml_driver.c:1630 msgid "cannot undefine transient domain" msgstr "No es posible quitar la definición del dominio transitorio " #: src/opennebula/one_driver.c:320 src/test/test_driver.c:518 #: src/test/test_driver.c:1670 src/test/test_driver.c:2110 #: src/test/test_driver.c:2605 src/test/test_driver.c:2660 msgid "getting time of day" msgstr "Obteniendo la hora del día" #: src/opennebula/one_driver.c:416 #, c-format msgid "no domain named %s" msgstr "No existe un dominio denominado %s" #: src/opennebula/one_driver.c:453 #, c-format msgid "Already an OpenNebula VM active with the name: '%s' id: %d " msgstr "Ya existe una MV OpenNebula abierta con el nombre '%s' ID: %d " #: src/opennebula/one_driver.c:496 src/opennebula/one_driver.c:531 #, c-format msgid "no domain with id %d" msgstr "No existe un dominio con ID %d" #: src/opennebula/one_driver.c:502 src/opennebula/one_driver.c:538 #: src/opennebula/one_driver.c:573 src/opennebula/one_driver.c:606 msgid "Wrong state to perform action" msgstr "Estado incorrecto para realizar la acción" #: src/opennebula/one_driver.c:577 src/qemu/qemu_driver.c:2916 #: src/qemu/qemu_driver.c:2972 src/qemu/qemu_driver.c:3030 #: src/qemu/qemu_driver.c:3070 src/qemu/qemu_driver.c:3389 #: src/qemu/qemu_driver.c:3552 src/qemu/qemu_driver.c:5785 #: src/qemu/qemu_driver.c:5852 src/qemu/qemu_driver.c:5994 #: src/qemu/qemu_driver.c:7180 src/xen/xen_hypervisor.c:1097 #: src/xen/xen_hypervisor.c:1181 src/xen/xen_hypervisor.c:1290 msgid "domain is not running" msgstr "El dominio no está ejecutándose" #: src/opennebula/one_driver.c:580 src/opennebula/one_driver.c:613 #: src/qemu/qemu_driver.c:2688 src/uml/uml_driver.c:1280 #: src/uml/uml_driver.c:1310 src/vbox/vbox_tmpl.c:790 #, c-format msgid "no domain with matching id %d" msgstr "No existe un dominio que coincida con el id %d" #: src/opennebula/one_driver.c:610 msgid "domain is not paused " msgstr "El dominio no está en pausa" #: src/openvz/openvz_conf.c:131 msgid "Could not extract vzctl version" msgstr "No se pudo extraer versión vzctl" #: src/openvz/openvz_conf.c:198 #, 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:230 #, 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:256 msgid "Too long network device name" msgstr "Nombre de dispositivo de red demasiado extenso" #: src/openvz/openvz_conf.c:265 #, 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:273 msgid "Too long bridge device name" msgstr "Nombre de dispositivo de puente demasiado extenso" #: src/openvz/openvz_conf.c:282 #, 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:290 msgid "Wrong length MAC address" msgstr "Longitud de la dirección MAC errónea" #: src/openvz/openvz_conf.c:295 #, 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:300 msgid "Wrong MAC address" msgstr "Dirección MAC errónea" #: src/openvz/openvz_conf.c:369 #, 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:383 #, 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:444 msgid "popen failed" msgstr "Falló popen" #: src/openvz/openvz_conf.c:454 src/openvz/openvz_driver.c:154 msgid "Failed to parse vzlist output" msgstr "Falló al analizar salida vzlist" #: src/openvz/openvz_conf.c:492 msgid "UUID in config file malformed" msgstr "El UUID en el archivo de configuración es erróneo" #: src/openvz/openvz_conf.c:504 #, c-format msgid "Could not read config for container %d" msgstr "No se pudo leer la configuración del contenedor %d" #: src/openvz/openvz_driver.c:119 msgid "Container is not defined" msgstr "El contenedor no está definido" #: src/openvz/openvz_driver.c:144 msgid "popen failed" msgstr "falló popen" #: src/openvz/openvz_driver.c:192 src/openvz/openvz_driver.c:745 #, c-format msgid "Could not put argument to %s" msgstr "No se pudo colocar argumento en %s" #: src/openvz/openvz_driver.c:215 msgid "only one filesystem supported" msgstr "Hay soporte para sólo un sistema de archivos" #: src/openvz/openvz_driver.c:224 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:235 msgid "Could not convert domain name to VEID" msgstr "No se pudo convertir el nombre del dominio en VEID" #: src/openvz/openvz_driver.c:241 msgid "Could not copy default config" msgstr "No se puede copiar el archivo de configuración establecido por defecto" #: src/openvz/openvz_driver.c:247 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:255 msgid "Error creating command for container" msgstr "Error al crear comando para contenedor" #: src/openvz/openvz_driver.c:261 src/openvz/openvz_driver.c:732 #: src/openvz/openvz_driver.c:935 src/openvz/openvz_driver.c:990 #: src/openvz/openvz_driver.c:1028 src/openvz/openvz_driver.c:1064 #: src/openvz/openvz_driver.c:1142 src/openvz/openvz_driver.c:1309 #: src/openvz/openvz_driver.c:1355 src/openvz/openvz_driver.c:1453 #, c-format msgid "Could not exec %s" msgstr "No se pudo ejecutar %s" #: src/openvz/openvz_driver.c:406 #, c-format msgid "cannot read cputime for domain %d" msgstr "No se puede leer cputime para el dominio %d" #: src/openvz/openvz_driver.c:529 src/openvz/openvz_driver.c:566 msgid "domain is not in running state" msgstr "El dominio no se encuentra en estado de ejecución" #: src/openvz/openvz_driver.c:646 msgid "Container ID is not specified" msgstr "No se ha especificado ID de contenedor" #: src/openvz/openvz_driver.c:679 msgid "Could not generate eth name for container" msgstr "No se pudo generar nombre eth para el contenedor" #: src/openvz/openvz_driver.c:690 msgid "Could not generate veth name" msgstr "No se ha podido general nombre veth" #: src/openvz/openvz_driver.c:774 msgid "Could not configure network" msgstr "No se ha podido configurar la red" #: src/openvz/openvz_driver.c:785 msgid "cannot replace NETIF config" msgstr "No se puede remplazar configuración NETIF" #: src/openvz/openvz_driver.c:824 #, 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:836 src/openvz/openvz_driver.c:918 msgid "Error creating initial configuration" msgstr "Error al crear configuración inicial" #: src/openvz/openvz_driver.c:844 src/openvz/openvz_driver.c:924 msgid "Could not set UUID" msgstr "No se pudo definir el UUID" #: src/openvz/openvz_driver.c:854 src/openvz/openvz_driver.c:946 msgid "Could not set number of virtual cpu" msgstr "No se pudo definir el número de cpu virtual" #: src/openvz/openvz_driver.c:862 #, fuzzy msgid "Could not set memory size" msgstr "No se pudo obtener la hora actual" #: src/openvz/openvz_driver.c:904 #, 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:977 msgid "no domain with matching id" msgstr "no existe un dominio coincidente con el id" #: src/openvz/openvz_driver.c:983 msgid "domain is not in shutoff state" msgstr "el dominio no se encuentra en estado de apagado" #: src/openvz/openvz_driver.c:1021 src/qemu/qemu_driver.c:4578 #: src/uml/uml_driver.c:1624 msgid "cannot delete active domain" msgstr "No es posible eliminar dominio activo" #: src/openvz/openvz_driver.c:1095 msgid "Could not read container config" msgstr "No se pudo leer la configuración del contenedor" #: src/openvz/openvz_driver.c:1116 src/qemu/qemu_driver.c:2575 #, c-format msgid "unknown type '%s'" msgstr "tipo '%s' desconocido " #: src/openvz/openvz_driver.c:1168 msgid "VCPUs should be >= 1" msgstr "VCPU debería ser >= 1" #: src/openvz/openvz_driver.c:1213 #, 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:1220 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:1226 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:1318 src/openvz/openvz_driver.c:1364 #, c-format msgid "Could not parse VPS ID %s" msgstr "No se pudo analizar ID de VPS %s" #: src/phyp/phyp_driver.c:94 msgid "Missing server name in phyp:// URI" msgstr "No se encuentra el nombre del servidor en phyp:// URI" #: src/phyp/phyp_driver.c:100 #, fuzzy msgid "Missing managed system name in phyp:// URI" msgstr "No se encuentra el nombre del camino en phyp:// URI" #: src/phyp/phyp_driver.c:106 #, fuzzy msgid "Missing username in phyp:// URI" msgstr "No se encuentra el nombre del servidor en phyp:// URI" #: src/phyp/phyp_driver.c:153 msgid "Error parsing 'path'. Invalid characters." msgstr "Error analizando 'path'. Caracteres inválidos." #: src/phyp/phyp_driver.c:159 msgid "Error while opening SSH session." msgstr "Error al iniciar sesión SSH." #: src/phyp/phyp_driver.c:280 #, 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:297 #, c-format msgid "Failed to connect to %s" msgstr "Falló al intentar conectarse con %s" #: src/phyp/phyp_driver.c:317 msgid "Failure establishing SSH session." msgstr "Falló al intentar establecer sesión SSH." #: src/phyp/phyp_driver.c:347 msgid "No authentication callback provided." msgstr "No se ha suministrado una retrollamada de autenticación." #: src/phyp/phyp_driver.c:358 msgid "Required credentials are not supported." msgstr "No hay soporte para las credenciales necesarias." #: src/phyp/phyp_driver.c:367 msgid "Unable to fetch credentials." msgstr "No es posible obtener credenciales." #: src/phyp/phyp_driver.c:375 msgid "Unable to get password certificates" msgstr "No es posible obtener certificados de contraseñas" #: src/phyp/phyp_driver.c:386 msgid "Authentication failed" msgstr "Falló la autenticación" #: src/qemu/qemu_bridge_filter.c:43 #, fuzzy, c-format msgid "failed to add ebtables rule to set default policy to drop on '%s'" msgstr "" "Falló al añadir regla de iptables para permitir enrutamiento hacia '%s'" #: src/qemu/qemu_bridge_filter.c:59 #, fuzzy, c-format msgid "cannot filter mac addresses on bridge '%s'" msgstr "No es posible establecer una dirección IP en el puente '%s' hacia '%s'" #: src/qemu/qemu_bridge_filter.c:80 src/qemu/qemu_bridge_filter.c:102 #, fuzzy, c-format msgid "failed to add ebtables rule to allow routing to '%s'" msgstr "" "Falló al añadir regla de iptables para permitir enrutamiento hacia '%s'" #: src/qemu/qemu_conf.c:122 msgid "unable to find hugetlbfs mountpoint" msgstr "no es posible encontrar punto de montaje hugetlbfs" #: src/qemu/qemu_conf.c:249 #, fuzzy msgid "cgroup_controllers must be a list of strings" msgstr "cgroup_device_acl debe ser una lista de cadenas" #: src/qemu/qemu_conf.c:287 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:331 #, fuzzy, c-format msgid "failed to enable mac filter in in '%s'" msgstr "Falló al leer la longitud de los metadatos en '%s'" #: src/qemu/qemu_conf.c:337 #, fuzzy, c-format msgid "failed to add rule to drop all frames in '%s'" msgstr "Falló al añadir regla de iptables para permitir reenvío hacia '%s'" #: src/qemu/qemu_conf.c:485 msgid "Unable to read 'qemu -M ?' output" msgstr "No es posible leer el resultado de 'qemu -M'" #: src/qemu/qemu_conf.c:505 src/qemu/qemu_conf.c:1097 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "Estado de salida %d inesperado del pid %lu de qemu" #: src/qemu/qemu_conf.c:513 src/qemu/qemu_conf.c:1105 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "Estado de salida '%d' no esperado, probablemente qemu haya fallado" #: src/qemu/qemu_conf.c:669 src/qemu/qemu_conf.c:753 #, c-format msgid "Failed to stat %s, most peculiar : %s" msgstr "No se puede obtener el estado de %s, lo más común: %s" #: src/qemu/qemu_conf.c:1040 #, c-format msgid "cannot parse QEMU version number in '%s'" msgstr "no es posible analizar el número de versión de QEMU en '%s'" #: src/qemu/qemu_conf.c:1073 msgid "Unable to read QEMU help output" msgstr "No es posible leer el resultado de asistencia de QEMU" #: src/qemu/qemu_conf.c:1144 src/qemu/qemu_driver.c:2177 #: src/qemu/qemu_driver.c:4273 #, c-format msgid "Cannot find QEMU binary %s" msgstr "No es posible encontrar el binario QEMU %s" #: src/qemu/qemu_conf.c:1187 #, c-format msgid "Network type %d is not supported" msgstr "El tipo de red %d no es soportado" #: src/qemu/qemu_conf.c:1218 src/uml/uml_conf.c:133 #, 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_conf.c:1222 src/uml/uml_conf.c:137 #, c-format msgid "Failed to add tap interface to bridge '%s'" msgstr "Falló al añadir interfaz tap al puente '%s'" #: src/qemu/qemu_conf.c:1226 src/uml/uml_conf.c:141 #, 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_conf.c:1237 #, fuzzy, c-format msgid "failed to add ebtables rule to allow MAC address on '%s'" msgstr "" "Falló al añadir regla de iptables para permitir peticiones DHCP desde '%s'" #: src/qemu/qemu_conf.c:1571 #, c-format msgid "driver serial '%s' contains unsafe characters" msgstr "el controlador serial '%s' contiene caracteres que no son seguros" #: src/qemu/qemu_conf.c:1621 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_conf.c:1629 src/qemu/qemu_conf.c:1635 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_conf.c:1802 msgid "hugetlbfs filesystem is not mounted" msgstr "El sistema de archivos hugetlbfs no se ha montado" #: src/qemu/qemu_conf.c:1807 msgid "hugepages are disabled by administrator config" msgstr "" "Las hugepages están inhabilitadas por la configuración realizada por el " "administrador" #: src/qemu/qemu_conf.c:1812 #, c-format msgid "hugepage backing not supported by '%s'" msgstr "hugepage no es soportado por '%s'" #: src/qemu/qemu_conf.c:1842 #, c-format msgid "qemu emulator '%s' does not support xen" msgstr "El emulador qemu '%s' no tiene soporte para xen" #: src/qemu/qemu_conf.c:1928 #, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "Nombre de driver '%s' no soportado para el disco '%s'" #: src/qemu/qemu_conf.c:1968 src/qemu/qemu_conf.c:2050 #, c-format msgid "unsupported usb disk type for '%s'" msgstr "Tipo de disco USB no soportado para '%s'" #: src/qemu/qemu_conf.c:1978 src/qemu/qemu_conf.c:2069 src/uml/uml_conf.c:477 #, c-format msgid "unsupported disk type '%s'" msgstr "Tipo de disco '%s' no soportado " #: src/qemu/qemu_conf.c:2188 msgid "guestfwd requires QEMU to support -chardev" msgstr "" #: src/qemu/qemu_conf.c:2318 msgid "only one video card is currently supported" msgstr "Actualmente sólo hay soporte para una tarjeta de vídeo" #: src/qemu/qemu_conf.c:2329 src/qemu/qemu_conf.c:2355 #, 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_conf.c:2375 msgid "invalid sound model" msgstr "El modelo de sonido no es válido" #: src/qemu/qemu_conf.c:2393 #, fuzzy msgid "invalid watchdog model" msgstr "El modelo de sonido no es válido" #: src/qemu/qemu_conf.c:2402 #, fuzzy msgid "invalid watchdog action" msgstr "Conexión inválida" #: src/qemu/qemu_conf.c:2442 src/qemu/qemu_monitor_text.c:1348 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_conf.c:2657 #, c-format msgid "malformed keyword arguments in '%s'" msgstr "Argumentos erróneos de palabra clave en '%s'" #: src/qemu/qemu_conf.c:2790 #, c-format msgid "cannot parse drive index '%s'" msgstr "No es posible analizar el índice del dispositivo '%s'" #: src/qemu/qemu_conf.c:2799 #, c-format msgid "missing file parameter in drive '%s'" msgstr "No se encuentra parámetro de archivo en disco '%s'" #: src/qemu/qemu_conf.c:2806 #, c-format msgid "missing index parameter in drive '%s'" msgstr "No se encuentra parámetro de índice en disco '%s'" #: src/qemu/qemu_conf.c:2866 #, c-format msgid "cannot parse NIC vlan in '%s'" msgstr "No es posible analizar vlan NIC en '%s'" #: src/qemu/qemu_conf.c:2878 #, c-format msgid "cannot find NIC definition for vlan %d" msgstr "No es posible encontrar definición NIC para vlan %d" #: src/qemu/qemu_conf.c:2937 #, c-format msgid "cannot parse vlan in '%s'" msgstr "No es posible analizar vlan en '%s'" #: src/qemu/qemu_conf.c:2967 #, c-format msgid "cannot parse NIC definition '%s'" msgstr "No es posible analizar definición NIC '%s'" #: src/qemu/qemu_conf.c:3038 src/qemu/qemu_conf.c:3096 #, c-format msgid "unknown PCI device syntax '%s'" msgstr "Sintaxis '%s' de dispositivo PCI desconocida" #: src/qemu/qemu_conf.c:3046 src/qemu/qemu_conf.c:3119 #, c-format msgid "cannot extract PCI device bus '%s'" msgstr "No es posible extraer bus '%s' de dispositivo PCI " #: src/qemu/qemu_conf.c:3053 #, c-format msgid "cannot extract PCI device slot '%s'" msgstr "No es posible extraer slot '%s' de dispositivo PCI" #: src/qemu/qemu_conf.c:3060 #, c-format msgid "cannot extract PCI device function '%s'" msgstr "No es posible extraer función '%s' de dispositivo PCI" #: src/qemu/qemu_conf.c:3105 #, c-format msgid "cannot extract USB device vendor '%s'" msgstr "No es posible extraer proveedor del dispositivo USB '%s'" #: src/qemu/qemu_conf.c:3112 #, c-format msgid "cannot extract PCI device product '%s'" msgstr "No es posible extraer producto '%s' de dispositivo PCI" #: src/qemu/qemu_conf.c:3126 #, c-format msgid "cannot extract PCI device address '%s'" msgstr "No es posible extraer dirección '%s' de dispositivo PCI" #: src/qemu/qemu_conf.c:3239 #, 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_conf.c:3279 #, c-format msgid "unknown character device syntax %s" msgstr "Sintaxis %s de dispositivo de caracteres desconocida" #: src/qemu/qemu_conf.c:3313 msgid "no emulator path found" msgstr "No se ha encontrado un camino al emulador" #: src/qemu/qemu_conf.c:3365 #, c-format msgid "missing value for %s argument" msgstr "No se encuentra el valor para el argumento %s" #: src/qemu/qemu_conf.c:3410 #, c-format msgid "cannot parse VNC port '%s'" msgstr "No es posible analizar el puerto VNC '%s'" #: src/qemu/qemu_conf.c:3434 #, c-format msgid "cannot parse memory level '%s'" msgstr "No es posible analizar el nivel de memoria '%s'" #: src/qemu/qemu_conf.c:3443 #, c-format msgid "cannot parse CPU count '%s'" msgstr "No es posible analizar la numeración '%s' del CPU" #: src/qemu/qemu_conf.c:3451 #, c-format msgid "cannot parse UUID '%s'" msgstr "No es posible analizar UUID '%s'" #: src/qemu/qemu_conf.c:3716 #, c-format msgid "unknown video adapter type '%s'" msgstr "Tipo de adaptador de vídeo '%s' desconocido" #: src/qemu/qemu_conf.c:3736 #, c-format msgid "unknown QEMU argument '%s' during conversion" msgstr "Argumento QEMU '%s' desconocido durante la conversión" #: src/qemu/qemu_conf.c:3739 #, c-format msgid "unknown argument '%s'" msgstr "Argumento '%s' desconocido" #: src/qemu/qemu_driver.c:175 src/qemu/qemu_driver.c:217 #: src/xen/xm_internal.c:502 msgid "cannot get time of day" msgstr "no es posible obtener la hora actual" #: src/qemu/qemu_driver.c:188 src/qemu/qemu_driver.c:231 #, fuzzy msgid "cannot acquire state change lock" msgstr "No es posible crear archivo de configuración %s" #: src/qemu/qemu_driver.c:191 src/qemu/qemu_driver.c:234 #, fuzzy msgid "cannot acquire job mutex" msgstr "No es posible iniciar mutex" #: src/qemu/qemu_driver.c:360 src/qemu/qemu_driver.c:392 #: src/uml/uml_driver.c:825 #, c-format msgid "failed to create logfile %s" msgstr "Falló al crear el archivo de registro %s " #: src/qemu/qemu_driver.c:366 src/qemu/qemu_driver.c:398 #: src/uml/uml_driver.c:834 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/qemu/qemu_driver.c:384 #, c-format msgid "failed to build logfile name %s/%s.log" msgstr "Falló al compilar nombre de archivo de registro %s/%s.log" #: src/qemu/qemu_driver.c:404 #, c-format msgid "Unable to seek to %lld in %s" msgstr "No es posible buscar %lld en %s" #: src/qemu/qemu_driver.c:489 #, fuzzy, c-format msgid "Failed to remove domain XML for %s: %s" msgstr "Falló al eliminar estado de dominio para %s" #: src/qemu/qemu_driver.c:494 #, c-format msgid "Failed to remove PID file for %s: %s" msgstr "No se puede eliminar archivo PID de %s: %s" #: src/qemu/qemu_driver.c:558 #, c-format msgid "missing for volume %s" msgstr "no se encuentra para el volumen %s" #: src/qemu/qemu_driver.c:561 #, c-format msgid "unexpected passphrase request for volume %s" msgstr "frase de acceso no esperada para el volumen %s" #: src/qemu/qemu_driver.c:586 #, fuzzy msgid "cannot find secrets without a connection" msgstr "no es posible encontrar la sesión" #: src/qemu/qemu_driver.c:594 src/storage/storage_backend.c:385 msgid "secret storage not supported" msgstr "almacenamiento secreto no soportado" #: src/qemu/qemu_driver.c:607 #, c-format msgid "invalid for volume %s" msgstr " inválido para el volumen %s" #: src/qemu/qemu_driver.c:625 #, 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_driver.c:659 #, fuzzy, c-format msgid "Failed to connect monitor for %s\n" msgstr "Falló la reconexión del monitor para %s: %d\n" #: src/qemu/qemu_driver.c:764 msgid "Failed to start security driver" msgstr "Falló al iniciar el controlador de seguridad" #: src/qemu/qemu_driver.c:769 msgid "No security driver available" msgstr "No existe un controlador de seguridad disponible" #: src/qemu/qemu_driver.c:871 #, c-format msgid "Failed to create state dir '%s': %s\n" msgstr "Falló al crear directorio de estado '%s': %s\n" #: src/qemu/qemu_driver.c:877 #, c-format msgid "Failed to create lib dir '%s': %s\n" msgstr "Falló al crear directorio de bibliotecas '%s': %s\n" #: src/qemu/qemu_driver.c:883 #, c-format msgid "Failed to create cache dir '%s': %s\n" msgstr "Falló al crear directorio cache '%s': %s\n" #: src/qemu/qemu_driver.c:926 src/qemu/qemu_driver.c:3445 #: src/qemu/qemu_driver.c:3480 #, 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:932 #, 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:957 #, c-format msgid "unable to create hugepage path %s" msgstr "No es posible generar ruta %s de hugepage" #: src/qemu/qemu_driver.c:964 #, 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:1157 #, c-format msgid "Failure while reading %s log output" msgstr "Falló al leer el resultado %s de registro" #: src/qemu/qemu_driver.c:1166 #, c-format msgid "Out of space while reading %s log output" msgstr "Espacio agotado mientras se leía el resultado %s de registro" #: src/qemu/qemu_driver.c:1173 #, c-format msgid "Process exited while reading %s log output" msgstr "Proceso finalizado mientras se leía el resultado %s de registro" #: src/qemu/qemu_driver.c:1186 #, c-format msgid "Timed out while reading %s log output" msgstr "Espacio agotado mientras se leía el resultado %s de registro" #: src/qemu/qemu_driver.c:1298 #, c-format msgid "Unable to close logfile: %s\n" msgstr "No es posible cerrar el archivo de registro: %s\n" #: src/qemu/qemu_driver.c:1305 #, c-format msgid "unable to start guest: %s" msgstr "No es posible iniciar huésped: %s" #: src/qemu/qemu_driver.c:1349 #, 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_driver.c:1394 msgid "failed to set CPU affinity" msgstr "Falló al definir afinidad del CPU" #: src/qemu/qemu_driver.c:1407 src/qemu/qemu_driver.c:2982 #: src/qemu/qemu_driver.c:7328 msgid "resume operation failed" msgstr "Falló al reanudarse la operación" #: src/qemu/qemu_driver.c:1622 #, c-format msgid "Failed to allocate pciDeviceList: %s\n" msgstr "Falló al asignar pciDeviceList: %s\n" #: src/qemu/qemu_driver.c:1641 #, c-format msgid "Failed to reset PCI device: %s\n" msgstr "Falló al reiniciar el dispositivo PCI: %s\n" #: src/qemu/qemu_driver.c:1652 #, c-format msgid "Failed to re-attach PCI device: %s\n" msgstr "Falló la reconexión del dispositivo PCI: %s\n" #: src/qemu/qemu_driver.c:1689 #, c-format msgid "Unable to create cgroup for %s" msgstr "No es posible crear cgroup para %s" #: src/qemu/qemu_driver.c:1703 #, c-format msgid "Unable to deny all devices for %s" msgstr "No es posible negarle a %s todos los dispositivos" #: src/qemu/qemu_driver.c:1716 #, c-format msgid "Unable to allow device %s for %s" msgstr "No es posible permitirle al %s el dispositivo %s" #: src/qemu/qemu_driver.c:1725 msgid "unable to allow /dev/pts/ devices" msgstr "no es posible permitir dispositivos /dev/pts/" #: src/qemu/qemu_driver.c:1733 msgid "unable to allow /dev/snd/ devices" msgstr "no es posible permitir dispositivos /dev/snd/" #: src/qemu/qemu_driver.c:1744 src/qemu/qemu_driver.c:5108 #, c-format msgid "unable to allow device %s" msgstr "no es posible permitir dispositivo %s" #: src/qemu/qemu_driver.c:1777 src/qemu/qemu_driver.c:5099 #, c-format msgid "Unable to find cgroup for %s\n" msgstr "No es posible encontrar cgroup para %s\n" #: src/qemu/qemu_driver.c:1800 #, c-format msgid "unable to find cgroup for domain %s" msgstr "No es posible encontrar cgroup para el dominio %s" #: src/qemu/qemu_driver.c:1808 #, 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_driver.c:1846 src/qemu/qemu_driver.c:1889 #: src/qemu/qemu_driver.c:1957 #, c-format msgid "cannot set ownership on %s" msgstr "no es posible establecer pertenencia sobre %s" #: src/qemu/qemu_driver.c:1941 msgid "unable to set host device ownership on this platform" msgstr "" "no es posible establecer pertenencia de dispositivo de nodo en esta " "plataforma" #: src/qemu/qemu_driver.c:2064 #, c-format msgid "cannot change to '%d' group" msgstr "no es posible trasladarse al grupo '%d'" #: src/qemu/qemu_driver.c:2072 #, c-format msgid "cannot change to '%d' user" msgstr "no es posible convertirse en usuario '%d'" #: src/qemu/qemu_driver.c:2132 src/uml/uml_driver.c:789 msgid "VM is already active" msgstr "la MV ya se encuentra activa" #: src/qemu/qemu_driver.c:2153 msgid "Unable to find an unused VNC port" msgstr "No es posible encontrar un puerto VNC que no se esté utilizando" #: src/qemu/qemu_driver.c:2161 src/uml/uml_driver.c:811 #, c-format msgid "cannot create log directory %s" msgstr "no es posible crear directorio de registro %s" #: src/qemu/qemu_driver.c:2203 #, c-format msgid "Cannot remove stale PID file for %s" msgstr "No es posible eliminar archivo viejo de PID de %s" #: src/qemu/qemu_driver.c:2210 msgid "Failed to build pidfile path." msgstr "Falló al construir un camino pidfile." #: src/qemu/qemu_driver.c:2223 src/qemu/qemu_driver.c:2226 #, c-format msgid "Unable to write envv to logfile: %s\n" msgstr "No es posible escribir envv en el archivo de registro: %s\n" #: src/qemu/qemu_driver.c:2233 src/qemu/qemu_driver.c:2236 #: src/qemu/qemu_driver.c:2241 #, c-format msgid "Unable to write argv to logfile: %s\n" msgstr "No es posible escribir argv en el archivo de registro: %s\n" #: src/qemu/qemu_driver.c:2245 #, c-format msgid "Unable to seek to end of logfile: %s\n" msgstr "No es posible buscar hasta el final el archivo de registro: %s\n" #: src/qemu/qemu_driver.c:2262 #, c-format msgid "Domain %s didn't show up\n" msgstr "El dominio %s no ha aparecido\n" #: src/qemu/qemu_driver.c:2374 #, fuzzy, c-format msgid "failed to remove ebtables rule to allow MAC address on '%s'" msgstr "" "Falló al añadir regla de iptables para permitir peticiones DHCP desde '%s'" #: src/qemu/qemu_driver.c:2383 #, c-format msgid "Failed to send SIGTERM to %s (%d)" msgstr "Falló al enviar SIGTERM hacia %s (%d)" #: src/qemu/qemu_driver.c:2471 msgid "qemu state driver is not active" msgstr "el estado del controlador qemu es no activo" #: src/qemu/qemu_driver.c:2479 #, 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:2486 #, 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:2548 #, c-format msgid "Unable to open %s" msgstr "No es posible abrir %s" #: src/qemu/qemu_driver.c:2715 src/qemu/qemu_driver.c:2908 #: src/qemu/qemu_driver.c:2963 src/qemu/qemu_driver.c:3021 #: src/qemu/qemu_driver.c:3061 src/qemu/qemu_driver.c:3112 #: src/qemu/qemu_driver.c:3139 src/qemu/qemu_driver.c:3164 #: src/qemu/qemu_driver.c:3196 src/qemu/qemu_driver.c:3252 #: src/qemu/qemu_driver.c:3380 src/qemu/qemu_driver.c:3543 #: src/qemu/qemu_driver.c:3617 src/qemu/qemu_driver.c:3684 #: src/qemu/qemu_driver.c:3754 src/qemu/qemu_driver.c:3845 #: src/qemu/qemu_driver.c:3880 src/qemu/qemu_driver.c:4138 #: src/qemu/qemu_driver.c:4367 src/qemu/qemu_driver.c:4572 #: src/qemu/qemu_driver.c:5072 src/qemu/qemu_driver.c:5454 #: src/qemu/qemu_driver.c:5518 src/qemu/qemu_driver.c:5545 #: src/qemu/qemu_driver.c:5776 src/qemu/qemu_driver.c:5846 #: src/qemu/qemu_driver.c:5906 src/qemu/qemu_driver.c:5979 #: src/qemu/qemu_driver.c:7171 src/uml/uml_driver.c:1368 #: src/uml/uml_driver.c:1393 src/uml/uml_driver.c:1426 #, c-format msgid "no domain with matching uuid '%s'" msgstr "No existe un dominio coincidente con el uuid '%s'" #: src/qemu/qemu_driver.c:2740 src/qemu/qemu_driver.c:7278 #, c-format msgid "no domain with matching name '%s'" msgstr "no existe un dominio coincidente con el nombre '%s'" #: src/qemu/qemu_driver.c:3170 src/uml/uml_driver.c:1399 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/qemu/qemu_driver.c:3202 src/uml/uml_driver.c:1438 msgid "cannot set memory higher than max memory" msgstr "" "No es posible establecer que la memoria sea mayor que la memoria máxima" #: src/qemu/qemu_driver.c:3220 src/uml/uml_driver.c:1432 msgid "cannot set memory of an active domain" msgstr "no es posible establecer la memoria de un dominio activo" #: src/qemu/qemu_driver.c:3368 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:3410 src/qemu/qemu_driver.c:7131 msgid "failed to get domain xml" msgstr "Falló al obtener dominio xml" #: src/qemu/qemu_driver.c:3418 #, c-format msgid "failed to create '%s'" msgstr "Falló al crear '%s'" #: src/qemu/qemu_driver.c:3424 msgid "failed to write save header" msgstr "Falló al escribir encabezado seguro" #: src/qemu/qemu_driver.c:3430 msgid "failed to write xml" msgstr "Falló al escribir xml" #: src/qemu/qemu_driver.c:3436 #, c-format msgid "unable to save file %s" msgstr "no es posible guardar el archivo %s" #: src/qemu/qemu_driver.c:3587 msgid "resuming after dump failed" msgstr "Falló reanudar luego de la descarga" #: src/qemu/qemu_driver.c:3626 msgid "cannot change vcpu count of an active domain" msgstr "no es posible modificar la numeración vcpu de un dominio activo" #: src/qemu/qemu_driver.c:3632 src/qemu/qemu_driver.c:3851 #: src/qemu/qemu_driver.c:3886 #, 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:3639 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/qemu/qemu_driver.c:3645 #, 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/qemu/qemu_driver.c:3690 src/test/test_driver.c:2188 msgid "cannot pin vcpus on an inactive domain" msgstr "no es posible adjuntar vcpus en un dominio inactivo" #: src/qemu/qemu_driver.c:3696 #, 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:3718 msgid "cannot set affinity" msgstr "no es posible definir afinidad" #: src/qemu/qemu_driver.c:3723 msgid "cpu affinity is not supported" msgstr "no hay soporte para afinidad cpu" #: src/qemu/qemu_driver.c:3761 #, fuzzy msgid "cannot list vcpu pinning for an inactive domain" msgstr "no es posible adjuntar vcpus en un dominio inactivo" #: src/qemu/qemu_driver.c:3790 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:3806 msgid "cannot get affinity" msgstr "no es posible obtener afinidad" #: src/qemu/qemu_driver.c:3816 msgid "cpu affinity is not available" msgstr "la afinidad de la cpu no se encuentra disponible" #: src/qemu/qemu_driver.c:3909 msgid "Failed to get security label" msgstr "Falló al obtener etiqueta de seguridad" #: src/qemu/qemu_driver.c:3940 #, 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:3950 #, 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:3981 msgid "cannot read domain image" msgstr "no es posible leer la imagen del dominio" #: src/qemu/qemu_driver.c:3987 msgid "failed to read qemu header" msgstr "Falló al leer el encabezado qemu" #: src/qemu/qemu_driver.c:3993 msgid "image magic is incorrect" msgstr "la imagen mágica no es correcta" #: src/qemu/qemu_driver.c:3999 #, c-format msgid "image version is not supported (%d > %d)" msgstr "la versión de la imagen no está soportada (%d > %d)" #: src/qemu/qemu_driver.c:4011 msgid "failed to read XML" msgstr "Falló al leer XML" #: src/qemu/qemu_driver.c:4019 src/qemu/qemu_driver.c:6457 #: src/qemu/qemu_driver.c:6682 msgid "failed to parse XML" msgstr "Falló al analizar XML" #: src/qemu/qemu_driver.c:4031 src/qemu/qemu_driver.c:6472 #: src/qemu/qemu_driver.c:6697 msgid "failed to assign new VM" msgstr "Falló al asignar una nueva MV" #: src/qemu/qemu_driver.c:4044 #, c-format msgid "Invalid compressed save format %d" msgstr "Formato %d de compresión almacenado inválido" #: src/qemu/qemu_driver.c:4056 #, c-format msgid "Failed to start decompression binary %s" msgstr "Falló al iniciar binario de descompresión %s" #: src/qemu/qemu_driver.c:4094 msgid "failed to resume domain" msgstr "Falló al reanudar el dominio" #: src/qemu/qemu_driver.c:4185 src/qemu/qemu_driver.c:4223 #: src/xen/xen_driver.c:1182 src/xen/xen_driver.c:1221 #, c-format msgid "unsupported config type %s" msgstr "tipo de configuración %s no soportado" #: src/qemu/qemu_driver.c:4282 src/qemu/qemu_driver.c:6493 #, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "No es posible determinar sintaxis de argumento %s de QEMU" #: src/qemu/qemu_driver.c:4376 #, fuzzy msgid "domain is already running" msgstr "El dominio '%s' ya se encuentra en ejecución" #: src/qemu/qemu_driver.c:4619 #, 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_driver.c:4645 #, 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_driver.c:4681 #, 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/qemu/qemu_driver.c:4699 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" "La versión del emulador no tiene soporte para medios removibles para el " "dispositivo '%s' y el destino '%s'" #: src/qemu/qemu_driver.c:4745 src/qemu/qemu_driver.c:4781 #, c-format msgid "target %s already exists" msgstr "el destino %s ya existe" #: src/qemu/qemu_driver.c:4788 msgid "disk source path is missing" msgstr "no se encuentra la ruta a la fuente del disco" #: src/qemu/qemu_driver.c:4823 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_driver.c:4831 #, c-format msgid "" "network device type '%s' cannot be attached: qemu is not using a unix socket " "monitor" msgstr "" "el tipo de dispositivo de red '%s' no puede ser asociado: qemu no está " "utilizando un socket de monitor unix" #: src/qemu/qemu_driver.c:4911 msgid "Unable to remove network backend\n" msgstr "No es posible eliminar backend de red\n" #: src/qemu/qemu_driver.c:4915 #, c-format msgid "Failed to remove network backend for vlan %d, net %s" msgstr "Falló al eliminar segundo plano de red para vlan %d, red %s" #: src/qemu/qemu_driver.c:4925 #, c-format msgid "Failed to close tapfd with '%s'\n" msgstr "Falló al cerrar tapfd con '%s'\n" #: src/qemu/qemu_driver.c:5033 src/qemu/qemu_driver.c:5415 #, c-format msgid "hostdev mode '%s' not supported" msgstr "el modo '%s' de dispositivo de host no está soportado" #: src/qemu/qemu_driver.c:5051 src/qemu/qemu_driver.c:5426 #, 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_driver.c:5081 msgid "cannot attach device on inactive domain" msgstr "no es posible adjuntar un dispositivo a un dominio inactivo" #: src/qemu/qemu_driver.c:5140 #, c-format msgid "disk bus '%s' cannot be hotplugged." msgstr "el bus del disco '%s' no puede ser conectado" #: src/qemu/qemu_driver.c:5148 #, c-format msgid "disk device type '%s' cannot be hotplugged" msgstr "el tipo de dispositivo de disco '%s' no puede ser conectado." #: src/qemu/qemu_driver.c:5162 #, c-format msgid "device type '%s' cannot be attached" msgstr "el tipo de dispositivo '%s' no puede ser asociado." #: src/qemu/qemu_driver.c:5206 #, c-format msgid "disk %s not found" msgstr "no se encuentra el disco %s" #: src/qemu/qemu_driver.c:5212 #, c-format msgid "disk %s cannot be detached - no PCI address for device" msgstr "" "el disco %s no puede ser desmontado - no existe una dirección PCI para el " "dispositivo" #: src/qemu/qemu_driver.c:5269 #, 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_driver.c:5278 msgid "network device cannot be detached - device state missing" msgstr "" "no es posible desmontar el dispositivo de red - no se encuentra el estado " "del dispositivo" #: src/qemu/qemu_driver.c:5345 #, 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_driver.c:5355 msgid "hostdev cannot be detached - device state missing" msgstr "" "no es posible desmontar el dispositivo de red - no se encuentra el estado " "del dispositivo" #: src/qemu/qemu_driver.c:5463 msgid "cannot detach device on inactive domain" msgstr "no es posible desconectar el disco en un dominio inactivo" #: src/qemu/qemu_driver.c:5488 msgid "only SCSI or virtio disk device can be detached dynamically" msgstr "solo discos SCSI o virtio pueden ser desconectados dinámicamente" #: src/qemu/qemu_driver.c:5551 src/uml/uml_driver.c:1694 msgid "cannot set autostart for transient domain" msgstr "No es posible realizar inicio automático para dominios transitorios" #: src/qemu/qemu_driver.c:5568 src/storage/storage_driver.c:1022 #: src/uml/uml_driver.c:1711 #, c-format msgid "cannot create autostart directory %s" msgstr "No es posible crear directorio de inicio automático %s" #: src/qemu/qemu_driver.c:5654 src/qemu/qemu_driver.c:5725 #, c-format msgid "cannot find cgroup for domain %s" msgstr "no se puede encontrar cgroup para para el dominio %s" #: src/qemu/qemu_driver.c:5665 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:5672 msgid "unable to set cpu shares tunable" msgstr "no es posible establecer valores compartidos ajustables de CPU" #: src/qemu/qemu_driver.c:5732 msgid "unable to get cpu shares tunable" msgstr "no es posible obtener los valores de compartido de cpu" #: src/qemu/qemu_driver.c:5739 msgid "Field cpu_shares too long for destination" msgstr "El campo cpu_shares es demasiado extenso para el destino" #: src/qemu/qemu_driver.c:5798 src/test/test_driver.c:2599 #, c-format msgid "invalid path: %s" msgstr "camino inválido: %s" #: src/qemu/qemu_driver.c:5869 src/test/test_driver.c:2654 #, 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:5912 src/uml/uml_driver.c:1768 msgid "NULL or empty path" msgstr "camino vacío o NULL" #: src/qemu/qemu_driver.c:5931 #, c-format msgid "%s: failed to open" msgstr "%s: Falló al abrir" #: src/qemu/qemu_driver.c:5942 #, c-format msgid "%s: failed to seek or read" msgstr "%s: Falló al buscar o al leer" #: src/qemu/qemu_driver.c:5949 src/uml/uml_driver.c:1805 msgid "invalid path" msgstr "camino inválido" #: src/qemu/qemu_driver.c:6006 #, c-format msgid "mkstemp(\"%s\") failed" msgstr "falló mkstemp(\"%s\") " #: src/qemu/qemu_driver.c:6028 #, 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:6160 src/qemu/qemu_driver.c:6197 #: src/qemu/qemu_driver.c:6263 src/qemu/qemu_driver.c:6379 msgid "stream is not open" msgstr "el flujo no se encuentra abierto" #: src/qemu/qemu_driver.c:6167 src/qemu/qemu_driver.c:6204 msgid "stream does not have a callback registered" msgstr "el flujo no tiene registrada una retrollamada" #: src/qemu/qemu_driver.c:6270 msgid "stream already has a callback registered" msgstr "el flujo ya tiene registrada una retrollamada" #: src/qemu/qemu_driver.c:6280 msgid "cannot register file watch on stream" msgstr "no es posible registrar vigilancia de archivo en el flujo" #: src/qemu/qemu_driver.c:6395 msgid "cannot write to stream" msgstr "no es posible escribir sobre el flujo" #: src/qemu/qemu_driver.c:6439 src/qemu/qemu_driver.c:6605 msgid "no domain XML passed" msgstr "no se ha indicado un dominio XML" #: src/qemu/qemu_driver.c:6444 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:6449 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:6503 msgid "Destination qemu is too old to support tunnelled migration" msgstr "" "El qemu de destino es demasiado antiguo para soportar una migración en túnel" #: src/qemu/qemu_driver.c:6535 #, c-format msgid "cannot open unix socket '%s' for tunnelled migration" msgstr "no es posible abrir el socket unix '%s' para migración en túnel" #: src/qemu/qemu_driver.c:6599 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:6646 msgid "only tcp URIs are supported for KVM/QEMU migrations" msgstr "para migraciones KVM/QEMU, solo hay soporte para tcp URIs" #: src/qemu/qemu_driver.c:6669 msgid "URI ended with incorrect ':port'" msgstr "" #: src/qemu/qemu_driver.c:6780 #, c-format msgid "cannot parse URI %s" msgstr "no es posible analizar URI %s" #: src/qemu/qemu_driver.c:6811 msgid "migrate did not successfully complete" msgstr "la migración no ha sido completada exitosamente" #: src/qemu/qemu_driver.c:6836 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_driver.c:6845 msgid "Failed to write migration data to remote libvirtd" msgstr "Falló al escribir datos de la migración en libvirtd remoto" #: src/qemu/qemu_driver.c:6903 msgid "cannot open tunnelled migration socket" msgstr "no es posible abrir socket de migración en túnel" #: src/qemu/qemu_driver.c:6911 #, c-format msgid "Unix socket '%s' too big for destination" msgstr "El socket unix '%s' es demasiado extenso para el destino" #: src/qemu/qemu_driver.c:6918 #, 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_driver.c:6924 #, 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_driver.c:6932 #, c-format msgid "Cannot extract Qemu version from '%s'" msgstr "No es posible extraer la versión de Qemu desde '%s'" #: src/qemu/qemu_driver.c:6940 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_driver.c:6976 msgid "tunnelled migration monitor command failed" msgstr "ha fallado el comando de monitor de migración en túnel " #: src/qemu/qemu_driver.c:6999 msgid "migrate failed" msgstr "Falló la migración" #: src/qemu/qemu_driver.c:7008 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_driver.c:7118 #, 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_driver.c:7124 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_driver.c:7237 #, c-format msgid "Failed to resume guest %s after failure\n" msgstr "Falló al reanudar el huésped %s luego del error\n" #: src/qemu/qemu_driver.c:7399 src/xen/xen_driver.c:1705 #, c-format msgid "device %s is not a PCI device" msgstr "el dispositivo %s no es un dispositivo PCI" #: src/qemu/qemu_monitor.c:113 msgid "failed to create socket" msgstr "no es posible crear socket" #: src/qemu/qemu_monitor.c:121 #, 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:138 msgid "failed to connect to monitor socket" msgstr "Falló al conectar con el socket de monitor" #: src/qemu/qemu_monitor.c:145 msgid "monitor socket did not show up." msgstr "No se encontró un socket de monitor." #: src/qemu/qemu_monitor.c:163 #, c-format msgid "Unable to open monitor path %s" msgstr "No es posible abrir la ruta %s al monitor" #: src/qemu/qemu_monitor.c:400 #, fuzzy, c-format msgid "unhandled fd event %d for monitor fd %d" msgstr "evento fd %d no manipulado para %s" #: src/qemu/qemu_monitor.c:444 #, fuzzy msgid "cannot initialize monitor mutex" msgstr "No es posible iniciar mutex" #: src/qemu/qemu_monitor.c:450 #, fuzzy msgid "cannot initialize monitor condition" msgstr "No es posible inicializar variación de condición" #: src/qemu/qemu_monitor.c:473 #, c-format msgid "unable to handle monitor type: %s" msgstr "No es posible manipular el tipo de monitor: %s" #: src/qemu/qemu_monitor.c:482 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:487 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:499 #, fuzzy msgid "unable to register monitor events" msgstr "no es posible escribir sobre pipe" #: src/qemu/qemu_monitor_text.c:290 #, fuzzy, c-format msgid "cannot send monitor command '%s'" msgstr "no es posible enviar el comando %s" #: src/qemu/qemu_monitor_text.c:404 msgid "cannot stop CPU execution" msgstr "no es posible detener la ejecución del CPU" #: src/qemu/qemu_monitor_text.c:417 msgid "system shutdown operation failed" msgstr "Falló la operación de apagado del sistema" #: src/qemu/qemu_monitor_text.c:436 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:525 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:535 #, 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:569 msgid "'info blockstats' command failed" msgstr "Falló el comando 'info blockstats'" #: src/qemu/qemu_monitor_text.c:581 msgid "'info blockstats' not supported by this qemu" msgstr "no hay soporte para 'info blockstats' en este qemu" #: src/qemu/qemu_monitor_text.c:645 #, 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:692 msgid "setting VNC password failed" msgstr "Falló al definir contraseña VNC" #: src/qemu/qemu_monitor_text.c:721 msgid "could not balloon memory allocation" msgstr "no es posible asignar el globo de memoria" #: src/qemu/qemu_monitor_text.c:754 src/qemu/qemu_monitor_text.c:797 #, c-format msgid "could not eject media on %s" msgstr "no es posible expulsar contenidos en %s" #: src/qemu/qemu_monitor_text.c:763 src/qemu/qemu_monitor_text.c:806 #, 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:842 #, c-format msgid "could save memory region to '%s'" msgstr "podría salvarse una porción de la memoria en '%s'" #: src/qemu/qemu_monitor_text.c:889 msgid "could restrict migration speed" msgstr "podría restringir la velocidad de la migración" #: src/qemu/qemu_monitor_text.c:929 msgid "cannot query migration status" msgstr "no es posible consultar el estado de la migración" #: src/qemu/qemu_monitor_text.c:940 #, c-format msgid "unexpected migration status in %s" msgstr "estado de migración en %s no esperado" #: src/qemu/qemu_monitor_text.c:953 #, 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:964 #, 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:975 #, 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:1019 #, 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:1026 #, c-format msgid "migration to '%s' failed: %s" msgstr "Falló la migración hacia '%s': %s" #: src/qemu/qemu_monitor_text.c:1033 #, 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:1130 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:1159 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:1167 #, 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:1194 msgid "cannot attach usb device" msgstr "no es posible asociar dispositivo usb" #: src/qemu/qemu_monitor_text.c:1202 msgid "adding usb device failed" msgstr "Falló al agregado de dispositivo usb" #: src/qemu/qemu_monitor_text.c:1275 #, c-format msgid "Unable to parse domain number '%s'\n" msgstr "No es posible analizar número de dominio '%s'\n" #: src/qemu/qemu_monitor_text.c:1280 src/qemu/qemu_monitor_text.c:1298 #, c-format msgid "Expected ', ' parsing pci_add reply '%s'\n" msgstr "Se esperaba ', ' al analizar pci_add reply '%s'\n" #: src/qemu/qemu_monitor_text.c:1287 #, c-format msgid "Expected 'bus ' parsing pci_add reply '%s'\n" msgstr "Se esperaba 'bus ' al analizar pci_add reply '%s'\n" #: src/qemu/qemu_monitor_text.c:1293 #, c-format msgid "Unable to parse bus number '%s'\n" msgstr "No es posible analizar número '%s' de bus\n" #: src/qemu/qemu_monitor_text.c:1304 #, c-format msgid "Expected 'slot ' parsing pci_add reply '%s'\n" msgstr "Se esperaba 'slot ' al analizar pci_add reply '%s'\n" #: src/qemu/qemu_monitor_text.c:1310 #, c-format msgid "Unable to parse slot number '%s'\n" msgstr "No es posible analizar número '%s' de slot\n" #: src/qemu/qemu_monitor_text.c:1342 msgid "cannot attach host pci device" msgstr "no es posible asociar dispositivo pci de host" #: src/qemu/qemu_monitor_text.c:1357 src/qemu/qemu_monitor_text.c:1449 #, c-format msgid "parsing pci_add reply failed: %s" msgstr "Falló al analizar respuesta de pci_add: %s" #: src/qemu/qemu_monitor_text.c:1397 #, c-format msgid "cannot attach %s disk %s" msgstr "no es posible adjuntar %s disco %s" #: src/qemu/qemu_monitor_text.c:1411 #, c-format msgid "adding %s disk failed %s: %s" msgstr "Falló al añadir %s disco %s: %s " #: src/qemu/qemu_monitor_text.c:1442 #, c-format msgid "failed to add NIC with '%s'" msgstr "Falló al añadir NIC con '%s'" #: src/qemu/qemu_monitor_text.c:1488 msgid "failed to remove PCI device" msgstr "Falló al intentar eliminar dispositivo PCI" #: src/qemu/qemu_monitor_text.c:1507 #, 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:1536 #, 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:1544 #, 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:1572 src/qemu/qemu_monitor_text.c:1608 #, 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:1580 #, 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:1638 #, fuzzy, c-format msgid "failed to remove host network in qemu with '%s'" msgstr "Falló al eliminar metnwork de host en qemu con '%s'" #: src/remote/remote_driver.c:329 msgid "failed to find libvirtd binary" msgstr "Falló al encontrar el binario libvirtd" #: src/remote/remote_driver.c:411 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:569 msgid "remote_open: for 'ext' transport, command is required" msgstr "remote_open: para transporte 'etx', se necesita un comando" #: src/remote/remote_driver.c:592 src/xen/xend_internal.c:809 #, c-format msgid "unable to resolve hostname '%s': %s" msgstr "no es posible resolver el nombre del host '%s': %s" #: src/remote/remote_driver.c:643 #, c-format msgid "unable to connect to libvirtd at '%s'" msgstr "no es posible conectar con el demonio libvirtd en '%s'" #: src/remote/remote_driver.c:689 #, c-format msgid "Socket %s too big for destination" msgstr "El Socket %s es demasiado grande para el destino" #: src/remote/remote_driver.c:700 msgid "unable to create socket" msgstr "no es posible crear un socket" #: src/remote/remote_driver.c:724 #, c-format msgid "unable to connect to '%s'" msgstr "no es posible conectarse con '%s'" #: src/remote/remote_driver.c:792 msgid "unable to create socket pair" msgstr "no es posible crear un par de socket" #: src/remote/remote_driver.c:816 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:825 msgid "unable to make socket non-blocking" msgstr "no es posible poner el socket en no bloqueante" #: src/remote/remote_driver.c:831 msgid "unable to make pipe" msgstr "no es posible realizar pipe" #: src/remote/remote_driver.c:865 msgid "unable to auto-detect URI" msgstr "no es posible autodetectar URI" #: src/remote/remote_driver.c:1107 #, c-format msgid "Cannot access %s '%s'" msgstr "No es posible acceder a %s '%s'" #: src/remote/remote_driver.c:1129 #, c-format msgid "unable to allocate TLS credentials: %s" msgstr "no es posible asignar credenciales TLS: %s" #: src/remote/remote_driver.c:1149 #, c-format msgid "unable to load CA certificate: %s" msgstr "no es posible cargar certificados CA: %s" #: src/remote/remote_driver.c:1164 #, c-format msgid "unable to load private key/certificate: %s" msgstr "no es posible cargar certificado/clave privada: %s" #: src/remote/remote_driver.c:1193 #, c-format msgid "unable to initialize TLS client: %s" msgstr "no es posible iniciar el cliente TLS: %s" #: src/remote/remote_driver.c:1202 #, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "no es posible definir prioridad de algoritmo TLS: %s" #: src/remote/remote_driver.c:1211 #, c-format msgid "unable to set certificate priority: %s" msgstr "no es posible definir prioridad de certificado: %s" #: src/remote/remote_driver.c:1221 #, c-format msgid "unable to set session credentials: %s" msgstr "no es posible definir credenciales de sesión: %s" #: src/remote/remote_driver.c:1236 #, c-format msgid "unable to complete TLS handshake: %s" msgstr "no es posible completar negociación TLS: %s" #: src/remote/remote_driver.c:1258 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "no es posible completar inicialización TLS: %s" #: src/remote/remote_driver.c:1264 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" "Falló la verificación del servidor (de nuestro certificado o dirección IP)\n" #: src/remote/remote_driver.c:1289 #, c-format msgid "unable to verify server certificate: %s" msgstr "no es posible verificar el certificado del servidor: %s" #: src/remote/remote_driver.c:1296 msgid "cannot get current time" msgstr "no es posible obtener la hora actual" #: src/remote/remote_driver.c:1301 msgid "Invalid certificate" msgstr "Certificado inválido" #: src/remote/remote_driver.c:1304 msgid "The certificate is not trusted." msgstr "El certificado no es confiable." #: src/remote/remote_driver.c:1307 msgid "The certificate hasn't got a known issuer." msgstr "El certificado no tiene un remitente conocido." #: src/remote/remote_driver.c:1310 msgid "The certificate has been revoked." msgstr "El certificado ha sido revocado." #: src/remote/remote_driver.c:1314 msgid "The certificate uses an insecure algorithm" msgstr "El certificado utiliza un algoritmo no seguro" #: src/remote/remote_driver.c:1318 #, c-format msgid "server certificate failed validation: %s" msgstr "Falló la validación del certificado del servidor: %s" #: src/remote/remote_driver.c:1324 msgid "Certificate type is not X.509" msgstr "El tipo del certificado no es X.509" #: src/remote/remote_driver.c:1329 msgid "gnutls_certificate_get_peers failed" msgstr "falló gnutls_certificate_get_peers" #: src/remote/remote_driver.c:1339 #, c-format msgid "unable to initialize certificate: %s" msgstr "no es posible inicializar el certificado: %s" #: src/remote/remote_driver.c:1347 #, c-format msgid "unable to import certificate: %s" msgstr "no es posible importar el certificado: %s" #: src/remote/remote_driver.c:1354 msgid "The certificate has expired" msgstr "El certificado ha expirado" #: src/remote/remote_driver.c:1360 msgid "The certificate is not yet activated" msgstr "El certificado aún no ha sido activado" #: src/remote/remote_driver.c:1368 #, 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/remote/remote_driver.c:1760 #, c-format msgid "too many NUMA cells: %d > %d" msgstr "demasiadas celdas NUMA: %d > %d" #: src/remote/remote_driver.c:1823 src/remote/remote_driver.c:1837 #, c-format msgid "too many remote domain IDs: %d > %d" msgstr "demasiados ID de dominios remotos: %d > %d" #: src/remote/remote_driver.c:2389 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "la longitud del mapa es más extensa que la permitida: %d > %d" #: src/remote/remote_driver.c:2428 #, 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:2434 #, 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:2451 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "el host reporta demasiadas VCPU: %d > %d " #: src/remote/remote_driver.c:2457 #, 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:2532 #, c-format msgid "security label exceeds maximum: %zd" msgstr "la etiqueta de seguridad excede el límite permitido: %zd" #: src/remote/remote_driver.c:2567 #, c-format msgid "security model exceeds maximum: %zd" msgstr "el modelo de seguridad excede el máximo permitido: %zd" #: src/remote/remote_driver.c:2576 #, c-format msgid "security doi exceeds maximum: %zd" msgstr "el doi de seguridad excede el máximo permitido: %zd" #: src/remote/remote_driver.c:2879 src/remote/remote_driver.c:2893 #, c-format msgid "too many remote domain names: %d > %d" msgstr "demasiados nombres de dominios remotos: %d > %d" #: src/remote/remote_driver.c:3186 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" "remoteDomainGetSchedulerParameters: el número de parámetros obtenidos supera " "el límite permitido" #: src/remote/remote_driver.c:3196 #, c-format msgid "Parameter %s too big for destination" msgstr "El parámetro %s es demasiado extenso para el destino" #: src/remote/remote_driver.c:3216 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "remoteDomainGetSchedulerParameters: tipo de parámetro desconocido" #: src/remote/remote_driver.c:3274 msgid "unknown parameter type" msgstr "tipo de parámetro desconocido" #: src/remote/remote_driver.c:3385 #, 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:3406 src/remote/remote_driver.c:3457 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:3437 #, 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:3569 src/remote/remote_driver.c:3583 #: src/remote/remote_driver.c:3651 src/remote/remote_driver.c:3665 #, c-format msgid "too many remote networks: %d > %d" msgstr "demasiadas redes remotas: %d > %d" #: src/remote/remote_driver.c:4124 src/remote/remote_driver.c:4138 #: src/remote/remote_driver.c:4205 src/remote/remote_driver.c:4219 #, c-format msgid "too many remote interfaces: %d > %d" msgstr "demasiadas interfaces remotas: %d > %d" #: src/remote/remote_driver.c:4564 src/remote/remote_driver.c:4642 msgid "too many storage pools requested" msgstr "se han solicitado demasiados grupos de almacenamiento" #: src/remote/remote_driver.c:4576 src/remote/remote_driver.c:4654 msgid "too many storage pools received" msgstr "se han recibido demasiados grupos de almacenamiento" #: src/remote/remote_driver.c:5206 msgid "too many storage volumes requested" msgstr "se han solicitado demasiados volúmenes de almacenamiento" #: src/remote/remote_driver.c:5219 msgid "too many storage volumes received" msgstr "se han recibido demasiados volúmenes de almacenamiento" #: src/remote/remote_driver.c:5614 msgid "too many device names requested" msgstr "se han solicitado demasiados nombres de dispositivo" #: src/remote/remote_driver.c:5628 msgid "too many device names received" msgstr "se han recibido demasiados nombres de dispositivo" #: src/remote/remote_driver.c:5777 msgid "too many capability names requested" msgstr "se han solicitado demasiados nombres de capacidades" #: src/remote/remote_driver.c:5790 msgid "too many capability names received" msgstr "se han recibido demasiados nombres de capacidades" #: src/remote/remote_driver.c:5984 #, c-format msgid "unknown authentication type %s" msgstr "tipo de autenticación %s desconocido" #: src/remote/remote_driver.c:5994 #, c-format msgid "requested authentication type %s rejected" msgstr "se ha rechazado el tipo de autenticación %s solicitada " #: src/remote/remote_driver.c:6035 #, c-format msgid "unsupported authentication type %d" msgstr "tipo de autenticación %d no soportado" #: src/remote/remote_driver.c:6277 #, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "Falló al iniciarse la biblioteca SASL: %d (%s)" #: src/remote/remote_driver.c:6286 msgid "failed to get sock address" msgstr "Falló al obtener direcciones sock" #: src/remote/remote_driver.c:6296 msgid "failed to get peer address" msgstr "Falló al obtener direcciones de par " #: src/remote/remote_driver.c:6321 #, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "Falló al crearse el contexto de cliente SASL: %d (%s)" #: src/remote/remote_driver.c:6334 msgid "invalid cipher size for TLS session" msgstr "tamaño de cifra inválido para la sesión TLS" #: src/remote/remote_driver.c:6344 #, c-format msgid "cannot set external SSF %d (%s)" msgstr "no es posible establecer SSF externo %d (%s)" #: src/remote/remote_driver.c:6363 #, c-format msgid "cannot set security props %d (%s)" msgstr "no es posible establecer props de seguridad %d (%s)" #: src/remote/remote_driver.c:6382 #, 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:6401 #, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "Falló al intentar iniciar negociación SASL: %d (%s)" #: src/remote/remote_driver.c:6419 src/remote/remote_driver.c:6497 msgid "Failed to make auth credentials" msgstr "Falló al realizar credenciales de autorización" #: src/remote/remote_driver.c:6443 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "La negociación de los datos SASL es demasiado extensa: %d bytes" #: src/remote/remote_driver.c:6483 #, c-format msgid "Failed SASL step: %d (%s)" msgstr "Falló el paso SASL: %d (%s)" #: src/remote/remote_driver.c:6567 #, 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:6643 msgid "Failed to collect auth credentials" msgstr "Falló al recolectar credenciales de autorización" #: src/remote/remote_driver.c:6678 msgid "no event support" msgstr "no hay soporte para el evento" #: src/remote/remote_driver.c:6683 msgid "adding cb to list" msgstr "añadiendo cb a la lista" #: src/remote/remote_driver.c:6713 msgid "marking cb for deletion" msgstr "identificando cb para eliminar" #: src/remote/remote_driver.c:6719 msgid "removing cb from list" msgstr "eliminando cb de la lista" #: src/remote/remote_driver.c:6840 src/remote/remote_driver.c:6853 #, c-format msgid "too many remote secret UUIDs: %d > %d" msgstr "demasiados UUID remotos secretos: %d > %d" #: src/remote/remote_driver.c:7154 src/remote/remote_driver.c:7514 msgid "xdr_remote_message_header failed" msgstr "falló xdr_remote_message_header" #: src/remote/remote_driver.c:7164 #, c-format msgid "data size %zu too large for payload %d" msgstr "el tamaño de los datos %zu es demasiado extenso para la carga útil %d" #: src/remote/remote_driver.c:7177 src/remote/remote_driver.c:7537 msgid "xdr_u_int (length word)" msgstr "xdr_u_int (longitud de palabra)" #: src/remote/remote_driver.c:7520 msgid "marshalling args" msgstr "regulando argumentos" #: src/remote/remote_driver.c:7583 msgid "cannot send data" msgstr "no es posible enviar los datos" #: src/remote/remote_driver.c:7614 #, c-format msgid "failed to read from TLS socket %s" msgstr "Falló al leer desde el socket TLS %s" #: src/remote/remote_driver.c:7619 src/remote/remote_driver.c:7637 msgid "server closed connection" msgstr "el servidor cerró la conexión" #: src/remote/remote_driver.c:7633 msgid "cannot recv data" msgstr "no es posible recibir los datos" #: src/remote/remote_driver.c:7666 #, c-format msgid "failed to encode SASL data: %s" msgstr "Falló al codificar datos SASL: %s" #: src/remote/remote_driver.c:7769 #, c-format msgid "failed to decode SASL data: %s" msgstr "Falló al decodificar datos SASL: %s" #: src/remote/remote_driver.c:7820 msgid "xdr_u_int (length word, reply)" msgstr "xdr_u_int (longitud de palabra, respuesta)" #: src/remote/remote_driver.c:7827 msgid "packet received from server too small" msgstr "el paquete recibido del servidor es demasiado pequeño" #: src/remote/remote_driver.c:7836 msgid "packet received from server too large" msgstr "el paquete recibido del servidor es demasiado extenso" #: src/remote/remote_driver.c:7882 msgid "invalid header in reply" msgstr "encabezado inválido en la respuesta" #: src/remote/remote_driver.c:7893 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "programa desconocido (se ha recibido %x, se esperaba %x)" #: src/remote/remote_driver.c:7901 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "versión del protocolo desconocida (se ha recibido %x, se esperaba %x) " #: src/remote/remote_driver.c:7927 #, c-format msgid "got unexpected RPC call %d from server" msgstr "se ha recibido una llamada %d RPC inesperada desde el servidor" #: src/remote/remote_driver.c:7956 #, c-format msgid "no call waiting for reply with serial %d" msgstr "no existe una llamada esperando respuesta con la serie %d" #: src/remote/remote_driver.c:7965 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "procedimiento desconocido (se ha recibido %x, se esperaba %x)" #: src/remote/remote_driver.c:7978 msgid "unmarshalling ret" msgstr "desregulando red" #: src/remote/remote_driver.c:7988 src/remote/remote_driver.c:8109 msgid "unmarshalling remote_error" msgstr "desregulando remote_error" #: src/remote/remote_driver.c:7997 #, c-format msgid "unknown status (received %x)" msgstr "estado desconocido (se ha recibido %x)" #: src/remote/remote_driver.c:8237 msgid "poll on socket failed" msgstr "Falló la consulta en el socket" #: src/remote/remote_driver.c:8298 msgid "received hangup / error event on socket" msgstr "se ha recibido un evento de error / desconexión en el socket " #: src/remote/remote_driver.c:8392 msgid "failed to wait on condition" msgstr "Falló al esperar la condición" #: src/remote/remote_driver.c:8529 msgid "remoteDomainProcessEvent: unmarshalling msg" msgstr "remoteDomainProcessEvent: desregulando msg" #: src/secret/secret_driver.c:170 #, c-format msgid "mkstemp('%s') failed" msgstr "falló mkstemp('%s') " #: src/secret/secret_driver.c:174 #, c-format msgid "fchmod('%s') failed" msgstr "Falló fchmod('%s') " #: src/secret/secret_driver.c:180 #, c-format msgid "error writing to '%s'" msgstr "error al escribir sobre '%s'" #: src/secret/secret_driver.c:185 #, c-format msgid "error closing '%s'" msgstr "error al cerrar '%s'" #: src/secret/secret_driver.c:191 #, 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 " does not match secret file name '%s'" msgstr " no coincide con el nombre del archivo secreto '%s'" #: src/secret/secret_driver.c:376 src/secret/secret_driver.c:485 #, 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:402 #, c-format msgid "invalid base64 in '%s'" msgstr "base64 inválida en '%s' " #: src/secret/secret_driver.c:501 #, c-format msgid "Error reading secret: %s\n" msgstr "Error leyendo secreto: %s\n" #: src/secret/secret_driver.c:634 src/secret/secret_driver.c:802 #: src/secret/secret_driver.c:836 src/secret/secret_driver.c:888 #: src/secret/secret_driver.c:934 #, c-format msgid "no secret with matching uuid '%s'" msgstr "no existe un secreto coincidente con el uuid '%s'" #: src/secret/secret_driver.c:661 #, 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:701 #, 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:721 #, 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:728 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:776 msgid "list of secrets is inconsistent" msgstr "la lista de secretos no es consistente" #: src/secret/secret_driver.c:896 #, c-format msgid "secret '%s' does not have a value" msgstr "el secreto '%s' no posee un valor" #: src/secret/secret_driver.c:903 msgid "secret is private" msgstr "el secreto es privado" #: src/secret/secret_driver.c:1026 msgid "Out of memory initializing secrets" msgstr "Memoria agotada al iniciar secretos" #: src/security/security_driver.c:53 #, c-format msgid "invalid security model '%s'" msgstr "modelo de seguridad '%s' inválido" #: src/security/security_driver.c:127 #, c-format msgid "%s: DOI '%s' is longer than the maximum allowed length of %d" msgstr "%s: el DOI '%s' es mayor que la longitud máxima permitida de %d" #: src/security/security_apparmor.c:75 #, 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:124 #, c-format msgid "Failed to read '%s'" msgstr "Falló al leer '%s' " #: src/security/security_apparmor.c:161 msgid "unable to create pipe" msgstr "no es posible crear pipe" #: src/security/security_apparmor.c:196 msgid "unable to write to pipe" msgstr "no es posible escribir sobre pipe" #: src/security/security_apparmor.c:208 #, c-format msgid "Unexpected exit status from virt-aa-helper %d pid %lu" msgstr "Estado de salida inesperado desde virt-aa-helper %d pid %lu" #: src/security/security_apparmor.c:268 msgid "could not find libvirtd" msgstr "no es posible encontrar libvirtd" #: src/security/security_apparmor.c:298 #, c-format msgid "template '%s' does not exist" msgstr "no existe el modelo '%s'" #: src/security/security_apparmor.c:334 src/security/security_selinux.c:172 msgid "security label already defined for VM" msgstr "ya se ha definido una etiqueta de seguridad para VM" #: src/security/security_apparmor.c:345 #, c-format msgid "cannot generate AppArmor profile '%s'" msgstr "no es posible crear perfil AppArmor '%s'" #: src/security/security_apparmor.c:402 msgid "error copying profile name" msgstr "error al copiar el nombre del perfil" #: src/security/security_apparmor.c:408 msgid "error calling profile_status()" msgstr "error al invocar profile_status() " #: src/security/security_apparmor.c:431 #, c-format msgid "could not remove profile for '%s'" msgstr "no es posible eliminar perfil para '%s'" #: src/security/security_apparmor.c:457 src/security/security_selinux.c:672 #, 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:467 msgid "error calling aa_change_profile()" msgstr "error al invocar aa_change_profile()" #: src/security/security_apparmor.c:497 src/security/security_apparmor.c:538 #, c-format msgid "cannot update AppArmor profile '%s'" msgstr "no es posible actualizar el perfil AppArmor '%s'" #: src/security/security_apparmor.c:527 #, c-format msgid "'%s' does not exist" msgstr "no existe '%s'" #: src/security/security_apparmor.c:561 #, c-format msgid "Invalid security label '%s'" msgstr "Etiqueta de seguridad '%s' no válida" #: src/security/security_selinux.c:114 #, 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:121 #, 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:133 #, 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:140 #, 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:193 src/security/security_selinux.c:199 #, c-format msgid "cannot generate selinux context for %s" msgstr "no es posible generar contexto SELinux para %s" #: src/security/security_selinux.c:230 src/security/security_selinux.c:282 #, 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:289 #, fuzzy, 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:301 msgid "error calling security_getenforce()" msgstr "error al invocar security_getenforce()" #: src/security/security_selinux.c:335 #, 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:361 #, c-format msgid "cannot resolve symlink %s" msgstr "no es posible resolver el enlace simbólico %s" #: src/security/security_selinux.c:654 #, c-format msgid "Invalid security label %s" msgstr "Etiqueta de seguridad %s no válida" #: src/security/security_selinux.c:682 #, c-format msgid "unable to set security context '%s'" msgstr "no es posible definir contexto de seguridad '%s'" #: src/security/virt-aa-helper.c:100 #, c-format msgid "%s: error: %s\n" msgstr "%s: error: %s\n" #: src/security/virt-aa-helper.c:112 #, c-format msgid "%s: warning: %s\n" msgstr "%s: aviso: %s\n" #: src/security/virt-aa-helper.c:118 #, c-format msgid "" "%s:\n" "%s\n" msgstr "" "%s:\n" "%s\n" #: src/storage/storage_backend.c:134 #, c-format msgid "could not open input path '%s'" msgstr "no se pudo abrir el camino de entrada '%s'" #: src/storage/storage_backend.c:156 #, c-format msgid "failed reading from file '%s'" msgstr "Falló al leer desde el archivo '%s'" #: src/storage/storage_backend.c:172 src/storage/storage_backend.c:276 #, c-format msgid "cannot extend file '%s'" msgstr "no es posible extender el archivo '%s'" #: src/storage/storage_backend.c:178 #, c-format msgid "failed writing to file '%s'" msgstr "Falló al escribir en el archivo '%s'" #: src/storage/storage_backend.c:188 src/storage/storage_backend.c:232 #: src/storage/storage_backend.c:326 src/storage/storage_backend_fs.c:835 #: src/storage/storage_backend_logical.c:638 #, c-format msgid "cannot close file '%s'" msgstr "no es posible cerrar el archivo '%s'" #: src/storage/storage_backend.c:216 src/storage/storage_backend.c:267 #: src/storage/storage_backend_fs.c:511 src/storage/storage_backend_fs.c:752 #, c-format msgid "cannot create path '%s'" msgstr "no es posible crear el camino '%s'" #: src/storage/storage_backend.c:259 src/storage/storage_backend_disk.c:560 #: src/storage/storage_backend_logical.c:584 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:306 src/storage/storage_backend.c:317 #, c-format msgid "cannot fill file '%s'" msgstr "no es posible completar el archivo '%s'" #: src/storage/storage_backend.c:362 msgid "too many conflicts when generating an uuid" msgstr "demasiados conflictos cuando se generaba un uuid" #: src/storage/storage_backend.c:392 msgid "secrets already defined" msgstr "ya se han definido los secretos" #: src/storage/storage_backend.c:512 src/storage/storage_backend.c:518 #, c-format msgid "unknown storage vol type %d" msgstr "tipo de volumen de almacenamiento %d desconocido" #: src/storage/storage_backend.c:533 msgid "a different backing store can not be specified." msgstr "no es posible especificar un depósito de respaldo diferente." #: src/storage/storage_backend.c:540 #, 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:546 #, c-format msgid "inaccessible backing store volume %s" msgstr "el volumen de almacenamiento de respaldo %s es inaccesible " #: src/storage/storage_backend.c:558 #, 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:566 #, c-format msgid "unsupported volume encryption format %d" msgstr "formato %d de cifrado de volumen no soportado" #: src/storage/storage_backend.c:572 msgid "too many secrets for qcow encryption" msgstr "demasiados secretos para el cifrado qcow" #: src/storage/storage_backend.c:588 msgid "unable to find kvm-img or qemu-img" msgstr "no es posible encontrar kvm-img o qemu-img" #: src/storage/storage_backend.c:643 msgid "cannot copy from volume with qcow-create" msgstr "no es posible copiar desde el volumen utilizando qcow-create" #: src/storage/storage_backend.c:649 #, c-format msgid "unsupported storage vol type %d" msgstr "tipo de volumen de almacenamiento %d desconocido" #: src/storage/storage_backend.c:655 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:661 msgid "encrypted volumes not supported with qcow-create" msgstr "con qcow-create, no hay soporte para volúmenes cifrados" #: src/storage/storage_backend.c:695 #, 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:744 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:782 src/storage/storage_backend_fs.c:67 #: src/storage/storage_backend_mpath.c:52 #: src/storage/storage_backend_scsi.c:147 #, c-format msgid "cannot open volume '%s'" msgstr "no e posible abrir el volumen '%s'" #: src/storage/storage_backend.c:845 #, c-format msgid "cannot stat file '%s'" msgstr "no es posible obtener el estado del archivo '%s'" #: src/storage/storage_backend.c:878 #, 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:899 #, c-format msgid "cannot get file context of '%s'" msgstr "no es posible obtener contexto de archivo '%s'" #: src/storage/storage_backend.c:970 src/storage/storage_backend_scsi.c:165 #, 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:977 src/storage/storage_backend_scsi.c:172 #, c-format msgid "cannot read beginning of file '%s'" msgstr "no es posible leer el principio del archivo '%s'" #: src/storage/storage_backend.c:1043 #, c-format msgid "cannot read dir '%s'" msgstr "no es posible leer el directorio '%s'" #: src/storage/storage_backend.c:1130 #, c-format msgid "Failed to compile regex %s" msgstr "Falló al compilar regex %s" #: src/storage/storage_backend.c:1162 src/storage/storage_backend.c:1296 msgid "cannot read fd" msgstr "no es posible leer" #: src/storage/storage_backend.c:1233 src/storage/storage_backend.c:1351 #, c-format msgid "failed to wait for command '%s'" msgstr "Falló al esperar el comando '%s'" #: src/storage/storage_backend.c:1242 src/storage/storage_backend.c:1364 msgid "command did not exit cleanly" msgstr "el comando no finalizó correctamente" #: src/storage/storage_backend.c:1330 #, c-format msgid "read error on pipe to '%s'" msgstr "error de lectura en pipe hacia '%s'" #: src/storage/storage_backend.c:1358 #, c-format msgid "non-zero exit status from command %d" msgstr "el estado de la salida del comando %d es distinto de cero" #: src/storage/storage_backend.c:1385 src/storage/storage_backend.c:1397 #, c-format msgid "%s not implemented on Win32" msgstr "%s no implementado en Win32" #: src/storage/storage_backend_disk.c:109 msgid "cannot parse device start location" msgstr "no es posible analizar ubicación de inicio del dispositivo" #: src/storage/storage_backend_disk.c:116 msgid "cannot parse device end location" msgstr "no es posible analizar ubicación final del dispositivo" #: src/storage/storage_backend_disk.c:398 msgid "Invalid partition type" msgstr "Tipo de partición inválido" #: src/storage/storage_backend_disk.c:406 msgid "extended partition already exists" msgstr "ya existe una partición extendida" #: src/storage/storage_backend_disk.c:430 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:515 msgid "no large enough free extent" msgstr "el espacio libre no es lo suficientemente extenso" #: src/storage/storage_backend_disk.c:629 #, 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:640 #, 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:649 #, 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:154 #, c-format msgid "invalid netfs path (no /): %s" msgstr "camino netfs inválido (sin /): %s" #: src/storage/storage_backend_fs.c:160 #, c-format msgid "invalid netfs path (ends in /): %s" msgstr "camino netfs inválido (finaliza con /): %s" #: src/storage/storage_backend_fs.c:265 #, c-format msgid "cannot read mount list '%s'" msgstr "no es posible leer la lista de montaje '%s'" #: src/storage/storage_backend_fs.c:357 src/storage/storage_backend_fs.c:433 #: src/storage/storage_backend_iscsi.c:276 msgid "missing source host" msgstr "no se encuentra el host de origen" #: src/storage/storage_backend_fs.c:362 msgid "missing source path" msgstr "no se encuentra el camino de origen" #: src/storage/storage_backend_fs.c:368 src/storage/storage_backend_fs.c:444 #: src/storage/storage_backend_iscsi.c:283 msgid "missing source device" msgstr "no se encuentra el dispositivo de origen" #: src/storage/storage_backend_fs.c:438 msgid "missing source dir" msgstr "no se encuentra el directorio de origen" #: src/storage/storage_backend_fs.c:535 #, c-format msgid "cannot open path '%s'" msgstr "no es posible abrir el camino '%s'" #: src/storage/storage_backend_fs.c:631 #, c-format msgid "cannot statvfs path '%s'" msgstr "no es posible statvfs a la dirección '%s'" #: src/storage/storage_backend_fs.c:698 #, c-format msgid "cannot unlink path '%s'" msgstr "no es posible desenlazar el camino '%s'" #: src/storage/storage_backend_fs.c:746 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:772 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:792 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:802 #: src/storage/storage_backend_logical.c:615 #, c-format msgid "cannot read path '%s'" msgstr "no es posible leer el camino '%s'" #: src/storage/storage_backend_fs.c:811 #: src/storage/storage_backend_logical.c:624 #, c-format msgid "cannot set file owner '%s'" msgstr "no es posible establecer el dueño del archivo '%s'" #: src/storage/storage_backend_fs.c:819 #: src/storage/storage_backend_logical.c:631 #, c-format msgid "cannot set file mode '%s'" msgstr "no es posible definir el modo de archivo '%s'" #: src/storage/storage_backend_fs.c:878 #, c-format msgid "cannot unlink file '%s'" msgstr "no es posible desenlazar el archivo '%s'" #: src/storage/storage_backend_iscsi.c:65 #, c-format msgid "host lookup failed %s" msgstr "Falló la búsqueda del host %s" #: src/storage/storage_backend_iscsi.c:72 #, 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:81 #, 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:149 msgid "cannot find session" msgstr "no es posible encontrar la sesión" #: src/storage/storage_backend_iscsi.c:188 #, 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:196 #, 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:154 msgid "malformed volume extent offset value" msgstr "valor del desplazamiento del tamaño del volumen mal formado" #: src/storage/storage_backend_logical.c:159 msgid "malformed volume extent length value" msgstr "volumen erroneo supera el valor de la longitud" #: src/storage/storage_backend_logical.c:164 msgid "malformed volume extent size value" msgstr "valor del tamaño de volumen mal formado" #: src/storage/storage_backend_logical.c:222 msgid "lvs command failed" msgstr "Falló el comando lvs" #: src/storage/storage_backend_logical.c:228 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "el comando lvs ha fallado con estado de salida %d" #: src/storage/storage_backend_logical.c:355 msgid "failed to get source from sourceList" msgstr "Falló al obtener fuente desde la lista de fuentes" #: src/storage/storage_backend_logical.c:410 #, c-format msgid "cannot open device '%s'" msgstr "no es posible abrir el dispositivo '%s'" #: src/storage/storage_backend_logical.c:416 #, 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:423 #, c-format msgid "cannot close device '%s'" msgstr "no es posible cerrar el dispositivo '%s'" #: src/storage/storage_backend_logical.c:548 #, c-format msgid "cannot remove PV device '%s'" msgstr "no es posible eliminar el dispositivo PV '%s'" #: src/storage/storage_backend_logical.c:647 #, 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:65 #, c-format msgid "Failed to update volume target info for '%s'" msgstr "Falló al actualizar información del volumen para '%s'" #: src/storage/storage_backend_mpath.c:76 #, c-format msgid "Failed to update volume target format for '%s'" msgstr "Falló al actualizar el formato del volumen para '%s'" #: src/storage/storage_backend_mpath.c:123 #: src/storage/storage_backend_scsi.c:260 #, c-format msgid "Failed to update volume for '%s'" msgstr "Falló al actualizar volumen para '%s'" #: src/storage/storage_backend_mpath.c:331 #, c-format msgid "in %s" msgstr "en %s" #: src/storage/storage_backend_scsi.c:65 #, c-format msgid "Could not find typefile '%s'" msgstr "No es posible encontrar tipo de archivo '%s'" #: src/storage/storage_backend_scsi.c:77 #, c-format msgid "Could not read typefile '%s'" msgstr "No es posible leer tipo de archivo '%s'" #: src/storage/storage_backend_scsi.c:89 #, 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:96 #, c-format msgid "Device type is %d" msgstr "El tipo de dispositivo es %d" #: src/storage/storage_backend_scsi.c:228 #, c-format msgid "Trying to create volume for '%s'" msgstr "Intentando crear volumen para '%s'" #: src/storage/storage_backend_scsi.c:247 #, c-format msgid "No stable path found for '%s' in '%s'" msgstr "No se ha encontrado un camino estable para '%s' en '%s'" #: src/storage/storage_backend_scsi.c:311 #, c-format msgid "Looking for block device in '%s'" msgstr "Buscando dispositivos de bloque en '%s'" #: src/storage/storage_backend_scsi.c:316 #: src/storage/storage_backend_scsi.c:407 #, c-format msgid "Failed to opendir sysfs path '%s'" msgstr "Falló al opendir el camino sysfs '%s'" #: src/storage/storage_backend_scsi.c:337 #: src/storage/storage_backend_scsi.c:377 #, c-format msgid "Block device is '%s'" msgstr "El dispositivo de bloque es '%s'" #: src/storage/storage_backend_scsi.c:364 #, c-format msgid "Failed to parse block name %s" msgstr "Falló al analizar el nombre del bloque %s" #: src/storage/storage_backend_scsi.c:451 #, c-format msgid "Processing LU %u:%u:%u:%u" msgstr "Procesando LU %u:%u:%u:%u " #: src/storage/storage_backend_scsi.c:456 #, 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:472 #, c-format msgid "%u:%u:%u:%u is a Direct-Access LUN" msgstr "%u:%u:%u:%u es un LUN de acceso directo" #: src/storage/storage_backend_scsi.c:482 #, c-format msgid "Failed to create new storage volume for %u:%u:%u:%u" msgstr "Falló al crear un nuevo volumen de almacenamiento para %u:%u:%u:%u" #: src/storage/storage_backend_scsi.c:488 #, c-format msgid "Created new storage volume for %u:%u:%u:%u successfully" msgstr "" "La creación de un nuevo volumen de almacenamiento para %u:%u:%u:%u ha sido " "exitosa" #: src/storage/storage_backend_scsi.c:510 #, c-format msgid "Discovering LUs on host %u" msgstr "Descubriendo LU en el host %u" #: src/storage/storage_backend_scsi.c:523 #: 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:536 #, c-format msgid "Found LU '%s'" msgstr "Se encontró LU en '%s'" #: src/storage/storage_backend_scsi.c:558 #, c-format msgid "Finding host number from '%s'" msgstr "Buscando un número de host para '%s'" #: src/storage/storage_backend_scsi.c:575 #, c-format msgid "Failed to parse target '%s'" msgstr "Falló al analizar destino '%s'" #: src/storage/storage_backend_scsi.c:596 #, c-format msgid "Triggering rescan of host %d" msgstr "Desencadenando un nuevo análisis del host %d" #: src/storage/storage_backend_scsi.c:604 #, c-format msgid "Scan trigger path is '%s'" msgstr "El camino inicial del análisis es '%s'" #: src/storage/storage_backend_scsi.c:610 #, 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:621 #, 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_backend_scsi.c:630 #, c-format msgid "Rescan of host %d complete" msgstr "Se ha completado el nuevo análisis del host %d" #: src/storage/storage_backend_scsi.c:645 #, c-format msgid "Failed to get host number from '%s'" msgstr "Falló al obtener el número de host desde '%s'" #: src/storage/storage_backend_scsi.c:651 #, c-format msgid "Scanning host%u" msgstr "Analizando host%u" #: src/storage/storage_driver.c:275 src/storage/storage_driver.c:975 #: src/storage/storage_driver.c:1004 msgid "no pool with matching uuid" msgstr "no existe un grupo que se corresponda con el uuid" #: src/storage/storage_driver.c:300 #, 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:457 src/test/test_driver.c:3758 #, 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:532 src/test/test_driver.c:3785 msgid "storage pool already exists" msgstr "el grupo de almacenamiento ya existe" #: src/storage/storage_driver.c:617 src/storage/storage_driver.c:671 #: src/storage/storage_driver.c:716 src/storage/storage_driver.c:753 #: src/storage/storage_driver.c:809 src/storage/storage_driver.c:858 #: src/storage/storage_driver.c:914 src/storage/storage_driver.c:950 #: src/storage/storage_driver.c:1066 src/storage/storage_driver.c:1099 #: src/storage/storage_driver.c:1144 src/storage/storage_driver.c:1270 #: src/storage/storage_driver.c:1391 src/storage/storage_driver.c:1544 #: src/storage/storage_driver.c:1623 src/storage/storage_driver.c:1676 #: src/storage/storage_driver.c:1723 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:768 #: src/storage/storage_driver.c:824 src/storage/storage_driver.c:873 #, c-format msgid "pool '%s' has asynchronous jobs running." msgstr "el grupo '%s' está ejecutando trabajos no sincronizados." #: src/storage/storage_driver.c:680 msgid "pool already active" msgstr "el grupo ya se encuentra activo" #: src/storage/storage_driver.c:725 msgid "storage pool is already active" msgstr "el grupo de almacenamiento ya se encuentra activo" #: src/storage/storage_driver.c:762 src/storage/storage_driver.c:867 #: src/storage/storage_driver.c:1072 src/storage/storage_driver.c:1105 #: src/storage/storage_driver.c:1150 src/storage/storage_driver.c:1276 #: src/storage/storage_driver.c:1404 src/storage/storage_driver.c:1410 #: src/storage/storage_driver.c:1550 src/storage/storage_driver.c:1629 #: src/storage/storage_driver.c:1682 src/storage/storage_driver.c:1729 msgid "storage pool is not active" msgstr "el grupo de almacenamiento no se encuentra activo" #: src/storage/storage_driver.c:818 msgid "storage pool is still active" msgstr "el grupo de almacenamiento aún se encuentra activo" #: src/storage/storage_driver.c:831 msgid "pool does not support volume delete" msgstr "el grupo no tiene soporte para eliminación de volumen." #: src/storage/storage_driver.c:1010 src/test/test_driver.c:4116 msgid "pool has no config file" msgstr "el grupo no posee un archivo de configuración" #: src/storage/storage_driver.c:1158 src/storage/storage_driver.c:1420 #: src/storage/storage_driver.c:1561 src/storage/storage_driver.c:1637 #: src/storage/storage_driver.c:1690 src/storage/storage_driver.c:1737 #: src/test/test_driver.c:4238 src/test/test_driver.c:4439 #: src/test/test_driver.c:4515 src/test/test_driver.c:4593 #: src/test/test_driver.c:4638 src/test/test_driver.c:4678 #, 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:1198 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:1245 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:1289 src/test/test_driver.c:4351 #: src/test/test_driver.c:4432 msgid "storage vol already exists" msgstr "el volumen de almacenamiento ya existe" #: src/storage/storage_driver.c:1301 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:1397 #, 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:1431 #, 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:1447 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:1453 src/storage/storage_driver.c:1568 #, c-format msgid "volume '%s' is still being allocated." msgstr "el volumen '%s' todavía está siendo alojado." #: src/storage/storage_driver.c:1575 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:336 #, c-format msgid "Exceeded max iface limit %d" msgstr "Límite máximo iface %d excedido" #: src/test/test_driver.c:672 #, c-format msgid "node vol list for pool '%s'" msgstr "lista de volumen de nodo para el grupo '%s'" #: src/test/test_driver.c:683 msgid "resolving volume filename" msgstr "resolviendo nombre de archivo de volumen" #: src/test/test_driver.c:769 #, c-format msgid "loading host definition file '%s'" msgstr "cargando archivo de definición de host '%s'" #: src/test/test_driver.c:778 #, c-format msgid "Invalid XML in file '%s'" msgstr "XML inválido en el archivo '%s'" #: src/test/test_driver.c:787 msgid "Root element is not 'node'" msgstr "El elemento root no es 'nodo'" #: src/test/test_driver.c:794 msgid "creating xpath context" msgstr "creando contexto xpath" #: src/test/test_driver.c:802 #, c-format msgid "Path %s too big for destination" msgstr "La ruta %s es demasiado extensa para el destino" #: src/test/test_driver.c:812 msgid "node cpu numa nodes" msgstr "nodo de cpu de los nodos NUMA" #: src/test/test_driver.c:820 msgid "node cpu sockets" msgstr "sockets del nodo de cpu" #: src/test/test_driver.c:828 msgid "node cpu cores" msgstr "núcleos del nodo de cpu" #: src/test/test_driver.c:836 msgid "node cpu threads" msgstr "threads del nodo de cpu" #: src/test/test_driver.c:847 msgid "node active cpu" msgstr "nodo de cpu activo" #: src/test/test_driver.c:854 msgid "node cpu mhz" msgstr "mhz del nodo de cpu" #: src/test/test_driver.c:862 src/xen/xm_internal.c:1076 #, c-format msgid "Model %s too big for destination" msgstr "El modelo %s es demasiado grande para el destino" #: src/test/test_driver.c:873 msgid "node memory" msgstr "memoria de nodo" #: src/test/test_driver.c:879 msgid "node domain list" msgstr "lista de dominio de nodo" #: src/test/test_driver.c:890 msgid "resolving domain filename" msgstr "resolviendo nombre de archivo de nodo" #: src/test/test_driver.c:923 msgid "node network list" msgstr "lista del nodo de red" #: src/test/test_driver.c:933 msgid "resolving network filename" msgstr "resolviendo nombre de archivo de red" #: src/test/test_driver.c:959 msgid "node interface list" msgstr "lista de interfaz de nodo" #: src/test/test_driver.c:969 msgid "resolving interface filename" msgstr "resolviendo nombre de archivo de interfaz" #: src/test/test_driver.c:995 msgid "node pool list" msgstr "lista de grupo de nodo" #: src/test/test_driver.c:1007 msgid "resolving pool filename" msgstr "resolviendo nombre de archivo de grupo" #: src/test/test_driver.c:1046 msgid "node device list" msgstr "lista de dispositivo de nodo" #: src/test/test_driver.c:1060 msgid "resolving device filename" msgstr "resolviendo nombre de archivo de dispositivo" #: src/test/test_driver.c:1128 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: indique un camino o utilice test:///default" #: src/test/test_driver.c:1478 #, c-format msgid "domain '%s' not paused" msgstr "el dominio '%s' no se encuentra en pausa" #: src/test/test_driver.c:1520 src/test/test_driver.c:1561 #, c-format msgid "domain '%s' not running" msgstr "el dominio '%s' no está ejecutándose" #: src/test/test_driver.c:1715 #, 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:1722 #, 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:1729 src/test/test_driver.c:1735 #: src/test/test_driver.c:1741 src/test/test_driver.c:1748 #, c-format msgid "saving domain '%s' to '%s': write failed" msgstr "saving domain '%s' en '%s': falló la escritura" #: src/test/test_driver.c:1800 #, c-format msgid "cannot read domain image '%s'" msgstr "no es posible leer imagen de dominio '%s'" #: src/test/test_driver.c:1806 #, c-format msgid "incomplete save header in '%s'" msgstr "guardado incompleto del encabezado en '%s'" #: src/test/test_driver.c:1812 msgid "mismatched header magic" msgstr "encabezado magic no coincidente" #: src/test/test_driver.c:1817 #, 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:1823 msgid "length of metadata out of range" msgstr "la longitud de los metadatos está fuera de rango" #: src/test/test_driver.c:1832 #, c-format msgid "incomplete metdata in '%s'" msgstr "metadatos incompletos en '%s'" #: src/test/test_driver.c:1895 #, c-format msgid "domain '%s' coredump: failed to open %s" msgstr "descarga del dominio '%s': falló al abrir %s" #: src/test/test_driver.c:1901 #, 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:1907 #, c-format msgid "domain '%s' coredump: write failed: %s" msgstr "descarga del dominio '%s': falló la escritura: %s" #: src/test/test_driver.c:2052 #, fuzzy msgid "cannot hotplug vcpus for an inactive domain" msgstr "no es posible adjuntar vcpus en un dominio inactivo" #: src/test/test_driver.c:2102 #, fuzzy msgid "cannot list vcpus for an inactive domain" msgstr "no es posible adjuntar vcpus en un dominio inactivo" #: src/test/test_driver.c:2194 #, fuzzy msgid "requested vcpu is higher than allocated vcpus" msgstr "" "la cantidad de CPU virtuales solicitada es mayor que la máxima permitida " "para el dominio: %d > %d" #: src/test/test_driver.c:2333 msgid "Range exceeds available cells" msgstr "El rango supera las celdas disponibles" #: src/test/test_driver.c:2367 #, c-format msgid "Domain '%s' is already running" msgstr "El dominio '%s' ya se encuentra en ejecución" #: src/test/test_driver.c:2406 #, c-format msgid "Domain '%s' is still running" msgstr "El dominio '%s' todavía está ejecutándose" #: src/test/test_driver.c:2943 #, c-format msgid "Network '%s' is still running" msgstr "La red '%s' aún está ejecutándose" #: src/test/test_driver.c:2976 #, c-format msgid "Network '%s' is already running" msgstr "La red '%s' ya se encuentra en ejecución" #: src/test/test_driver.c:3700 src/test/test_driver.c:3864 #: src/test/test_driver.c:3897 src/test/test_driver.c:3965 #, c-format msgid "storage pool '%s' is already active" msgstr "el grupo de almacenamiento '%s' ya se encuentra activo" #: src/test/test_driver.c:3926 src/test/test_driver.c:3997 #: src/test/test_driver.c:4149 src/test/test_driver.c:4184 #: src/test/test_driver.c:4230 src/test/test_driver.c:4341 #: src/test/test_driver.c:4422 src/test/test_driver.c:4522 #: src/test/test_driver.c:4600 src/test/test_driver.c:4645 #: src/test/test_driver.c:4685 #, c-format msgid "storage pool '%s' is not active" msgstr "el grupo de almacenamiento '%s' no se encuentra activo" #: src/test/test_driver.c:4281 #, 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:4315 #, 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:4359 src/test/test_driver.c:4448 #, 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:184 msgid "IP address not supported for ethernet inteface" msgstr "la interfaz Ethernet no tiene soporte para dirección IP" #: src/uml/uml_conf.c:189 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:196 msgid "TCP server networking type not supported" msgstr "tipo de servidor de red TCP no soportado" #: src/uml/uml_conf.c:201 msgid "TCP client networking type not supported" msgstr "no hay soporte para clientes de red tipo TCP" #: src/uml/uml_conf.c:216 #, c-format msgid "Network '%s' not found" msgstr "No se encuentra la red '%s'" #: src/uml/uml_conf.c:246 msgid "internal networking type not supported" msgstr "tipo interno de red no soportado" #: src/uml/uml_conf.c:313 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:333 #, c-format msgid "unsupported chr device type %d" msgstr "tipo de dispositivo de caracteres %d no soportado" #: src/uml/uml_driver.c:96 src/util/util.c:374 src/util/util.c:403 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:134 #, c-format msgid "Failed to autostart VM '%s': %s" msgstr "Falló al iniciar automáticamente MV '%s': '%s'" #: src/uml/uml_driver.c:387 msgid "cannot initialize inotify" msgstr "no es posible iniciar inotify" #: src/uml/uml_driver.c:393 #, c-format msgid "Failed to create monitor directory %s: %s" msgstr "Falló al crear directorio de monitor %s: %s" #: src/uml/uml_driver.c:426 msgid "umlStartup: out of memory" msgstr "umlStartup: fuera de memoria" #: src/uml/uml_driver.c:573 #, c-format msgid "failed to read pid: %s" msgstr "Falló al leer pid: %s" #: src/uml/uml_driver.c:596 #, 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:626 msgid "cannot open socket" msgstr "no fue posible abrir socket" #: src/uml/uml_driver.c:635 msgid "cannot bind socket" msgstr "no es posible asociar socket" #: src/uml/uml_driver.c:690 #, 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:696 #, c-format msgid "Command %s too long for destination" msgstr "El comando %s es demasiado extenso para el destino" #: src/uml/uml_driver.c:703 #, c-format msgid "cannot send command %s" msgstr "no es posible enviar el comando %s" #: src/uml/uml_driver.c:713 #, c-format msgid "cannot read reply %s" msgstr "no es posible leer la respuestas %s" #: src/uml/uml_driver.c:795 msgid "no kernel specified" msgstr "no se ha especificado un kernel" #: src/uml/uml_driver.c:804 #, c-format msgid "Cannot find UML kernel %s" msgstr "No es posible encontrar un kernel %s UML" #: src/uml/uml_driver.c:849 src/uml/uml_driver.c:852 #, c-format msgid "Unable to write envv to logfile: %s" msgstr "No es posible escribir envv en el archivo de registro: %s" #: src/uml/uml_driver.c:859 src/uml/uml_driver.c:862 src/uml/uml_driver.c:867 #, c-format msgid "Unable to write argv to logfile: %s" msgstr "No es posible escribir argv en el archivo de registro: %s" #: src/uml/uml_driver.c:913 #, c-format msgid "Got unexpected pid %d != %d" msgstr "Se ha obtenido un pid no esperado %d != %d" #: src/uml/uml_driver.c:963 #, 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:970 #, 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:979 msgid "uml state driver is not active" msgstr "el estado de controlador uml es no activo" #: src/uml/uml_driver.c:1196 #, c-format msgid "cannot parse version %s" msgstr "no es posible analizar versión %s" #: src/uml/uml_driver.c:1287 msgid "shutdown operation failed" msgstr "Falló la operación de desconexión" #: src/uml/uml_driver.c:1474 msgid "cannot read cputime for domain" msgstr "No es posible leer cputime para el dominio" #: src/uml/uml_driver.c:1798 #, c-format msgid "cannot read %s" msgstr "no es posible leer %s" #: src/util/bridge.c:397 msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented" msgstr "Sin habilitar IFF_VNET_HDR; TUNGETFEATURES ioctl() no implementado" #: src/util/bridge.c:403 msgid "" "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR" msgstr "" "Sin habilitar IFF_VNET_HDR; TUNGETFEATURES ioctl() reporta que no hay " "IFF_VNET_HDR " #: src/util/bridge.c:412 msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented" msgstr "Sin habilitar IFF_VNET_HDR; TUNGETIFF ioctl() no implementado " #: src/util/bridge.c:417 msgid "Enabling IFF_VNET_HDR" msgstr "Habilitando IFF_VNET_HDR" #: src/util/bridge.c:422 msgid "Not enabling IFF_VNET_HDR; disabled at build time" msgstr "" "Sin habilitar IFF_VNET_HDR; inhabilitado en el momento de la compilación" #: src/util/conf.c:354 msgid "unterminated number" msgstr "número indeterminado" #: src/util/conf.c:387 src/util/conf.c:407 src/util/conf.c:422 msgid "unterminated string" msgstr "cadena no determinada" #: src/util/conf.c:453 src/util/conf.c:516 msgid "expecting a value" msgstr "esperando un valor" #: src/util/conf.c:464 msgid "lists not allowed in VMX format" msgstr "lista no permitida en formato VMX" #: src/util/conf.c:478 msgid "expecting a separator in list" msgstr "esperando un separador en lista" #: src/util/conf.c:501 msgid "list is not closed with ]" msgstr "la lista no finaliza con ]" #: src/util/conf.c:508 msgid "numbers not allowed in VMX format" msgstr "números no permitidos en formato VMX" #: src/util/conf.c:551 msgid "expecting a name" msgstr "se espera un nombre" #: src/util/conf.c:615 msgid "expecting a separator" msgstr "se espera un separador" #: src/util/conf.c:646 msgid "expecting an assignment" msgstr "se espera una tarea" #: src/util/conf.c:937 msgid "failed to open file" msgstr "Falló al abrir el archivo" #: src/util/conf.c:948 msgid "failed to save content" msgstr "Falló al guardar el contenido" #: src/util/iptables.c:103 #, c-format msgid "Failed to run '%s %s': %s" msgstr "Fallo al ejecutar '%s %s': %s" #: src/util/iptables.c:151 msgid "Failed to read " msgstr "Falló al leer" #: src/util/iptables.c:180 msgid "Failed to write to " msgstr "Fallo al intentar escribir sobre" #: src/util/iptables.c:246 #, c-format msgid "Failed to create directory %s : %s" msgstr "Falló al crear el directorio %s : %s" #: src/util/iptables.c:252 #, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "Fallo al intentar guardar reglas de iptables a %s : %s" #: src/util/iptables.c:553 #, c-format msgid "Failed to remove iptables rule '%s' from chain '%s' in table '%s': %s" msgstr "" "Fallo al intentar eliminar la regla iptables '%s' de la cadena '%s' en la " "tabla '%s': %s" #: src/util/iptables.c:563 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" "Fallo al añadir la regla iptables '%s' a la cadena '%s' de la tabla '%s': %s" #: src/util/logging.c:332 msgid "Ignoring invalid log level setting." msgstr "Ignorando configuración no válida de nivel de registro." #: src/util/logging.c:783 msgid "Ignoring invalid log output setting." msgstr "Ignorando configuración no válida de salida de registro." #: src/util/logging.c:839 msgid "Ignoring invalid log filter setting." msgstr "Ignorando configuración no válida de filtro de registro." #: src/util/logging.c:957 msgid "Ignoring invalid log level setting" msgstr "Ignorando configuración no válida de nivel de registro" #: src/util/pci.c:154 #, c-format msgid "Failed to open config space file '%s': %s" msgstr "Falló al abrir el archivo de configuración de espacio '%s': %s" #: src/util/pci.c:174 #, c-format msgid "Failed to read from '%s' : %s" msgstr "Falló al leer desde '%s' : %s" #: src/util/pci.c:214 #, c-format msgid "Failed to write to '%s' : %s" msgstr "Falló al escribir en '%s' : %s" #: src/util/pci.c:477 #, 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:486 #, c-format msgid "Failed to find parent device for %s" msgstr "Falló al encontrar un dispositivo principal para %s" #: src/util/pci.c:499 src/util/pci.c:545 #, c-format msgid "Failed to save PCI config space for %s" msgstr "Falló al guardar espacio de configuración PCI para %s" #: src/util/pci.c:519 src/util/pci.c:565 #, 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:578 #, 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:600 #, c-format msgid "Not resetting active device %s" msgstr "No se está reiniciando el dispositivo activo %s" #: src/util/pci.c:627 #, c-format msgid "Unable to reset PCI device %s: %s" msgstr "No es posible reiniciar el dispositivo PCI %s: %s" #: src/util/pci.c:629 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:683 #, c-format msgid "failed to load pci-stub or pciback drivers: %s" msgstr "Falló al cargar controladores pci-stub o pciback: %s" #: src/util/pci.c:712 #, 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:725 #, c-format msgid "Failed to unbind PCI device '%s'" msgstr "Falló al desmontar dispositivo PCI '%s'" #: src/util/pci.c:738 #, 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:746 src/util/pci.c:793 #, c-format msgid "Failed to bind PCI device '%s' to %s" msgstr "Falló al asociar dispositivo PCI '%s' con %s" #: src/util/pci.c:758 #, 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:772 src/util/pci.c:833 msgid "cannot find any PCI stub module" msgstr "no es posible encontrar ningún modulo stub PCI" #: src/util/pci.c:803 #, c-format msgid "Failed to remove slot for PCI device '%s' to %s" msgstr "Falló al eliminar slot para dispositivo PCI '%s' hacia %s" #: src/util/pci.c:818 #, 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:896 #, 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:975 #, c-format msgid "Device %s is already in use" msgstr "el nombre del puente '%s' ya está siendo utilizado." #: src/util/storage_file.c:289 #, c-format msgid "cannot read header '%s'" msgstr "no es posible leer el encabezadio '%s'" #: src/util/storage_file.c:415 #, c-format msgid "cannot open file '%s'" msgstr "no es posible abrir el archivo '%s'" #: src/util/util.c:346 msgid "cannot block signals" msgstr "no es posible bloquear señales" #: src/util/util.c:361 msgid "cannot create pipe" msgstr "no es posible crear pipe" #: src/util/util.c:368 src/util/util.c:397 msgid "Failed to set non-blocking file descriptor flag" msgstr "Falló al definir marca de descriptor de archivo non-blocking" #: src/util/util.c:390 msgid "Failed to create pipe" msgstr "Falló al crear pipe" #: src/util/util.c:417 src/util/util.c:532 msgid "cannot fork child process" msgstr "no es posible iniciar proceso hijo" #: src/util/util.c:436 src/util/util.c:473 msgid "cannot unblock signals" msgstr "no es posible desbloquear señales" #: src/util/util.c:489 msgid "failed to setup stdin file handle" msgstr "Falló al definir manipulador de archivo stdin" #: src/util/util.c:495 msgid "failed to setup stdout file handle" msgstr "Falló al definir manipulador de archivo stdout" #: src/util/util.c:501 msgid "failed to setup stderr file handle" msgstr "Falló al definir manipulador de archivo stderr" #: src/util/util.c:519 msgid "cannot become session leader" msgstr "no es posible convertirse en líder de sesión" #: src/util/util.c:525 #, c-format msgid "cannot change to root directory: %s" msgstr "no es posible trasladarse al directorio raíz: %s" #: src/util/util.c:542 #, c-format msgid "could not write pidfile %s for %d" msgstr "no es posible escribir el archivo pid %s de %d" #: src/util/util.c:566 #, c-format msgid "cannot execute binary %s" msgstr "no es posible ejecutar binario %s" #: src/util/util.c:690 #, c-format msgid "Intermediate daemon process exited with status %d." msgstr "Demonio de proceso intermedio finalizado con estado %d." #: src/util/util.c:735 msgid "Unknown poll response." msgstr "Respuesta a solicitud desconocida." #: src/util/util.c:766 msgid "poll error" msgstr "error en la consulta" #: src/util/util.c:833 #, c-format msgid "cannot wait for '%s'" msgstr "No es posible esperar a '%s'" #: src/util/util.c:842 #, c-format msgid "'%s' exited with non-zero status %d and signal %d: %s" msgstr "'%s' finalizado con estado %d diferente a cero, y señal %d: %s" #: src/util/util.c:967 #, c-format msgid "Failed to open file '%s'" msgstr "Falló al abrir el disco '%s'" #: src/util/util.c:974 #, c-format msgid "Failed to read file '%s'" msgstr "Falló al leer el archivo '%s' " #: src/util/util.c:1817 msgid "failed to determine host name" msgstr "Falló al determinar el nombre del host" #: src/util/util.c:1828 #, fuzzy, c-format msgid "getaddrinfo failed for '%s': %s" msgstr "Falló al añadir %s disco %s: %s " #: src/util/util.c:1834 #, fuzzy msgid "could not determine canonical host name" msgstr "Falló al determinar el nombre del host" #: src/util/util.c:1965 #, c-format msgid "Failed to find user record for uid '%d'" msgstr "Falló al buscar registro de usuario para el uid '%d' " #: src/util/util.c:2019 #, 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:2056 #, c-format msgid "Failed to find group record for name '%s'" msgstr "Falló al buscar registro de grupo para el nombre '%s' " #: src/util/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" "Retornando al UUID pseudo aleatorio, falló al generar bytes aleatorios: %s" #: src/util/virterror.c:220 msgid "Unknown failure" msgstr "Falla desconocida" #: src/util/virterror.c:534 msgid "warning" msgstr "aviso" #: src/util/virterror.c:537 msgid "error" msgstr "error" #: src/util/virterror.c:671 msgid "No error message provided" msgstr "No se ha provisto un mensaje de error" #: src/util/virterror.c:734 #, c-format msgid "internal error %s" msgstr "error interno %s" #: src/util/virterror.c:736 msgid "internal error" msgstr "error interno" #: src/util/virterror.c:739 msgid "out of memory" msgstr "memoria agotada" #: src/util/virterror.c:743 msgid "this function is not supported by the hypervisor" msgstr "esta función no está soportada por el hypervisor" #: src/util/virterror.c:745 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "esta función no está soportada por el hypervisor: %s" #: src/util/virterror.c:749 msgid "no hypervisor driver available" msgstr "no existe un controlador de hypervisor disponible" #: src/util/virterror.c:751 #, c-format msgid "no hypervisor driver available for %s" msgstr "no existe un controlador de hypervisor disponible para %s " #: src/util/virterror.c:755 msgid "invalid connection pointer in" msgstr "indicador de conexión inválido en" #: src/util/virterror.c:757 #, c-format msgid "invalid connection pointer in %s" msgstr "indicador de conexión inválido en %s" #: src/util/virterror.c:761 msgid "invalid domain pointer in" msgstr "indicador de dominio inválido en" #: src/util/virterror.c:763 #, c-format msgid "invalid domain pointer in %s" msgstr "indicador de dominio inválido en %s" #: src/util/virterror.c:767 msgid "invalid argument in" msgstr "argumento inválido en " #: src/util/virterror.c:769 #, c-format msgid "invalid argument in %s" msgstr "argumento inválido en %s" #: src/util/virterror.c:773 #, c-format msgid "operation failed: %s" msgstr "Falló la operación: %s" #: src/util/virterror.c:775 msgid "operation failed" msgstr "Falló la operación" #: src/util/virterror.c:779 #, c-format msgid "GET operation failed: %s" msgstr "Falló la operación GET: %s" #: src/util/virterror.c:781 msgid "GET operation failed" msgstr "Falló la operación GET" #: src/util/virterror.c:785 #, c-format msgid "POST operation failed: %s" msgstr "Falló la creación del POST: %s" #: src/util/virterror.c:787 msgid "POST operation failed" msgstr "Falló la creación POST" #: src/util/virterror.c:790 #, 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:794 #, c-format msgid "unknown host %s" msgstr "host %s desconocido" #: src/util/virterror.c:796 msgid "unknown host" msgstr "host desconocido" #: src/util/virterror.c:800 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "Falló al serializar S-Expr: %s" #: src/util/virterror.c:802 msgid "failed to serialize S-Expr" msgstr "Falló al serializar S-Expr" #: src/util/virterror.c:806 msgid "could not use Xen hypervisor entry" msgstr "no se pudo utilizar la entrada del hypervisor Xen" #: src/util/virterror.c:808 #, 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:812 msgid "could not connect to Xen Store" msgstr "no se ha podido conectar con el Depósito Xen" #: src/util/virterror.c:814 #, 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:817 #, c-format msgid "failed Xen syscall %s" msgstr "Falló syscall Xen %s" #: src/util/virterror.c:821 msgid "unknown OS type" msgstr "tipo de sistema operativo desconocido" #: src/util/virterror.c:823 #, c-format msgid "unknown OS type %s" msgstr "tipo de sistema operativo %s desconocido" #: src/util/virterror.c:826 msgid "missing kernel information" msgstr "falta información del kernel " #: src/util/virterror.c:830 msgid "missing root device information" msgstr "falta información del dispositivo raíz" #: src/util/virterror.c:832 #, 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:836 msgid "missing source information for device" msgstr "no se encuentra información de origen para el dispositivo" #: src/util/virterror.c:838 #, 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:842 msgid "missing target information for device" msgstr "no se encuentra información de destino para el dispositivo" #: src/util/virterror.c:844 #, 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:848 msgid "missing domain name information" msgstr "falta información de nombre del dominio" #: src/util/virterror.c:850 #, 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:854 msgid "missing operating system information" msgstr "falta información del sistema operativo" #: src/util/virterror.c:856 #, c-format msgid "missing operating system information for %s" msgstr "no se encuentra información de sistema operativo para %s" #: src/util/virterror.c:860 msgid "missing devices information" msgstr "falta información de dispositivos" #: src/util/virterror.c:862 #, c-format msgid "missing devices information for %s" msgstr "no se encuentra información de dispositivos para %s" #: src/util/virterror.c:866 msgid "too many drivers registered" msgstr "demasiados dispositivos registrados" #: src/util/virterror.c:868 #, c-format msgid "too many drivers registered in %s" msgstr "demasiados dispositivos registrados en %s" #: src/util/virterror.c:872 msgid "library call failed, possibly not supported" msgstr "Falló el llamado a la biblioteca, posiblemente no tenga soporte" #: src/util/virterror.c:874 #, 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:878 msgid "XML description not well formed or invalid" msgstr "descripción XML erróneamente formada o inválida" #: src/util/virterror.c:880 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "descripción XML para %s erróneamente formado o inválida" #: src/util/virterror.c:884 msgid "this domain exists already" msgstr "este dominio ya existe" #: src/util/virterror.c:886 #, c-format msgid "domain %s exists already" msgstr "el dominio %s ya existe" #: src/util/virterror.c:890 msgid "operation forbidden for read only access" msgstr "operación no permitida para acceso de solo lectura" #: src/util/virterror.c:892 #, c-format msgid "operation %s forbidden for read only access" msgstr "operación %s prohibida para acceso de solo lectura" #: src/util/virterror.c:896 msgid "failed to open configuration file for reading" msgstr "Falló al abrir el archivo de configuración para lectura" #: src/util/virterror.c:898 #, c-format msgid "failed to open %s for reading" msgstr "Falló al abrir %s para lectura" #: src/util/virterror.c:902 msgid "failed to read configuration file" msgstr "Falló al leer archivo de configuración" #: src/util/virterror.c:904 #, c-format msgid "failed to read configuration file %s" msgstr "Falló al leer archivo de configuración %s" #: src/util/virterror.c:908 msgid "failed to parse configuration file" msgstr "Falló al analizar archivo de configuración" #: src/util/virterror.c:910 #, c-format msgid "failed to parse configuration file %s" msgstr "Falló al analizar el archivo de configuración %s" #: src/util/virterror.c:914 msgid "configuration file syntax error" msgstr "error de sintaxis en el archivo de configuración" #: src/util/virterror.c:916 #, c-format msgid "configuration file syntax error: %s" msgstr "error de sintaxis en el archivo de configuración: %s" #: src/util/virterror.c:920 msgid "failed to write configuration file" msgstr "Falló al escribir archivo de configuración" #: src/util/virterror.c:922 #, c-format msgid "failed to write configuration file: %s" msgstr "Falló al escribir el archivo de configuración: %s" #: src/util/virterror.c:926 msgid "parser error" msgstr "error de examinador" #: src/util/virterror.c:932 msgid "invalid network pointer in" msgstr "indicador de red inválido en " #: src/util/virterror.c:934 #, c-format msgid "invalid network pointer in %s" msgstr "indicador de red inválido en %s" #: src/util/virterror.c:938 msgid "this network exists already" msgstr "esta red ya existe" #: src/util/virterror.c:940 #, c-format msgid "network %s exists already" msgstr "la red %s ya existe" #: src/util/virterror.c:944 msgid "system call error" msgstr "error de llamada de sistema" #: src/util/virterror.c:950 msgid "RPC error" msgstr "error RPC" #: src/util/virterror.c:956 msgid "GNUTLS call error" msgstr "error de llamada de GNUTLS" #: src/util/virterror.c:962 msgid "Failed to find the network" msgstr "Falló al encontrar la red" #: src/util/virterror.c:964 #, c-format msgid "Failed to find the network: %s" msgstr "Falló al encontrar la red: %s" #: src/util/virterror.c:968 msgid "Domain not found" msgstr "No se encontró el dominio" #: src/util/virterror.c:970 #, c-format msgid "Domain not found: %s" msgstr "No se encontró dominio: %s" #: src/util/virterror.c:974 msgid "Network not found" msgstr "No se encontró red" #: src/util/virterror.c:976 #, c-format msgid "Network not found: %s" msgstr "No se ha encontrado la red: %s" #: src/util/virterror.c:980 msgid "invalid MAC address" msgstr "dirección MAC no válida" #: src/util/virterror.c:982 #, c-format msgid "invalid MAC address: %s" msgstr "dirección MAC no válida: %s" #: src/util/virterror.c:986 msgid "authentication failed" msgstr "Falló la autenticación" #: src/util/virterror.c:988 #, c-format msgid "authentication failed: %s" msgstr "Falló la autenticación: %s" #: src/util/virterror.c:992 msgid "Storage pool not found" msgstr "No se encontró grupo de almacenamiento" #: src/util/virterror.c:994 #, c-format msgid "Storage pool not found: %s" msgstr "No se encontró grupo de almacenamiento: %s" #: src/util/virterror.c:998 msgid "Storage volume not found" msgstr "Volumen de almacenamiento no encontrado" #: src/util/virterror.c:1000 #, c-format msgid "Storage volume not found: %s" msgstr "No se encontró volumen de almacenamiento: %s" #: src/util/virterror.c:1004 msgid "invalid storage pool pointer in" msgstr "indicador de grupo de almacenamiento inválido en " #: src/util/virterror.c:1006 #, c-format msgid "invalid storage pool pointer in %s" msgstr "indicador de grupo de almacenamiento inválido en %s" #: src/util/virterror.c:1010 msgid "invalid storage volume pointer in" msgstr "indicador de volumen de almacenamiento inválido en " #: src/util/virterror.c:1012 #, c-format msgid "invalid storage volume pointer in %s" msgstr "indicador de volumen de almacenamiento inválido en %s" #: src/util/virterror.c:1016 msgid "Failed to find a storage driver" msgstr "Falló al encontrar un controlador de almacenamiento" #: src/util/virterror.c:1018 #, c-format msgid "Failed to find a storage driver: %s" msgstr "Falló al encontrar un dispositivo de almacenamiento: %s" #: src/util/virterror.c:1022 msgid "Failed to find a node driver" msgstr "Falló al encontrar un controlador de nodo" #: src/util/virterror.c:1024 #, c-format msgid "Failed to find a node driver: %s" msgstr "Falló al encontrar un controlador de nodo: %s" #: src/util/virterror.c:1028 msgid "invalid node device pointer" msgstr "indicador de dispositivo de nodo inválido" #: src/util/virterror.c:1030 #, c-format msgid "invalid node device pointer in %s" msgstr "indicador de dispositivo de nodo inválido en %s" #: src/util/virterror.c:1034 msgid "Node device not found" msgstr "Dispositivo de nodo no encontrado" #: src/util/virterror.c:1036 #, c-format msgid "Node device not found: %s" msgstr "Dispositivo de nodo no encontrado: %s" #: src/util/virterror.c:1040 msgid "Security model not found" msgstr "Modelo de seguridad no encontrado" #: src/util/virterror.c:1042 #, c-format msgid "Security model not found: %s" msgstr "No se encontró modelo de seguridad: %s" #: src/util/virterror.c:1046 msgid "Requested operation is not valid" msgstr "La operación solicitada no es válida" #: src/util/virterror.c:1048 #, c-format msgid "Requested operation is not valid: %s" msgstr "La información solicitada no es válida: %s" #: src/util/virterror.c:1052 msgid "Failed to find the interface" msgstr "Falló al encontrar la interfaz" #: src/util/virterror.c:1054 #, c-format msgid "Failed to find the interface: %s" msgstr "Falló al encontrar la interfaz: %s" #: src/util/virterror.c:1058 msgid "Interface not found" msgstr "No se encontró interfaz" #: src/util/virterror.c:1060 #, c-format msgid "Interface not found: %s" msgstr "No se encontró interfaz: %s" #: src/util/virterror.c:1064 msgid "invalid interface pointer in" msgstr "indicador de interfaz inválido en " #: src/util/virterror.c:1066 #, c-format msgid "invalid interface pointer in %s" msgstr "indicador de interfaz inválido en %s" #: src/util/virterror.c:1070 msgid "multiple matching interfaces found" msgstr "se han encontrado múltiples interfaces coincidentes" #: src/util/virterror.c:1072 #, c-format msgid "multiple matching interfaces found: %s" msgstr "se han encontrado múltiples interfaces coincidentes: %s" #: src/util/virterror.c:1076 msgid "Failed to find a secret storage driver" msgstr "Falló al intentar encontrar un controlador de almacenamiento secreto" #: src/util/virterror.c:1078 #, 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:1082 msgid "Invalid secret" msgstr "Secreto inválido" #: src/util/virterror.c:1084 #, c-format msgid "Invalid secret: %s" msgstr "Secreto inválido: %s" #: src/util/virterror.c:1088 msgid "Secret not found" msgstr "Secreto no encontrado" #: src/util/virterror.c:1090 #, c-format msgid "Secret not found: %s" msgstr "Secreto no encontrado: %s" #: src/util/virterror.c:1094 #, fuzzy msgid "unsupported configuration" msgstr "tipo de configuración %s no soportado" #: src/util/virterror.c:1096 #, fuzzy, c-format msgid "unsupported configuration: %s" msgstr "tipo de configuración %s no soportado" #: src/util/virterror.c:1100 #, fuzzy msgid "Timed out during operation" msgstr "Falló al obtener información de nodo" #: src/util/virterror.c:1102 #, c-format msgid "Timed out during operation: %s" msgstr "" #: src/util/virterror.c:1106 #, fuzzy msgid "Failed to make domain persistent after migration" msgstr "Falló al analizar la información de dominio Xend" #: src/util/virterror.c:1108 #, fuzzy, c-format msgid "Failed to make domain persistent after migration: %s" msgstr "Falló al guardar el dominio %s en %s" #: src/util/virterror.c:1186 msgid "internal error: buffer too small" msgstr "error interno: buffer demasiado pequeño" #: src/util/xml.c:60 msgid "Invalid parameter to virXPathString()" msgstr "Parámetro inválido hacia virXPathString()" #: src/util/xml.c:101 #, c-format msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()" msgstr "el valor '%s' es mayor que %Zd bytes en virXPathLimit()" #: src/util/xml.c:131 msgid "Invalid parameter to virXPathNumber()" msgstr "Parámetro inválido hacia virXPathNumber()" #: src/util/xml.c:161 msgid "Invalid parameter to virXPathLong()" msgstr "Parámetro inválido hacia virXPathLong()" #: src/util/xml.c:248 src/util/xml.c:346 msgid "Invalid parameter to virXPathULong()" msgstr "Parámetro inválido hacia virXPathULong)" #: src/util/xml.c:404 msgid "Invalid parameter to virXPathBoolean()" msgstr "Parámetro inválido hacia virXPathBoolean()" #: src/util/xml.c:442 msgid "Invalid parameter to virXPathNode()" msgstr "Parámetro inválido hacia virXPathNode()" #: src/util/xml.c:483 msgid "Invalid parameter to virXPathNodeSet()" msgstr "Parámetro inválido hacia virXPathNodeSet()" #: src/vbox/vbox_driver.c:127 src/vbox/vbox_tmpl.c:520 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:134 src/vbox/vbox_tmpl.c:527 #, 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:141 src/vbox/vbox_tmpl.c:534 #, 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:147 msgid "unable to initialize VirtualBox driver API" msgstr "no es posible iniciar controlador API de VirtualBox" #: src/xen/proxy_internal.c:242 #, c-format msgid "Failed to close socket %d\n" msgstr "Falló al cerrar el socket %d\n" #: src/xen/proxy_internal.c:299 #, c-format msgid "Failed to write to socket %d\n" msgstr "Falló al escribir en el socket %d\n" #: src/xen/proxy_internal.c:381 msgid "failed to write proxy request" msgstr "Falló al escribir la petición del proxy" #: src/xen/proxy_internal.c:392 src/xen/proxy_internal.c:415 msgid "failed to read proxy reply" msgstr "Falló al leer la respuesta del proxy" #: src/xen/proxy_internal.c:397 src/xen/proxy_internal.c:420 #: src/xen/proxy_internal.c:438 #, c-format msgid "Communication error with proxy: got %d bytes of %d\n" msgstr "Error de comunicación con el proxy: se obtuvieron %d bytes de %d\n" #: src/xen/proxy_internal.c:404 #, c-format msgid "Communication error with proxy: expected %d bytes got %d\n" msgstr "" "Error de comunicación con el proxy: se esperaban %d bytes, se obtuvieron %d\n" #: src/xen/proxy_internal.c:428 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "" "Error de comunicación con el proxy: se obtuvieron %d bytes, se " "empaquetaron \n" #: src/xen/proxy_internal.c:450 msgid "Communication error with proxy: malformed packet\n" msgstr "Error de comunicación con el proxy: paquete erróneo\n" #: src/xen/proxy_internal.c:454 #, c-format msgid "got asynchronous packet number %d\n" msgstr "se obtuvo un número de paquete no sincronizado%d\n" #: src/xen/xend_internal.c:127 msgid "failed to create a socket" msgstr "Falló al crear un socket" #: src/xen/xend_internal.c:150 msgid "failed to connect to xend" msgstr "Falló al conectarse con xend" #: src/xen/xend_internal.c:197 src/xen/xend_internal.c:200 msgid "failed to read from Xen Daemon" msgstr "Falló al leer desde el Demonio Xen" #: src/xen/xend_internal.c:388 #, c-format msgid "%d status from xen daemon: %s:%s" msgstr "estado %d del demonio xen: %s:%s " #: src/xen/xend_internal.c:439 src/xen/xend_internal.c:442 #: src/xen/xend_internal.c:450 #, c-format msgid "xend_post: error from xen daemon: %s" msgstr "xend_post: error del demonio xen: %s" #: src/xen/xend_internal.c:846 #, c-format msgid "unable to connect to '%s:%s'" msgstr "no es posible conectarse con '%s:%s'" #: src/xen/xend_internal.c:964 msgid "failed to urlencode the create S-Expr" msgstr "Falló al urlencode el S-Expr creado" #: src/xen/xend_internal.c:1005 msgid "domain information incomplete, missing domid" msgstr "información de dominio incompleta, no se encuentra domid" #: src/xen/xend_internal.c:1011 msgid "domain information incorrect domid not numeric" msgstr "información de dominio incorrecta, domid no es numérico" #: src/xen/xend_internal.c:1016 src/xen/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "información de dominio incompleta, falta uuid" #: src/xen/xend_internal.c:1055 src/xen/xend_internal.c:2351 #: src/xen/xend_internal.c:2358 msgid "domain information incomplete, missing name" msgstr "información de dominio incompleta, no se encuentra el nombre" #: src/xen/xend_internal.c:1149 msgid "domain information incomplete, missing HVM loader" msgstr "información de dominio incompleta, no se encuentra cargador HVM" #: src/xen/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "información de dominio incompleta, falta kernel y gestor de arranque" #: src/xen/xend_internal.c:1267 msgid "Unknown char device type" msgstr "Tipo de dispositivo de caracteres desconocido '%s'" #: src/xen/xend_internal.c:1301 src/xen/xend_internal.c:1341 #: src/xen/xend_internal.c:1357 src/xen/xend_internal.c:1492 #: src/xen/xend_internal.c:1520 src/xen/xend_internal.c:1536 msgid "malformed char device string" msgstr "cadena de dispositivo de caracteres errónea" #: src/xen/xend_internal.c:1465 #, c-format msgid "unknown chr device type '%s'" msgstr "tipo de dispositivo de caracteres desconocido '%s'" #: src/xen/xend_internal.c:1627 msgid "domain information incomplete, vbd has no dev" msgstr "información de dominio incompleta, vbd no posee dev" #: src/xen/xend_internal.c:1638 msgid "domain information incomplete, vbd has no src" msgstr "información de dominio incompleta, vbd no posee src" #: src/xen/xend_internal.c:1647 msgid "cannot parse vbd filename, missing driver name" msgstr "" "no es posible analizar nombre de archivo vbd, falta el nombre del dispositivo" #: src/xen/xend_internal.c:1656 src/xen/xm_internal.c:915 #, c-format msgid "Driver name %s too big for destination" msgstr "El nombre %s del controlador es demasiado extenso para el destino" #: src/xen/xend_internal.c:1667 msgid "cannot parse vbd filename, missing driver type" msgstr "no es posible analizar nombre de archivo" #: src/xen/xend_internal.c:1676 src/xen/xm_internal.c:936 #, c-format msgid "Driver type %s too big for destination" msgstr "El tipo %s del controlador es demasiado grande para el destino" #: src/xen/xend_internal.c:1828 #, c-format msgid "malformed mac address '%s'" msgstr "dirección mac '%s' errónea" #: src/xen/xend_internal.c:1909 #, c-format msgid "Sound model %s too big for destination" msgstr "El modelo %s de sonido es demasiado grande para el destino" #: src/xen/xend_internal.c:2109 #, c-format msgid "unknown graphics type '%s'" msgstr "tipo de gráficos '%s' desconocido" #: src/xen/xend_internal.c:2236 msgid "missing PCI domain" msgstr "no se encuentra el dominio PCI" #: src/xen/xend_internal.c:2241 msgid "missing PCI bus" msgstr "no se encuentra el bus PCI" #: src/xen/xend_internal.c:2246 msgid "missing PCI slot" msgstr "no se encuentra el slot PCI" #: src/xen/xend_internal.c:2251 msgid "missing PCI func" msgstr "no se encuentra func PCI" #: src/xen/xend_internal.c:2257 #, c-format msgid "cannot parse PCI domain '%s'" msgstr "no es posible analizar el dominio PCI '%s'" #: src/xen/xend_internal.c:2262 #, c-format msgid "cannot parse PCI bus '%s'" msgstr "no es posible analizar el bus PCI '%s'" #: src/xen/xend_internal.c:2267 #, c-format msgid "cannot parse PCI slot '%s'" msgstr "no es posible analizar el slot PCI '%s'" #: src/xen/xend_internal.c:2272 #, c-format msgid "cannot parse PCI func '%s'" msgstr "no es posible analizar func PCI '%s'" #: src/xen/xend_internal.c:2338 msgid "domain information incomplete, missing id" msgstr "la información del dominio es incompleta, no se encuentra el ID" #: src/xen/xend_internal.c:2406 #, c-format msgid "invalid CPU mask %s" msgstr "máscara de CPU %s no válida" #: src/xen/xend_internal.c:2417 src/xen/xend_internal.c:2427 #: src/xen/xend_internal.c:2437 #, c-format msgid "unknown lifecycle type %s" msgstr "tipo de ciclo de vida %s desconocido" #: src/xen/xend_internal.c:2822 msgid "topology syntax error" msgstr "error en la topología de la sintaxis" #: src/xen/xend_internal.c:2886 msgid "failed to parse Xend domain information" msgstr "Falló al analizar la información de dominio Xend" #: src/xen/xend_internal.c:3012 src/xen/xend_internal.c:3039 #: src/xen/xend_internal.c:3067 src/xen/xend_internal.c:3096 #: src/xen/xend_internal.c:3127 src/xen/xend_internal.c:3205 #: src/xen/xend_internal.c:3242 #, c-format msgid "Domain %s isn't running." msgstr "El dominio %s no se está ejecutando." #: src/xen/xend_internal.c:3400 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "xenDaemonDomainFetch falló al encontrar este dominio" #: src/xen/xend_internal.c:4159 src/xen/xend_internal.c:4166 msgid "unsupported device type" msgstr "tipo de dispositivo no soportado" #: src/xen/xend_internal.c:4271 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "xenDaemonGetAutostart falló al encontrar este dominio" #: src/xen/xend_internal.c:4312 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "xenDaemonSetAutostart falló al encontrar este dominio" #: src/xen/xend_internal.c:4320 msgid "unexpected value from on_xend_start" msgstr "valor no esperado de on_xend_start" #: src/xen/xend_internal.c:4336 msgid "sexpr2string failed" msgstr "Falló sexpr2string" #: src/xen/xend_internal.c:4341 msgid "Failed to redefine sexpr" msgstr "Falló al redefinir sexpr" #: src/xen/xend_internal.c:4346 msgid "on_xend_start not present in sexpr" msgstr "no se encuentra presente on_xend_start en sexpr" #: src/xen/xend_internal.c:4404 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:4414 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:4441 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "xenDaemonDomainMigrate: marca no soportada" #: src/xen/xend_internal.c:4454 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "xenDaemonDomainMigrate: URI no valido" #: src/xen/xend_internal.c:4459 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" "xenDaemonDomainMigrate: solo migraciones xenmigr:// están soportadas por Xen" #: src/xen/xend_internal.c:4466 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:4486 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "xenDaemonDomainMigrate: número de puerto inválido" #: src/xen/xend_internal.c:4545 msgid "failed to parse domain description" msgstr "Falló al analizar la descripción de dominio" #: src/xen/xend_internal.c:4551 msgid "failed to build sexpr" msgstr "Falló construir sexpr" #: src/xen/xend_internal.c:4561 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "Falló al crear dominio inactivo %s\n" #: src/xen/xend_internal.c:4736 src/xen/xend_internal.c:4812 #: src/xen/xend_internal.c:4909 msgid "unsupported in xendConfigVersion < 4" msgstr "no soportado en xendConfigVersion < 4" #: src/xen/xend_internal.c:4748 msgid "node information incomplete, missing scheduler name" msgstr "información de nodo incompleta, falta el nombre del organizador" #: src/xen/xend_internal.c:4766 src/xen/xend_internal.c:4867 #: src/xen/xend_internal.c:4979 msgid "Unknown scheduler" msgstr "Planificador desconocido" #: src/xen/xend_internal.c:4825 src/xen/xend_internal.c:4922 msgid "Failed to get a scheduler name" msgstr "Falló al obtener el nombre del planificador" #: src/xen/xend_internal.c:4838 src/xen/xend_internal.c:4958 msgid "domain information incomplete, missing cpu_weight" msgstr "información de dominio incompleta, no se encuentra cpu_weight" #: src/xen/xend_internal.c:4843 src/xen/xend_internal.c:4967 msgid "domain information incomplete, missing cpu_cap" msgstr "información de dominio incompleta, no se encuentra cpu_cap" #: src/xen/xend_internal.c:4849 #, c-format msgid "Weight %s too big for destination" msgstr "El peso %s es demasiado para el destino" #: src/xen/xend_internal.c:4858 #, c-format msgid "Cap %s too big for destination" msgstr "Demasiada capacidad %s para el destino" #: src/xen/xend_internal.c:5025 msgid "domainBlockPeek is not supported for dom0" msgstr "domainBlockPeek no soportado por dom0" #: src/xen/xend_internal.c:5046 #, c-format msgid "%s: invalid path" msgstr "%s: camino inválido" #: src/xen/xend_internal.c:5054 #, c-format msgid "failed to open for reading: %s" msgstr "no se pudo abrir para lectura: %s" #: src/xen/xend_internal.c:5066 #, 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:5148 src/xen/xend_internal.c:5194 #, c-format msgid "unexpected graphics type %d" msgstr "tipo de gráficos %d no esperado" #: src/xen/xend_internal.c:5237 msgid "unexpected chr device type" msgstr "tipo de dispositivo de caracteres no esperado" #: src/xen/xend_internal.c:5318 #, c-format msgid "Cannot directly attach floppy %s" msgstr "No es posible asociar directamente disquetera %s" #: src/xen/xend_internal.c:5330 #, c-format msgid "Cannot directly attach CDROM %s" msgstr "No es posible asociar directamente CDROM %s" #: src/xen/xend_internal.c:5430 src/xen/xm_internal.c:2080 #, c-format msgid "unsupported network type %d" msgstr "tipo de red %d no soportado" #: src/xen/xend_internal.c:5471 src/xen/xm_internal.c:2068 #, c-format msgid "network %s is not active" msgstr "la red %s no se encuentra activa" #: src/xen/xend_internal.c:5530 src/xen/xend_internal.c:5578 msgid "managed PCI devices not supported with XenD" msgstr "los dispositivos PCI administrados no tienen soporte con XenD" #: src/xen/xend_internal.c:5688 src/xen/xend_internal.c:5695 #: src/xen/xend_internal.c:5702 #, c-format msgid "unexpected lifecycle value %d" msgstr "valor %d de ciclo de vida no esperado" #: src/xen/xend_internal.c:5723 msgid "no HVM domain loader" msgstr "no existe un cargador de dominio HVM" #: src/xen/xend_internal.c:5963 msgid "hotplug of device type not supported" msgstr "conector de tipo de dispositivo no soportado" #: src/xen/xen_driver.c:265 #, c-format msgid "unexpected Xen URI path '%s', try xen:///" msgstr "camino '%s' Xen URI no esperado, intente xen:/// " #: src/xen/xen_driver.c:283 #, 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:300 msgid "cannot initialise mutex" msgstr "no es posible inicializar mutex" #: src/xen/xen_driver.c:1319 msgid "failed to get XML representation of migrated domain" msgstr "" #: src/xen/xen_driver.c:1326 #, fuzzy msgid "failed to define domain on destination host" msgstr "Falló al definir un dominio para %s" #: src/xen/xen_hypervisor.c:1340 #, 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:1349 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" "El parámetro de cap del planificador de crédito (%d) está fuera de rango (0-" "65535)" #: src/xen/xen_hypervisor.c:2313 #, fuzzy msgid "could not read CPU flags" msgstr "No es posible leer tipo de archivo '%s'" #: src/xen/xen_hypervisor.c:2595 src/xen/xen_hypervisor.c:2606 #, c-format msgid "cannot read file %s" msgstr "no es posible leer el archivo %s" #: src/xen/xen_inotify.c:131 src/xen/xen_inotify.c:207 #, c-format msgid "parsing uuid %s" msgstr "analizando uuid %s" #: src/xen/xen_inotify.c:156 msgid "finding dom on config list" msgstr "buscando dom en la lista de configuración" #: src/xen/xen_inotify.c:243 msgid "Error looking up domain" msgstr "Error al buscar un dominio" #: src/xen/xen_inotify.c:250 src/xen/xen_inotify.c:343 #: src/xen/xen_inotify.c:350 msgid "Error adding file to config cache" msgstr "Error al añadir el archivo al cache de configuración" #: src/xen/xen_inotify.c:296 msgid "conn, or private data is NULL" msgstr "los datos privados, o conn, son NULL" #: src/xen/xen_inotify.c:339 src/xen/xen_inotify.c:362 msgid "looking up dom" msgstr "buscando dom" #: src/xen/xen_inotify.c:407 #, c-format msgid "cannot open directory: %s" msgstr "no es posible abrir el directorio: %s" #: src/xen/xen_inotify.c:425 msgid "Error adding file to config list" msgstr "Error al agregar el archivo a la lista de configuración" #: src/xen/xen_inotify.c:435 msgid "initializing inotify" msgstr "inicializando inotify" #: src/xen/xen_inotify.c:446 #, c-format msgid "adding watch on %s" msgstr "añadiendo vigilancia en %s" #: src/xen/xm_internal.c:161 src/xen/xm_internal.c:192 #: src/xen/xm_internal.c:197 src/xen/xm_internal.c:220 #, c-format msgid "config value %s was malformed" msgstr "el valor de configuración %s había sido creado erróneamente" #: src/xen/xm_internal.c:242 src/xen/xm_internal.c:255 #, c-format msgid "config value %s was missing" msgstr "no se encontraba el valor de configuración %s" #: src/xen/xm_internal.c:248 #, c-format msgid "config value %s was not a string" msgstr "el valor de configuración %s no era una cadena" #: src/xen/xm_internal.c:405 #, c-format msgid "cannot stat: %s" msgstr "no es posible obtener el estado de: %s" #: src/xen/xm_internal.c:463 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "xenXMConfigCacheRefresh: virHashAddEntry" #: src/xen/xm_internal.c:515 #, c-format msgid "cannot read directory %s" msgstr "no es posible leer el directorio %s" #: src/xen/xm_internal.c:801 #, c-format msgid "unexpected value %s for on_poweroff" msgstr "valor %s no esperado para on_poweroff" #: src/xen/xm_internal.c:809 #, c-format msgid "unexpected value %s for on_reboot" msgstr "valor %s no esperado para on_reboot" #: src/xen/xm_internal.c:817 #, c-format msgid "unexpected value %s for on_crash" msgstr "valor %s no esperado para on_crash" #: src/xen/xm_internal.c:880 #, c-format msgid "Source file %s too big for destination" msgstr "El archivo fuente %s es demasiado extenso para el destino" #: src/xen/xm_internal.c:899 #, c-format msgid "Dest file %s too big for destination" msgstr "El archivo de destino %s es demasiado extenso para el destino" #: src/xen/xm_internal.c:1052 #, c-format msgid "MAC address %s too big for destination" msgstr "La dirección MAC %s es demasiado extensa para el destino" #: src/xen/xm_internal.c:1060 #, c-format msgid "Bridge %s too big for destination" msgstr "El puente %s es demasiado grande para el destino" #: src/xen/xm_internal.c:1068 #, c-format msgid "Script %s too big for destination" msgstr "El programa %s es demasiado extenso para el destino" #: src/xen/xm_internal.c:1083 #, c-format msgid "Vifname %s too big for destination" msgstr "El Vifname %s es demasiado extenso para el destino" #: src/xen/xm_internal.c:1091 #, c-format msgid "IP %s too big for destination" msgstr "La IP %s es demasiado extensa para el destino" #: src/xen/xm_internal.c:1194 #, c-format msgid "Domain %s too big for destination" msgstr "El archivo de destino %s es demasiado grande para el destino" #: src/xen/xm_internal.c:1204 #, c-format msgid "Bus %s too big for destination" msgstr "El bus %s es demasiado extenso para el destino" #: src/xen/xm_internal.c:1214 #, c-format msgid "Slot %s too big for destination" msgstr "El slot %s es demasiado extenso para el destino" #: src/xen/xm_internal.c:1224 #, c-format msgid "Function %s too big for destination" msgstr "La Función %s es demasiado grande para el destino" #: src/xen/xm_internal.c:1340 #, c-format msgid "VFB %s too big for destination" msgstr "El VFB %s es demasiado extenso para el destino" #: src/xen/xm_internal.c:1702 msgid "read only connection" msgstr "conexión de sólo lectura" #: src/xen/xm_internal.c:1707 msgid "not inactive domain" msgstr "dominio no inactivo" #: src/xen/xm_internal.c:1715 msgid "virHashLookup" msgstr "virHashLookup" #: src/xen/xm_internal.c:1720 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:2334 src/xen/xm_internal.c:2343 #: src/xen/xm_internal.c:2352 #, c-format msgid "unexpected lifecycle action %d" msgstr "acción %d de ciclo de vida no esperada" #: src/xen/xm_internal.c:2651 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:2657 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:2668 src/xen/xm_internal.c:2675 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:2684 msgid "config file name is too long" msgstr "el nombre del archivo de configuración es demasiado extenso" #: src/xen/xm_internal.c:2702 msgid "unable to get current time" msgstr "no es posible obtener el tiempo actual" #: src/xen/xm_internal.c:2711 src/xen/xm_internal.c:2718 msgid "unable to store config file handle" msgstr "no es posible guardar el ide del archivo de configuración" #: src/xen/xm_internal.c:2952 src/xen/xm_internal.c:3055 msgid "unknown device" msgstr "dispositivo desconocido" #: src/xen/xm_internal.c:3115 #, 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:3144 #, c-format msgid "failed to create link %s to %s" msgstr "Falló al crear enlace %s hacia %s" #: src/xen/xm_internal.c:3152 #, c-format msgid "failed to remove link %s" msgstr "Falló al eliminar enlace %s" #: src/xen/xs_internal.c:300 msgid "failed to connect to Xen Store" msgstr "Falló al conectarse con Depósito Xen" #: src/xen/xs_internal.c:325 msgid "adding watch @releaseDomain" msgstr "añadiendo vigilancia @releaseDomain" #: src/xen/xs_internal.c:334 msgid "adding watch @introduceDomain" msgstr "añadiendo vigilancia @introduceDomain" #: src/xen/xs_internal.c:1148 msgid "watch already tracked" msgstr "vigilancia ya rastreada" #: tools/console.c:76 #, c-format msgid "unable to open tty %s: %s\n" msgstr "no es posible abrir tty %s: %s\n" #: tools/console.c:87 #, c-format msgid "unable to get tty attributes: %s\n" msgstr "no es posible obtener atributos: %s\n" #: tools/console.c:96 #, c-format msgid "unable to set tty attributes: %s\n" msgstr "no es posible definir atributos: %s\n" #: tools/console.c:131 #, c-format msgid "failure waiting for I/O: %s\n" msgstr "Falló al esperar E/S: %s\n" #: tools/console.c:145 #, c-format msgid "failure reading input: %s\n" msgstr "Falló al leer entrada: %s\n" #: tools/console.c:167 #, c-format msgid "failure writing output: %s\n" msgstr "Falló al escribir saloda: %s\n" #: tools/virsh.c:354 msgid "unknown error" msgstr "error desconocido" #: tools/virsh.c:375 msgid "print help" msgstr "asistencia de impresión" #: tools/virsh.c:376 msgid "Prints global help or command specific help." msgstr "Imprime una asistencia general o específica de cada comando " #: tools/virsh.c:382 msgid "name of command" msgstr "nombre del comando" #: tools/virsh.c:394 msgid "" "Commands:\n" "\n" msgstr "" "Comandos:\n" "\n" #: tools/virsh.c:407 msgid "autostart a domain" msgstr "inicia automáticamente un dominio" #: tools/virsh.c:409 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:414 tools/virsh.c:512 tools/virsh.c:737 tools/virsh.c:773 #: tools/virsh.c:830 tools/virsh.c:897 tools/virsh.c:1148 tools/virsh.c:1191 #: tools/virsh.c:1434 tools/virsh.c:1477 tools/virsh.c:1515 tools/virsh.c:1553 #: tools/virsh.c:1591 tools/virsh.c:1629 tools/virsh.c:1780 tools/virsh.c:1866 #: tools/virsh.c:2003 tools/virsh.c:2059 tools/virsh.c:2115 tools/virsh.c:2234 #: tools/virsh.c:2481 tools/virsh.c:6079 tools/virsh.c:6154 tools/virsh.c:6215 #: tools/virsh.c:6273 tools/virsh.c:6331 tools/virsh.c:6447 tools/virsh.c:6567 #: tools/virsh.c:6724 tools/virsh.c:7037 msgid "domain name, id or uuid" msgstr "nombre del dominio, ID o uuid" #: tools/virsh.c:415 tools/virsh.c:2571 tools/virsh.c:3548 msgid "disable autostarting" msgstr "inhabilita el inicio automático" #: tools/virsh.c:436 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "Falló al marcar el dominio %s como iniciado automáticamente" #: tools/virsh.c:438 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "Falló al desmarcar el dominio %s como iniciado automáticamente" #: tools/virsh.c:444 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "El dominio %s se ha configurado para iniciarse automáticamente\n" #: tools/virsh.c:446 #, 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:456 msgid "(re)connect to hypervisor" msgstr "(re)conectarse con el hipervisor" #: tools/virsh.c:458 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:463 msgid "hypervisor connection URI" msgstr "conexión del hypervisor URI" #: tools/virsh.c:464 msgid "read-only connection" msgstr "conexión de sólo lectura" #: tools/virsh.c:475 msgid "Failed to disconnect from the hypervisor" msgstr "Falló al desconectarse del hypervisor" #: tools/virsh.c:494 msgid "Failed to connect to the hypervisor" msgstr "Falló al conectar con el hipervisor" #: tools/virsh.c:505 msgid "connect to the guest console" msgstr "conectarse con la consola huésped " #: tools/virsh.c:507 msgid "Connect the virtual serial console for the guest" msgstr "Conectar la consola virtual serial del huésped." #: tools/virsh.c:529 msgid "Failed to get local hostname" msgstr "Falló al obtener nombre del host local" #: tools/virsh.c:534 msgid "Failed to get connection hostname" msgstr "Falló al obtener nombre del host de conexión" #: tools/virsh.c:539 msgid "Cannot connect to a remote console device" msgstr "No es posible conectarse con un dispositivo de consola remoto" #: tools/virsh.c:544 #, fuzzy msgid "Unable to get domain status" msgstr "Falló al obtener el dominio '%s'" #: tools/virsh.c:549 #, fuzzy msgid "The domain is not running" msgstr "El dominio no está ejecutándose" #: tools/virsh.c:570 #, c-format msgid "Connected to domain %s\n" msgstr "Conectado con el dominio %s\n" #: tools/virsh.c:571 msgid "Escape character is ^]\n" msgstr "El caracter de salida es ^]\n" #: tools/virsh.c:575 msgid "No console available for domain\n" msgstr "No existe una terminal disponible para el dominio\n" #: tools/virsh.c:614 msgid "list domains" msgstr "muestra los dominios" #: tools/virsh.c:615 msgid "Returns list of domains." msgstr "Devuelve una lista de los dominios." #: tools/virsh.c:620 msgid "list inactive domains" msgstr "muestra los dominios inactivos" #: tools/virsh.c:621 msgid "list inactive & active domains" msgstr "muestra los dominios activos e inactivos" #: tools/virsh.c:643 tools/virsh.c:650 msgid "Failed to list active domains" msgstr "Falló al listar dominios activos" #: tools/virsh.c:661 tools/virsh.c:669 msgid "Failed to list inactive domains" msgstr "Falló al listar dominios inactivos" #: tools/virsh.c:678 msgid "Id" msgstr "Id" #: tools/virsh.c:678 tools/virsh.c:2952 tools/virsh.c:3225 tools/virsh.c:4200 #: tools/virsh.c:5161 msgid "Name" msgstr "Nombre" #: tools/virsh.c:678 tools/virsh.c:2952 tools/virsh.c:3225 tools/virsh.c:4200 msgid "State" msgstr "Estado" #: tools/virsh.c:691 tools/virsh.c:713 tools/virsh.c:8151 tools/virsh.c:8167 msgid "no state" msgstr "sin estado" #: tools/virsh.c:731 msgid "domain state" msgstr "estado del dominio" #: tools/virsh.c:732 msgid "Returns state about a domain." msgstr "Devuelve el estado acerca de un dominio." #: tools/virsh.c:767 msgid "get device block stats for a domain" msgstr "obtiene el estado de un dispositivo de bloque de un dominio" #: tools/virsh.c:768 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:774 msgid "block device" msgstr "dispositivo de bloque" #: tools/virsh.c:797 #, c-format msgid "Failed to get block stats %s %s" msgstr "Falló al obtener estado de bloqueo %s %s" #: tools/virsh.c:824 msgid "get network interface stats for a domain" msgstr "obtiene estadísticas de interfaz de red de un dominio" #: tools/virsh.c:825 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:831 msgid "interface device" msgstr "dispositivo de interfaz" #: tools/virsh.c:854 #, c-format msgid "Failed to get interface stats %s %s" msgstr "Falló al obtener estado de interface %s %s" #: tools/virsh.c:891 msgid "suspend a domain" msgstr "suspende un dominio" #: tools/virsh.c:892 msgid "Suspend a running domain." msgstr "Suspende la ejecución de un dominio." #: tools/virsh.c:915 #, c-format msgid "Domain %s suspended\n" msgstr "Dominio %s suspendido\n" #: tools/virsh.c:917 #, c-format msgid "Failed to suspend domain %s" msgstr "Falló al suspender el dominio %s" #: tools/virsh.c:929 msgid "create a domain from an XML file" msgstr "crea un dominio desde un archivo XML" #: tools/virsh.c:930 msgid "Create a domain." msgstr "Crea un dominio." #: tools/virsh.c:935 tools/virsh.c:992 msgid "file containing an XML domain description" msgstr "archivo que contiene una descripción de dominio XML" #: tools/virsh.c:937 tools/virsh.c:1097 msgid "attach to console after creation" msgstr "adjuntar a la terminal luego de haberse creado" #: tools/virsh.c:968 #, c-format msgid "Domain %s created from %s\n" msgstr "El dominio %s creado desde %s\n" #: tools/virsh.c:976 #, c-format msgid "Failed to create domain from %s" msgstr "Fallo al crear dominio desde %s" #: tools/virsh.c:986 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:987 msgid "Define a domain." msgstr "Define un dominio." #: tools/virsh.c:1019 #, c-format msgid "Domain %s defined from %s\n" msgstr "El dominio %s definido desde %s\n" #: tools/virsh.c:1023 #, c-format msgid "Failed to define domain from %s" msgstr "Falló al definir un dominio para %s" #: tools/virsh.c:1033 msgid "undefine an inactive domain" msgstr "quitar la definición de un dominio inactivo" #: tools/virsh.c:1034 msgid "Undefine the configuration for an inactive domain." msgstr "Quitar la definición de la configuración para un dominio inactivo." #: tools/virsh.c:1039 tools/virsh.c:2405 msgid "domain name or uuid" msgstr "nombre del dominio o uuid" #: tools/virsh.c:1062 #, 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:1074 #, c-format msgid "Domain %s has been undefined\n" msgstr "Se ha quitado la definición del dominio %s\n" #: tools/virsh.c:1076 #, c-format msgid "Failed to undefine domain %s" msgstr "Falló al quitarse la definición del dominio %s" #: tools/virsh.c:1089 msgid "start a (previously defined) inactive domain" msgstr "inicia un dominio inactivo (previamente definido)" #: tools/virsh.c:1090 msgid "Start a domain." msgstr "Inicia un dominio." #: tools/virsh.c:1095 msgid "name of the inactive domain" msgstr "nombre del dominio inactivo" #: tools/virsh.c:1118 msgid "Domain is already active" msgstr "El dominio ya se encuentra activo" #: tools/virsh.c:1124 #, c-format msgid "Domain %s started\n" msgstr "Se ha iniciado el dominio %s\n" #: tools/virsh.c:1131 #, c-format msgid "Failed to start domain %s" msgstr "Falló al iniciar el dominio %s" #: tools/virsh.c:1142 msgid "save a domain state to a file" msgstr "guarda el estado del dominio a un archivo" #: tools/virsh.c:1143 msgid "Save a running domain." msgstr "Guarda un dominio." #: tools/virsh.c:1149 msgid "where to save the data" msgstr "donde serán guardados los datos" #: tools/virsh.c:1171 #, c-format msgid "Domain %s saved to %s\n" msgstr "El dominio %s ha sido guardado en %s\n" #: tools/virsh.c:1173 #, c-format msgid "Failed to save domain %s to %s" msgstr "Falló al guardar el dominio %s en %s" #: tools/virsh.c:1185 msgid "show/set scheduler parameters" msgstr "muestra/define parámetros de planificación" #: tools/virsh.c:1186 msgid "Show/Set scheduler parameters." msgstr "Muestra/Define parámetros de planificación." #: tools/virsh.c:1192 msgid "parameter=value" msgstr "parameter=value" #: tools/virsh.c:1193 msgid "weight for XEN_CREDIT" msgstr "peso para XEN_CREDIT" #: tools/virsh.c:1194 msgid "cap for XEN_CREDIT" msgstr "capacidad para XEN_CREDIT" #: tools/virsh.c:1212 msgid "Invalid value of weight" msgstr "Valor de peso inválido" #: tools/virsh.c:1227 msgid "Invalid value of cap" msgstr "Valor de capacidad inválido" #: tools/virsh.c:1239 msgid "Invalid syntax for --set, expecting name=value" msgstr "Sintaxis no valida para --set, se espera name=value" #: tools/virsh.c:1254 msgid "Invalid value for parameter, expecting an int" msgstr "Valor de parámetro inválido, se espera un entero" #: tools/virsh.c:1261 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:1268 msgid "Invalid value for parameter, expecting an long long" msgstr "Valor inválido para el parámetro, se espera un long long" #: tools/virsh.c:1275 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:1281 msgid "Invalid value for parameter, expecting a double" msgstr "Valor de parámetro inválido, se espera un doble" #: tools/virsh.c:1315 tools/virsh.c:1319 msgid "Scheduler" msgstr "Planificador" #: tools/virsh.c:1319 msgid "Unknown" msgstr "Desconocido" #: tools/virsh.c:1391 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:1392 msgid "Restore a domain." msgstr "Restablece un dominio." #: tools/virsh.c:1397 msgid "the state to restore" msgstr "el estado a restablecer" #: tools/virsh.c:1416 #, c-format msgid "Domain restored from %s\n" msgstr "El Dominio restablecido desde %s\n" #: tools/virsh.c:1418 #, c-format msgid "Failed to restore domain from %s" msgstr "Falló al restablecer el dominio desde %s" #: tools/virsh.c:1428 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:1429 msgid "Core dump a domain." msgstr "Descarga un dominio." #: tools/virsh.c:1435 msgid "where to dump the core" msgstr "donde será guardado el núcleo" #: tools/virsh.c:1457 #, c-format msgid "Domain %s dumped to %s\n" msgstr "El Dominio %s ha sido descargado en %s\n" #: tools/virsh.c:1459 #, 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:1471 msgid "resume a domain" msgstr "reinicia un dominio" #: tools/virsh.c:1472 msgid "Resume a previously suspended domain." msgstr "Reanudar un dominio previamente suspendido" #: tools/virsh.c:1495 #, c-format msgid "Domain %s resumed\n" msgstr "El dominio %s ha sido reanudado\n" #: tools/virsh.c:1497 #, c-format msgid "Failed to resume domain %s" msgstr "Falló al reiniciar el dominio %s" #: tools/virsh.c:1509 msgid "gracefully shutdown a domain" msgstr "apagar un dominio de manera adecuada" #: tools/virsh.c:1510 msgid "Run shutdown in the target domain." msgstr "Ejecutar desconexión en el dominio elegido." #: tools/virsh.c:1533 #, c-format msgid "Domain %s is being shutdown\n" msgstr "El dominio %s está siendo apagado\n" #: tools/virsh.c:1535 #, c-format msgid "Failed to shutdown domain %s" msgstr "Falló al apagar el dominio %s" #: tools/virsh.c:1547 msgid "reboot a domain" msgstr "reinicia un dominio" #: tools/virsh.c:1548 msgid "Run a reboot command in the target domain." msgstr "Ejecutar un comando de reinicialización en el dominio elegido." #: tools/virsh.c:1571 #, c-format msgid "Domain %s is being rebooted\n" msgstr "El dominio %s está siendo reiniciado\n" #: tools/virsh.c:1573 #, c-format msgid "Failed to reboot domain %s" msgstr "Falló al reiniciar el dominio %s" #: tools/virsh.c:1585 msgid "destroy a domain" msgstr "destruir un dominio" #: tools/virsh.c:1586 msgid "Destroy a given domain." msgstr "Destruir un dominio dado." #: tools/virsh.c:1609 #, c-format msgid "Domain %s destroyed\n" msgstr "El dominio %s ha sido destruido\n" #: tools/virsh.c:1611 #, c-format msgid "Failed to destroy domain %s" msgstr "Falló al destruir el dominio %s" #: tools/virsh.c:1623 msgid "domain information" msgstr "información de dominio" #: tools/virsh.c:1624 msgid "Returns basic information about the domain." msgstr "Ofrece información básica acerca del dominio." #: tools/virsh.c:1652 tools/virsh.c:1654 msgid "Id:" msgstr "Id:" #: tools/virsh.c:1655 tools/virsh.c:4435 tools/virsh.c:5051 msgid "Name:" msgstr "Nombre:" #: tools/virsh.c:1658 tools/virsh.c:4438 msgid "UUID:" msgstr "UUID:" #: tools/virsh.c:1661 msgid "OS Type:" msgstr "Tipo de sistema operatuvo:" #: tools/virsh.c:1666 tools/virsh.c:1824 tools/virsh.c:4445 tools/virsh.c:4449 #: tools/virsh.c:4453 tools/virsh.c:4457 msgid "State:" msgstr "Estado:" #: tools/virsh.c:1669 tools/virsh.c:2186 msgid "CPU(s):" msgstr "CPU(s):" #: tools/virsh.c:1676 tools/virsh.c:1831 msgid "CPU time:" msgstr "hora del CPU:" #: tools/virsh.c:1680 tools/virsh.c:1683 msgid "Max memory:" msgstr "Memoria máxima:" #: tools/virsh.c:1684 msgid "no limit" msgstr "sin límites" #: tools/virsh.c:1686 msgid "Used memory:" msgstr "Memoria utilizada:" #: tools/virsh.c:1694 msgid "Autostart:" msgstr "Autoinicio:" #: tools/virsh.c:1695 msgid "enable" msgstr "activar" #: tools/virsh.c:1695 msgid "disable" msgstr "desactivar" #: tools/virsh.c:1708 msgid "Security model:" msgstr "Modelo de seguridad:" #: tools/virsh.c:1709 msgid "Security DOI:" msgstr "DOI de seguridad:" #: tools/virsh.c:1718 msgid "Security label:" msgstr "Etiqueta de seguridad:" #: tools/virsh.c:1731 msgid "NUMA free memory" msgstr "Memoria NUMA libre" #: tools/virsh.c:1732 msgid "display available free memory for the NUMA cell." msgstr "muestra la memoria libre disponible para la celda NUMA." #: tools/virsh.c:1737 msgid "NUMA cell number" msgstr "número de celda NUMA" #: tools/virsh.c:1763 msgid "Total" msgstr "Total" #: tools/virsh.c:1774 msgid "domain vcpu information" msgstr "información vcpu del dominio" #: tools/virsh.c:1775 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:1822 msgid "VCPU:" msgstr "VCPU:" #: tools/virsh.c:1823 msgid "CPU:" msgstr "CPU:" #: tools/virsh.c:1833 msgid "CPU Affinity:" msgstr "Afinidad del CPU:" #: tools/virsh.c:1845 msgid "Domain shut off, virtual CPUs not present." msgstr "Apagado del dominio, no hay CPU virtuales presentes." #: tools/virsh.c:1860 msgid "control domain vcpu affinity" msgstr "afinidad del control del dominio vcpu" #: tools/virsh.c:1861 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Adjuntar las VCPU del dominio con las CPU físicas del host." #: tools/virsh.c:1867 msgid "vcpu number" msgstr "número vcpu" #: tools/virsh.c:1868 msgid "host cpu number(s) (comma separated)" msgstr "números de cpu(s) del host (separadas por comas)" #: tools/virsh.c:1895 msgid "vcpupin: Invalid or missing vCPU number." msgstr "vcpupin: Número de vCPU inválido o inexistente." #: tools/virsh.c:1901 msgid "vcpupin: Missing cpulist" msgstr "vcpupin: No se encuentra cpulist" #: tools/virsh.c:1912 msgid "vcpupin: failed to get domain informations." msgstr "vcpupin: falló al obtener datos del el dominio." #: tools/virsh.c:1918 msgid "vcpupin: Invalid vCPU number." msgstr "vcpupin: Número de CPU inválido." #: tools/virsh.c:1927 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: Formato inválido. Cadena vacía." #: tools/virsh.c:1937 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" "cpulist: %s: Formato inválido. Se espera un dígito en la posición %d " "(cercano a '%c')." #: tools/virsh.c:1949 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" "cpulist: %s: Formato inválido. Se espera un dígito un una coma en la " "posición %d (cercano a '%c')." #: tools/virsh.c:1958 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "cpulist: %s: Formato inválido. Sobra una coma en la posición %d." #: tools/virsh.c:1974 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "El CPU físico %d no existe." #: tools/virsh.c:1997 msgid "change number of virtual CPUs" msgstr "modifica la cantidad de Cpus virtuales" #: tools/virsh.c:1998 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:2004 msgid "number of virtual CPUs" msgstr "cantidad de Cpus virtuales" #: tools/virsh.c:2024 msgid "Invalid number of virtual CPUs." msgstr "Cantidad no válida de Cpus virtuales." #: tools/virsh.c:2036 msgid "Too many virtual CPUs." msgstr "Demasiadas Cpus virtuales." #: tools/virsh.c:2053 msgid "change memory allocation" msgstr "modifica el alojamiento de la memoria" #: tools/virsh.c:2054 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:2060 msgid "number of kilobytes of memory" msgstr "cantidad de kilobytes de la memoria" #: tools/virsh.c:2081 tools/virsh.c:2093 tools/virsh.c:2137 #, c-format msgid "Invalid value of %d for memory size" msgstr "Valor de %d inválido para tamaño de memoria" #: tools/virsh.c:2087 msgid "Unable to verify MaxMemorySize" msgstr "No es posible verificar MaxMemorySize" #: tools/virsh.c:2109 msgid "change maximum memory limit" msgstr "modifica el límite de memoria máxima" #: tools/virsh.c:2110 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:2116 msgid "maximum memory limit in kilobytes" msgstr "límite de memoria máxima en kilobytes" #: tools/virsh.c:2143 msgid "Unable to verify current MemorySize" msgstr "No es posible verificar MemorySize actual" #: tools/virsh.c:2150 msgid "Unable to shrink current MemorySize" msgstr "No es posible disminuir MemorySize actual" #: tools/virsh.c:2156 msgid "Unable to change MaxMemorySize" msgstr "No es posible modificar MaxMemorySize" #: tools/virsh.c:2168 msgid "node information" msgstr "información de nodo" #: tools/virsh.c:2169 msgid "Returns basic information about the node." msgstr "Muestra información básica acerca del nodo." #: tools/virsh.c:2182 msgid "failed to get node information" msgstr "Falló al obtener información de nodo" #: tools/virsh.c:2185 msgid "CPU model:" msgstr "Modelo del CPU:" #: tools/virsh.c:2187 msgid "CPU frequency:" msgstr "Frecuencia del CPU:" #: tools/virsh.c:2188 msgid "CPU socket(s):" msgstr "Socket(s) del CPU" #: tools/virsh.c:2189 msgid "Core(s) per socket:" msgstr "Núcleo(s) por socket:" #: tools/virsh.c:2190 msgid "Thread(s) per core:" msgstr "Hilo(s) por núcleo:" #: tools/virsh.c:2191 msgid "NUMA cell(s):" msgstr "Celda(s) NUMA:" #: tools/virsh.c:2192 msgid "Memory size:" msgstr "Tamaño de memoria:" #: tools/virsh.c:2201 msgid "capabilities" msgstr "capacidades" #: tools/virsh.c:2202 msgid "Returns capabilities of hypervisor/driver." msgstr "Muestra capacidades del controlador/hypervisor." #: tools/virsh.c:2215 msgid "failed to get capabilities" msgstr "Falló al obtener capacidades" #: tools/virsh.c:2228 msgid "domain information in XML" msgstr "información del dominio en XML" #: tools/virsh.c:2229 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:2235 tools/virsh.c:3340 msgid "show inactive defined XML" msgstr "muestra XML definidos inactivos" #: tools/virsh.c:2236 msgid "include security sensitive information in XML dump" msgstr "incluye información de seguridad importante en la descarga XML" #: tools/virsh.c:2277 msgid "Convert native config to domain XML" msgstr "Convierte configuración nativa a dominio XML" #: tools/virsh.c:2278 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:2283 msgid "source config data format" msgstr "formato de configuración de datos fuente" #: tools/virsh.c:2284 msgid "config data file to import from" msgstr "configuración de datos de archivo desde donde importar" #: tools/virsh.c:2323 msgid "Convert domain XML to native config" msgstr "Convierte dominio XML en configuración nativa" #: tools/virsh.c:2324 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:2329 msgid "target config data type format" msgstr "tipo de formato de configuración de datos de sistema elegido" #: tools/virsh.c:2330 msgid "xml data file to export from" msgstr "archivo de datos xml hacia donde poder exportar" #: tools/virsh.c:2369 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:2375 msgid "domain id or uuid" msgstr "ID de dominio o uuid" #: tools/virsh.c:2399 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:2434 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:2440 msgid "domain id or name" msgstr "ID de dominio o nombre" #: tools/virsh.c:2459 msgid "failed to get domain UUID" msgstr "Falló al obtener dominio UUID" #: tools/virsh.c:2469 msgid "migrate domain to another host" msgstr "migrar el dominio hacia otro host" #: tools/virsh.c:2470 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:2475 msgid "live migration" msgstr "migración en vivo" #: tools/virsh.c:2476 msgid "peer-2-peer migration" msgstr "migración de par a par (peer-2-peer)" #: tools/virsh.c:2477 msgid "direct migration" msgstr "migración directa" #: tools/virsh.c:2478 msgid "tunnelled migration" msgstr "migración en túnel " #: tools/virsh.c:2479 #, fuzzy msgid "persist VM on destination" msgstr "El archivo de destino %s es demasiado extenso para el destino" #: tools/virsh.c:2480 #, fuzzy msgid "undefine VM on source" msgstr "quita la definición de un secreto" #: tools/virsh.c:2482 msgid "connection URI of the destination host" msgstr "conexión URI del host destino" #: tools/virsh.c:2483 msgid "migration URI, usually can be omitted" msgstr "migración URI, generalmente puede ser omitida" #: tools/virsh.c:2484 msgid "rename to new name during migration (if supported)" msgstr "modificarle nombre durante la migración (si es soportado)" #: tools/virsh.c:2505 msgid "migrate: Missing desturi" msgstr "migración: No se encuentre desturi" #: tools/virsh.c:2532 msgid "migrate: Unexpected migrateuri for peer2peer/direct migration" msgstr "migrate: migrateuri no esperada para la migración peer2peer/direct" #: tools/virsh.c:2563 msgid "autostart a network" msgstr "iniciar una red automáticamente " #: tools/virsh.c:2565 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:2570 tools/virsh.c:3090 msgid "network name or uuid" msgstr "nombre de red o uuid" #: tools/virsh.c:2592 #, c-format msgid "failed to mark network %s as autostarted" msgstr "Falló al identificarse la red %s como autoiniciable" #: tools/virsh.c:2594 #, 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:2600 #, c-format msgid "Network %s marked as autostarted\n" msgstr "La red %s ha sido marcada para iniciarse automáticamente\n" #: tools/virsh.c:2602 #, 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:2612 msgid "create a network from an XML file" msgstr "crear una red desde un archivo XML" #: tools/virsh.c:2613 msgid "Create a network." msgstr "Crear una red." #: tools/virsh.c:2618 tools/virsh.c:2666 msgid "file containing an XML network description" msgstr "archivo que contiene una descripción de red XML" #: tools/virsh.c:2645 #, c-format msgid "Network %s created from %s\n" msgstr "La red %s ha sido creada desde %s\n" #: tools/virsh.c:2649 #, c-format msgid "Failed to create network from %s" msgstr "Falló al crear la red desde %s" #: tools/virsh.c:2660 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:2661 msgid "Define a network." msgstr "Define una red." #: tools/virsh.c:2693 #, c-format msgid "Network %s defined from %s\n" msgstr "La red %s se encuentra definida desde %s\n" #: tools/virsh.c:2697 #, c-format msgid "Failed to define network from %s" msgstr "Falló al definir la red desde %s" #: tools/virsh.c:2708 msgid "destroy a network" msgstr "destruye una red" #: tools/virsh.c:2709 msgid "Destroy a given network." msgstr "destruye una red determinada." #: tools/virsh.c:2714 tools/virsh.c:2753 tools/virsh.c:7140 msgid "network name, id or uuid" msgstr "nombre de red, ID o uuid" #: tools/virsh.c:2732 #, c-format msgid "Network %s destroyed\n" msgstr "La red %s ha sido destruida\n" #: tools/virsh.c:2734 #, c-format msgid "Failed to destroy network %s" msgstr "Falló al destruir la red %s" #: tools/virsh.c:2747 msgid "network information in XML" msgstr "información de red en XML" #: tools/virsh.c:2748 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:2787 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:2788 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:2793 tools/virsh.c:3339 tools/virsh.c:3431 tools/virsh.c:3469 #: tools/virsh.c:3507 msgid "interface name or MAC address" msgstr "nombre de interfaz o dirección MAC" #: tools/virsh.c:2836 #, 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:2852 tools/virsh.c:7099 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:2862 #, 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:2887 msgid "list networks" msgstr "muestra las redes" #: tools/virsh.c:2888 msgid "Returns list of networks." msgstr "Muestra una lista de redes." #: tools/virsh.c:2893 msgid "list inactive networks" msgstr "muestra redes no activas" #: tools/virsh.c:2894 msgid "list inactive & active networks" msgstr "muestra redes activas y no activas" #: tools/virsh.c:2914 tools/virsh.c:2922 msgid "Failed to list active networks" msgstr "Falló al listar redes activas" #: tools/virsh.c:2933 tools/virsh.c:2943 msgid "Failed to list inactive networks" msgstr "Falló al listar redes no activas" #: tools/virsh.c:2953 tools/virsh.c:4200 msgid "Autostart" msgstr "Inicio automático" #: tools/virsh.c:2969 tools/virsh.c:2992 tools/virsh.c:4215 tools/virsh.c:4238 msgid "no autostart" msgstr "sin inicio automático" #: tools/virsh.c:2975 tools/virsh.c:3241 tools/virsh.c:4221 msgid "active" msgstr "activo" #: tools/virsh.c:2998 tools/virsh.c:3258 tools/virsh.c:4244 tools/virsh.c:4446 msgid "inactive" msgstr "inactivo" #: tools/virsh.c:3014 msgid "convert a network UUID to network name" msgstr "convierte un UUID de red en nombre de red" #: tools/virsh.c:3020 msgid "network uuid" msgstr "uuid de red" #: tools/virsh.c:3045 msgid "start a (previously defined) inactive network" msgstr "inicia una red no activa (previamente definida)" #: tools/virsh.c:3046 msgid "Start a network." msgstr "Inicia una red." #: tools/virsh.c:3051 msgid "name of the inactive network" msgstr "nombre de la red inactiva" #: tools/virsh.c:3068 #, c-format msgid "Network %s started\n" msgstr "La red %s se ha iniciado\n" #: tools/virsh.c:3071 #, c-format msgid "Failed to start network %s" msgstr "Falló al iniciar la red %s" #: tools/virsh.c:3084 msgid "undefine an inactive network" msgstr "quita la definición de una red no activa" #: tools/virsh.c:3085 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:3108 #, c-format msgid "Network %s has been undefined\n" msgstr "Ha sido quitada la definición de la red %s\n" #: tools/virsh.c:3110 #, c-format msgid "Failed to undefine network %s" msgstr "Falló al quitar la definición de %s" #: tools/virsh.c:3123 msgid "convert a network name to network UUID" msgstr "convierte un nombre de red en UUID de red" #: tools/virsh.c:3129 msgid "network name" msgstr "nombre de red" #: tools/virsh.c:3149 msgid "failed to get network UUID" msgstr "Falló al obtener UUID de red" #: tools/virsh.c:3161 msgid "list physical host interfaces" msgstr "muestra las interfaces de host físico" #: tools/virsh.c:3162 msgid "Returns list of physical host interfaces." msgstr "Devuelve una lista de las interfaces de los hosts físicos." #: tools/virsh.c:3167 msgid "list inactive interfaces" msgstr "muestra interfaces no activas" #: tools/virsh.c:3168 msgid "list inactive & active interfaces" msgstr "muestra interfaces activas y no activas" #: tools/virsh.c:3187 tools/virsh.c:3195 msgid "Failed to list active interfaces" msgstr "Falló al listar interfaces activas" #: tools/virsh.c:3206 tools/virsh.c:3216 msgid "Failed to list inactive interfaces" msgstr "Falló al listar interfaces no activas" #: tools/virsh.c:3226 msgid "MAC Address" msgstr "dirección MAC" #: tools/virsh.c:3273 msgid "convert an interface MAC address to interface name" msgstr "convierte una dirección de interfaz MAC a nombre de interfaz" #: tools/virsh.c:3279 msgid "interface mac" msgstr "interfaz mac" #: tools/virsh.c:3303 msgid "convert an interface name to interface MAC address" msgstr "convierte un nombre de interfaz a dirección de interfaz MAC" #: tools/virsh.c:3309 msgid "interface name" msgstr "nombre de interfaz" #: tools/virsh.c:3333 msgid "interface information in XML" msgstr "información de interfaz en XML" #: tools/virsh.c:3334 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:3378 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:3379 msgid "Define a physical host interface." msgstr "Define una interfaz de host físico." #: tools/virsh.c:3384 msgid "file containing an XML interface description" msgstr "archivo que contiene una descripción de interfaz XML" #: tools/virsh.c:3411 #, c-format msgid "Interface %s defined from %s\n" msgstr "La interfaz %s ha sido definida desde %s\n" #: tools/virsh.c:3415 #, c-format msgid "Failed to define interface from %s" msgstr "Falló al definirse la interfaz desde %s" #: tools/virsh.c:3425 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:3426 msgid "undefine an interface." msgstr "quita la definición de una interfaz." #: tools/virsh.c:3449 #, c-format msgid "Interface %s undefined\n" msgstr "Se ha quitado la definición de la interfaz %s\n" #: tools/virsh.c:3451 #, c-format msgid "Failed to undefine interface %s" msgstr "Falló al quitarse la definición de la interfaz %s" #: tools/virsh.c:3463 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:3464 msgid "start a physical host interface." msgstr "inicia una interfaz de host físico." #: tools/virsh.c:3487 #, c-format msgid "Interface %s started\n" msgstr "La interfaz %s se ha iniciado\n" #: tools/virsh.c:3489 #, c-format msgid "Failed to start interface %s" msgstr "Falló al iniciar la interfaz %s" #: tools/virsh.c:3501 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:3502 msgid "destroy a physical host interface." msgstr "destruye una interfaz de host físico." #: tools/virsh.c:3525 #, c-format msgid "Interface %s destroyed\n" msgstr "La interfaz %s ha sido destruida\n" #: tools/virsh.c:3527 #, c-format msgid "Failed to destroy interface %s" msgstr "Falló al destruir la interfaz %s" #: tools/virsh.c:3540 msgid "autostart a pool" msgstr "inicia automáticamente un grupo" #: tools/virsh.c:3542 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:3547 tools/virsh.c:3947 tools/virsh.c:3986 tools/virsh.c:4025 #: tools/virsh.c:4064 tools/virsh.c:4103 tools/virsh.c:4417 tools/virsh.c:4682 #: tools/virsh.c:4915 tools/virsh.c:4992 tools/virsh.c:5033 tools/virsh.c:5084 #: tools/virsh.c:5125 tools/virsh.c:5269 tools/virsh.c:7157 msgid "pool name or uuid" msgstr "nombre del grupo o uuid" #: tools/virsh.c:3569 #, c-format msgid "failed to mark pool %s as autostarted" msgstr "Falló al marcar el grupo %s como iniciable automáticamente" #: tools/virsh.c:3571 #, 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:3577 #, c-format msgid "Pool %s marked as autostarted\n" msgstr "El grupo %s ha sido marcado como iniciable automáticamente\n" #: tools/virsh.c:3579 #, 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:3589 msgid "create a pool from an XML file" msgstr "crea un grupo desde un archivo XML" #: tools/virsh.c:3590 tools/virsh.c:3812 msgid "Create a pool." msgstr "Crea un grupo." #: tools/virsh.c:3596 tools/virsh.c:3858 msgid "file containing an XML pool description" msgstr "archivo que contiene una descripción de grupo XML" #: tools/virsh.c:3623 #, c-format msgid "Pool %s created from %s\n" msgstr "El grupo %s ha sido creado desde %s\n" #: tools/virsh.c:3627 #, c-format msgid "Failed to create pool from %s" msgstr "Falló al crear grupo desde %s" #: tools/virsh.c:3638 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:3640 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:3648 msgid "file containing an XML description of the device" msgstr "archivo que contiene una descripción XML del dispositivo" #: tools/virsh.c:3677 #, 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:3681 #, c-format msgid "Failed to create node device from %s" msgstr "Falló al crear un dispositivo de nodo para %s" #: tools/virsh.c:3693 msgid "destroy a device on the node" msgstr "destruye un dispositivo en el nodo" #: tools/virsh.c:3694 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:3701 msgid "name of the device to be destroyed" msgstr "nombre de los dispositivos a ser destruidos" #: tools/virsh.c:3725 #, c-format msgid "Destroyed node device '%s'\n" msgstr "Se ha destruido el dispositivo de nodo '%s'\n" #: tools/virsh.c:3727 #, c-format msgid "Failed to destroy node device '%s'" msgstr "Falló al destruir el dispositivo de nodo '%s'" #: tools/virsh.c:3740 msgid "name of the pool" msgstr "nombre del grupo" #: tools/virsh.c:3741 msgid "print XML document, but don't define/create" msgstr "imprime un documento XML, pero no lo crea/define" #: tools/virsh.c:3742 msgid "type of the pool" msgstr "tipo del grupo" #: tools/virsh.c:3743 msgid "source-host for underlying storage" msgstr "host-fuente para el almacenamiento subyacente" #: tools/virsh.c:3744 msgid "source path for underlying storage" msgstr "camino de origen para el almacenamiento subyacente" #: tools/virsh.c:3745 msgid "source device for underlying storage" msgstr "dispositivo de origen para el almacenamiento subyacente" #: tools/virsh.c:3746 msgid "source name for underlying storage" msgstr "nombre de origen para el almacenamiento subyacente" #: tools/virsh.c:3747 msgid "target for underlying storage" msgstr "destino para el almacenamiento subyacente" #: tools/virsh.c:3794 tools/virsh.c:4648 tools/virsh.c:4953 msgid "Failed to allocate XML buffer" msgstr "Falló al asignarse el buffer XML" #: tools/virsh.c:3811 msgid "create a pool from a set of args" msgstr "crea un grupo desde un conjunto de argumentos" #: tools/virsh.c:3837 #, c-format msgid "Pool %s created\n" msgstr "El grupo %s ha sido creado\n" #: tools/virsh.c:3840 #, c-format msgid "Failed to create pool %s" msgstr "Falló al crear el grupo %s" #: tools/virsh.c:3852 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:3853 tools/virsh.c:3901 msgid "Define a pool." msgstr "Define un grupo" #: tools/virsh.c:3885 #, c-format msgid "Pool %s defined from %s\n" msgstr "El grupo %s ha sido definido desde %s\n" #: tools/virsh.c:3889 #, c-format msgid "Failed to define pool from %s" msgstr "Falló al definir el grupo desde %s" #: tools/virsh.c:3900 msgid "define a pool from a set of args" msgstr "define un grupo desde un conjunto de argumentos" #: tools/virsh.c:3926 #, c-format msgid "Pool %s defined\n" msgstr "El grupo %s ha sido definido\n" #: tools/virsh.c:3929 #, c-format msgid "Failed to define pool %s" msgstr "Falló al definir el grupo %s" #: tools/virsh.c:3941 msgid "build a pool" msgstr "compila un grupo" #: tools/virsh.c:3942 msgid "Build a given pool." msgstr "Compila un grupo determinado." #: tools/virsh.c:3965 #, c-format msgid "Pool %s built\n" msgstr "El pool %s ha sido compilado\n" #: tools/virsh.c:3967 #, c-format msgid "Failed to build pool %s" msgstr "Falló al compilar el grupo %s" #: tools/virsh.c:3980 msgid "destroy a pool" msgstr "destruye un grupo" #: tools/virsh.c:3981 msgid "Destroy a given pool." msgstr "Destruye un grupo determinado." #: tools/virsh.c:4004 #, c-format msgid "Pool %s destroyed\n" msgstr "El grupo %s ha sido destruid\n" #: tools/virsh.c:4006 #, c-format msgid "Failed to destroy pool %s" msgstr "Falló al destruir el grupo %s" #: tools/virsh.c:4019 msgid "delete a pool" msgstr "elimina un grupo" #: tools/virsh.c:4020 msgid "Delete a given pool." msgstr "Elimina un grupo determinado." #: tools/virsh.c:4043 #, c-format msgid "Pool %s deleted\n" msgstr "El grupo %s ha sido eliminado\n" #: tools/virsh.c:4045 #, c-format msgid "Failed to delete pool %s" msgstr "Falló al eliminar el grupo %s" #: tools/virsh.c:4058 msgid "refresh a pool" msgstr "actualiza un grupo" #: tools/virsh.c:4059 msgid "Refresh a given pool." msgstr "Actualiza un grupo determinado." #: tools/virsh.c:4082 #, c-format msgid "Pool %s refreshed\n" msgstr "El grupo %s ha sido actualizado\n" #: tools/virsh.c:4084 #, c-format msgid "Failed to refresh pool %s" msgstr "Falló al actualizar un grupo %s" #: tools/virsh.c:4097 msgid "pool information in XML" msgstr "información del grupo en XML" #: tools/virsh.c:4098 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:4137 msgid "list pools" msgstr "muestra los grupos" #: tools/virsh.c:4138 msgid "Returns list of pools." msgstr "Devuelve una lista de los grupos." #: tools/virsh.c:4143 msgid "list inactive pools" msgstr "muestra los grupos inactivos" #: tools/virsh.c:4144 msgid "list inactive & active pools" msgstr "muestra los grupos activos e inactivos" #: tools/virsh.c:4164 tools/virsh.c:4172 msgid "Failed to list active pools" msgstr "Falló al listar los grupos activos" #: tools/virsh.c:4183 tools/virsh.c:4191 msgid "Failed to list inactive pools" msgstr "Falló al listar los grupos no activos" #: tools/virsh.c:4259 msgid "find potential storage pool sources" msgstr "encontrar fuentes posibles de grupo de almacenamiento" #: tools/virsh.c:4260 tools/virsh.c:4340 msgid "Returns XML document." msgstr "Muestra documento XML." #: tools/virsh.c:4266 msgid "type of storage pool sources to find" msgstr "tipo de fuentes de grupo de almacenamiento a encontrar " #: tools/virsh.c:4267 msgid "optional host to query" msgstr "host opcional para consultar" #: tools/virsh.c:4268 msgid "optional port to query" msgstr "puerto opcional para consultar" #: tools/virsh.c:4313 msgid "Out of memory" msgstr "Memoria agotada" #: tools/virsh.c:4316 #, c-format msgid "virAsprintf failed (errno %d)" msgstr "Falló virAsprintf (errno %d)" #: tools/virsh.c:4325 tools/virsh.c:4376 #, c-format msgid "Failed to find any %s pool sources" msgstr "Falló al buscar alguna fuente %s de grupo" #: tools/virsh.c:4339 msgid "discover potential storage pool sources" msgstr "descubre posibles fuentes de grupo de almacenamiento" #: tools/virsh.c:4346 msgid "type of storage pool sources to discover" msgstr "tipo de fuentes de grupo de almacenamiento a descubrir" #: tools/virsh.c:4348 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:4411 msgid "storage pool information" msgstr "información de grupo de almacenamiento" #: tools/virsh.c:4412 msgid "Returns basic information about the storage pool." msgstr "Ofrece información básica acerca del grupo de almacenamiento." #: tools/virsh.c:4450 msgid "building" msgstr "compilando" #: tools/virsh.c:4454 tools/virsh.c:8137 tools/virsh.c:8163 msgid "running" msgstr "ejecutando" #: tools/virsh.c:4458 msgid "degraded" msgstr "degradado" #: tools/virsh.c:4465 tools/virsh.c:5061 msgid "Capacity:" msgstr "Capacidad:" #: tools/virsh.c:4468 tools/virsh.c:5064 msgid "Allocation:" msgstr "Ubicación:" #: tools/virsh.c:4471 msgid "Available:" msgstr "Disponible:" #: tools/virsh.c:4486 msgid "convert a pool UUID to pool name" msgstr "convierte un UUID de grupo a nombre de grupo" #: tools/virsh.c:4492 msgid "pool uuid" msgstr "uuid de grupo" #: tools/virsh.c:4517 msgid "start a (previously defined) inactive pool" msgstr "inicia un grupo no activo (previamente definido)" #: tools/virsh.c:4518 msgid "Start a pool." msgstr "Inicia un grupo." #: tools/virsh.c:4523 msgid "name of the inactive pool" msgstr "nombre del grupo inactivo" #: tools/virsh.c:4540 #, c-format msgid "Pool %s started\n" msgstr "Se ha iniciado el grupo %s\n" #: tools/virsh.c:4543 #, c-format msgid "Failed to start pool %s" msgstr "Falló al iniciar el grupo de almacenamiento %s" #: tools/virsh.c:4556 msgid "create a volume from a set of args" msgstr "crea un volumen desde un conjunto de argumentos" #: tools/virsh.c:4557 tools/virsh.c:4753 msgid "Create a vol." msgstr "Crea un volumen." #: tools/virsh.c:4562 tools/virsh.c:4721 tools/virsh.c:4758 tools/virsh.c:4816 msgid "pool name" msgstr "nombre del grupo" #: tools/virsh.c:4563 msgid "name of the volume" msgstr "nombre del volumen" #: tools/virsh.c:4564 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:4565 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:4566 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "formato de archivo raw, bochs, qcow, qcow2, vdmk" #: tools/virsh.c:4624 tools/virsh.c:4629 #, c-format msgid "Malformed size %s" msgstr "Tamaño %s erróneo" #: tools/virsh.c:4657 #, c-format msgid "Vol %s created\n" msgstr "Se ha creado el volumen %s\n" #: tools/virsh.c:4661 #, c-format msgid "Failed to create vol %s" msgstr "Falló al crearse el volumen %s" #: tools/virsh.c:4676 msgid "undefine an inactive pool" msgstr "quita la definición de un grupo inactivo" #: tools/virsh.c:4677 msgid "Undefine the configuration for an inactive pool." msgstr "Quita la definición de la configuración de un grupo inactivo." #: tools/virsh.c:4700 #, c-format msgid "Pool %s has been undefined\n" msgstr "Se ha quitado la definición del grupo %s\n" #: tools/virsh.c:4702 #, c-format msgid "Failed to undefine pool %s" msgstr "Falló al quitarse la definición del grupo %s" #: tools/virsh.c:4715 msgid "convert a pool name to pool UUID" msgstr "convierte un nombre de grupo en UUID de grupo" #: tools/virsh.c:4741 msgid "failed to get pool UUID" msgstr "Falló al obtener UUID de grupo" #: tools/virsh.c:4752 msgid "create a vol from an XML file" msgstr "crea un volumen desde un archivo XML" #: tools/virsh.c:4759 tools/virsh.c:4817 msgid "file containing an XML vol description" msgstr "archivo conteniendo una descripción de volumen XML" #: tools/virsh.c:4796 #, c-format msgid "Vol %s created from %s\n" msgstr "Se ha creado el volumen %s desde %s\n" #: tools/virsh.c:4800 tools/virsh.c:4857 #, c-format msgid "Failed to create vol from %s" msgstr "Falló al crearse un volumen desde %s" #: tools/virsh.c:4810 msgid "create a vol, using another volume as input" msgstr "crea un volumen utilizando otro volumen como entrada" #: tools/virsh.c:4811 msgid "Create a vol from an existing volume." msgstr "Crea un volumen a partir de un volumen existente." #: tools/virsh.c:4818 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:4819 msgid "input vol name or key" msgstr "nombre del volumen de entrada o clave" #: tools/virsh.c:4854 #, 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:4909 msgid "clone a volume." msgstr "clonar un volumen." #: tools/virsh.c:4910 msgid "Clone an existing volume." msgstr "Clonar un volumen ya existente." #: tools/virsh.c:4916 msgid "orig vol name or key" msgstr "origina el nombre de un volumen o la clave" #: tools/virsh.c:4917 msgid "clone name" msgstr "clona el nombre" #: tools/virsh.c:4939 msgid "failed to get parent pool" msgstr "Falló al obtener el grupo principal" #: tools/virsh.c:4960 #, c-format msgid "Vol %s cloned from %s\n" msgstr "Se ha colando el volumen %s a partir de %s\n" #: tools/virsh.c:4963 #, c-format msgid "Failed to clone vol from %s" msgstr "Falló al clonarse el volumen desde %s" #: tools/virsh.c:4986 msgid "delete a vol" msgstr "elimina un volumen" #: tools/virsh.c:4987 msgid "Delete a given vol." msgstr "Elimina un volumen determinado." #: tools/virsh.c:4993 tools/virsh.c:5034 tools/virsh.c:5085 msgid "vol name, key or path" msgstr "nombre del volumen, clave o ruta" #: tools/virsh.c:5012 #, c-format msgid "Vol %s deleted\n" msgstr "Se ha eliminando el volumen %s\n" #: tools/virsh.c:5014 #, c-format msgid "Failed to delete vol %s" msgstr "Falló al eliminarse el volumen %s" #: tools/virsh.c:5027 msgid "storage vol information" msgstr "información del volumen de almacenamiento" #: tools/virsh.c:5028 msgid "Returns basic information about the storage vol." msgstr "Devuelve información básica acerca del grupo de almacenamiento." #: tools/virsh.c:5056 msgid "Type:" msgstr "Tipo:" #: tools/virsh.c:5058 msgid "file" msgstr "archivo" #: tools/virsh.c:5058 msgid "block" msgstr "bloque" #: tools/virsh.c:5078 msgid "vol information in XML" msgstr "información del volumen en XML" #: tools/virsh.c:5079 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:5119 msgid "list vols" msgstr "muestra los volúmenes" #: tools/virsh.c:5120 msgid "Returns list of vols by pool." msgstr "Devuelve una lista de los volúmenes por grupo." #: tools/virsh.c:5145 tools/virsh.c:5153 msgid "Failed to list active vols" msgstr "Falló al listar volúmenes activos" #: tools/virsh.c:5161 msgid "Path" msgstr "Camino" #: tools/virsh.c:5197 msgid "convert a vol UUID to vol name" msgstr "convierte un UUID de volumen en nombre de volumen " #: tools/virsh.c:5203 msgid "vol key or path" msgstr "clave de volumen o ruta" #: tools/virsh.c:5230 msgid "convert a vol UUID to vol key" msgstr "convierte un UUID de volumen a clave de volumen" #: tools/virsh.c:5236 msgid "vol uuid" msgstr "uuid de volumen" #: tools/virsh.c:5263 msgid "convert a vol UUID to vol path" msgstr "convierte un volumen UUID a ruta de volumen" #: tools/virsh.c:5270 msgid "vol name or key" msgstr "nombre del volumen o clave" #: tools/virsh.c:5295 msgid "define or modify a secret from an XML file" msgstr "define o modifica un secreto desde un archivo XML" #: tools/virsh.c:5296 msgid "Define or modify a secret." msgstr "Define o modifica un secreto." #: tools/virsh.c:5301 msgid "file containing secret attributes in XML" msgstr "archivo que contiene atributos secretos en XML" #: tools/virsh.c:5326 #, c-format msgid "Failed to set attributes from %s" msgstr "Falló al establecer atributos desde %s" #: tools/virsh.c:5330 msgid "Failed to get UUID of created secret" msgstr "Falló al obtener el UUID del secreto generado" #: tools/virsh.c:5334 #, c-format msgid "Secret %s created\n" msgstr "Se ha creado el secreto %s\n" #: tools/virsh.c:5343 msgid "secret attributes in XML" msgstr "atributos secretos en XML" #: tools/virsh.c:5344 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:5349 tools/virsh.c:5389 tools/virsh.c:5448 tools/virsh.c:5500 msgid "secret UUID" msgstr "UUID secreto" #: tools/virsh.c:5383 msgid "set a secret value" msgstr "definir un valor secreto" #: tools/virsh.c:5384 msgid "Set a secret value." msgstr "Definir un valor secreto." #: tools/virsh.c:5390 msgid "base64-encoded secret value" msgstr "valor secreto codificado con base64" #: tools/virsh.c:5414 msgid "Invalid base64 data" msgstr "Datos base64 inválidos" #: tools/virsh.c:5418 tools/virsh.c:5477 tools/virsh.c:6528 tools/virsh.c:6797 msgid "Failed to allocate memory" msgstr "Falló al asignar la memoria" #: tools/virsh.c:5427 msgid "Failed to set secret value" msgstr "Falló al establecer el valor secreto" #: tools/virsh.c:5430 msgid "Secret value set\n" msgstr "Valor secreto definido\n" #: tools/virsh.c:5442 msgid "Output a secret value" msgstr "Mostrar un valor secreto" #: tools/virsh.c:5443 msgid "Output a secret value to stdout." msgstr "Mostrar un valor secreto en stdout." #: tools/virsh.c:5494 msgid "undefine a secret" msgstr "quita la definición de un secreto" #: tools/virsh.c:5495 msgid "Undefine a secret." msgstr "Quita la definición de un secreto." #: tools/virsh.c:5519 #, c-format msgid "Failed to delete secret %s" msgstr "Falló al eliminar el secreto %s" #: tools/virsh.c:5522 #, c-format msgid "Secret %s deleted\n" msgstr "Se ha eliminando el secreto %s\n" #: tools/virsh.c:5534 msgid "list secrets" msgstr "muestra los secretos" #: tools/virsh.c:5535 msgid "Returns a list of secrets" msgstr "Muestra una lista de secretos." #: tools/virsh.c:5550 tools/virsh.c:5557 msgid "Failed to list secrets" msgstr "Falló al listar los secretos" #: tools/virsh.c:5564 msgid "UUID" msgstr "UUID" #: tools/virsh.c:5564 msgid "Usage" msgstr "Utilización" #: tools/virsh.c:5578 msgid "Volume" msgstr "Volumen" #: tools/virsh.c:5588 msgid "Unused" msgstr "Sin utilizar" #: tools/virsh.c:5602 msgid "show version" msgstr "muestra la versión" #: tools/virsh.c:5603 msgid "Display the system version information." msgstr "Muestra información acerca de la versión del sistema." #: tools/virsh.c:5626 msgid "failed to get hypervisor type" msgstr "Falló al obtener tipo de hypervisor" #: tools/virsh.c:5635 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "Compilado contra la biblioteca: libvir %d.%d.%d\n" #: tools/virsh.c:5640 msgid "failed to get the library version" msgstr "Falló al obtener la versión de la biblioteca" #: tools/virsh.c:5647 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "Utilizando la biblioteca: libvir %d.%d.%d\n" #: tools/virsh.c:5654 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "Utilizando API: %s %d.%d.%d\n" #: tools/virsh.c:5659 msgid "failed to get the hypervisor version" msgstr "Falló al obtener la versión del hipervisor" #: tools/virsh.c:5664 #, 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:5671 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "Ejecutando hypervisor: %s %d.%d.%d\n" #: tools/virsh.c:5681 msgid "enumerate devices on this host" msgstr "enumera los dispositivos en este host" #: tools/virsh.c:5687 msgid "list devices in a tree" msgstr "muestra los dispositivos en un árbol" #: tools/virsh.c:5688 msgid "capability name" msgstr "nombre de la capacidad" #: tools/virsh.c:5789 msgid "Failed to count node devices" msgstr "Falló al numerar los dispositivos de nodo" #: tools/virsh.c:5799 msgid "Failed to list node devices" msgstr "Falló al listar los dispositivos de nodo" #: tools/virsh.c:5849 msgid "node device details in XML" msgstr "detalles del dispositivo de nodo en XML" #: tools/virsh.c:5850 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:5856 tools/virsh.c:5899 tools/virsh.c:5940 tools/virsh.c:5981 msgid "device key" msgstr "clave de dispositivo" #: tools/virsh.c:5872 tools/virsh.c:5915 tools/virsh.c:5956 tools/virsh.c:5997 msgid "Could not find matching device" msgstr "No se pudo encontrar un dispositivo coincidente" #: tools/virsh.c:5892 msgid "dettach node device from its device driver" msgstr "desmontar el dispositivo de nodo de su controlador" #: tools/virsh.c:5893 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:5920 #, c-format msgid "Device %s dettached\n" msgstr "El dispositivo %s ha sido desmontado\n" #: tools/virsh.c:5922 #, c-format msgid "Failed to dettach device %s" msgstr "Falló al desconectar el dispositivo %s" #: tools/virsh.c:5933 msgid "reattach node device to its device driver" msgstr "asociar nuevamente el dispositivo de nodo con su controlador" #: tools/virsh.c:5934 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:5961 #, c-format msgid "Device %s re-attached\n" msgstr "El dispositivo %s ha sido re asociado\n" #: tools/virsh.c:5963 #, c-format msgid "Failed to re-attach device %s" msgstr "Falló al reconectar el dispositivo %s" #: tools/virsh.c:5974 msgid "reset node device" msgstr "reiniciar dispositivo de nodo" #: tools/virsh.c:5975 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:6002 #, c-format msgid "Device %s reset\n" msgstr "Reinicia el dispositivo %s\n" #: tools/virsh.c:6004 #, c-format msgid "Failed to reset device %s" msgstr "Falló al reiniciar el dispositivo %s" #: tools/virsh.c:6015 msgid "print the hypervisor hostname" msgstr "muestra el nombre del host del hypervisor" #: tools/virsh.c:6030 msgid "failed to get hostname" msgstr "Falló al obtener nombre de host" #: tools/virsh.c:6044 msgid "print the hypervisor canonical URI" msgstr "imprimir el URI canónico del hypervisor" #: tools/virsh.c:6059 msgid "failed to get URI" msgstr "Falló al obtener URI" #: tools/virsh.c:6073 msgid "vnc display" msgstr "monitor VNC" #: tools/virsh.c:6074 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:6148 msgid "tty console" msgstr "consola tty" #: tools/virsh.c:6149 msgid "Output the device for the TTY console." msgstr "Muestra el dispositivo para la consola TTY." #: tools/virsh.c:6209 msgid "attach device from an XML file" msgstr "asocia un dispositivo desde un archivo XML" #: tools/virsh.c:6210 msgid "Attach device from an XML ." msgstr "Asocia un dispositivo desde un XML." #: tools/virsh.c:6216 tools/virsh.c:6274 msgid "XML file" msgstr "archivo XML" #: tools/virsh.c:6237 msgid "attach-device: Missing option" msgstr "attach-device: No se encuentra la opción " #: tools/virsh.c:6251 #, c-format msgid "Failed to attach device from %s" msgstr "No se pudo conectar el dispositivo desde %s" #: tools/virsh.c:6255 msgid "Device attached successfully\n" msgstr "El dispositivo fue asociado exitosamente\n" #: tools/virsh.c:6267 msgid "detach device from an XML file" msgstr "desmonta un dispositivo de un archivo XML" #: tools/virsh.c:6268 msgid "Detach device from an XML " msgstr "desmonta un dispositivo de un XML" #: tools/virsh.c:6295 msgid "detach-device: Missing option" msgstr "desmontar-dispositivo: No se encuentra la opción " #: tools/virsh.c:6309 #, c-format msgid "Failed to detach device from %s" msgstr "Falló al desmontarse el dispositivo desde %s" #: tools/virsh.c:6313 msgid "Device detached successfully\n" msgstr "El dispositivo fue desmontado exitosamente\n" #: tools/virsh.c:6325 msgid "attach network interface" msgstr "asociar interfaz de red" #: tools/virsh.c:6326 msgid "Attach new network interface." msgstr "Asociar nueva interfaz de red." #: tools/virsh.c:6332 tools/virsh.c:6448 msgid "network interface type" msgstr "tipo de interfaz de red" #: tools/virsh.c:6333 msgid "source of network interface" msgstr "interfaz de red de origen" #: tools/virsh.c:6334 msgid "target network name" msgstr "nombre de la red elegida" #: tools/virsh.c:6335 tools/virsh.c:6449 msgid "MAC address" msgstr "dirección MAC" #: tools/virsh.c:6336 msgid "script used to bridge network interface" msgstr "script utilizado para conectar la interfaz de red" #: tools/virsh.c:6368 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "No hay soporte para el comando %s en 'attach-interface'" #: tools/virsh.c:6424 msgid "Interface attached successfully\n" msgstr "La interfaz ha sido asociada exitosamente\n" #: tools/virsh.c:6441 msgid "detach network interface" msgstr "desmontar interfaz de red" #: tools/virsh.c:6442 msgid "Detach network interface." msgstr "Desmontar interfaz de red." #: tools/virsh.c:6487 tools/virsh.c:6492 msgid "Failed to get interface information" msgstr "Falló al obtener información de interfaz" #: tools/virsh.c:6500 #, c-format msgid "No found interface whose type is %s" msgstr "No se ha encontrado una interfaz cuyo tipo sea %s" #: tools/virsh.c:6522 #, 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:6533 tools/virsh.c:6802 msgid "Failed to create XML" msgstr "Falló al crear XML" #: tools/virsh.c:6541 msgid "Interface detached successfully\n" msgstr "La interfaz ha sido desmontada exitosamente\n" #: tools/virsh.c:6561 msgid "attach disk device" msgstr "asociar dispositivo de disco" #: tools/virsh.c:6562 msgid "Attach new disk device." msgstr "Asociar nuevo dispositivo de disco." #: tools/virsh.c:6568 msgid "source of disk device" msgstr "origen del dispositivo de disco" #: tools/virsh.c:6569 tools/virsh.c:6725 msgid "target of disk device" msgstr "destino del dispositivo de disco" #: tools/virsh.c:6570 msgid "driver of disk device" msgstr "controlador del dispositivo de disco" #: tools/virsh.c:6571 msgid "subdriver of disk device" msgstr "subcontrolador del dispositivo de disco" #: tools/virsh.c:6572 msgid "target device type" msgstr "tipo de dispositivo de disco" #: tools/virsh.c:6573 msgid "mode of device reading and writing" msgstr "modo del dispositivo leyendo y escribiendo" #: tools/virsh.c:6606 tools/virsh.c:6613 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "No existe soporte %s para el comando 'attach-disk'" #: tools/virsh.c:6702 msgid "Disk attached successfully\n" msgstr "El disco ha sido asociado exitosamente\n" #: tools/virsh.c:6718 msgid "detach disk device" msgstr "dispositivo de desconexión de disco" #: tools/virsh.c:6719 msgid "Detach disk device." msgstr "Dispositivo para la desconexión del disco." #: tools/virsh.c:6760 tools/virsh.c:6765 tools/virsh.c:6772 msgid "Failed to get disk information" msgstr "Falló al obtener información de disco" #: tools/virsh.c:6791 #, c-format msgid "No found disk whose target is %s" msgstr "No se ha encontrado un disco cuyo destino sea %s" #: tools/virsh.c:6810 msgid "Disk detached successfully\n" msgstr "El disco ha sido desmontado exitosamente\n" #: tools/virsh.c:6836 #, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "malloc: falló al asignar nombre de archivo temporal: %s" #: tools/virsh.c:6846 #, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "mkstemp: falló al crear archivo temporal: %s" #: tools/virsh.c:6853 #, 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:6861 #, 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:6891 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" "%s: la variable de entorno $EDITOR contiene metadatos de consola o algún " "otro tipo de caracteres no aceptables" #: tools/virsh.c:6899 #, 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:6907 #, c-format msgid "virAsprintf: could not create editing command: %s" msgstr "virAsprintf: no es posible crear comandos de edición: %s" #: tools/virsh.c:6915 #, c-format msgid "%s: edit command failed: %s" msgstr "%s: el comando de edición ha fallado: %s" #: tools/virsh.c:6921 #, c-format msgid "%s: command exited with non-zero status" msgstr "%s: el comando ha finalizado con un estado diferente de cero" #: tools/virsh.c:6936 #, c-format msgid "%s: failed to read temporary file: %s" msgstr "%s: falló al leer archivo temporal: %s" #: tools/virsh.c:6949 msgid "change the current directory" msgstr "modificar el directorio actual" #: tools/virsh.c:6950 msgid "Change the current directory." msgstr "Modificar el directorio actual." #: tools/virsh.c:6955 msgid "directory to switch to (default: home or else root)" msgstr "Directorio para trasladarse a (por defecto: home, o sino, root)" #: tools/virsh.c:6966 msgid "cd: command valid only in interactive mode" msgstr "cd: comando válido solamente en el modo interactivo" #: tools/virsh.c:6979 #, c-format msgid "cd: %s: %s" msgstr "cd: %s: %s" #: tools/virsh.c:6993 msgid "print the current directory" msgstr "Imprimir el directorio actual" #: tools/virsh.c:6994 msgid "Print the current directory." msgstr "Imprimir el directorio actual." #: tools/virsh.c:7017 #, c-format msgid "pwd: cannot get current directory: %s" msgstr "pwd: no es posible obtener el directorio actual: %s" #: tools/virsh.c:7020 #, c-format msgid "%s\n" msgstr "%s\n" #: tools/virsh.c:7031 msgid "edit XML configuration for a domain" msgstr "Editar configuración XML de un dominio" #: tools/virsh.c:7032 msgid "Edit the XML configuration for a domain." msgstr "Editar la configuración XML de un dominio." #: tools/virsh.c:7083 #, 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:7109 #, c-format msgid "Domain %s XML configuration edited.\n" msgstr "Se ha editado la configuración XML del dominio %s.\n" #: tools/virsh.c:7134 msgid "edit XML configuration for a network" msgstr "Editar la configuración XML de una red" #: tools/virsh.c:7135 msgid "Edit the XML configuration for a network." msgstr "Editar la configuración XML de una red." #: tools/virsh.c:7151 msgid "edit XML configuration for a storage pool" msgstr "Editar la configuración XML de un grupo de almacenamiento" #: tools/virsh.c:7152 msgid "Edit the XML configuration for a storage pool." msgstr "Editar la configuración XML de un grupo de almacenamiento." #: tools/virsh.c:7168 msgid "quit this interactive terminal" msgstr "Abandonar esta terminal interactiva" #: tools/virsh.c:7386 #, c-format msgid "command '%s' requires <%s> option" msgstr "El comando '%s' necesita una opción <%s>" #: tools/virsh.c:7387 #, c-format msgid "command '%s' requires --%s option" msgstr "El comando '%s' necesita una opción --%s" #: tools/virsh.c:7414 #, c-format msgid "command '%s' doesn't exist" msgstr "El comando '%s' no existe" #: tools/virsh.c:7421 msgid " NAME\n" msgstr " NOMBRE\n" #: tools/virsh.c:7424 msgid "" "\n" " SYNOPSIS\n" msgstr "" "\n" " SíNTESIS\n" #: tools/virsh.c:7433 #, c-format msgid "[--%s ]" msgstr "[--%s ]" #: tools/virsh.c:7435 #, c-format msgid "[--%s ]" msgstr "[--%s ]" #: tools/virsh.c:7448 msgid "" "\n" " DESCRIPTION\n" msgstr "" "\n" " DESCRIPCIÓN\n" #: tools/virsh.c:7454 msgid "" "\n" " OPTIONS\n" msgstr "" "\n" " OPCIONES\n" #: tools/virsh.c:7459 #, c-format msgid "--%s " msgstr "--%s " #: tools/virsh.c:7461 #, c-format msgid "--%s " msgstr "--%s " #: tools/virsh.c:7613 #, 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:7630 msgid "undefined domain name or id" msgstr "Nombre de dominio o ID indefinida" #: tools/virsh.c:7662 #, c-format msgid "failed to get domain '%s'" msgstr "Falló al obtener el dominio '%s'" #: tools/virsh.c:7678 msgid "undefined network name" msgstr "Nombre de red indefinida" #: tools/virsh.c:7702 #, c-format msgid "failed to get network '%s'" msgstr "Falló al obtener la red '%s'" #: tools/virsh.c:7718 msgid "undefined interface identifier" msgstr "Identificador de interfaz no definido " #: tools/virsh.c:7742 #, c-format msgid "failed to get interface '%s'" msgstr "Falló al obtener interfaz '%s'" #: tools/virsh.c:7755 tools/virsh.c:7801 msgid "undefined pool name" msgstr "Nombre de grupo indefinido" #: tools/virsh.c:7779 #, c-format msgid "failed to get pool '%s'" msgstr "Falló al obtener grupo '%s'" #: tools/virsh.c:7796 msgid "undefined vol name" msgstr "Nombre de volumen indefinido" #: tools/virsh.c:7832 #, c-format msgid "failed to get vol '%s'" msgstr "Falló al obtener volumen '%s'" #: tools/virsh.c:7852 msgid "undefined secret UUID" msgstr "UUID secreto indefinido" #: tools/virsh.c:7864 #, c-format msgid "failed to get secret '%s'" msgstr "Falló al obtener secreto '%s'" #: tools/virsh.c:7895 #, c-format msgid "" "\n" "(Time: %.3f ms)\n" "\n" msgstr "" "\n" "(Time: %.3f ms)\n" "\n" #: tools/virsh.c:7969 msgid "missing \"" msgstr "No se encuentra \"" #: tools/virsh.c:8030 #, c-format msgid "unexpected token (command name): '%s'" msgstr "Símbolo inesperado (nombre de comando): %s" #: tools/virsh.c:8035 #, c-format msgid "unknown command: '%s'" msgstr "Comando desconocido: '%s'" #: tools/virsh.c:8042 #, 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:8057 #, c-format msgid "expected syntax: --%s <%s>" msgstr "se esperaba la sintaxis: --%s <%s>" #: tools/virsh.c:8060 msgid "number" msgstr "número" #: tools/virsh.c:8060 msgid "string" msgstr "cadena" #: tools/virsh.c:8066 #, c-format msgid "unexpected data '%s'" msgstr "Datos inesperados '%s'" #: tools/virsh.c:8088 msgid "OPTION" msgstr "OPCION" #: tools/virsh.c:8088 msgid "DATA" msgstr "DATO" #: tools/virsh.c:8139 tools/virsh.c:8161 msgid "idle" msgstr "ocupado" #: tools/virsh.c:8141 msgid "paused" msgstr "en pausa" #: tools/virsh.c:8143 msgid "in shutdown" msgstr "apagándose" #: tools/virsh.c:8145 msgid "shut off" msgstr "apagado" #: tools/virsh.c:8147 msgid "crashed" msgstr "se colgó" #: tools/virsh.c:8159 msgid "offline" msgstr "fuera de línea" #: tools/virsh.c:8178 msgid "no valid connection" msgstr "Conexión inválida" #: tools/virsh.c:8224 msgid "error: " msgstr "error:" #: tools/virsh.c:8240 tools/virsh.c:8252 tools/virsh.c:8265 #, c-format msgid "%s: %d: failed to allocate %d bytes" msgstr "%s: %d: falló al asignar %d bytes" #: tools/virsh.c:8279 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: falló al asignar %lu bytes" #: tools/virsh.c:8309 msgid "failed to connect to the hypervisor" msgstr "Falló al conectar con el hipervisor" #: tools/virsh.c:8341 msgid "failed to get the log file information" msgstr "Falló al obtener la información del archivo de registro" #: tools/virsh.c:8346 msgid "the log path is not a file" msgstr "la ruta de registro no es un archivo" #: tools/virsh.c:8354 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:8423 msgid "failed to write the log file" msgstr "Falló al escribir el archivo de registro" #: tools/virsh.c:8438 #, c-format msgid "%s: failed to write log file: %s" msgstr "%s: falló al escribir en el archivo de registro: %s" #: tools/virsh.c:8616 msgid "failed to disconnect from the hypervisor" msgstr "Falló al desconectarse del hipervisor" #: tools/virsh.c:8631 #, c-format msgid "" "\n" "%s [options] [commands]\n" "\n" " options:\n" " -c | --connect hypervisor connection URI\n" " -r | --readonly connect readonly\n" " -d | --debug debug level [0-5]\n" " -h | --help this help\n" " -q | --quiet quiet mode\n" " -t | --timing print timing information\n" " -l | --log output logging to file\n" " -v | --version program version\n" "\n" " commands (non interactive mode):\n" msgstr "" "\n" "%s [opciones] [comandos]\n" "\n" " opciones:\n" " -c | --connect conexión del hipervisor URI\n" " -r | --readonly conectarse en modo de solo lectura\n" " -d | --debug nivel de depuración [0-5]\n" " -h | --help esta asistencia\n" " -q | --quiet modo silencioso\n" " -t | --timing mostrar información de sincronización\n" " -l | --log registrar la salida en un archivo\n" " -v | --version versión del programa\n" "\n" " comandos (modo no interactivo):\n" #: tools/virsh.c:8649 msgid "" "\n" " (specify help for details about the command)\n" "\n" msgstr "" "\n" " (indique asistencia para obtener detalles acerca del comando)\n" "\n" #: tools/virsh.c:8741 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "opción no soportada '-%c'. Consulte --help." #: tools/virsh.c:8748 #, c-format msgid "extra argument '%s'. See --help." msgstr "argumento extra '%s'. Consulte --help." #: tools/virsh.c:8832 #, 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:8835 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" #~ msgid "listen: %s" #~ msgstr "listen: %s" #~ msgid "interface misses the start mode attribute" #~ msgstr "la interfaz no encuentra el atributo de modo de inicio" #~ msgid "interface miss dhcp or ip adressing" #~ msgstr "la interfaz no encuentra dhcp o direccionamiento ip" #~ msgid "bond interface need miimon or arpmon element" #~ msgstr "la interfaz bond necesita elemento miimon o arpmon" #~ msgid "bond monitoring type %d unknown" #~ msgstr "tipo de monitoreo bond %d desconocido" #~ msgid "cannot extract storage pool source devices" #~ msgstr "" #~ "No se pueden extraer dispositivos de fuente de grupo de almacenamiento" #~ msgid "failed to lock capabilities: %d" #~ msgstr "Falló al bloquear capacidades: %d" #~ msgid "failed to allocate veth names" #~ msgstr "Falló al asignar nombres veth" #~ msgid "Cannot find QEMU binary %s: %s" #~ msgstr "No es posible encontrar binarios QEMU %s: %s" #~ msgid "Failed to unlink status file %s" #~ msgstr "Falló al desenlazar el archivo de estado %s" #~ msgid "Failed to copy secModel model: %s" #~ msgstr "Falló al copiar modelo secModel: %s" #~ msgid "Failed to copy secModel DOI: %s" #~ msgstr "Falló al copiar DOI secModel: %s" #~ msgid "Failure while reading %s startup output" #~ msgstr "Falló al leer el resultado %s de inicio" #~ msgid "Timed out while reading %s startup output" #~ msgstr "Tiempo agotado mientras se leía el resultado %s de inicio" #~ msgid "Out of space while reading %s startup output" #~ msgstr "Espacio agotado mientras se leía el resultado %s de inicio" #~ msgid "Shutting down VM '%s'\n" #~ msgstr "Apagando MV '%s'\n" #~ msgid "domain with the same name or UUID already exists as '%s'" #~ msgstr "un dominio como '%s' ya existe con el mismo nombre o UUID " #~ msgid "URI did not have ':port' at the end" #~ msgstr "URI no tiene ':port' al finalizar" #~ msgid "could not generate random UUID" #~ msgstr "no es posible generar UUID en forma aleatoria" #~ msgid "Error allocating callbacks list" #~ msgstr "Error al asignar listas de retrollamadas" #~ msgid "Error allocating domainEvents" #~ msgstr "Error al asignar domainEvents" #~ msgid "out of memory allocating array" #~ msgstr "memoria excedida al asignar el arreglo" #~ msgid "profile name exceeds maximum length" #~ msgstr "el nombre del perfil supera la longitud máxima permitida" #~ msgid "template too large" #~ msgstr "el modelo es demasiado extenso" #~ msgid "missing in spec" #~ msgstr "no se encuentra en la especificación de " #~ msgid "cannot lookup hostname" #~ msgstr "no es posible buscar un nombre de host" #~ msgid "domain '%s' is already defined" #~ msgstr "el dominio '%s' ya ha sido definido" #~ msgid "domain with uuid '%s' is already defined" #~ msgstr "el dominio con uuid '%s' ya ha sido definido" #~ msgid "no memory" #~ msgstr "no hay memoria" #~ msgid "unable to resolve name %s" #~ msgstr "no es posible resolver el nombre %s" #~ msgid "strdup failed" #~ msgstr "Falló strdup" #~ msgid "finding dom for %s" #~ msgstr "buscando dom para %s" #~ msgid "failed to allocate configInfoList" #~ msgstr "Falló al asignar configInfoList " #~ msgid "failed to allocate activeDomainList" #~ msgstr "Falló al asignar activeDomainList" #~ msgid "failed to allocate xsWatchList" #~ msgstr "Falló al asignar xsWatchList" #~ msgid "reallocating list" #~ msgstr "reasignación de lista lista"