# Catalan translation of libvirt package # Traducció al català del mòdul libvirt # Copyright (C) 2006, 2007 Free Software Foundation # This file is distributed under the same license as the libvirt package. # Xavier Conde Rueda , 2006-8. # Natàlia , 2008 # # This file is translated according to the glossary and style guide of # Softcatalà. If you plan to modify this file, please read first the page # of the Catalan translation team for the Fedora project at: # http://www.softcatala.org/projectes/fedora/ # and contact the previous translator. # # Aquest fitxer s'ha de traduir d'acord amb el recull de termes i la guia # d'estil de Softcatalà. Si voleu modificar aquest fitxer, llegiu si # us plau la pàgina de catalanització del projecte Fedora a: # http://www.softcatala.org/projectes/fedora/ # i contacteu l'anterior traductor/a. # msgid "" msgstr "" "Project-Id-Version: libvirt\n" "Report-Msgid-Bugs-To: libvir-list@redhat.com\n" "POT-Creation-Date: 2009-11-20 17:25+0100\n" "PO-Revision-Date: 2008-10-04 10:20-0100\n" "Last-Translator: Xavier Conde Rueda \n" "Language-Team: Catalan \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" #: daemon/dispatch.c:375 #, c-format msgid "program mismatch (actual %x, expected %x)" msgstr "" "S'ha produït un error de coincidència de programa (actual %x, esperat %x)" #: daemon/dispatch.c:381 #, c-format msgid "version mismatch (actual %x, expected %x)" msgstr "" "S'ha produït un error de coincidència de versió (actual %x, esperat %x)" # 100 #: daemon/dispatch.c:401 #, fuzzy, c-format msgid "type (%d) != REMOTE_CALL" msgstr "direcció (%d) != REMOTE_CALL" #: daemon/dispatch.c:449 #, c-format msgid "status (%d) != REMOTE_OK" msgstr "estat (%d) != REMOTE_OK" #: daemon/dispatch.c:467 msgid "authentication required" msgstr "Es necessita autenticació" #: daemon/dispatch.c:475 #, c-format msgid "unknown procedure: %d" msgstr "procediment desconegut: %d" #: daemon/dispatch.c:487 msgid "parse args failed" msgstr "L'anàlisi d'arguments ha fallat" #: daemon/libvirtd.c:267 #, fuzzy, c-format msgid "Cannot access %s '%s': %s" msgstr "No es pot accedir %s '%s': %s (%d)" #: 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 "No s'ha pogut llegir del conducte de senyals: %s" #: daemon/libvirtd.c:375 msgid "Reloading configuration on SIGHUP" msgstr "S'està tornant a carregar la configuració de SIGHUP" #: daemon/libvirtd.c:377 msgid "Error while reloading drivers" msgstr "S'ha produït un error en tornar a carregar els controladors" #: daemon/libvirtd.c:383 #, c-format msgid "Shutting down on signal %d" msgstr "S'està tancant per la senyal %d" #: daemon/libvirtd.c:388 #, fuzzy, c-format msgid "Received unexpected signal %d" msgstr "node value inesperat" #: daemon/libvirtd.c:491 #, c-format msgid "Failed to open pid file '%s' : %s" msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s" #: daemon/libvirtd.c:497 #, c-format msgid "Failed to fdopen pid file '%s' : %s" msgstr "No s'ha pogut executar fdopen sobre el fitxer de pid '%s': %s" #: daemon/libvirtd.c:504 #, c-format msgid "Failed to write to pid file '%s' : %s" msgstr "No s'ha pogut escriure en el fitxer de pid '%s': %s" #: daemon/libvirtd.c:511 #, c-format msgid "Failed to close pid file '%s' : %s" msgstr "No s'ha pogut tancar el fitxer de pid '%s': %s" #: daemon/libvirtd.c:528 msgid "Failed to allocate memory for struct qemud_socket" msgstr "No s'ha pogut assignar memòria per a l'estructura qemud_socket" #: daemon/libvirtd.c:538 #, c-format msgid "Failed to create socket: %s" msgstr "No s'ha pogut crear el sòcol: %s" #: daemon/libvirtd.c:550 #, c-format msgid "Path %s too long for unix socket" msgstr "" #: daemon/libvirtd.c:562 #, c-format msgid "Failed to bind socket to '%s': %s" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: daemon/libvirtd.c:571 #, c-format msgid "Failed to listen for connections on '%s': %s" msgstr "No s'han pogut escoltar les connexions 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 "sòcol: %s" #: daemon/libvirtd.c:635 #, c-format msgid "bind: %s" msgstr "vinculació: %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: escolta: %s" #: daemon/libvirtd.c:740 #, fuzzy, c-format msgid "Failed to change group ownership of %s" msgstr "No s'ha pogut bolcar el domini %s a %s" #: daemon/libvirtd.c:803 msgid "Resulting path too long for buffer in qemudInitPaths()" msgstr "" "El camí resultant és massa llarg per a la memòria intermèdia a qemudInitPaths" "()" #: daemon/libvirtd.c:821 msgid "Failed to allocate struct qemud_server" msgstr "No s'ha pogut assignar l'estructura qemud_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 #, fuzzy msgid "cannot initialize mutex" msgstr "no es pot inicialitzar el suport pont: %s" #: daemon/libvirtd.c:834 #, fuzzy msgid "cannot initialize condition variable" msgstr "no es pot inicialitzar el suport pont: %s" #: daemon/libvirtd.c:841 #, fuzzy msgid "Failed to initialize event system" msgstr "No s'ha pogut inicialitzar l'autenticació SASL %s" #: daemon/libvirtd.c:932 #, c-format msgid "Failed to initialize SASL authentication %s" msgstr "No s'ha pogut inicialitzar l'autenticació SASL %s" #: daemon/libvirtd.c:950 #, c-format msgid "Failed to connect to system bus for PolicyKit auth: %s" msgstr "" "No s'ha pogut connectar al bus de sistema per l'autenticació PolicyKit: %s" #: daemon/libvirtd.c:1037 msgid "Failed to add server event callback" msgstr "No s'ha pogut afegir la crida de retorn de la incidència del 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: ha fallat: El DN del client és %s" #: daemon/libvirtd.c:1121 #, c-format msgid "remoteCheckCertificate: verify failed: %s" msgstr "remoteCheckCertificate: ha fallat la verificació: %s" #: daemon/libvirtd.c:1128 msgid "remoteCheckCertificate: the client certificate is not trusted." msgstr "remoteCheckCertificate: el certificat del client no és fiable." #: daemon/libvirtd.c:1132 msgid "remoteCheckCertificate: the client certificate has unknown issuer." msgstr "" "remoteCheckCertificate: el certificat del client té un emissor desconegut." #: daemon/libvirtd.c:1136 msgid "remoteCheckCertificate: the client certificate has been revoked." msgstr "remoteCheckCertificate: el certificat del client ha estat revocat." #: daemon/libvirtd.c:1141 msgid "" "remoteCheckCertificate: the client certificate uses an insecure algorithm." msgstr "" "remoteCheckCertificate: el certificat del client fa servir un algoritme " "insegur." #: daemon/libvirtd.c:1149 msgid "remoteCheckCertificate: certificate is not X.509" msgstr "remoteCheckCertificate: el certificat no és X.509" #: daemon/libvirtd.c:1154 msgid "remoteCheckCertificate: no peers" msgstr "remoteCheckCertificate: no hi ha iguals" #: daemon/libvirtd.c:1164 msgid "remoteCheckCertificate: gnutls_x509_crt_init failed" msgstr "remoteCheckCertificate: gnutls_x509_crt_init ha fallat" #: daemon/libvirtd.c:1174 msgid "remoteCheckCertificate: the client certificate has expired" msgstr "remoteCheckCertificate: el certificat del client ha vençut" #: daemon/libvirtd.c:1181 msgid "remoteCheckCertificate: the client certificate is not yet activated" msgstr "" "remoteCheckCertificate: el certificat del client encara no ha estat activat" #: 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 nom distingit del client no és a la llista de " "clients permesos (tls_allowed_dn_list). Utilitzeu 'openssl x509 -in " "clientcert.pem -text' per a veure el camp de nom distingit en el certificat " "del client, o executeu aquest dimoni amb l'opció --verbose." #: daemon/libvirtd.c:1208 msgid "remoteCheckCertificate: failed to verify client's certificate" msgstr "" "remoteCheckCertificate: no s'ha pogut verificar el certificat del client" #: 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à fixat, per això el " "certificat erroni s'ignora" #: daemon/libvirtd.c:1217 msgid "client had unexpected data pending tx after access check" msgstr "" #: daemon/libvirtd.c:1245 #, c-format msgid "Failed to verify client credentials: %s" msgstr "No s'han pogut verificar les credencials del client: %s" #: daemon/libvirtd.c:1272 #, c-format msgid "Failed to accept connection: %s" msgstr "No s'ha pogut acceptar la connexió: %s" #: daemon/libvirtd.c:1278 #, c-format msgid "Too many active clients (%d), dropping connection" msgstr "" #: daemon/libvirtd.c:1284 #, fuzzy msgid "Out of memory allocating clients" msgstr "s'ha esgotat la memòria mentre s'estava assignant la matriu" #: daemon/libvirtd.c:1358 #, c-format msgid "Turn off polkit auth for privileged client %d" msgstr "" #: daemon/libvirtd.c:1397 daemon/libvirtd.c:2025 #, c-format msgid "TLS handshake failed: %s" msgstr "La conformitat de connexió TLS ha fallat: %s" #: daemon/libvirtd.c:1576 daemon/libvirtd.c:1826 #, fuzzy, c-format msgid "unexpected negative length request %lld" msgstr "tipus de domini inesperat %d" #: daemon/libvirtd.c:1592 #, c-format msgid "read: %s" msgstr "llegeix: %s" #: daemon/libvirtd.c:1605 #, c-format msgid "gnutls_record_recv: %s" msgstr "gnutls_record_recv: %s" #: daemon/libvirtd.c:1667 #, fuzzy, c-format msgid "failed to decode SASL data %s" msgstr "No s'ha pogut crear l'XML" #: daemon/libvirtd.c:1837 #, c-format msgid "write: %s" msgstr "escriu: %s" #: daemon/libvirtd.c:1848 #, c-format msgid "gnutls_record_send: %s" msgstr "gnutls_record_send: %s" #: daemon/libvirtd.c:1897 #, fuzzy, c-format msgid "failed to encode SASL data %s" msgstr "No s'ha pogut crear l'XML" #: daemon/libvirtd.c:2173 #, c-format msgid "Signal handler reported %d errors: last error: %s" msgstr "El gestor del senyal ha llistat %d errors: últim error: %s" # 200 #: daemon/libvirtd.c:2232 #, fuzzy msgid "Failed to register shutdown timeout" msgstr "No s'ha pogut escriure a " #: daemon/libvirtd.c:2241 #, fuzzy msgid "Failed to allocate workers" msgstr "No s'ha pogut assignar memòria" #: daemon/libvirtd.c:2425 daemon/libvirtd.c:2444 #, c-format msgid "failed to allocate memory for %s config list" msgstr "no s'ha pogut assignar memòria per a la llista de configuració %s" #: daemon/libvirtd.c:2431 daemon/libvirtd.c:2461 #, c-format msgid "failed to allocate memory for %s config list value" msgstr "" "no s'ha pogut assignar memòria per al valor de la llista de configuració %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: ha de ser una cadena o una llista de cadenes\n" #: daemon/libvirtd.c:2488 #, c-format msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s\n" msgstr "" "remoteReadConfigFile: %s: %s: tipus invàlid: s'ha obtingut %s; s'esperava %" "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: autenticació no suportada %s\n" #: daemon/libvirtd.c:2717 msgid "Cannot set group when not running as root" msgstr "No es pot definir un grup quan no s'està executant com a usuari root" #: daemon/libvirtd.c:2727 #, fuzzy msgid "Failed to allocate memory for buffer" msgstr "No s'ha pogut assignar memòria" #: daemon/libvirtd.c:2736 #, fuzzy msgid "Failed to reallocate enough memory for buffer" msgstr "No s'ha pogut assignar memòria" #: daemon/libvirtd.c:2742 #, c-format msgid "Failed to lookup group '%s'" msgstr "No s'ha pogut cercar el grup '%s'" #: daemon/libvirtd.c:2755 daemon/libvirtd.c:2765 #, c-format msgid "Failed to parse mode '%s'" msgstr "No s'ha pogut analitzar el mode '%s'" #: daemon/libvirtd.c:2843 msgid "additional privileges are required\n" msgstr "" #: daemon/libvirtd.c:2849 #, fuzzy msgid "failed to set reduced privileges\n" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: daemon/libvirtd.c:2882 #, c-format msgid "Failed to create pipe: %s" msgstr "No s'ha pogut crear el conducte: %s" #: daemon/libvirtd.c:2904 msgid "Failed to register callback for signal pipe" msgstr "No s'ha pogut registrar la crida de retorn per a la senyal de conducte" #: daemon/libvirtd.c:3060 #, c-format msgid "Failed to fork as daemon: %s" msgstr "No s'ha pogut bifurcar com a dimoni: %s" #: daemon/libvirtd.c:3087 #, fuzzy, c-format msgid "unable to create rundir %s: %s" msgstr "nom de xarxa o uuid" #: daemon/remote.c:142 msgid "connection already open" msgstr "la connexió ja està oberta" #: daemon/remote.c:173 msgid "connection not open" msgstr "la connexió no està oberta" #: daemon/remote.c:234 msgid "out of memory in strdup" msgstr "sense memòria a strdup" #: daemon/remote.c:407 msgid "maxCells > REMOTE_NODE_MAX_CELLS" msgstr "" #: daemon/remote.c:501 daemon/remote.c:585 msgid "nparams too large" msgstr "l'nparams és massa gran" #: daemon/remote.c:550 msgid "unknown type" msgstr "tipus desconegut" #: daemon/remote.c:596 #, fuzzy, c-format msgid "Field %s too big for destination" msgstr "no es pot obtenir informació de node" #: daemon/remote.c:738 daemon/remote.c:787 msgid "size > maximum buffer size" msgstr "" #: 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 #, fuzzy msgid "maxnames > REMOTE_INTERFACE_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" #: daemon/remote.c:2530 #, fuzzy msgid "maxnames > REMOTE_DEFINED_INTERFACE_NAME_LIST_MAX" msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX" #: daemon/remote.c:2765 src/remote/remote_driver.c:6065 #, c-format msgid "Cannot resolve address %d: %s" msgstr "No s'ha pogut resoldre l'adreça %d: %s" #: daemon/remote.c:2808 msgid "client tried invalid SASL init request" msgstr "el client ha provat una sol·licitud d'inicialització SASL invàlida" #: daemon/remote.c:2817 #, fuzzy, c-format msgid "failed to get sock address: %s" msgstr "no s'ha pogut obtenir l'adreça del sòcol %d (%s)" #: daemon/remote.c:2829 #, fuzzy, c-format msgid "failed to get peer address: %s" msgstr "no s'ha pogut obtenir l'adreça del parell %d (%s)" #: daemon/remote.c:2850 #, c-format msgid "sasl context setup failed %d (%s)" msgstr "ha fallat la configuració contextual sasl %d (%s)" #: daemon/remote.c:2863 #, fuzzy msgid "cannot get TLS cipher size" msgstr "no es pot obtenir la mida del xifratge TLS" #: daemon/remote.c:2872 #, c-format msgid "cannot set SASL external SSF %d (%s)" msgstr "no es pot definir el SSF extern de SASL %d (%s)" #: daemon/remote.c:2900 #, c-format msgid "cannot set SASL security props %d (%s)" msgstr "no es poden definir les propietats de seguretat de SASL %d (%s)" #: daemon/remote.c:2916 #, c-format msgid "cannot list SASL mechanisms %d (%s)" msgstr "no es poden llistar els mecanismes SASL %d (%s)" #: daemon/remote.c:2925 msgid "cannot allocate mechlist" msgstr "no es pot assignar la llista de mecanismes" #: daemon/remote.c:2956 src/remote/remote_driver.c:6558 #, c-format msgid "cannot query SASL ssf on connection %d (%s)" msgstr "no es pot consultar el ssf de SASL en la connexió %d (%s)" #: daemon/remote.c:2966 #, c-format msgid "negotiated SSF %d was not strong enough" msgstr "el SSF negociat %d no ha estat prou fort" #: daemon/remote.c:2995 #, c-format msgid "cannot query SASL username on connection %d (%s)" msgstr "no es pot consultar el nom d'usuari SASL en la connexió %d (%s)" #: daemon/remote.c:3003 msgid "no client username was found" msgstr "no s'ha trobat cap nom d'usuari de client" #: daemon/remote.c:3013 msgid "out of memory copying username" msgstr "s'ha esgotat la memòria mentre es copiava el nom d'usuari" #: daemon/remote.c:3032 #, c-format msgid "SASL client %s not allowed in whitelist" msgstr "el client SASL %s no està permès en la llista blanca" #: daemon/remote.c:3063 daemon/remote.c:3151 msgid "client tried invalid SASL start request" msgstr "" "el client ha intentat fer una sol·licitud d'inicialització de SASL invàlida" #: daemon/remote.c:3078 #, c-format msgid "sasl start failed %d (%s)" msgstr "ha fallat l'iniciació de sasl %d (%s)" #: daemon/remote.c:3085 #, c-format msgid "sasl start reply data too long %d" msgstr "la resposta d'inici de sasl és massa llarga %d" #: daemon/remote.c:3165 #, c-format msgid "sasl step failed %d (%s)" msgstr "el pas de sasl ha fallat %d (%s)" #: daemon/remote.c:3173 #, c-format msgid "sasl step reply data too long %d" msgstr "les dades de resposta del pas de sasl són massa llargues %d" #: daemon/remote.c:3230 msgid "client tried unsupported SASL init request" msgstr "" "el client ha intentat fer una sol·licitud d'inicialització de SASL no " "disponible" #: daemon/remote.c:3244 msgid "client tried unsupported SASL start request" msgstr "" "el client ha intentat fer una sol·licitud d'inici de SASL no disponible" #: daemon/remote.c:3258 msgid "client tried unsupported SASL step request" msgstr "el client ha intentat fer una sol·licitud de pas de SASL no disponible" #: daemon/remote.c:3300 daemon/remote.c:3369 msgid "client tried invalid PolicyKit init request" msgstr "" "el client ha intentat fer una sol·licitud d'inicialització de PolicyKit " "invàlida" #: daemon/remote.c:3305 daemon/remote.c:3374 msgid "cannot get peer socket identity" msgstr "no es pot obtenir la identitat del sòcol remot" #: daemon/remote.c:3309 daemon/remote.c:3378 #, c-format msgid "Checking PID %d running as %d" msgstr "S'esta comprovant el PID %d que s'executa com a %d" #: daemon/remote.c:3313 #, fuzzy, c-format msgid "Caller PID was too large %d" msgstr "l'nparams és massa gran" #: daemon/remote.c:3318 #, fuzzy, c-format msgid "Cannot invoke %s" msgstr "No s'ha pogut obrir «%s»: %s" #: daemon/remote.c:3322 #, fuzzy, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %d\n" msgstr "" "El joc de polítiques ha denegat l'acció %s del pid %d, uid %d, resultat: %s\n" #: daemon/remote.c:3326 #, fuzzy, c-format msgid "Policy allowed action %s from pid %d, uid %d" msgstr "La política ha autoritzat l'acció %s del pid %d, uid %d, resultat %s" #: daemon/remote.c:3382 #, c-format msgid "Failed to lookup policy kit caller: %s" msgstr "No s'ha pogut consultar el joc de polítiques del cridador: %s" #: daemon/remote.c:3389 #, c-format msgid "Failed to create polkit action %s\n" msgstr "No s'ha pogut crear l'acció del joc de polítiques %s\n" #: daemon/remote.c:3399 #, c-format msgid "Failed to create polkit context %s\n" msgstr "No s'ha pogut crear el context del joc de polítiques %s\n" #: daemon/remote.c:3417 #, c-format msgid "Policy kit failed to check authorization %d %s" msgstr "El joc de polítiques no ha pogut comprovar l'autorització %d %s" #: daemon/remote.c:3431 #, c-format msgid "Policy kit denied action %s from pid %d, uid %d, result: %s\n" msgstr "" "El joc de polítiques ha denegat l'acció %s del pid %d, uid %d, resultat: %s\n" #: daemon/remote.c:3436 #, c-format msgid "Policy allowed action %s from pid %d, uid %d, result %s" msgstr "La política ha autoritzat l'acció %s del pid %d, uid %d, resultat %s" #: daemon/remote.c:3462 msgid "client tried unsupported PolicyKit init request" msgstr "" "el client ha intentat fer una sol·licitud d'inicialització de PolicyKit no " "suportada" #: 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 #, fuzzy msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX" msgstr "maxnames > REMOTE_DOMAIN_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 #, fuzzy msgid "node_device not found" msgstr "No s'ha trobat el domini: %s" #: daemon/remote.c:4826 #, fuzzy msgid "maxuuids > REMOTE_SECRET_UUID_LIST_MAX" msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX" #: daemon/stream.c:113 msgid "stream had unexpected termination" msgstr "" #: daemon/stream.c:115 msgid "stream had I/O failure" msgstr "" #: daemon/stream.c:468 msgid "stream aborted at client request" msgstr "" #: daemon/stream.c:471 #, c-format msgid "stream aborted with unexpected status %d" msgstr "" #: src/conf/domain_conf.c:767 #, fuzzy, c-format msgid "unknown disk type '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/domain_conf.c:832 #, fuzzy, c-format msgid "unknown disk device '%s'" msgstr "el dispositiu d'arrencada '%s' és desconegut" #: src/conf/domain_conf.c:858 #, c-format msgid "Invalid floppy device name: %s" msgstr "Nom del dispositiu de disquet invàlid: %s" #: src/conf/domain_conf.c:873 #, c-format msgid "Invalid harddisk device name: %s" msgstr "Nom del dispositiu de disc dur invàlid: %s" #: src/conf/domain_conf.c:880 #, fuzzy, c-format msgid "unknown disk bus type '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/domain_conf.c:905 #, c-format msgid "Invalid bus type '%s' for floppy disk" msgstr "Tipus de bus '%s' no vàlid per al disquet" #: src/conf/domain_conf.c:911 #, fuzzy, c-format msgid "Invalid bus type '%s' for disk" msgstr "Tipus de bus '%s' no vàlid per al disquet" #: src/conf/domain_conf.c:918 #, fuzzy, c-format msgid "unknown disk cache mode '%s'" msgstr "el dispositiu d'arrencada '%s' és desconegut" #: src/conf/domain_conf.c:928 src/conf/domain_conf.c:1173 #: src/conf/domain_conf.c:2387 #, fuzzy, c-format msgid "Unable to parse devaddr parameter '%s'" msgstr "No s'ha pogut analitzar el mode '%s'" #: src/conf/domain_conf.c:990 #, fuzzy, c-format msgid "unknown filesystem type '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/domain_conf.c:1089 #, fuzzy, c-format msgid "unknown interface type '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/domain_conf.c:1159 src/qemu/qemu_conf.c:2998 #, fuzzy, c-format msgid "unable to parse mac address '%s'" msgstr "l'adreça MAC no és vàlida: %s" #: src/conf/domain_conf.c:1185 msgid "Cannot parse 'vlan' attribute" msgstr "" #: src/conf/domain_conf.c:1193 msgid "" "No 'network' attribute specified with " msgstr "" #: src/conf/domain_conf.c:1219 #, fuzzy msgid "" "No 'bridge' attribute specified with " msgstr "" "No s'han especificat atributs d' 'dev' amb amb " #: src/conf/domain_conf.c:1239 msgid "No 'port' attribute specified with socket interface" msgstr "" #: src/conf/domain_conf.c:1244 msgid "Cannot parse 'port' attribute with socket interface" msgstr "" #: src/conf/domain_conf.c:1252 msgid "No 'address' attribute specified with socket interface" msgstr "" #: src/conf/domain_conf.c:1264 #, fuzzy msgid "" "No 'name' attribute specified with " msgstr "" "No s'han especificat atributs d' 'dev' amb amb " #: src/conf/domain_conf.c:1288 msgid "Model name contains invalid characters" msgstr "El nom de model conté caràcters invàlids" #: src/conf/domain_conf.c:1395 src/conf/domain_conf.c:1461 #, fuzzy, c-format msgid "unknown target type for character device: %s" msgstr "tipus de dispositiu destí" #: src/conf/domain_conf.c:1436 #, fuzzy, c-format msgid "Unknown source mode '%s'" msgstr "tipus d'SO desconegut" #: 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 "argument invàlid a %s" #: 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 "l'adreça MAC no és 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 "tipus de domini inesperat %d" #: src/conf/domain_conf.c:1558 src/conf/domain_conf.c:1642 #, fuzzy msgid "Missing source path attribute for char device" msgstr "manca la font d'informació per al dispositiu" #: src/conf/domain_conf.c:1575 src/conf/domain_conf.c:1592 #, fuzzy msgid "Missing source host attribute for char device" msgstr "manca la font d'informació per al dispositiu" #: src/conf/domain_conf.c:1580 src/conf/domain_conf.c:1597 #: src/conf/domain_conf.c:1624 #, fuzzy msgid "Missing source service attribute for char device" msgstr "manca la font d'informació per al dispositiu" #: src/conf/domain_conf.c:1615 #, fuzzy, c-format msgid "Unknown protocol '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/domain_conf.c:1698 msgid "missing input device type" msgstr "falta el tipus de dispositiu d'entrada" #: src/conf/domain_conf.c:1704 #, fuzzy, c-format msgid "unknown input device type '%s'" msgstr "el dispositiu d'arrencada '%s' és desconegut" #: src/conf/domain_conf.c:1711 #, fuzzy, c-format msgid "unknown input bus type '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/domain_conf.c:1719 #, c-format msgid "ps2 bus does not support %s input device" msgstr "el bus ps2 no suporta el dispositiu d'entrada %s" #: src/conf/domain_conf.c:1725 src/conf/domain_conf.c:1732 #, c-format msgid "unsupported input bus %s" msgstr "el bus d'entrada %s no està suportat" #: src/conf/domain_conf.c:1737 #, c-format msgid "xen bus does not support %s input device" msgstr "el bus xen no disposa del dispositiu d'entrada %s" #: src/conf/domain_conf.c:1782 #, fuzzy msgid "missing graphics device type" msgstr "falta el tipus de dispositiu d'entrada" #: src/conf/domain_conf.c:1788 #, fuzzy, c-format msgid "unknown graphics device type '%s'" msgstr "el tipus de dispositiu és desconegut" #: src/conf/domain_conf.c:1799 #, fuzzy, c-format msgid "cannot parse vnc port %s" msgstr "no es pot eliminar la configuració de %s" #: src/conf/domain_conf.c:1837 src/conf/domain_conf.c:1899 #, fuzzy, c-format msgid "unknown fullscreen value '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/domain_conf.c:1855 #, fuzzy, c-format msgid "cannot parse rdp port %s" msgstr "no es pot eliminar la configuració de %s" #: src/conf/domain_conf.c:1938 #, fuzzy, c-format msgid "unknown sound model '%s'" msgstr "tipus d'SO desconegut" #: 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 "tipus d'SO desconegut" #: src/conf/domain_conf.c:1988 #, fuzzy, c-format msgid "unknown watchdog action '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/domain_conf.c:2134 #, fuzzy, c-format msgid "unknown video model '%s'" msgstr "tipus d'SO desconegut" #: src/conf/domain_conf.c:2140 msgid "missing video model and cannot determine default" msgstr "" #: src/conf/domain_conf.c:2148 #, fuzzy, c-format msgid "cannot parse video ram '%s'" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:2158 #, fuzzy, c-format msgid "cannot parse video heads '%s'" msgstr "no es pot eliminar la configuració de %s" #: src/conf/domain_conf.c:2205 #, fuzzy, c-format msgid "cannot parse vendor id %s" msgstr "no es pot eliminar la configuració de %s" #: src/conf/domain_conf.c:2212 msgid "usb vendor needs id" msgstr "" #: src/conf/domain_conf.c:2223 #, fuzzy, c-format msgid "cannot parse product %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/conf/domain_conf.c:2231 msgid "usb product needs id" msgstr "" #: src/conf/domain_conf.c:2242 src/conf/domain_conf.c:2334 #, fuzzy, c-format msgid "cannot parse bus %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/conf/domain_conf.c:2249 msgid "usb address needs bus id" msgstr "" #: src/conf/domain_conf.c:2258 #, fuzzy, c-format msgid "cannot parse device %s" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:2266 msgid "usb address needs device id" msgstr "" #: src/conf/domain_conf.c:2271 #, fuzzy, c-format msgid "unknown usb source type '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/domain_conf.c:2281 msgid "vendor cannot be 0." msgstr "" #: src/conf/domain_conf.c:2287 #, fuzzy msgid "missing vendor" msgstr "manca \"" #: src/conf/domain_conf.c:2292 #, fuzzy msgid "missing product" msgstr "manca la font d'informació per al dispositiu" #: src/conf/domain_conf.c:2321 #, fuzzy, c-format msgid "cannot parse domain %s" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:2341 msgid "pci address needs bus id" msgstr "" #: src/conf/domain_conf.c:2350 #, fuzzy, c-format msgid "cannot parse slot %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/conf/domain_conf.c:2358 msgid "pci address needs slot id" msgstr "" #: src/conf/domain_conf.c:2367 #, fuzzy, c-format msgid "cannot parse function %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/conf/domain_conf.c:2375 msgid "pci address needs function id" msgstr "" #: src/conf/domain_conf.c:2394 #, fuzzy, c-format msgid "unknown pci source type '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/domain_conf.c:2427 #, fuzzy, c-format msgid "unknown hostdev mode '%s'" msgstr "el dispositiu d'arrencada '%s' és desconegut" #: src/conf/domain_conf.c:2438 #, fuzzy, c-format msgid "unknown host device type '%s'" msgstr "el dispositiu d'arrencada '%s' és desconegut" #: src/conf/domain_conf.c:2443 #, fuzzy msgid "missing type in hostdev" msgstr "manca la font d'informació per al dispositiu" #: src/conf/domain_conf.c:2471 #, fuzzy, c-format msgid "unknown node %s" msgstr "es desconeix el servidor remot %s" #: src/conf/domain_conf.c:2502 #, fuzzy, c-format msgid "unknown lifecycle action %s" msgstr "tipus d'autenticació desconegut: %s" #: src/conf/domain_conf.c:2526 #, fuzzy msgid "missing security type" msgstr "falta el tipus de domini" #: src/conf/domain_conf.c:2533 #, fuzzy msgid "invalid security type" msgstr "tipus de domini invàlid" #: src/conf/domain_conf.c:2546 #, fuzzy msgid "missing security model" msgstr "manca el model de so" #: src/conf/domain_conf.c:2555 msgid "security label is missing" msgstr "" #: src/conf/domain_conf.c:2569 msgid "security imagelabel is missing" msgstr "" #: 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 "manca l'element arrel" #: src/conf/domain_conf.c:2647 msgid "unknown device type" msgstr "el tipus de dispositiu és desconegut" #: src/conf/domain_conf.c:2728 msgid "unknown virt type" msgstr "tipus de virtualització desconeguda" #: src/conf/domain_conf.c:2739 #, c-format msgid "no emulator for domain %s os type %s on architecture %s" msgstr "" #: src/conf/domain_conf.c:2774 msgid "missing domain type attribute" msgstr "falta l'atribut del tipus de domini" #: src/conf/domain_conf.c:2780 #, fuzzy, c-format msgid "invalid domain type %s" msgstr "tipus de domini invàlid" #: src/conf/domain_conf.c:2796 src/conf/network_conf.c:415 #: src/conf/secret_conf.c:165 #, fuzzy msgid "Failed to generate UUID" msgstr "No s'ha pogut generar un UUID: %s" #: 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 "l'element uuid no és correcte" #: src/conf/domain_conf.c:2814 msgid "missing memory element" msgstr "falta un element de memòria" #: src/conf/domain_conf.c:2851 #, fuzzy, c-format msgid "unexpected feature %s" msgstr "dades inesperades '%s'" #: src/conf/domain_conf.c:2891 msgid "no OS type" msgstr "tipus d'SO desconegut" #: src/conf/domain_conf.c:2919 #, c-format msgid "os type '%s' & arch '%s' combination is not supported" msgstr "" #: src/conf/domain_conf.c:2927 src/xen/xm_internal.c:715 #, fuzzy, c-format msgid "no supported architecture for os type '%s'" msgstr "l'arquitectura no està suportada" #: src/conf/domain_conf.c:2978 #, fuzzy msgid "cannot extract boot device" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:2986 #, fuzzy msgid "missing boot device" msgstr "manca la font d'informació per al dispositiu" #: src/conf/domain_conf.c:2991 #, c-format msgid "unknown boot device '%s'" msgstr "el dispositiu d'arrencada '%s' és desconegut" #: src/conf/domain_conf.c:3016 #, fuzzy msgid "cannot extract disk devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3035 #, fuzzy msgid "cannot extract filesystem devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3054 #, fuzzy msgid "cannot extract network devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3075 #, fuzzy msgid "cannot extract parallel devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3095 #, fuzzy msgid "cannot extract serial devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3143 #, fuzzy msgid "cannot extract channel devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3164 #, fuzzy msgid "cannot extract input devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3199 #, fuzzy msgid "cannot extract graphics devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3243 #, fuzzy msgid "cannot extract sound devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3273 #, fuzzy msgid "cannot extract video devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3298 #, fuzzy msgid "cannot determine default video type" msgstr "no es pot obtenir la identitat del sòcol remot" #: src/conf/domain_conf.c:3314 #, fuzzy msgid "cannot extract host devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3334 #, fuzzy msgid "cannot extract watchdog devices" msgstr "dispositiu de la interfície" #: src/conf/domain_conf.c:3339 msgid "only a single watchdog device is supported" msgstr "" #: src/conf/domain_conf.c:3388 #, fuzzy msgid "no domain config" msgstr "node de llista de domini" #: src/conf/domain_conf.c:3402 #, fuzzy msgid "missing domain state" msgstr "falta l'atribut del tipus de domini" #: src/conf/domain_conf.c:3407 #, fuzzy, c-format msgid "invalid domain state '%s'" msgstr "nom de domini invàlid" #: src/conf/domain_conf.c:3415 #, fuzzy msgid "invalid pid" msgstr "argument invàlid a" #: src/conf/domain_conf.c:3428 #, fuzzy msgid "no monitor path" msgstr "No es pot obrir el camí al monitor %s" #: src/conf/domain_conf.c:3449 #, fuzzy, c-format msgid "unsupported monitor type '%s'" msgstr "dades inesperades '%s'" #: 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 #, fuzzy, c-format msgid "at line %d: %s" msgstr "vinculació: %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 #, fuzzy msgid "failed to parse xml document" msgstr "No s'ha pogut suspendre el domini %s" #: 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 "element d'arrel incorrecte" #: src/conf/domain_conf.c:3884 msgid "topology cpuset syntax error" msgstr "" #: src/conf/domain_conf.c:3898 #, fuzzy, c-format msgid "unexpected lifecycle type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:3921 #, fuzzy, c-format msgid "unexpected disk type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:3926 #, fuzzy, c-format msgid "unexpected disk device %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:3931 #, fuzzy, c-format msgid "unexpected disk bus %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:3936 #, fuzzy, c-format msgid "unexpected disk cache mode %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4000 #, fuzzy, c-format msgid "unexpected filesystem type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4052 src/conf/domain_conf.c:4418 #, fuzzy, c-format msgid "unexpected net type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4164 #, fuzzy, c-format msgid "unexpected char type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4252 #, fuzzy msgid "Unable to format guestfwd address" msgstr "no s'han pogut definir els atributs de tty: %s\n" #: src/conf/domain_conf.c:4259 #, fuzzy msgid "Unable to format guestfwd port" msgstr "No es pot trobar un port VNC no utilitzat" #: src/conf/domain_conf.c:4276 #, fuzzy, c-format msgid "unexpected character destination type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4299 src/xen/xend_internal.c:5601 #, fuzzy, c-format msgid "unexpected sound model %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4320 #, fuzzy, c-format msgid "unexpected watchdog model %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4326 #, fuzzy, c-format msgid "unexpected watchdog action %d" msgstr "node dict inesperat" #: src/conf/domain_conf.c:4358 #, fuzzy, c-format msgid "unexpected video model %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4392 src/xen/xend_internal.c:5626 #, fuzzy, c-format msgid "unexpected input type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4397 #, fuzzy, c-format msgid "unexpected input bus type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4514 #, fuzzy, c-format msgid "unexpected hostdev mode %d" msgstr "node dict inesperat" #: src/conf/domain_conf.c:4521 #, fuzzy, c-format msgid "unexpected hostdev type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4578 #, c-format msgid "unexpected domain type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4674 #, fuzzy, c-format msgid "unexpected boot device type %d" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:4692 #, fuzzy, c-format msgid "unexpected feature %d" msgstr "node value inesperat" #: src/conf/domain_conf.c:4912 src/conf/network_conf.c:754 #, fuzzy, c-format msgid "cannot create config directory '%s'" msgstr "no s'ha pogut crear el directori de configuració %s: %s" #: src/conf/domain_conf.c:4921 src/conf/network_conf.c:763 #, fuzzy, c-format msgid "cannot create config file '%s'" msgstr "no s'ha pogut crear el fitxer de configuració %s: %s" #: src/conf/domain_conf.c:4929 src/conf/network_conf.c:771 #, fuzzy, c-format msgid "cannot write config file '%s'" msgstr "no s'ha pogut escriure el fitxer de configuració %s: %s" #: src/conf/domain_conf.c:4936 src/conf/network_conf.c:778 #, fuzzy, c-format msgid "cannot save config file '%s'" msgstr "no s'ha pogut guardar el fitxer de configuració %s: %s" #: src/conf/domain_conf.c:5065 #, fuzzy, c-format msgid "unexpected domain %s already exists" msgstr "tipus de domini inesperat %d" #: src/conf/domain_conf.c:5106 src/conf/network_conf.c:880 #: src/conf/storage_conf.c:1539 #, fuzzy, c-format msgid "Failed to open dir '%s'" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/conf/domain_conf.c:5171 #, fuzzy, c-format msgid "cannot remove config %s" msgstr "no es pot eliminar la configuració de %s" #: src/conf/domain_conf.c:5278 src/xen/xm_internal.c:2638 #, fuzzy, c-format msgid "domain '%s' is already defined with uuid %s" msgstr "el domini %s ja existeix" #: src/conf/domain_conf.c:5287 #, fuzzy, c-format msgid "domain is already active as '%s'" msgstr "El domini ja és actiu" #: src/conf/domain_conf.c:5302 #, fuzzy, c-format msgid "domain '%s' already exists with uuid %s" msgstr "el domini %s ja existeix" #: src/conf/interface_conf.c:133 src/conf/interface_conf.c:515 #, fuzzy msgid "interface has no name" msgstr "no s'ha trobat la xarxa" #: src/conf/interface_conf.c:141 msgid "interface mtu value is improper" msgstr "" #: src/conf/interface_conf.c:165 #, fuzzy, c-format msgid "unknown interface startmode %s" msgstr "tipus d'SO desconegut %s" #: src/conf/interface_conf.c:197 #, fuzzy, c-format msgid "unknown bonding mode %s" msgstr "tipus d'SO desconegut" #: src/conf/interface_conf.c:218 #, fuzzy, c-format msgid "unknown mii bonding carrier %s" msgstr "el dispositiu d'arrencada '%s' és desconegut" #: src/conf/interface_conf.c:241 #, fuzzy, c-format msgid "unknown arp bonding validate %s" msgstr "tipus d'SO desconegut %s" #: src/conf/interface_conf.c:267 #, fuzzy, c-format msgid "unknown dhcp peerdns value %s" msgstr "tipus d'SO desconegut %s" #: src/conf/interface_conf.c:293 #, fuzzy msgid "Invalid ip address prefix value" msgstr "l'adreça MAC no és vàlida" #: src/conf/interface_conf.c:446 msgid "protocol misses the family attribute" msgstr "" #: src/conf/interface_conf.c:465 #, fuzzy, c-format msgid "unsupported protocol family '%s'" msgstr "dades inesperades '%s'" #: src/conf/interface_conf.c:494 #, fuzzy msgid "interface has no type" msgstr "tipus d'interfície de xarxa" #: src/conf/interface_conf.c:508 #, fuzzy, c-format msgid "interface has unsupported type '%s'" msgstr "dades inesperades '%s'" #: src/conf/interface_conf.c:521 #, c-format msgid "vlan %s has no tag" msgstr "" #: src/conf/interface_conf.c:526 #, c-format msgid "vlan %s has interface name" msgstr "" #: src/conf/interface_conf.c:562 #, fuzzy msgid "bridge has no interfaces" msgstr "desvincula la interfície de xarxa" #: src/conf/interface_conf.c:602 #, fuzzy msgid "bond has no interfaces" msgstr "desvincula la interfície de xarxa" #: src/conf/interface_conf.c:652 msgid "bond interface miimon freq missing or invalid" msgstr "" #: src/conf/interface_conf.c:660 msgid "bond interface miimon downdelay invalid" msgstr "" #: src/conf/interface_conf.c:669 msgid "bond interface miimon updelay invalid" msgstr "" #: src/conf/interface_conf.c:688 #, fuzzy msgid "bond interface arpmon interval missing or invalid" msgstr "punter de xarxa invàlid a %s" #: src/conf/interface_conf.c:697 #, fuzzy msgid "bond interface arpmon target missing" msgstr "punter de xarxa invàlid a" #: src/conf/interface_conf.c:718 msgid "vlan interface misses the tag attribute" msgstr "" #: src/conf/interface_conf.c:726 msgid "vlan interface misses name attribute" msgstr "" #: src/conf/interface_conf.c:743 #, fuzzy msgid "interface misses the type attribute" msgstr "l'atribut del tipus de domini és invàlid" #: src/conf/interface_conf.c:749 #, fuzzy, c-format msgid "unknown interface type %s" msgstr "tipus d'SO desconegut %s" #: src/conf/interface_conf.c:785 msgid "bridge interface misses the bridge element" msgstr "" #: src/conf/interface_conf.c:797 #, c-format msgid "bridge interface stp should be on or off got %s" msgstr "" #: src/conf/interface_conf.c:820 msgid "bond interface misses the bond element" msgstr "" #: src/conf/interface_conf.c:841 msgid "vlan interface misses the vlan element" msgstr "" #: src/conf/interface_conf.c:996 #, fuzzy msgid "bare ethernet has no name" msgstr "no s'ha pogut obtenir el nom de màquina" #: src/conf/interface_conf.c:1028 #, fuzzy, c-format msgid "bare interface type %d unknown" msgstr "tipus d'interfície de xarxa" #: src/conf/interface_conf.c:1096 msgid "bond arp monitoring has no target" msgstr "" #: src/conf/interface_conf.c:1123 msgid "vlan misses the tag name" msgstr "" #: src/conf/interface_conf.c:1200 msgid "virInterfaceDefFormat unknown startmode" msgstr "" #: src/conf/interface_conf.c:1216 msgid "virInterfaceDefFormat argument problems" msgstr "" #: src/conf/interface_conf.c:1222 #, fuzzy, c-format msgid "unexpected interface type %d" msgstr "tipus de domini inesperat %d" #: src/conf/network_conf.c:250 #, fuzzy, c-format msgid "cannot parse dhcp start address '%s'" msgstr "No s'ha pogut resoldre l'adreça %d: %s" #: src/conf/network_conf.c:259 #, fuzzy, c-format msgid "cannot parse dhcp end address '%s'" msgstr "No s'ha pogut resoldre l'adreça %d: %s" #: src/conf/network_conf.c:270 #, fuzzy, c-format msgid "dhcp range '%s' to '%s' invalid" msgstr "desa un estat de domini a un fitxer" #: src/conf/network_conf.c:298 #, fuzzy, c-format msgid "cannot parse MAC address '%s'" msgstr "No s'ha pogut resoldre l'adreça %d: %s" #: src/conf/network_conf.c:305 #, fuzzy, c-format msgid "cannot use name address '%s'" msgstr "No s'ha pogut resoldre l'adreça %d: %s" #: src/conf/network_conf.c:321 src/conf/network_conf.c:451 #, fuzzy, c-format msgid "cannot parse IP address '%s'" msgstr "No s'ha pogut resoldre l'adreça %d: %s" #: src/conf/network_conf.c:457 #, fuzzy, c-format msgid "cannot parse netmask '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/conf/network_conf.c:481 msgid "Forwarding requested, but no IPv4 address/netmask provided" msgstr "" "S'ha sol·licitat un reenviament, però no s'ha proporcionat cap adreça/" "màscara IPv4" #: src/conf/network_conf.c:489 #, fuzzy, c-format msgid "unknown forwarding type '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/network_conf.c:838 #, c-format msgid "Network config filename '%s' does not match network name '%s'" msgstr "" "El nom del fitxer de configuració de la xarxa '%s' no concorda amb el nom de " "la xarxa '%s'" #: src/conf/network_conf.c:929 #, fuzzy, c-format msgid "cannot remove config file '%s'" msgstr "no es pot eliminar la configuració de %s" #: src/conf/network_conf.c:1003 #, c-format msgid "Bridge generation exceeded max id %d" msgstr "" #: src/conf/network_conf.c:1022 #, fuzzy, c-format msgid "bridge name '%s' already in use." msgstr "el domini %s ja existeix" #: src/conf/node_device_conf.c:537 #, fuzzy, c-format msgid "no block device path supplied for '%s'" msgstr "dispositiu de la interfície" #: src/conf/node_device_conf.c:550 #, c-format msgid "error parsing storage capabilities for '%s'" msgstr "" #: src/conf/node_device_conf.c:560 #, fuzzy, c-format msgid "missing storage capability type for '%s'" msgstr "manca la font d'informació per al dispositiu" #: src/conf/node_device_conf.c:580 #, c-format msgid "no removable media size supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:581 #, c-format msgid "invalid removable media size supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:591 #, fuzzy, c-format msgid "unknown storage capability type '%s' for '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/node_device_conf.c:603 #, fuzzy, c-format msgid "no size supplied for '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/conf/node_device_conf.c:604 #, fuzzy, c-format msgid "invalid size supplied for '%s'" msgstr "el model de so «%s» és invàlid" #: 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 "" #: 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 "" #: src/conf/node_device_conf.c:637 #, c-format msgid "no SCSI bus ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:638 #, c-format msgid "invalid SCSI bus ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:643 #, c-format msgid "no SCSI target ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:644 #, c-format msgid "invalid SCSI target ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:649 #, c-format msgid "no SCSI LUN ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:650 #, c-format msgid "invalid SCSI LUN ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:678 #, fuzzy, c-format msgid "no target name supplied for '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/conf/node_device_conf.c:716 #, fuzzy, c-format msgid "error parsing SCSI host capabilities for '%s'" msgstr "manca la font d'informació per al dispositiu" #: src/conf/node_device_conf.c:726 #, fuzzy, c-format msgid "missing SCSI host capability type for '%s'" msgstr "manca la font d'informació per al dispositiu" #: src/conf/node_device_conf.c:748 #, fuzzy, c-format msgid "no WWNN supplied for '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/conf/node_device_conf.c:756 #, fuzzy, c-format msgid "no WWPN supplied for '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/conf/node_device_conf.c:764 #, fuzzy, c-format msgid "unknown SCSI host capability type '%s' for '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/node_device_conf.c:798 #, fuzzy, c-format msgid "no network interface supplied for '%s'" msgstr "tipus d'interfície de xarxa" #: src/conf/node_device_conf.c:813 #, fuzzy, c-format msgid "invalid network type supplied for '%s'" msgstr "punter de xarxa invàlid a %s" #: src/conf/node_device_conf.c:841 #, c-format msgid "no USB interface number supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:842 #, c-format msgid "invalid USB interface number supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:847 #, c-format msgid "no USB interface class supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:848 #, c-format msgid "invalid USB interface class supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:853 #, c-format msgid "no USB interface subclass supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:854 #, c-format msgid "invalid USB interface subclass supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:859 #, fuzzy, c-format msgid "no USB interface protocol supplied for '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/node_device_conf.c:860 #, fuzzy, c-format msgid "invalid USB interface protocol supplied for '%s'" msgstr "punter de xarxa invàlid a %s" #: src/conf/node_device_conf.c:910 #, c-format msgid "no USB bus number supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:911 #, c-format msgid "invalid USB bus number supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:916 #, c-format msgid "no USB device number supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:917 #, fuzzy, c-format msgid "invalid USB device number supplied for '%s'" msgstr "punter de domini invàlid a %s" #: src/conf/node_device_conf.c:922 #, c-format msgid "no USB vendor ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:923 #, c-format msgid "invalid USB vendor ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:928 #, c-format msgid "no USB product ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:929 #, c-format msgid "invalid USB product ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:956 #, c-format msgid "no PCI domain ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:957 #, fuzzy, c-format msgid "invalid PCI domain ID supplied for '%s'" msgstr "punter de domini invàlid a %s" #: src/conf/node_device_conf.c:962 #, c-format msgid "no PCI bus ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:963 #, fuzzy, c-format msgid "invalid PCI bus ID supplied for '%s'" msgstr "el model de so «%s» és invàlid" #: src/conf/node_device_conf.c:968 #, c-format msgid "no PCI slot ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:969 #, fuzzy, c-format msgid "invalid PCI slot ID supplied for '%s'" msgstr "el model de so «%s» és invàlid" #: src/conf/node_device_conf.c:974 #, c-format msgid "no PCI function ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:975 #, fuzzy, c-format msgid "invalid PCI function ID supplied for '%s'" msgstr "punter de connexió invàlid a %s" #: src/conf/node_device_conf.c:980 #, c-format msgid "no PCI vendor ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:981 #, c-format msgid "invalid PCI vendor ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:986 #, c-format msgid "no PCI product ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:987 #, c-format msgid "invalid PCI product ID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:1022 #, c-format msgid "no system UUID supplied for '%s'" msgstr "" #: src/conf/node_device_conf.c:1028 #, fuzzy, c-format msgid "malformed uuid element for '%s'" msgstr "l'element uuid no és correcte" #: src/conf/node_device_conf.c:1063 #, fuzzy msgid "missing capability type" msgstr "falta el tipus de domini" #: src/conf/node_device_conf.c:1069 #, fuzzy, c-format msgid "unknown capability type '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/node_device_conf.c:1106 #, fuzzy, c-format msgid "unknown capability type '%d' for '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/node_device_conf.c:1158 #, c-format msgid "no device capabilities for '%s'" msgstr "" #: src/conf/node_device_conf.c:1326 msgid "Device is not a fibre channel HBA" msgstr "" #: src/conf/node_device_conf.c:1356 #, fuzzy, c-format msgid "Could not find parent HBA for '%s'" msgstr "no s'ha pogut connectar a %s" #: src/conf/node_device_conf.c:1376 #, c-format msgid "Parent HBA %s is not capable of vport operations" msgstr "" #: src/conf/secret_conf.c:56 src/conf/secret_conf.c:100 #: src/conf/secret_conf.c:274 src/conf/secret_conf.c:291 #, fuzzy, c-format msgid "unexpected secret usage type %d" msgstr "tipus de domini inesperat %d" #: src/conf/secret_conf.c:72 #, fuzzy msgid "unknown secret usage type" msgstr "el tipus de dispositiu és desconegut" #: src/conf/secret_conf.c:78 #, fuzzy, c-format msgid "unknown secret usage type %s" msgstr "tipus d'SO desconegut %s" #: src/conf/secret_conf.c:93 msgid "volume usage specified, but volume path is missing" msgstr "" #: src/conf/secret_conf.c:141 #, fuzzy msgid "invalid value of 'ephemeral'" msgstr "El valor %d no és vàlid per a la mida de la memòria" #: src/conf/secret_conf.c:155 #, fuzzy msgid "invalid value of 'private'" msgstr "El valor %d no és vàlid per a la mida de la memòria" #: src/conf/storage_conf.c:225 src/storage/storage_backend.c:767 #, c-format msgid "missing backend for pool type %d" msgstr "" #: src/conf/storage_conf.c:372 msgid "missing auth host attribute" msgstr "" #: src/conf/storage_conf.c:379 msgid "missing auth passwd attribute" msgstr "" #: src/conf/storage_conf.c:416 #, fuzzy, c-format msgid "unknown pool format type %s" msgstr "tipus d'SO desconegut %s" #: src/conf/storage_conf.c:438 #, fuzzy msgid "missing storage pool source device path" msgstr "manca la font d'informació per al dispositiu %s" #: src/conf/storage_conf.c:457 #, fuzzy, c-format msgid "unknown auth type '%s'" msgstr "tipus d'SO desconegut %s" #: src/conf/storage_conf.c:493 msgid "bad spec" msgstr "" #: src/conf/storage_conf.c:511 #, fuzzy msgid "root element was not source" msgstr "es desconeix el servidor remot %s" #: src/conf/storage_conf.c:563 msgid "malformed octal mode" msgstr "" #: src/conf/storage_conf.c:574 msgid "malformed owner element" msgstr "" #: src/conf/storage_conf.c:585 msgid "malformed group element" msgstr "" #: src/conf/storage_conf.c:617 src/storage/storage_driver.c:447 #: src/test/test_driver.c:3726 #, fuzzy, c-format msgid "unknown storage pool type %s" msgstr "tipus d'SO desconegut %s" #: src/conf/storage_conf.c:641 #, fuzzy msgid "missing pool source name element" msgstr "manca l'element arrel" #: src/conf/storage_conf.c:649 src/storage/storage_backend.c:351 #, fuzzy msgid "unable to generate uuid" msgstr "nom de xarxa o uuid" #: src/conf/storage_conf.c:665 #, fuzzy msgid "missing storage pool source host name" msgstr "manca la font d'informació per al dispositiu" #: src/conf/storage_conf.c:673 #, fuzzy msgid "missing storage pool source path" msgstr "manca la font d'informació per al dispositiu" #: src/conf/storage_conf.c:691 #, fuzzy msgid "missing storage pool source adapter name" msgstr "manca la font d'informació per al dispositiu" #: src/conf/storage_conf.c:698 #, fuzzy msgid "missing storage pool target path" msgstr "manca la informació del destí per al dispositiu" #: src/conf/storage_conf.c:745 #, fuzzy msgid "unknown root element for storage pool" msgstr "es desconeix el servidor remot %s" #: src/conf/storage_conf.c:876 #, fuzzy, c-format msgid "unknown pool format number %d" msgstr "tipus d'SO desconegut %s" #: src/conf/storage_conf.c:909 src/conf/storage_conf.c:1725 #, fuzzy msgid "unexpected pool type" msgstr "tipus mime inesperat" #: src/conf/storage_conf.c:1007 #, fuzzy, c-format msgid "unknown size units '%s'" msgstr "es desconeix el servidor remot %s" #: src/conf/storage_conf.c:1014 msgid "malformed capacity element" msgstr "" #: src/conf/storage_conf.c:1019 msgid "capacity element value too large" msgstr "" #: src/conf/storage_conf.c:1051 #, fuzzy msgid "missing volume name element" msgstr "falta un element de memòria" #: src/conf/storage_conf.c:1062 msgid "missing capacity element" msgstr "" #: src/conf/storage_conf.c:1091 src/conf/storage_conf.c:1122 #, fuzzy, c-format msgid "unknown volume format type %s" msgstr "tipus d'SO desconegut %s" #: src/conf/storage_conf.c:1153 #, fuzzy msgid "unknown root element for storage vol" msgstr "es desconeix el servidor remot %s" #: src/conf/storage_conf.c:1258 #, c-format msgid "unknown volume format number %d" msgstr "" #: src/conf/storage_conf.c:1597 #, fuzzy, c-format msgid "cannot create config directory %s" msgstr "no s'ha pogut crear el directori de configuració %s: %s" #: src/conf/storage_conf.c:1605 msgid "cannot construct config file path" msgstr "no s'ha pogut construir el camí al fitxer de configuració" #: src/conf/storage_conf.c:1616 msgid "cannot construct autostart link path" msgstr "no es pot construir el camí de l'enllaç a autostart" #: src/conf/storage_conf.c:1630 #, fuzzy msgid "failed to generate XML" msgstr "No s'ha pogut crear l'XML" #: src/conf/storage_conf.c:1638 #, fuzzy, c-format msgid "cannot create config file %s" msgstr "no s'ha pogut crear el fitxer de configuració %s: %s" #: src/conf/storage_conf.c:1646 #, fuzzy, c-format msgid "cannot write config file %s" msgstr "no s'ha pogut escriure el fitxer de configuració %s: %s" #: src/conf/storage_conf.c:1653 #, fuzzy, c-format msgid "cannot save config file %s" msgstr "no s'ha pogut guardar el fitxer de configuració %s: %s" #: src/conf/storage_conf.c:1674 #, c-format msgid "no config file for %s" msgstr "no hi ha fitxer de configuració per a %s" #: src/conf/storage_conf.c:1680 #, c-format msgid "cannot remove config for %s" msgstr "no es pot eliminar la configuració de %s" #: src/conf/storage_encryption_conf.c:93 #, fuzzy msgid "unknown volume encryption secret type" msgstr "tipus d'SO desconegut %s" #: src/conf/storage_encryption_conf.c:99 #, fuzzy, c-format msgid "unknown volume encryption secret type %s" msgstr "tipus d'SO desconegut %s" #: src/conf/storage_encryption_conf.c:111 #, fuzzy, c-format msgid "malformed volume encryption uuid '%s'" msgstr "tipus d'autenticació %d no disponible" #: src/conf/storage_encryption_conf.c:118 #, fuzzy msgid "missing volume encryption uuid" msgstr "tipus d'SO desconegut %s" #: src/conf/storage_encryption_conf.c:147 #, fuzzy msgid "unknown volume encryption format" msgstr "tipus d'SO desconegut %s" #: src/conf/storage_encryption_conf.c:153 #, fuzzy, c-format msgid "unknown volume encryption format type %s" msgstr "tipus d'SO desconegut %s" #: src/conf/storage_encryption_conf.c:164 #, fuzzy msgid "cannot extract volume encryption secrets" msgstr "dispositiu de la interfície" #: src/conf/storage_encryption_conf.c:196 #, fuzzy msgid "unknown root element for volume encryption information" msgstr "es desconeix el servidor remot %s" #: src/conf/storage_encryption_conf.c:228 #, fuzzy msgid "unexpected volume encryption secret type" msgstr "tipus mime inesperat" #: src/conf/storage_encryption_conf.c:248 #, fuzzy msgid "unexpected encryption format" msgstr "node dict inesperat" #: src/conf/storage_encryption_conf.c:275 #, fuzzy msgid "Cannot open /dev/urandom" msgstr "no s'ha pogut assignar l'adreça" #: src/conf/storage_encryption_conf.c:286 #, fuzzy msgid "Cannot read from /dev/urandom" msgstr "no s'ha pogut assignar l'adreça" #: src/datatypes.c:341 msgid "failed to add domain to connection hash table" msgstr "no s'ha pogut afegir el domini a la taula de dispersió de la connexió" #: src/datatypes.c:382 msgid "domain missing from connection hash table" msgstr "manca el domini a la taula de dispersió de connexions" #: src/datatypes.c:482 msgid "failed to add network to connection hash table" msgstr "no s'ha pogut afegir la xarxa a la taula de dispersió de connexions" #: src/datatypes.c:520 msgid "network missing from connection hash table" msgstr "manca la xarxa a la taula de dispersió de connexions" #: src/datatypes.c:629 #, c-format msgid "" "Failed to change interface mac address from %s to %s due to differing " "lengths." msgstr "" #: src/datatypes.c:660 #, fuzzy msgid "failed to add interface to connection hash table" msgstr "no s'ha pogut afegir la xarxa a la taula de dispersió de connexions" #: src/datatypes.c:699 #, fuzzy msgid "interface missing from connection hash table" msgstr "manca la xarxa a la taula de dispersió de connexions" #: src/datatypes.c:801 msgid "failed to add storage pool to connection hash table" msgstr "" "no s'ha pogut afegir la bateria d'emmagatzematge a la taula de dispersió de " "connexions" #: src/datatypes.c:840 msgid "pool missing from connection hash table" msgstr "manca la bateria a la taula de dispersió de connexions" #: src/datatypes.c:939 #, c-format msgid "Volume key %s too large for destination" msgstr "" #: src/datatypes.c:948 msgid "failed to add storage vol to connection hash table" msgstr "" "no s'ha pogut afegir el volum d'emmagatzematge a la taula de dispersió de " "connexions" #: src/datatypes.c:988 msgid "vol missing from connection hash table" msgstr "manca el volum a la taula de dispersió de connexions" #: src/datatypes.c:1084 #, fuzzy msgid "failed to add node dev to conn hash table" msgstr "" "no s'ha pogut afegir el volum d'emmagatzematge a la taula de dispersió de " "connexions" #: src/datatypes.c:1122 #, fuzzy msgid "dev missing from connection hash table" msgstr "manca el volum a la taula de dispersió de connexions" #: src/datatypes.c:1218 #, fuzzy msgid "failed to add secret to conn hash table" msgstr "" "no s'ha pogut afegir el volum d'emmagatzematge a la taula de dispersió de " "connexions" #: src/datatypes.c:1257 #, fuzzy msgid "secret missing from connection hash table" msgstr "manca el volum a la taula de dispersió de connexions" #: src/interface/netcf_driver.c:186 #, fuzzy msgid "failed to get number of interfaces on host" msgstr "script emprat com a pont de la interfície de xarxa" #: src/interface/netcf_driver.c:207 #, fuzzy msgid "failed to list host interfaces" msgstr "No s'ha trobat la xarxa" #: src/interface/netcf_driver.c:228 #, fuzzy msgid "failed to get number of defined interfaces on host" msgstr "script emprat com a pont de la interfície de xarxa" #: src/interface/netcf_driver.c:249 #, fuzzy msgid "failed to list host defined interfaces" msgstr "No s'ha trobat la xarxa" #: src/interface/netcf_driver.c:316 msgid "multiple interfaces with matching MAC address" msgstr "" #: src/libvirt.c:1032 msgid "could not parse connection URI" msgstr "no s'ha pogut analitzar la URI de connexió" #: src/libvirt.c:2252 #, fuzzy msgid "cannot get working directory" msgstr "No es pot crear el directori de registre %s: %s" #: src/libvirt.c:2259 src/libvirt.c:2335 #, fuzzy msgid "path too long" msgstr "el camí del kernel és massa llarg" #: src/libvirt.c:2328 #, fuzzy msgid "cannot get current directory" msgstr "No es pot verificar el MemorySize actual" #: src/libvirt.c:2828 msgid "virDomainGetXMLDesc with secure flag" msgstr "" #: src/libvirt.c:2986 msgid "domainMigratePrepare did not set uri" msgstr "el domainMigratePrepare no ha definit una uri" #: src/libvirt.c:3066 src/qemu/qemu_driver.c:7078 #, fuzzy msgid "domainMigratePrepare2 did not set uri" msgstr "el domainMigratePrepare no ha definit una uri" #: src/libvirt.c:3286 msgid "cannot perform tunnelled migration without using peer2peer flag" msgstr "" #: src/libvirt.c:4164 msgid "path is NULL" msgstr "" #: src/libvirt.c:4170 msgid "flags must be zero" msgstr "" #: src/libvirt.c:4177 msgid "buffer is NULL" msgstr "" #: src/libvirt.c:4278 src/qemu/qemu_driver.c:5985 msgid "flags parameter must be VIR_MEMORY_VIRTUAL or VIR_MEMORY_PHYSICAL" msgstr "" #: src/libvirt.c:4285 msgid "buffer is NULL but size is non-zero" msgstr "" #: src/libvirt.c:10004 msgid "data sources cannot be used for non-blocking streams" msgstr "" #: src/libvirt.c:10101 msgid "data sinks cannot be used for non-blocking streams" msgstr "" #: src/lxc/lxc_container.c:128 #, fuzzy msgid "setsid failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_container.c:134 msgid "ioctl(TIOCSTTY) failed" msgstr "" #: src/lxc/lxc_container.c:147 #, fuzzy msgid "dup2(stdin) failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_container.c:153 #, fuzzy msgid "dup2(stdout) failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_container.c:159 #, fuzzy msgid "dup2(stderr) failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_container.c:187 #, fuzzy msgid "Unable to send container continue message" msgstr "no s'ha pogut assignar un node" #: src/lxc/lxc_container.c:216 #, fuzzy msgid "Failed to read the container continue message" msgstr "No s'ha pogut crear el domini inactiu %s\n" #: src/lxc/lxc_container.c:311 #, fuzzy msgid "Failed to make root private" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: 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 "No s'ha pogut crear l'XML" #: src/lxc/lxc_container.c:331 #, fuzzy, c-format msgid "Failed to mount empty tmpfs at %s" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/lxc/lxc_container.c:352 #, fuzzy, c-format msgid "Failed to bind new root %s into tmpfs" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/lxc/lxc_container.c:361 #, fuzzy, c-format msgid "Failed to chroot into %s" msgstr "no s'ha pogut obrir %s per a llegir" #: src/lxc/lxc_container.c:369 #, fuzzy msgid "Failed to pivot root" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/lxc/lxc_container.c:412 #, fuzzy, c-format msgid "Failed to mkdir %s" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/lxc/lxc_container.c:418 #, fuzzy, c-format msgid "Failed to mount %s on %s" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/lxc/lxc_container.c:426 #, fuzzy msgid "Cannot create /dev/pts" msgstr "No es pot crear el directori de registre %s: %s" #: src/lxc/lxc_container.c:433 #, fuzzy msgid "Failed to mount /dev/pts in container" msgstr "no s'ha pogut obrir %s per a llegir" #: src/lxc/lxc_container.c:468 #, fuzzy, c-format msgid "Failed to make device %s" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/lxc/lxc_container.c:477 #, fuzzy msgid "Failed to create symlink /dev/ptmx to /dev/pts/ptmx" msgstr "No s'ha pogut desar el domini %s a %s" #: src/lxc/lxc_container.c:485 #, fuzzy msgid "Failed to make device /dev/ptmx" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/lxc/lxc_container.c:522 src/lxc/lxc_container.c:638 #, fuzzy, c-format msgid "Failed to mount %s at %s" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/lxc/lxc_container.c:545 #, fuzzy msgid "Failed to read /proc/mounts" msgstr "No s'ha pogut crear un domini des de %s" #: src/lxc/lxc_container.c:574 #, fuzzy, c-format msgid "Failed to unmount '%s'" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/lxc/lxc_container.c:624 #, fuzzy msgid "Failed to make / slave" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/lxc/lxc_container.c:648 #, fuzzy msgid "Failed to mount /proc" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/lxc/lxc_container.c:687 #, fuzzy, c-format msgid "Failed to remove capabilities: %d" msgstr "no s'ha pogut obtenir les capacitats" #: src/lxc/lxc_container.c:693 #, fuzzy, c-format msgid "Failed to apply capabilities: %d" msgstr "no s'ha pogut obtenir les capacitats" #: src/lxc/lxc_container.c:704 src/lxc/lxc_controller.c:261 msgid "libcap-ng support not compiled in, unable to clear capabilities" msgstr "" #: src/lxc/lxc_container.c:732 msgid "lxcChild() passed invalid vm definition" msgstr "" #: src/lxc/lxc_container.c:753 #, fuzzy, c-format msgid "Failed to open tty %s" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/lxc/lxc_container.c:836 #, fuzzy msgid "Failed to run clone container" msgstr "no s'ha pogut obrir %s per a llegir" #: src/lxc/lxc_controller.c:92 #, fuzzy msgid "Unable to get cgroup for driver" msgstr "No s'ha pogut crear un domini des de %s" #: src/lxc/lxc_controller.c:99 #, fuzzy, c-format msgid "Unable to create cgroup for domain %s" msgstr "No s'ha pogut crear un domini des de %s" #: src/lxc/lxc_controller.c:107 #, fuzzy, c-format msgid "Unable to set memory limit for domain %s" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/lxc/lxc_controller.c:115 #, fuzzy, c-format msgid "Unable to deny devices for domain %s" msgstr "No s'ha pogut desvincular el dispositiu de %s" #: src/lxc/lxc_controller.c:128 #, fuzzy, c-format msgid "Unable to allow device %c:%d:%d for domain %s" msgstr "No s'ha pogut adjuntar el dispositiu des de %s" #: src/lxc/lxc_controller.c:137 #, fuzzy, c-format msgid "Unable to allow PYT devices for domain %s" msgstr "No s'ha pogut adjuntar el dispositiu des de %s" #: src/lxc/lxc_controller.c:145 #, fuzzy, c-format msgid "Unable to add task %d to cgroup for domain %s" msgstr "No s'ha pogut crear un domini des de %s" #: src/lxc/lxc_controller.c:173 #, fuzzy, c-format msgid "failed to create server socket '%s'" msgstr "No s'ha pogut crear el sòcol: %s" #: src/lxc/lxc_controller.c:183 #, c-format msgid "Socket path %s too long for destination" msgstr "" #: src/lxc/lxc_controller.c:189 #, fuzzy, c-format msgid "failed to bind server socket '%s'" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/lxc/lxc_controller.c:195 #, fuzzy, c-format msgid "failed to listen server socket %s" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/lxc/lxc_controller.c:229 #, fuzzy, c-format msgid "read of fd %d failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_controller.c:236 #, fuzzy, c-format msgid "write to fd %d failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_controller.c:257 #, fuzzy, c-format msgid "failed to apply capabilities: %d" msgstr "no s'ha pogut obtenir les capacitats" #: src/lxc/lxc_controller.c:309 #, fuzzy msgid "epoll_create(2) failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_controller.c:319 #, fuzzy msgid "epoll_ctl(appPty) failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_controller.c:325 #, fuzzy msgid "epoll_ctl(contPty) failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_controller.c:333 #, fuzzy msgid "epoll_ctl(monitor) failed" msgstr "ha fallat l'operació: %s" #: 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 "ha fallat l'operació: %s" #: src/lxc/lxc_controller.c:384 #, c-format msgid "error event %d" msgstr "" #: src/lxc/lxc_controller.c:405 #, fuzzy msgid "epoll_wait() failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_controller.c:455 #, fuzzy, c-format msgid "Failed to move interface %s to ns %d" msgstr "no es pot obtenir les estadístiques de la interfície %s %s" #: src/lxc/lxc_controller.c:480 #, fuzzy, c-format msgid "Failed to delete veth: %s" msgstr "No s'ha destruït el domini %s" #: src/lxc/lxc_controller.c:513 #, fuzzy msgid "sockpair failed" msgstr "ha fallat l'operació: %s" #: src/lxc/lxc_controller.c:543 #, fuzzy msgid "Cannot unshare mount namespace" msgstr "No s'ha pogut obrir «%s»: %s" #: src/lxc/lxc_controller.c:549 #, fuzzy msgid "Failed to switch root mount into slave mode" msgstr "no s'ha pogut obrir %s per a llegir" #: src/lxc/lxc_controller.c:561 #, fuzzy, c-format msgid "Failed to make path %s" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/lxc/lxc_controller.c:569 #, fuzzy, c-format msgid "Failed to mount devpts on %s" msgstr "No s'ha pogut obrir el directori '%s': %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 "no s'ha pogut assignar un node" #: src/lxc/lxc_controller.c:773 #, fuzzy, c-format msgid "Unable to write pid file '%s/%s.pid'" msgstr "No s'ha pogut escriure en el fitxer de pid '%s': %s" #: src/lxc/lxc_controller.c:787 #, fuzzy msgid "Unable to change to root dir" msgstr "No es pot escriure argv al fitxer de registre %d: %s" #: src/lxc/lxc_controller.c:793 #, fuzzy msgid "Unable to become session leader" msgstr "No es pot tancar el fitxer de registre %d: %s" #: src/lxc/lxc_controller.c:804 #, fuzzy msgid "Failed to accept a connection from driver" msgstr "No s'ha trobat la xarxa: %s" #: src/lxc/lxc_driver.c:102 #, c-format msgid "Unexpected LXC URI path '%s', try lxc:///" msgstr "" #: src/lxc/lxc_driver.c:110 #, fuzzy msgid "lxc state driver is not active" msgstr "el camí al registre no és un fitxer" #: src/lxc/lxc_driver.c:349 src/lxc/lxc_driver.c:1280 #: src/lxc/lxc_driver.c:1330 msgid "System lacks NETNS support" msgstr "" #: 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 hi ha cap domini que concordi amb l'uuid" #: src/lxc/lxc_driver.c:404 #, fuzzy msgid "Cannot delete active domain" msgstr "no es pot eliminar el domini actiu" #: src/lxc/lxc_driver.c:410 #, fuzzy msgid "Cannot undefine transient domain" msgstr "no es pot eliminar el domini actiu" #: src/lxc/lxc_driver.c:462 #, fuzzy, c-format msgid "Unable to get cgroup for %s" msgstr "No s'ha pogut crear un domini des de %s" #: src/lxc/lxc_driver.c:468 #, fuzzy msgid "Cannot read cputime for domain" msgstr "no es pot eliminar el domini actiu" #: src/lxc/lxc_driver.c:473 #, fuzzy msgid "Cannot read memory usage for domain" msgstr "no es pot eliminar el domini actiu" #: 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 hi ha cap domini que concordi amb l'uuid" #: src/lxc/lxc_driver.c:563 #, fuzzy msgid "Cannot set max memory lower than current memory" msgstr "nom del domini inactiu" #: src/lxc/lxc_driver.c:595 #, fuzzy msgid "Cannot set memory higher than max memory" msgstr "nom del domini inactiu" #: src/lxc/lxc_driver.c:602 #, fuzzy, c-format msgid "Unable to get cgroup for %s\n" msgstr "No s'ha pogut crear un domini des de %s" #: src/lxc/lxc_driver.c:608 #, fuzzy msgid "Failed to set memory for domain" msgstr "nom del domini inactiu" #: src/lxc/lxc_driver.c:681 #, fuzzy, c-format msgid "waitpid failed to wait for container %d: %d" msgstr "No s'ha pogut iniciar el domini %s" #: src/lxc/lxc_driver.c:774 #, fuzzy msgid "Failed to get bridge for interface" msgstr "script emprat com a pont de la interfície de xarxa" #: src/lxc/lxc_driver.c:785 #, fuzzy, c-format msgid "Failed to create veth device pair: %d" msgstr "No s'ha pogut adjuntar el dispositiu des de %s" #: src/lxc/lxc_driver.c:811 #, fuzzy, c-format msgid "Failed to set %s to %s" msgstr "No s'ha pogut desar el domini %s a %s" #: src/lxc/lxc_driver.c:819 #, fuzzy, c-format msgid "Failed to add %s device to %s" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/lxc/lxc_driver.c:826 #, fuzzy, c-format msgid "Failed to enable %s device" msgstr "no s'ha pogut assignar un node" #: src/lxc/lxc_driver.c:857 #, fuzzy msgid "Failed to create client socket" msgstr "No s'ha pogut crear el sòcol: %s" #: src/lxc/lxc_driver.c:865 #, c-format msgid "Socket path %s too big for destination" msgstr "" #: src/lxc/lxc_driver.c:871 #, fuzzy msgid "Failed to connect to client socket" msgstr "no s'ha pogut connectar al magatzem Xen" #: src/lxc/lxc_driver.c:896 #, fuzzy, c-format msgid "Invalid PID %d for container" msgstr "punter de domini invàlid" #: src/lxc/lxc_driver.c:903 #, fuzzy, c-format msgid "Failed to kill pid %d" msgstr "No s'ha pogut obrir «%s»: %s" #: src/lxc/lxc_driver.c:1101 #, fuzzy, c-format msgid "Cannot wait for '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/lxc/lxc_driver.c:1108 #, c-format msgid "Container '%s' unexpectedly shutdown during startup" msgstr "" #: src/lxc/lxc_driver.c:1163 #, fuzzy, c-format msgid "Cannot create log directory '%s'" msgstr "No es pot crear el directori de registre %s: %s" #: src/lxc/lxc_driver.c:1198 #, fuzzy, c-format msgid "Failed to open '%s'" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/lxc/lxc_driver.c:1218 #, fuzzy, c-format msgid "Failed to read pid file %s/%s.pid" msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s" #: src/lxc/lxc_driver.c:1274 #, fuzzy, c-format msgid "No domain named %s" msgstr "nom de domini" #: src/lxc/lxc_driver.c:1383 src/lxc/lxc_driver.c:1516 #, fuzzy, c-format msgid "No domain with id %d" msgstr "node de llista de domini" #: src/lxc/lxc_driver.c:1571 src/qemu/qemu_driver.c:431 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s\n" msgstr "No s'ha pogut iniciar automàticament la VM '%s': %s" #: src/lxc/lxc_driver.c:1834 #, fuzzy, c-format msgid "Unknown release: %s" msgstr "procediment desconegut: %d" #: src/lxc/lxc_driver.c:1876 src/lxc/lxc_driver.c:1934 #: src/qemu/qemu_driver.c:5648 src/qemu/qemu_driver.c:5719 #, fuzzy, c-format msgid "No such domain %s" msgstr "No s'ha pogut recuperar el domini %s" #: src/lxc/lxc_driver.c:1887 #, fuzzy msgid "Invalid type for cpu_shares tunable, expected a 'ullong'" msgstr "El valor %d no és vàlid per a la mida de la memòria" #: src/lxc/lxc_driver.c:1896 src/qemu/qemu_driver.c:5677 #, fuzzy, c-format msgid "Invalid parameter `%s'" msgstr "argument invàlid a %s" #: src/lxc/lxc_driver.c:1925 src/qemu/qemu_driver.c:5711 #, fuzzy msgid "Invalid parameter count" msgstr "argument invàlid a" #: src/lxc/lxc_driver.c:1946 msgid "Field cpu_shares too big for destination" msgstr "" #: 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 domini no s'està executant" #: src/lxc/lxc_driver.c:2003 #, c-format msgid "Invalid path, '%s' is not a known interface" msgstr "" #: src/lxc/lxc_driver.c:2067 #, fuzzy msgid "Cannot set autostart for transient domain" msgstr "nom del domini inactiu" #: src/lxc/lxc_driver.c:2092 #, fuzzy, c-format msgid "Cannot create autostart directory %s" msgstr "No es pot crear el directori de registre %s: %s" #: src/lxc/lxc_driver.c:2099 src/qemu/qemu_driver.c:5575 #: src/uml/uml_driver.c:1718 #, fuzzy, c-format msgid "Failed to create symlink '%s to '%s'" msgstr "No s'ha pogut desar el domini %s a %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 #, fuzzy, c-format msgid "Failed to delete symlink '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/lxc/lxc_driver.c:2243 #, fuzzy msgid "Suspend operation failed" msgstr "ha fallat l'operació" #: src/lxc/lxc_driver.c:2308 #, fuzzy msgid "Resume operation failed" msgstr "ha fallat l'operació" #: src/network/bridge_driver.c:244 src/qemu/qemu_conf.c:1193 #: src/uml/uml_conf.c:114 #, fuzzy msgid "cannot initialize bridge support" msgstr "no es pot inicialitzar el suport pont: %s" #: src/network/bridge_driver.c:296 #, fuzzy msgid "Reloading iptables rules\n" msgstr "S'estan actualitzant les normes de les iptables" #: src/network/bridge_driver.c:540 msgid "cannot start dhcp daemon without IP address for server" msgstr "no s'ha pogut iniciar el dimoni dhcp sense l'adreça IP per al servidor" #: src/network/bridge_driver.c:546 src/network/bridge_driver.c:552 #, fuzzy, c-format msgid "cannot create directory %s" msgstr "No es pot crear el directori de registre %s: %s" #: src/network/bridge_driver.c:605 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding from '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a permetre el reenviament " "des de '%s' : %s\n" #: src/network/bridge_driver.c:616 #, fuzzy, c-format msgid "failed to add iptables rule to allow forwarding to '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a permetre el reenviament a " "'%s' : %s\n" #: src/network/bridge_driver.c:626 #, fuzzy, c-format msgid "failed to add iptables rule to enable masquerading to '%s'\n" msgstr "" "no s'han pogut afegir les normes d'iptables per a habilitar l'emmascarat : %" "s\n" #: src/network/bridge_driver.c:658 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing from '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a permetre l'encaminament " "des de '%s' : %s\n" #: src/network/bridge_driver.c:669 #, fuzzy, c-format msgid "failed to add iptables rule to allow routing to '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a permetre l'encaminament a " "'%s' : %s\n" #: src/network/bridge_driver.c:695 src/network/bridge_driver.c:702 #, fuzzy, c-format msgid "failed to add iptables rule to allow DHCP requests from '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a permetre les peticions " "DHCP des de '%s' : %s" #: src/network/bridge_driver.c:710 src/network/bridge_driver.c:717 #, fuzzy, c-format msgid "failed to add iptables rule to allow DNS requests from '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a permetre les peticions de " "DNS des de '%s' : %s" #: src/network/bridge_driver.c:727 #, fuzzy, c-format msgid "failed to add iptables rule to block outbound traffic from '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a bloquejar el tràfic de " "sortida des de '%s' : %s" #: src/network/bridge_driver.c:734 #, fuzzy, c-format msgid "failed to add iptables rule to block inbound traffic to '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a bloquejar el tràfic " "d'entrada a '%s' : %s" #: src/network/bridge_driver.c:742 #, fuzzy, c-format msgid "failed to add iptables rule to allow cross bridge traffic on '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a permetre el tràfic de pont " "creuat sobre '%s' : %s" #: src/network/bridge_driver.c:843 src/network/bridge_driver.c:867 #, fuzzy, c-format msgid "cannot enable %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/network/bridge_driver.c:855 #, fuzzy, c-format msgid "cannot disable %s" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/network/bridge_driver.c:884 msgid "network is already active" msgstr "la xarxa ja és activa" #: src/network/bridge_driver.c:890 #, fuzzy, c-format msgid "cannot create bridge '%s'" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/network/bridge_driver.c:907 #, fuzzy, c-format msgid "cannot set IP address on bridge '%s' to '%s'" msgstr "no s'ha pogut definir l'adreça IP del pont '%s' a '%s' : %s" #: src/network/bridge_driver.c:915 #, fuzzy, c-format msgid "cannot set netmask on bridge '%s' to '%s'" msgstr "no s'ha pogut definir la màscara de xarxa del pont '%s' a '%s' : %s" #: src/network/bridge_driver.c:922 #, fuzzy, c-format msgid "failed to bring the bridge '%s' up" msgstr "no s'ha pogut mostrar el pont '%s' : %s" #: src/network/bridge_driver.c:933 #, fuzzy msgid "failed to enable IP forwarding" msgstr "no s'ha pogut habilitar el reenviament IP : %s" #: src/network/bridge_driver.c:964 src/network/bridge_driver.c:1004 #, fuzzy, c-format msgid "Failed to bring down bridge '%s' : %s\n" msgstr "No s'ha pogut abaixar el pont '%s' : %s" #: src/network/bridge_driver.c:971 src/network/bridge_driver.c:1009 #, fuzzy, c-format msgid "Failed to delete bridge '%s' : %s\n" msgstr "No s'ha pogut eliminar el pont '%s' : %s" #: src/network/bridge_driver.c:985 #, fuzzy, c-format msgid "Shutting down network '%s'\n" msgstr "S'està tancant la xarxa '%s'" #: 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 "" #: src/network/bridge_driver.c:1065 #, fuzzy, c-format msgid "no network with matching name '%s'" msgstr "no hi ha cap domini que coincideixi amb el nom" #: src/network/bridge_driver.c:1317 #, fuzzy msgid "network is still active" msgstr "la xarxa ja és activa" #: src/network/bridge_driver.c:1378 #, fuzzy msgid "network is not active" msgstr "la xarxa ja és activa" #: src/network/bridge_driver.c:1430 #, fuzzy msgid "no network with matching id" msgstr "informació de la xarxa en XML" #: src/network/bridge_driver.c:1436 src/test/test_driver.c:3058 #, fuzzy, c-format msgid "network '%s' does not have a bridge name." msgstr "La xarxa '%s' no és activa" #: src/network/bridge_driver.c:1493 #, fuzzy msgid "cannot set autostart for transient network" msgstr "nom del domini inactiu" #: src/network/bridge_driver.c:1508 #, fuzzy, c-format msgid "cannot create autostart directory '%s'" msgstr "No es pot crear el directori de registre %s: %s" #: src/network/bridge_driver.c:1515 src/storage/storage_driver.c:1029 #, fuzzy, c-format msgid "Failed to create symlink '%s' to '%s'" msgstr "No s'ha pogut desar el domini %s a %s" #: src/node_device/node_device_driver.c:54 #, fuzzy, c-format msgid "Failed to refresh WWPN for host%d" msgstr "No s'ha pogut recuperar el domini %s" #: src/node_device/node_device_driver.c:61 #, fuzzy, c-format msgid "Failed to refresh WWNN for host%d" msgstr "No s'ha pogut recuperar el domini %s" #: src/node_device/node_device_driver.c:102 #, fuzzy, c-format msgid "cannot resolve driver link %s" msgstr "dispositiu de la interfície" #: 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 #, fuzzy, c-format msgid "no node device with matching name '%s'" msgstr "no hi ha cap domini que coincideixi amb el nom" #: src/node_device/node_device_driver.c:321 src/test/test_driver.c:4845 #, fuzzy msgid "no parent for this device" msgstr "destí del dispositiu de disc" #: src/node_device/node_device_driver.c:422 #, fuzzy, c-format msgid "Invalid vport operation (%d)" msgstr "argument invàlid a" #: src/node_device/node_device_driver.c:439 #, fuzzy, c-format msgid "Vport operation path is '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/node_device/node_device_driver.c:453 #, c-format msgid "Write of '%s' to '%s' during vport create/delete failed" msgstr "" #: src/node_device/node_device_driver.c:462 #, fuzzy msgid "Vport operation complete" msgstr "ha fallat l'operació" #: src/node_device/node_device_driver.c:475 #, fuzzy msgid "Could not get current time" msgstr "No es pot verificar el MemorySize actual" #: src/node_device/node_device_linux_sysfs.c:53 #, fuzzy, c-format msgid "Opened WWN path '%s' for reading" msgstr "no s'ha pogut obrir %s per a llegir" #: src/node_device/node_device_linux_sysfs.c:56 #, fuzzy, c-format msgid "Failed to open WWN path '%s' for reading" msgstr "no s'ha pogut obrir %s per a llegir" #: src/node_device/node_device_linux_sysfs.c:79 #, fuzzy, c-format msgid "Failed to read WWN for host%d '%s'" msgstr "No s'ha pogut llegir del conducte de senyals: %s" #: src/node_device/node_device_linux_sysfs.c:117 #, c-format msgid "Checking if host%d is an FC HBA" msgstr "" #: src/node_device/node_device_linux_sysfs.c:137 #, fuzzy, c-format msgid "Failed to read WWPN for host%d" msgstr "No s'ha pogut llegir del conducte de senyals: %s" #: src/node_device/node_device_linux_sysfs.c:146 #, fuzzy, c-format msgid "Failed to read WWNN for host%d" msgstr "No s'ha pogut llegir del conducte de senyals: %s" #: 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 #, fuzzy msgid "parsing cpuinfo processor" msgstr "uuid de domini" #: src/nodeinfo.c:94 msgid "parsing cpuinfo cpu MHz" msgstr "" #: src/nodeinfo.c:121 #, fuzzy msgid "no cpus found" msgstr "node dels nodes cpu i numa" #: src/nodeinfo.c:159 src/uml/uml_driver.c:1787 src/util/pci.c:1082 #: src/util/util.c:352 #, fuzzy, c-format msgid "cannot open %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/nodeinfo.c:175 msgid "node info not implemented on this platform" msgstr "" #: src/nodeinfo.c:257 src/nodeinfo.c:294 msgid "NUMA not supported on this host" msgstr "" #: src/nodeinfo.c:263 #, c-format msgid "start cell %d out of range (0-%d)" msgstr "" #: src/nodeinfo.c:275 src/nodeinfo.c:302 #, fuzzy msgid "Failed to query NUMA free memory" msgstr "Memòria emprada:" #: src/nodeinfo.c:323 src/nodeinfo.c:330 msgid "NUMA memory information not available on this platform" msgstr "" #: src/opennebula/one_conf.c:150 msgid "Error submitting virtual machine to OpenNebula" msgstr "" #: 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 hi ha cap domini que concordi amb l'uuid" #: src/opennebula/one_driver.c:289 src/qemu/qemu_driver.c:4584 #: src/uml/uml_driver.c:1630 #, fuzzy msgid "cannot undefine transient domain" msgstr "no es pot eliminar el domini actiu" #: 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 "obtenció de la data i hora" #: src/opennebula/one_driver.c:416 #, fuzzy, c-format msgid "no domain named %s" msgstr "nom de domini" #: src/opennebula/one_driver.c:453 #, fuzzy, c-format msgid "Already an OpenNebula VM active with the name: '%s' id: %d " msgstr "Encara hi ha una OPENVZ VM activa amb l'id '%s'" #: src/opennebula/one_driver.c:496 src/opennebula/one_driver.c:531 #, fuzzy, c-format msgid "no domain with id %d" msgstr "node de llista de domini" #: src/opennebula/one_driver.c:502 src/opennebula/one_driver.c:538 #: src/opennebula/one_driver.c:573 src/opennebula/one_driver.c:606 #, fuzzy msgid "Wrong state to perform action" msgstr "informació de node" #: 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 domini no s'està executant" #: 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 hi ha cap domini que coincideixi amb l'id %d" #: src/opennebula/one_driver.c:610 #, fuzzy msgid "domain is not paused " msgstr "No s'ha trobat el domini" #: src/openvz/openvz_conf.c:131 #, fuzzy msgid "Could not extract vzctl version" msgstr "No es pot extreure la versió de l'hipervisor %s en execució\n" #: src/openvz/openvz_conf.c:198 #, fuzzy, c-format msgid "Could not read 'IP_ADDRESS' from config for container %d" msgstr "no es pot eliminar la configuració de %s" #: src/openvz/openvz_conf.c:230 #, fuzzy, c-format msgid "Could not read 'NETIF' from config for container %d" msgstr "no es pot eliminar la configuració de %s" #: src/openvz/openvz_conf.c:256 #, fuzzy msgid "Too long network device name" msgstr "s'està resolent el nom de fitxer de la xarxa" #: src/openvz/openvz_conf.c:265 #, fuzzy, c-format msgid "Network ifname %s too long for destination" msgstr "El nom de xarxa '%s' és massa llarg" #: src/openvz/openvz_conf.c:273 msgid "Too long bridge device name" msgstr "" #: src/openvz/openvz_conf.c:282 #, c-format msgid "Bridge name %s too long for destination" msgstr "" #: src/openvz/openvz_conf.c:290 #, fuzzy msgid "Wrong length MAC address" msgstr "l'adreça MAC no és vàlida" #: src/openvz/openvz_conf.c:295 #, fuzzy, c-format msgid "MAC address %s too long for destination" msgstr "L'adreça IP '%s' és massa llarga" #: src/openvz/openvz_conf.c:300 #, fuzzy msgid "Wrong MAC address" msgstr "adreça MAC" #: src/openvz/openvz_conf.c:369 #, fuzzy, c-format msgid "Could not read 'OSTEMPLATE' from config for container %d" msgstr "no es pot eliminar la configuració de %s" #: src/openvz/openvz_conf.c:383 #, fuzzy, c-format msgid "Could not read 'VE_PRIVATE' from config for container %d" msgstr "no es pot eliminar la configuració de %s" #: src/openvz/openvz_conf.c:444 msgid "popen failed" msgstr "popen ha fallat" #: src/openvz/openvz_conf.c:454 src/openvz/openvz_driver.c:154 msgid "Failed to parse vzlist output" msgstr "No s'ha pogut analitzar la sortida de vzlist" #: src/openvz/openvz_conf.c:492 msgid "UUID in config file malformed" msgstr "l'UUID del fitxer de configuració no és correcte" #: src/openvz/openvz_conf.c:504 #, fuzzy, c-format msgid "Could not read config for container %d" msgstr "no es pot eliminar la configuració de %s" #: src/openvz/openvz_driver.c:119 #, fuzzy msgid "Container is not defined" msgstr "el domini no s'està executant" #: src/openvz/openvz_driver.c:144 #, fuzzy msgid "popen failed" msgstr "popen ha fallat" #: src/openvz/openvz_driver.c:192 src/openvz/openvz_driver.c:745 #, fuzzy, c-format msgid "Could not put argument to %s" msgstr "no s'ha pogut connectar a %s" #: src/openvz/openvz_driver.c:215 #, fuzzy msgid "only one filesystem supported" msgstr "tipus de sistema de fitxers invàlid" #: src/openvz/openvz_driver.c:224 msgid "filesystem is not of type 'template' or 'mount'" msgstr "" #: src/openvz/openvz_driver.c:235 #, fuzzy msgid "Could not convert domain name to VEID" msgstr "converteix un nom de domini o id a UUID de domini" #: src/openvz/openvz_driver.c:241 #, fuzzy msgid "Could not copy default config" msgstr "no s'ha pogut analitzar la URI de connexió" #: src/openvz/openvz_driver.c:247 msgid "Could not set the source dir for the filesystem" msgstr "" #: src/openvz/openvz_driver.c:255 msgid "Error creating command for container" msgstr "" #: 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 #, fuzzy, c-format msgid "Could not exec %s" msgstr "no s'ha pogut connectar a %s" #: src/openvz/openvz_driver.c:406 #, fuzzy, c-format msgid "cannot read cputime for domain %d" msgstr "no es pot eliminar el domini actiu" #: src/openvz/openvz_driver.c:529 src/openvz/openvz_driver.c:566 msgid "domain is not in running state" msgstr "el domini no està en estat d'execució" #: src/openvz/openvz_driver.c:646 msgid "Container ID is not specified" msgstr "" #: src/openvz/openvz_driver.c:679 msgid "Could not generate eth name for container" msgstr "" #: src/openvz/openvz_driver.c:690 msgid "Could not generate veth name" msgstr "" #: src/openvz/openvz_driver.c:774 #, fuzzy msgid "Could not configure network" msgstr "no s'ha pogut connectar a %s" #: src/openvz/openvz_driver.c:785 #, fuzzy msgid "cannot replace NETIF config" msgstr "no es pot eliminar la configuració de %s" #: src/openvz/openvz_driver.c:824 #, c-format msgid "Already an OPENVZ VM active with the id '%s'" msgstr "Encara hi ha una OPENVZ VM activa amb l'id '%s'" #: src/openvz/openvz_driver.c:836 src/openvz/openvz_driver.c:918 #, fuzzy msgid "Error creating initial configuration" msgstr "s'està assignant la configuració" #: src/openvz/openvz_driver.c:844 src/openvz/openvz_driver.c:924 #, fuzzy msgid "Could not set UUID" msgstr "no s'ha pogut analitzar la URI de connexió" #: src/openvz/openvz_driver.c:854 src/openvz/openvz_driver.c:946 #, fuzzy msgid "Could not set number of virtual cpu" msgstr "canvia el nombre de CPU virtuals" #: src/openvz/openvz_driver.c:862 #, fuzzy msgid "Could not set memory size" msgstr "No es pot verificar el MemorySize actual" #: src/openvz/openvz_driver.c:904 #, fuzzy, c-format msgid "Already an OPENVZ VM defined with the id '%s'" msgstr "Encara hi ha una OPENVZ VM definida amb l'id '%d'" #: src/openvz/openvz_driver.c:977 msgid "no domain with matching id" msgstr "no hi ha cap domini que coincideixi amb l'id" #: src/openvz/openvz_driver.c:983 msgid "domain is not in shutoff state" msgstr "el domini no està en estat de tancament" #: 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 pot eliminar el domini actiu" #: src/openvz/openvz_driver.c:1095 #, fuzzy msgid "Could not read container config" msgstr "no s'ha pogut analitzar la URI de connexió" #: src/openvz/openvz_driver.c:1116 src/qemu/qemu_driver.c:2575 #, fuzzy, c-format msgid "unknown type '%s'" msgstr "tipus d'SO desconegut %s" #: src/openvz/openvz_driver.c:1168 msgid "VCPUs should be >= 1" msgstr "" #: src/openvz/openvz_driver.c:1213 #, c-format msgid "unexpected OpenVZ URI path '%s', try openvz:///system" msgstr "" #: src/openvz/openvz_driver.c:1220 msgid "OpenVZ control file /proc/vz does not exist" msgstr "" #: src/openvz/openvz_driver.c:1226 msgid "OpenVZ control file /proc/vz is not accessible" msgstr "" #: src/openvz/openvz_driver.c:1318 src/openvz/openvz_driver.c:1364 #, fuzzy, c-format msgid "Could not parse VPS ID %s" msgstr "no s'ha pogut analitzar la URI de connexió" #: src/phyp/phyp_driver.c:94 msgid "Missing server name in phyp:// URI" msgstr "" #: src/phyp/phyp_driver.c:100 msgid "Missing managed system name in phyp:// URI" msgstr "" #: src/phyp/phyp_driver.c:106 msgid "Missing username in phyp:// URI" msgstr "" #: src/phyp/phyp_driver.c:153 msgid "Error parsing 'path'. Invalid characters." msgstr "" #: src/phyp/phyp_driver.c:159 #, fuzzy msgid "Error while opening SSH session." msgstr "S'ha produït un error en tornar a carregar els controladors" #: src/phyp/phyp_driver.c:280 #, fuzzy, c-format msgid "Error while getting %s address info" msgstr "S'ha produït un error en tornar a carregar els controladors" #: src/phyp/phyp_driver.c:297 #, fuzzy, c-format msgid "Failed to connect to %s" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/phyp/phyp_driver.c:317 #, fuzzy msgid "Failure establishing SSH session." msgstr "S'ha produït un error en tornar a carregar els controladors" #: src/phyp/phyp_driver.c:347 #, fuzzy msgid "No authentication callback provided." msgstr "ha fallat l'operació" #: src/phyp/phyp_driver.c:358 msgid "Required credentials are not supported." msgstr "" #: src/phyp/phyp_driver.c:367 #, fuzzy msgid "Unable to fetch credentials." msgstr "no s'ha pogut desar el contingut" #: src/phyp/phyp_driver.c:375 #, fuzzy msgid "Unable to get password certificates" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/phyp/phyp_driver.c:386 #, fuzzy msgid "Authentication failed" msgstr "ha fallat l'operació" #: 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 "" "no s'han pogut afegir les normes d'iptables per a permetre l'encaminament a " "'%s' : %s\n" #: src/qemu/qemu_bridge_filter.c:59 #, fuzzy, c-format msgid "cannot filter mac addresses on bridge '%s'" msgstr "no s'ha pogut definir l'adreça IP del pont '%s' a '%s' : %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 "" "no s'han pogut afegir les normes d'iptables per a permetre l'encaminament a " "'%s' : %s\n" #: src/qemu/qemu_conf.c:122 #, fuzzy msgid "unable to find hugetlbfs mountpoint" msgstr "No s'ha pogut crear un domini des de %s" #: src/qemu/qemu_conf.c:249 #, fuzzy msgid "cgroup_controllers must be a list of strings" msgstr "" "remoteReadConfigFile: %s: %s: ha de ser una cadena o una llista de cadenes\n" #: src/qemu/qemu_conf.c:287 msgid "cgroup_device_acl must be a list of strings" msgstr "" #: src/qemu/qemu_conf.c:331 #, fuzzy, c-format msgid "failed to enable mac filter in in '%s'" msgstr "no s'ha pogut llegir el dimoni Xen" #: src/qemu/qemu_conf.c:337 #, fuzzy, c-format msgid "failed to add rule to drop all frames in '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a permetre el reenviament a " "'%s' : %s\n" #: src/qemu/qemu_conf.c:485 #, fuzzy msgid "Unable to read 'qemu -M ?' output" msgstr "No s'ha pogut analitzar la sortida de vzlist" #: src/qemu/qemu_conf.c:505 src/qemu/qemu_conf.c:1097 #, c-format msgid "Unexpected exit status from qemu %d pid %lu" msgstr "Estat de sortida inesperat de qeumu %d pid %lu" #: src/qemu/qemu_conf.c:513 src/qemu/qemu_conf.c:1105 #, c-format msgid "Unexpected exit status '%d', qemu probably failed" msgstr "Estat de sortida inesperat '%d', el qeumu probablement ha fallat" #: src/qemu/qemu_conf.c:669 src/qemu/qemu_conf.c:753 #, fuzzy, c-format msgid "Failed to stat %s, most peculiar : %s" msgstr "No s'ha pogut iniciar el domini %s" #: src/qemu/qemu_conf.c:1040 #, fuzzy, c-format msgid "cannot parse QEMU version number in '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_conf.c:1073 #, fuzzy msgid "Unable to read QEMU help output" msgstr "No s'ha pogut analitzar la sortida de vzlist" #: src/qemu/qemu_conf.c:1144 src/qemu/qemu_driver.c:2177 #: src/qemu/qemu_driver.c:4273 #, fuzzy, c-format msgid "Cannot find QEMU binary %s" msgstr "No es poden trobar els binaris %s de QUEMU: %s" #: src/qemu/qemu_conf.c:1187 #, c-format msgid "Network type %d is not supported" msgstr "El tipus de xarxa %d no està suportat" #: src/qemu/qemu_conf.c:1218 src/uml/uml_conf.c:133 #, fuzzy, c-format msgid "Failed to add tap interface to bridge. %s is not a bridge device" msgstr "No s'ha pogut afegir la interfície d'intervenció %s al pont '%s': %s" #: src/qemu/qemu_conf.c:1222 src/uml/uml_conf.c:137 #, fuzzy, c-format msgid "Failed to add tap interface to bridge '%s'" msgstr "No s'ha pogut afegir la interfície d'intervenció %s al pont '%s': %s" #: src/qemu/qemu_conf.c:1226 src/uml/uml_conf.c:141 #, fuzzy, c-format msgid "Failed to add tap interface '%s' to bridge '%s'" msgstr "No s'ha pogut afegir la interfície d'intervenció %s al pont '%s': %s" #: src/qemu/qemu_conf.c:1237 #, fuzzy, c-format msgid "failed to add ebtables rule to allow MAC address on '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a permetre les peticions " "DHCP des de '%s' : %s" #: src/qemu/qemu_conf.c:1571 #, fuzzy, c-format msgid "driver serial '%s' contains unsafe characters" msgstr "El nom de model conté caràcters invàlids" #: src/qemu/qemu_conf.c:1621 #, fuzzy msgid "TCP migration is not supported with this QEMU binary" msgstr "l'hipervisor no disposa d'aquesta funció" #: src/qemu/qemu_conf.c:1629 src/qemu/qemu_conf.c:1635 msgid "STDIO migration is not supported with this QEMU binary" msgstr "" #: src/qemu/qemu_conf.c:1802 msgid "hugetlbfs filesystem is not mounted" msgstr "" #: src/qemu/qemu_conf.c:1807 msgid "hugepages are disabled by administrator config" msgstr "" #: src/qemu/qemu_conf.c:1812 #, fuzzy, c-format msgid "hugepage backing not supported by '%s'" msgstr "dades inesperades '%s'" #: src/qemu/qemu_conf.c:1842 #, fuzzy, c-format msgid "qemu emulator '%s' does not support xen" msgstr "l'ordre '%s' no reconeix l'opció --%s" #: src/qemu/qemu_conf.c:1928 #, fuzzy, c-format msgid "unsupported driver name '%s' for disk '%s'" msgstr "dades inesperades '%s'" #: src/qemu/qemu_conf.c:1968 src/qemu/qemu_conf.c:2050 #, fuzzy, c-format msgid "unsupported usb disk type for '%s'" msgstr "dades inesperades '%s'" #: src/qemu/qemu_conf.c:1978 src/qemu/qemu_conf.c:2069 src/uml/uml_conf.c:477 #, fuzzy, c-format msgid "unsupported disk type '%s'" msgstr "dades inesperades '%s'" #: src/qemu/qemu_conf.c:2188 msgid "guestfwd requires QEMU to support -chardev" msgstr "" #: src/qemu/qemu_conf.c:2318 #, fuzzy msgid "only one video card is currently supported" msgstr "tipus de sistema de fitxers invàlid" #: src/qemu/qemu_conf.c:2329 src/qemu/qemu_conf.c:2355 #, fuzzy, c-format msgid "video type %s is not supported with QEMU" msgstr "El tipus de xarxa %d no està suportat" #: src/qemu/qemu_conf.c:2375 msgid "invalid sound model" msgstr "model de so invàlid" #: src/qemu/qemu_conf.c:2393 #, fuzzy msgid "invalid watchdog model" msgstr "model de so invàlid" #: src/qemu/qemu_conf.c:2402 #, fuzzy msgid "invalid watchdog action" msgstr "connexió 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 "" #: src/qemu/qemu_conf.c:2657 #, fuzzy, c-format msgid "malformed keyword arguments in '%s'" msgstr "l'element uuid no és correcte" #: src/qemu/qemu_conf.c:2790 #, fuzzy, c-format msgid "cannot parse drive index '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_conf.c:2799 #, fuzzy, c-format msgid "missing file parameter in drive '%s'" msgstr "manca la informació de dispositius per a %s" #: src/qemu/qemu_conf.c:2806 #, c-format msgid "missing index parameter in drive '%s'" msgstr "" #: src/qemu/qemu_conf.c:2866 #, fuzzy, c-format msgid "cannot parse NIC vlan in '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_conf.c:2878 #, fuzzy, c-format msgid "cannot find NIC definition for vlan %d" msgstr "No s'ha pogut desvincular el dispositiu de %s" #: src/qemu/qemu_conf.c:2937 #, fuzzy, c-format msgid "cannot parse vlan in '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_conf.c:2967 #, fuzzy, c-format msgid "cannot parse NIC definition '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_conf.c:3038 src/qemu/qemu_conf.c:3096 #, fuzzy, c-format msgid "unknown PCI device syntax '%s'" msgstr "tipus de dispositiu destí" #: src/qemu/qemu_conf.c:3046 src/qemu/qemu_conf.c:3119 #, fuzzy, c-format msgid "cannot extract PCI device bus '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_conf.c:3053 #, fuzzy, c-format msgid "cannot extract PCI device slot '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_conf.c:3060 #, fuzzy, c-format msgid "cannot extract PCI device function '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_conf.c:3105 #, fuzzy, c-format msgid "cannot extract USB device vendor '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_conf.c:3112 #, fuzzy, c-format msgid "cannot extract PCI device product '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_conf.c:3126 #, fuzzy, c-format msgid "cannot extract PCI device address '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_conf.c:3239 #, fuzzy, c-format msgid "cannot find port number in character device %s" msgstr "s'han registrat massa controladors" #: src/qemu/qemu_conf.c:3279 #, fuzzy, c-format msgid "unknown character device syntax %s" msgstr "tipus de dispositiu destí" #: src/qemu/qemu_conf.c:3313 #, fuzzy msgid "no emulator path found" msgstr "el camí de l'emulador és massa llarg" #: src/qemu/qemu_conf.c:3365 #, fuzzy, c-format msgid "missing value for %s argument" msgstr "falta un element de memòria" #: src/qemu/qemu_conf.c:3410 #, fuzzy, c-format msgid "cannot parse VNC port '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_conf.c:3434 #, fuzzy, c-format msgid "cannot parse memory level '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_conf.c:3443 #, fuzzy, c-format msgid "cannot parse CPU count '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_conf.c:3451 #, fuzzy, c-format msgid "cannot parse UUID '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_conf.c:3716 #, fuzzy, c-format msgid "unknown video adapter type '%s'" msgstr "tipus d'SO desconegut %s" #: src/qemu/qemu_conf.c:3736 #, c-format msgid "unknown QEMU argument '%s' during conversion" msgstr "" #: src/qemu/qemu_conf.c:3739 #, fuzzy, c-format msgid "unknown argument '%s'" msgstr "tipus d'SO desconegut %s" #: src/qemu/qemu_driver.c:175 src/qemu/qemu_driver.c:217 #: src/xen/xm_internal.c:502 #, fuzzy msgid "cannot get time of day" msgstr "obtenció de la data i hora" #: src/qemu/qemu_driver.c:188 src/qemu/qemu_driver.c:231 #, fuzzy msgid "cannot acquire state change lock" msgstr "no s'ha pogut crear el fitxer de configuració %s: %s" #: src/qemu/qemu_driver.c:191 src/qemu/qemu_driver.c:234 #, fuzzy msgid "cannot acquire job mutex" msgstr "no es pot inicialitzar el suport pont: %s" #: src/qemu/qemu_driver.c:360 src/qemu/qemu_driver.c:392 #: src/uml/uml_driver.c:825 #, fuzzy, c-format msgid "failed to create logfile %s" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/qemu/qemu_driver.c:366 src/qemu/qemu_driver.c:398 #: src/uml/uml_driver.c:834 #, fuzzy msgid "Unable to set VM logfile close-on-exec flag" msgstr "" "No es pot definir l'indicador close-on-exec del fitxer de registre de la VM %" "s" #: src/qemu/qemu_driver.c:384 #, fuzzy, c-format msgid "failed to build logfile name %s/%s.log" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/qemu/qemu_driver.c:404 #, fuzzy, c-format msgid "Unable to seek to %lld in %s" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/qemu/qemu_driver.c:489 #, fuzzy, c-format msgid "Failed to remove domain XML for %s: %s" msgstr "No s'ha pogut crear un domini des de %s" #: src/qemu/qemu_driver.c:494 #, fuzzy, c-format msgid "Failed to remove PID file for %s: %s" msgstr "No s'ha pogut crear un domini des de %s" #: src/qemu/qemu_driver.c:558 #, fuzzy, c-format msgid "missing for volume %s" msgstr "manca la font d'informació per al dispositiu %s" #: src/qemu/qemu_driver.c:561 #, c-format msgid "unexpected passphrase request for volume %s" msgstr "" #: src/qemu/qemu_driver.c:586 msgid "cannot find secrets without a connection" msgstr "" #: src/qemu/qemu_driver.c:594 src/storage/storage_backend.c:385 #, fuzzy msgid "secret storage not supported" msgstr "El tipus de xarxa %d no està suportat" #: src/qemu/qemu_driver.c:607 #, fuzzy, c-format msgid "invalid for volume %s" msgstr "punter de connexió invàlid a %s" #: src/qemu/qemu_driver.c:625 #, c-format msgid "format='qcow' passphrase for %s must not contain a '\\0'" msgstr "" #: src/qemu/qemu_driver.c:659 #, fuzzy, c-format msgid "Failed to connect monitor for %s\n" msgstr "No s'ha pogut crear el directori %s : %s" #: src/qemu/qemu_driver.c:764 #, fuzzy msgid "Failed to start security driver" msgstr "No es pot verificar el MemorySize actual" #: src/qemu/qemu_driver.c:769 msgid "No security driver available" msgstr "" #: src/qemu/qemu_driver.c:871 #, fuzzy, c-format msgid "Failed to create state dir '%s': %s\n" msgstr "No s'ha pogut iniciar automàticament la VM '%s': %s" #: src/qemu/qemu_driver.c:877 #, fuzzy, c-format msgid "Failed to create lib dir '%s': %s\n" msgstr "No s'ha pogut iniciar automàticament la VM '%s': %s" #: src/qemu/qemu_driver.c:883 #, fuzzy, c-format msgid "Failed to create cache dir '%s': %s\n" msgstr "No s'ha pogut iniciar automàticament la VM '%s': %s" #: src/qemu/qemu_driver.c:926 src/qemu/qemu_driver.c:3445 #: src/qemu/qemu_driver.c:3480 #, fuzzy, c-format msgid "unable to set ownership of '%s' to user %d:%d" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/qemu/qemu_driver.c:932 #, fuzzy, c-format msgid "unable to set ownership of '%s' to %d:%d" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/qemu/qemu_driver.c:957 #, fuzzy, c-format msgid "unable to create hugepage path %s" msgstr "No s'ha pogut crear un domini des de %s" #: src/qemu/qemu_driver.c:964 #, fuzzy, c-format msgid "unable to set ownership on %s to %d:%d" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_driver.c:1157 #, fuzzy, c-format msgid "Failure while reading %s log output" msgstr "S'ha produït un error en llegir la sortida d'engegada %s" #: src/qemu/qemu_driver.c:1166 #, fuzzy, c-format msgid "Out of space while reading %s log output" msgstr "S'ha produït una falta d'espai en llegir la sortida d'engegada %s" #: src/qemu/qemu_driver.c:1173 #, fuzzy, c-format msgid "Process exited while reading %s log output" msgstr "S'ha acabat el temps d'espera en llegir la sotida d'engegada de %s" #: src/qemu/qemu_driver.c:1186 #, fuzzy, c-format msgid "Timed out while reading %s log output" msgstr "S'ha acabat el temps d'espera en llegir la sotida d'engegada de %s" #: src/qemu/qemu_driver.c:1298 #, fuzzy, c-format msgid "Unable to close logfile: %s\n" msgstr "No es pot tancar el fitxer de registre %d: %s" #: src/qemu/qemu_driver.c:1305 #, fuzzy, c-format msgid "unable to start guest: %s" msgstr "no s'han pogut definir els atributs de tty: %s\n" #: src/qemu/qemu_driver.c:1349 #, c-format msgid "got wrong number of vCPU pids from QEMU monitor. got %d, wanted %d" msgstr "" #: src/qemu/qemu_driver.c:1394 #, fuzzy msgid "failed to set CPU affinity" msgstr "no s'ha pogut obtenir el domini '%s'" #: src/qemu/qemu_driver.c:1407 src/qemu/qemu_driver.c:2982 #: src/qemu/qemu_driver.c:7328 #, fuzzy msgid "resume operation failed" msgstr "ha fallat l'operació" #: src/qemu/qemu_driver.c:1622 #, fuzzy, c-format msgid "Failed to allocate pciDeviceList: %s\n" msgstr "no s'ha pogut assignar un node" #: src/qemu/qemu_driver.c:1641 #, fuzzy, c-format msgid "Failed to reset PCI device: %s\n" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/qemu/qemu_driver.c:1652 #, fuzzy, c-format msgid "Failed to re-attach PCI device: %s\n" msgstr "No s'ha pogut adjuntar el dispositiu des de %s" #: src/qemu/qemu_driver.c:1689 #, fuzzy, c-format msgid "Unable to create cgroup for %s" msgstr "No s'ha pogut crear un domini des de %s" #: src/qemu/qemu_driver.c:1703 #, fuzzy, c-format msgid "Unable to deny all devices for %s" msgstr "No s'ha pogut desvincular el dispositiu de %s" #: src/qemu/qemu_driver.c:1716 #, fuzzy, c-format msgid "Unable to allow device %s for %s" msgstr "No s'ha pogut adjuntar el dispositiu des de %s" #: src/qemu/qemu_driver.c:1725 #, fuzzy msgid "unable to allow /dev/pts/ devices" msgstr "No s'ha pogut llistar els dominis inactius" #: src/qemu/qemu_driver.c:1733 #, fuzzy msgid "unable to allow /dev/snd/ devices" msgstr "No s'ha pogut llistar els dominis inactius" #: src/qemu/qemu_driver.c:1744 src/qemu/qemu_driver.c:5108 #, fuzzy, c-format msgid "unable to allow device %s" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/qemu/qemu_driver.c:1777 src/qemu/qemu_driver.c:5099 #, fuzzy, c-format msgid "Unable to find cgroup for %s\n" msgstr "No s'ha pogut crear un domini des de %s" #: src/qemu/qemu_driver.c:1800 #, fuzzy, c-format msgid "unable to find cgroup for domain %s" msgstr "No s'ha pogut crear un domini des de %s" #: src/qemu/qemu_driver.c:1808 #, fuzzy, c-format msgid "unable to add domain %s task %d to cgroup" msgstr "No s'ha pogut desar marcar el domini %s com a autoiniciat" #: src/qemu/qemu_driver.c:1846 src/qemu/qemu_driver.c:1889 #: src/qemu/qemu_driver.c:1957 #, fuzzy, c-format msgid "cannot set ownership on %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_driver.c:1941 msgid "unable to set host device ownership on this platform" msgstr "" #: src/qemu/qemu_driver.c:2064 #, fuzzy, c-format msgid "cannot change to '%d' group" msgstr "No es pot crear el directori de registre %s: %s" #: src/qemu/qemu_driver.c:2072 #, fuzzy, c-format msgid "cannot change to '%d' user" msgstr "No es pot crear el directori de registre %s: %s" #: src/qemu/qemu_driver.c:2132 src/uml/uml_driver.c:789 msgid "VM is already active" msgstr "La VM ja és activa" #: src/qemu/qemu_driver.c:2153 msgid "Unable to find an unused VNC port" msgstr "No es pot trobar un port VNC no utilitzat" #: src/qemu/qemu_driver.c:2161 src/uml/uml_driver.c:811 #, fuzzy, c-format msgid "cannot create log directory %s" msgstr "No es pot crear el directori de registre %s: %s" #: src/qemu/qemu_driver.c:2203 #, fuzzy, c-format msgid "Cannot remove stale PID file for %s" msgstr "no es pot eliminar la configuració de %s" #: src/qemu/qemu_driver.c:2210 #, fuzzy msgid "Failed to build pidfile path." msgstr "No s'ha pogut suspendre el domini %s" #: src/qemu/qemu_driver.c:2223 src/qemu/qemu_driver.c:2226 #, fuzzy, c-format msgid "Unable to write envv to logfile: %s\n" msgstr "No es pot escriure argv al fitxer de registre %d: %s" #: src/qemu/qemu_driver.c:2233 src/qemu/qemu_driver.c:2236 #: src/qemu/qemu_driver.c:2241 #, fuzzy, c-format msgid "Unable to write argv to logfile: %s\n" msgstr "No es pot escriure argv al fitxer de registre %d: %s" #: src/qemu/qemu_driver.c:2245 #, fuzzy, c-format msgid "Unable to seek to end of logfile: %s\n" msgstr "No es pot escriure argv al fitxer de registre %d: %s" #: src/qemu/qemu_driver.c:2262 #, fuzzy, c-format msgid "Domain %s didn't show up\n" msgstr "S'està apagant el domini %s\n" #: src/qemu/qemu_driver.c:2374 #, fuzzy, c-format msgid "failed to remove ebtables rule to allow MAC address on '%s'" msgstr "" "no s'han pogut afegir les normes d'iptables per a permetre les peticions " "DHCP des de '%s' : %s" #: src/qemu/qemu_driver.c:2383 #, fuzzy, c-format msgid "Failed to send SIGTERM to %s (%d)" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/qemu/qemu_driver.c:2471 #, fuzzy msgid "qemu state driver is not active" msgstr "el camí al registre no és un fitxer" #: src/qemu/qemu_driver.c:2479 #, c-format msgid "unexpected QEMU URI path '%s', try qemu:///system" msgstr "" #: src/qemu/qemu_driver.c:2486 #, c-format msgid "unexpected QEMU URI path '%s', try qemu:///session" msgstr "" #: src/qemu/qemu_driver.c:2548 #, fuzzy, c-format msgid "Unable to open %s" msgstr "no s'ha pogut obrir tty %s: %s\n" #: 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 "" #: src/qemu/qemu_driver.c:2740 src/qemu/qemu_driver.c:7278 #, fuzzy, c-format msgid "no domain with matching name '%s'" msgstr "no hi ha cap domini que coincideixi amb el nom" #: src/qemu/qemu_driver.c:3170 src/uml/uml_driver.c:1399 msgid "cannot set max memory lower than current memory" msgstr "" #: src/qemu/qemu_driver.c:3202 src/uml/uml_driver.c:1438 msgid "cannot set memory higher than max memory" msgstr "" #: src/qemu/qemu_driver.c:3220 src/uml/uml_driver.c:1432 #, fuzzy msgid "cannot set memory of an active domain" msgstr "nom del domini inactiu" #: src/qemu/qemu_driver.c:3368 #, fuzzy msgid "Invalid save image format specified in configuration file" msgstr "no s'ha pogut analitzar el fitxer de configuració" #: src/qemu/qemu_driver.c:3410 src/qemu/qemu_driver.c:7131 #, fuzzy msgid "failed to get domain xml" msgstr "no s'ha pogut obtenir el domini '%s'" #: src/qemu/qemu_driver.c:3418 #, fuzzy, c-format msgid "failed to create '%s'" msgstr "No s'ha pogut crear l'XML" #: src/qemu/qemu_driver.c:3424 #, fuzzy msgid "failed to write save header" msgstr "no s'ha pogut escriure el fitxer de registre" #: src/qemu/qemu_driver.c:3430 #, fuzzy msgid "failed to write xml" msgstr "no s'ha pogut escriure el fitxer de registre" #: src/qemu/qemu_driver.c:3436 #, fuzzy, c-format msgid "unable to save file %s" msgstr "No es pot tancar el fitxer de registre %d: %s" #: src/qemu/qemu_driver.c:3587 #, fuzzy msgid "resuming after dump failed" msgstr "ha fallat l'operació" #: src/qemu/qemu_driver.c:3626 #, fuzzy msgid "cannot change vcpu count of an active domain" msgstr "No defineixis la configuració per a un domini inactiu." #: 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 "" #: src/qemu/qemu_driver.c:3639 msgid "could not determine max vcpus for the domain" msgstr "" #: src/qemu/qemu_driver.c:3645 #, c-format msgid "" "requested vcpus is greater than max allowable vcpus for the domain: %d > %d" msgstr "" #: src/qemu/qemu_driver.c:3690 src/test/test_driver.c:2188 #, fuzzy msgid "cannot pin vcpus on an inactive domain" msgstr "no defineixis un domini inactiu" #: src/qemu/qemu_driver.c:3696 #, c-format msgid "vcpu number out of range %d > %d" msgstr "" #: src/qemu/qemu_driver.c:3718 #, fuzzy msgid "cannot set affinity" msgstr "reiniciar un domini" #: src/qemu/qemu_driver.c:3723 msgid "cpu affinity is not supported" msgstr "" #: src/qemu/qemu_driver.c:3761 #, fuzzy msgid "cannot list vcpu pinning for an inactive domain" msgstr "no defineixis un domini inactiu" #: src/qemu/qemu_driver.c:3790 #, fuzzy msgid "cannot get vCPU placement & pCPU time" msgstr "No es pot verificar el MemorySize actual" #: src/qemu/qemu_driver.c:3806 #, fuzzy msgid "cannot get affinity" msgstr "reiniciar un domini" #: src/qemu/qemu_driver.c:3816 msgid "cpu affinity is not available" msgstr "" #: src/qemu/qemu_driver.c:3909 #, fuzzy msgid "Failed to get security label" msgstr "No es pot verificar el MemorySize actual" #: src/qemu/qemu_driver.c:3940 #, c-format msgid "security model string exceeds max %d bytes" msgstr "" #: src/qemu/qemu_driver.c:3950 #, c-format msgid "security DOI string exceeds max %d bytes" msgstr "" #: src/qemu/qemu_driver.c:3981 #, fuzzy msgid "cannot read domain image" msgstr "node de llista de domini" #: src/qemu/qemu_driver.c:3987 #, fuzzy msgid "failed to read qemu header" msgstr "no s'ha pogut llegir el dimoni Xen" #: src/qemu/qemu_driver.c:3993 msgid "image magic is incorrect" msgstr "" #: src/qemu/qemu_driver.c:3999 #, c-format msgid "image version is not supported (%d > %d)" msgstr "" #: src/qemu/qemu_driver.c:4011 #, fuzzy msgid "failed to read XML" msgstr "No s'ha pogut crear l'XML" #: src/qemu/qemu_driver.c:4019 src/qemu/qemu_driver.c:6457 #: src/qemu/qemu_driver.c:6682 #, fuzzy msgid "failed to parse XML" msgstr "No s'ha pogut crear l'XML" #: src/qemu/qemu_driver.c:4031 src/qemu/qemu_driver.c:6472 #: src/qemu/qemu_driver.c:6697 #, fuzzy msgid "failed to assign new VM" msgstr "no s'ha pogut obtenir la xarxa '%s'" #: src/qemu/qemu_driver.c:4044 #, fuzzy, c-format msgid "Invalid compressed save format %d" msgstr "argument invàlid a" #: src/qemu/qemu_driver.c:4056 #, fuzzy, c-format msgid "Failed to start decompression binary %s" msgstr "No s'ha pogut iniciar el domini %s" #: src/qemu/qemu_driver.c:4094 #, fuzzy msgid "failed to resume domain" msgstr "No s'ha pogut recuperar el domini %s" #: src/qemu/qemu_driver.c:4185 src/qemu/qemu_driver.c:4223 #: src/xen/xen_driver.c:1182 src/xen/xen_driver.c:1221 #, fuzzy, c-format msgid "unsupported config type %s" msgstr "dades inesperades '%s'" #: src/qemu/qemu_driver.c:4282 src/qemu/qemu_driver.c:6493 #, fuzzy, c-format msgid "Cannot determine QEMU argv syntax %s" msgstr "No es poden trobar els binaris %s de QUEMU: %s" #: src/qemu/qemu_driver.c:4376 #, fuzzy msgid "domain is already running" msgstr "El domini ja s'està executant" #: src/qemu/qemu_driver.c:4619 #, c-format msgid "cannot convert disk '%s' to bus/device index" msgstr "" #: src/qemu/qemu_driver.c:4645 #, fuzzy, c-format msgid "Unsupported disk name mapping for bus '%s'" msgstr "dades inesperades '%s'" #: src/qemu/qemu_driver.c:4681 #, c-format msgid "No device with bus '%s' and target '%s'" msgstr "" #: src/qemu/qemu_driver.c:4699 #, c-format msgid "" "Emulator version does not support removable media for device '%s' and target " "'%s'" msgstr "" #: src/qemu/qemu_driver.c:4745 src/qemu/qemu_driver.c:4781 #, c-format msgid "target %s already exists" msgstr "" #: src/qemu/qemu_driver.c:4788 #, fuzzy msgid "disk source path is missing" msgstr "manca la font d'informació per al dispositiu" #: src/qemu/qemu_driver.c:4823 msgid "installed qemu version does not support host_net_add" msgstr "" #: 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 "" #: src/qemu/qemu_driver.c:4911 #, fuzzy msgid "Unable to remove network backend\n" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/qemu/qemu_driver.c:4915 #, fuzzy, c-format msgid "Failed to remove network backend for vlan %d, net %s" msgstr "No s'ha pogut crear la xarxa des de %s" #: src/qemu/qemu_driver.c:4925 #, fuzzy, c-format msgid "Failed to close tapfd with '%s'\n" msgstr "No s'ha pogut tancar el fitxer de pid '%s': %s" #: src/qemu/qemu_driver.c:5033 src/qemu/qemu_driver.c:5415 #, fuzzy, c-format msgid "hostdev mode '%s' not supported" msgstr "El tipus de xarxa %d no està suportat" #: src/qemu/qemu_driver.c:5051 src/qemu/qemu_driver.c:5426 #, fuzzy, c-format msgid "hostdev subsys type '%s' not supported" msgstr "No es permet l'ús d'ai_socktype" #: src/qemu/qemu_driver.c:5081 #, fuzzy msgid "cannot attach device on inactive domain" msgstr "no defineixis un domini inactiu" #: src/qemu/qemu_driver.c:5140 #, c-format msgid "disk bus '%s' cannot be hotplugged." msgstr "" #: src/qemu/qemu_driver.c:5148 #, c-format msgid "disk device type '%s' cannot be hotplugged" msgstr "" #: src/qemu/qemu_driver.c:5162 #, c-format msgid "device type '%s' cannot be attached" msgstr "" #: src/qemu/qemu_driver.c:5206 #, fuzzy, c-format msgid "disk %s not found" msgstr "No s'ha trobat el domini" #: src/qemu/qemu_driver.c:5212 #, c-format msgid "disk %s cannot be detached - no PCI address for device" msgstr "" #: src/qemu/qemu_driver.c:5269 #, c-format msgid "network device %02x:%02x:%02x:%02x:%02x:%02x not found" msgstr "" #: src/qemu/qemu_driver.c:5278 msgid "network device cannot be detached - device state missing" msgstr "" #: src/qemu/qemu_driver.c:5345 #, c-format msgid "host pci device %.4x:%.2x:%.2x.%.1x not found" msgstr "" #: src/qemu/qemu_driver.c:5355 #, fuzzy msgid "hostdev cannot be detached - device state missing" msgstr "no defineixis un domini inactiu" #: src/qemu/qemu_driver.c:5463 #, fuzzy msgid "cannot detach device on inactive domain" msgstr "no defineixis un domini inactiu" #: src/qemu/qemu_driver.c:5488 msgid "only SCSI or virtio disk device can be detached dynamically" msgstr "" #: src/qemu/qemu_driver.c:5551 src/uml/uml_driver.c:1694 #, fuzzy msgid "cannot set autostart for transient domain" msgstr "nom del domini inactiu" #: src/qemu/qemu_driver.c:5568 src/storage/storage_driver.c:1022 #: src/uml/uml_driver.c:1711 #, fuzzy, c-format msgid "cannot create autostart directory %s" msgstr "No es pot crear el directori de registre %s: %s" #: src/qemu/qemu_driver.c:5654 src/qemu/qemu_driver.c:5725 #, fuzzy, c-format msgid "cannot find cgroup for domain %s" msgstr "no es pot eliminar el domini actiu" #: src/qemu/qemu_driver.c:5665 msgid "invalid type for cpu_shares tunable, expected a 'ullong'" msgstr "" #: src/qemu/qemu_driver.c:5672 #, fuzzy msgid "unable to set cpu shares tunable" msgstr "No es pot verificar el MemorySize actual" #: src/qemu/qemu_driver.c:5732 #, fuzzy msgid "unable to get cpu shares tunable" msgstr "No es pot verificar el MemorySize actual" #: src/qemu/qemu_driver.c:5739 #, fuzzy msgid "Field cpu_shares too long for destination" msgstr "no s'ha pogut analitzar la informació del domini Xend" #: src/qemu/qemu_driver.c:5798 src/test/test_driver.c:2599 #, fuzzy, c-format msgid "invalid path: %s" msgstr "argument invàlid a %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 "" #: src/qemu/qemu_driver.c:5912 src/uml/uml_driver.c:1768 msgid "NULL or empty path" msgstr "" #: src/qemu/qemu_driver.c:5931 #, fuzzy, c-format msgid "%s: failed to open" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/qemu/qemu_driver.c:5942 #, fuzzy, c-format msgid "%s: failed to seek or read" msgstr "no s'ha pogut llegir el fitxer de configuració %s" #: src/qemu/qemu_driver.c:5949 src/uml/uml_driver.c:1805 #, fuzzy msgid "invalid path" msgstr "argument invàlid a" #: src/qemu/qemu_driver.c:6006 #, fuzzy, c-format msgid "mkstemp(\"%s\") failed" msgstr "ha fallat l'operació: %s" #: src/qemu/qemu_driver.c:6028 #, fuzzy, c-format msgid "failed to read temporary file created with template %s" msgstr "no s'ha pogut escriure el fitxer de registre" #: 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 "" #: src/qemu/qemu_driver.c:6167 src/qemu/qemu_driver.c:6204 #, fuzzy msgid "stream does not have a callback registered" msgstr "La xarxa '%s' no és activa" #: src/qemu/qemu_driver.c:6270 msgid "stream already has a callback registered" msgstr "" #: src/qemu/qemu_driver.c:6280 #, fuzzy msgid "cannot register file watch on stream" msgstr "creació del context xpath" #: src/qemu/qemu_driver.c:6395 #, fuzzy msgid "cannot write to stream" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_driver.c:6439 src/qemu/qemu_driver.c:6605 #, fuzzy msgid "no domain XML passed" msgstr "node de llista de domini" #: src/qemu/qemu_driver.c:6444 msgid "PrepareTunnel called but no TUNNELLED flag set" msgstr "" #: src/qemu/qemu_driver.c:6449 msgid "tunnelled migration requested but NULL stream passed" msgstr "" #: src/qemu/qemu_driver.c:6503 msgid "Destination qemu is too old to support tunnelled migration" msgstr "" #: src/qemu/qemu_driver.c:6535 #, c-format msgid "cannot open unix socket '%s' for tunnelled migration" msgstr "" #: src/qemu/qemu_driver.c:6599 msgid "Tunnelled migration requested but invalid RPC method called" msgstr "" #: src/qemu/qemu_driver.c:6646 msgid "only tcp URIs are supported for KVM/QEMU migrations" msgstr "" #: src/qemu/qemu_driver.c:6669 msgid "URI ended with incorrect ':port'" msgstr "" #: src/qemu/qemu_driver.c:6780 #, fuzzy, c-format msgid "cannot parse URI %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_driver.c:6811 msgid "migrate did not successfully complete" msgstr "" #: src/qemu/qemu_driver.c:6836 msgid "tunnelled migration failed to read from qemu" msgstr "" #: src/qemu/qemu_driver.c:6845 #, fuzzy msgid "Failed to write migration data to remote libvirtd" msgstr "No s'ha pogut escriure al sòcol %d\n" #: src/qemu/qemu_driver.c:6903 #, fuzzy msgid "cannot open tunnelled migration socket" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_driver.c:6911 #, c-format msgid "Unix socket '%s' too big for destination" msgstr "" #: src/qemu/qemu_driver.c:6918 #, c-format msgid "Cannot bind to unix socket '%s' for tunnelled migration" msgstr "" #: src/qemu/qemu_driver.c:6924 #, c-format msgid "Cannot listen on unix socket '%s' for tunnelled migration" msgstr "" #: src/qemu/qemu_driver.c:6932 #, fuzzy, c-format msgid "Cannot extract Qemu version from '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_driver.c:6940 msgid "Source qemu is too old to support tunnelled migration" msgstr "" #: src/qemu/qemu_driver.c:6976 msgid "tunnelled migration monitor command failed" msgstr "" #: src/qemu/qemu_driver.c:6999 #, fuzzy msgid "migrate failed" msgstr "ha fallat l'operació: %s" #: src/qemu/qemu_driver.c:7008 msgid "tunnelled migration failed to accept from qemu" msgstr "" #: src/qemu/qemu_driver.c:7118 #, fuzzy, c-format msgid "Failed to connect to remote libvirt URI %s" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/qemu/qemu_driver.c:7124 msgid "Destination libvirt does not support peer-to-peer migration protocol" msgstr "" #: src/qemu/qemu_driver.c:7237 #, fuzzy, c-format msgid "Failed to resume guest %s after failure\n" msgstr "No s'ha pogut recuperar el domini %s" #: src/qemu/qemu_driver.c:7399 src/xen/xen_driver.c:1705 #, c-format msgid "device %s is not a PCI device" msgstr "" #: src/qemu/qemu_monitor.c:113 #, fuzzy msgid "failed to create socket" msgstr "no s'ha pogut assignar un node" #: src/qemu/qemu_monitor.c:121 #, c-format msgid "Monitor path %s too big for destination" msgstr "" #: src/qemu/qemu_monitor.c:138 #, fuzzy msgid "failed to connect to monitor socket" msgstr "no s'ha pogut connectar al magatzem Xen" #: src/qemu/qemu_monitor.c:145 #, fuzzy msgid "monitor socket did not show up." msgstr "S'està apagant el domini %s\n" #: src/qemu/qemu_monitor.c:163 #, c-format msgid "Unable to open monitor path %s" msgstr "No es pot obrir el camí al monitor %s" #: src/qemu/qemu_monitor.c:400 #, c-format msgid "unhandled fd event %d for monitor fd %d" msgstr "" #: src/qemu/qemu_monitor.c:444 #, fuzzy msgid "cannot initialize monitor mutex" msgstr "no es pot inicialitzar el suport pont: %s" #: src/qemu/qemu_monitor.c:450 #, fuzzy msgid "cannot initialize monitor condition" msgstr "no es pot inicialitzar el suport pont: %s" #: src/qemu/qemu_monitor.c:473 #, fuzzy, c-format msgid "unable to handle monitor type: %s" msgstr "No es pot obrir el camí al monitor %s" #: src/qemu/qemu_monitor.c:482 msgid "Unable to set monitor close-on-exec flag" msgstr "No es pot definir l'indicador de monitor close-on-exec" #: src/qemu/qemu_monitor.c:487 msgid "Unable to put monitor into non-blocking mode" msgstr "No es pot posar el monitor en mode no blocant" #: src/qemu/qemu_monitor.c:499 #, fuzzy msgid "unable to register monitor events" msgstr "no s'ha pogut escriure el fitxer de configuració" #: src/qemu/qemu_monitor_text.c:290 #, fuzzy, c-format msgid "cannot send monitor command '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_monitor_text.c:404 #, fuzzy msgid "cannot stop CPU execution" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_monitor_text.c:417 #, fuzzy msgid "system shutdown operation failed" msgstr "ha fallat l'operació" #: src/qemu/qemu_monitor_text.c:436 msgid "cannot run monitor command to fetch CPU thread info" msgstr "" #: src/qemu/qemu_monitor_text.c:525 #, fuzzy msgid "could not query memory balloon allocation" msgstr "canvia l'assignació de memòria" #: src/qemu/qemu_monitor_text.c:535 #, fuzzy, c-format msgid "could not parse memory balloon allocation from '%s'" msgstr "no s'ha pogut analitzar la URI de connexió" #: src/qemu/qemu_monitor_text.c:569 msgid "'info blockstats' command failed" msgstr "" #: src/qemu/qemu_monitor_text.c:581 msgid "'info blockstats' not supported by this qemu" msgstr "" #: src/qemu/qemu_monitor_text.c:645 #, fuzzy, c-format msgid "no stats found for device %s" msgstr "dispositiu de la interfície" #: src/qemu/qemu_monitor_text.c:692 msgid "setting VNC password failed" msgstr "" #: src/qemu/qemu_monitor_text.c:721 #, fuzzy msgid "could not balloon memory allocation" msgstr "canvia l'assignació de memòria" #: src/qemu/qemu_monitor_text.c:754 src/qemu/qemu_monitor_text.c:797 #, fuzzy, c-format msgid "could not eject media on %s" msgstr "no s'ha pogut connectar a %s" #: src/qemu/qemu_monitor_text.c:763 src/qemu/qemu_monitor_text.c:806 #, fuzzy, c-format msgid "could not eject media on %s: %s" msgstr "no s'ha pogut connectar a %s" #: src/qemu/qemu_monitor_text.c:842 #, fuzzy, c-format msgid "could save memory region to '%s'" msgstr "dispositiu de la interfície" #: src/qemu/qemu_monitor_text.c:889 #, fuzzy msgid "could restrict migration speed" msgstr "No es pot obtenir informació de node" #: src/qemu/qemu_monitor_text.c:929 msgid "cannot query migration status" msgstr "" #: src/qemu/qemu_monitor_text.c:940 #, fuzzy, c-format msgid "unexpected migration status in %s" msgstr "tipus de domini inesperat %d" #: src/qemu/qemu_monitor_text.c:953 #, c-format msgid "cannot parse migration data transferred statistic %s" msgstr "" #: src/qemu/qemu_monitor_text.c:964 #, c-format msgid "cannot parse migration data remaining statistic %s" msgstr "" #: src/qemu/qemu_monitor_text.c:975 #, fuzzy, c-format msgid "cannot parse migration data total statistic %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_monitor_text.c:1019 #, fuzzy, c-format msgid "unable to start migration to %s" msgstr "no s'han pogut definir els atributs de tty: %s\n" #: src/qemu/qemu_monitor_text.c:1026 #, fuzzy, c-format msgid "migration to '%s' failed: %s" msgstr "ha fallat l'operació: %s" #: src/qemu/qemu_monitor_text.c:1033 #, fuzzy, c-format msgid "migration to '%s' not supported by this qemu: %s" msgstr "l'hipervisor no disposa d'aquesta funció" #: src/qemu/qemu_monitor_text.c:1130 msgid "cannot run monitor command to cancel migration" msgstr "" #: src/qemu/qemu_monitor_text.c:1159 msgid "cannot run monitor command to add usb disk" msgstr "" #: src/qemu/qemu_monitor_text.c:1167 #, fuzzy, c-format msgid "unable to add USB disk %s: %s" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/qemu/qemu_monitor_text.c:1194 #, fuzzy msgid "cannot attach usb device" msgstr "dispositiu de la interfície" #: src/qemu/qemu_monitor_text.c:1202 #, fuzzy msgid "adding usb device failed" msgstr "s'està carregant el fitxer de definició del sistema amfitrió" #: src/qemu/qemu_monitor_text.c:1275 #, fuzzy, c-format msgid "Unable to parse domain number '%s'\n" msgstr "No s'ha pogut desar el domini %s a %s" #: 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 "" #: src/qemu/qemu_monitor_text.c:1287 #, c-format msgid "Expected 'bus ' parsing pci_add reply '%s'\n" msgstr "" #: src/qemu/qemu_monitor_text.c:1293 #, fuzzy, c-format msgid "Unable to parse bus number '%s'\n" msgstr "No s'ha pogut analitzar el mode '%s'" #: src/qemu/qemu_monitor_text.c:1304 #, c-format msgid "Expected 'slot ' parsing pci_add reply '%s'\n" msgstr "" #: src/qemu/qemu_monitor_text.c:1310 #, fuzzy, c-format msgid "Unable to parse slot number '%s'\n" msgstr "No s'ha pogut obtenir les estadístiques dels blocs %s %s" #: src/qemu/qemu_monitor_text.c:1342 #, fuzzy msgid "cannot attach host pci device" msgstr "dispositiu de la interfície" #: src/qemu/qemu_monitor_text.c:1357 src/qemu/qemu_monitor_text.c:1449 #, fuzzy, c-format msgid "parsing pci_add reply failed: %s" msgstr "ha fallat l'operació: %s" #: src/qemu/qemu_monitor_text.c:1397 #, fuzzy, c-format msgid "cannot attach %s disk %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/qemu/qemu_monitor_text.c:1411 #, fuzzy, c-format msgid "adding %s disk failed %s: %s" msgstr "el domini %s ja existeix" #: src/qemu/qemu_monitor_text.c:1442 #, fuzzy, c-format msgid "failed to add NIC with '%s'" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/qemu/qemu_monitor_text.c:1488 #, fuzzy msgid "failed to remove PCI device" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/qemu/qemu_monitor_text.c:1507 #, fuzzy, c-format msgid "failed to detach PCI device, invalid address %.4x:%.2x:%.2x: %s" msgstr "No s'ha pogut desvincular el dispositiu de %s" #: src/qemu/qemu_monitor_text.c:1536 #, fuzzy, c-format msgid "failed to pass fd to qemu with '%s'" msgstr "No s'ha pogut analitzar el mode '%s'" #: src/qemu/qemu_monitor_text.c:1544 #, fuzzy, c-format msgid "qemu does not support sending of file handles: %s" msgstr "no s'ha pogut obtenir el nom de màquina" #: src/qemu/qemu_monitor_text.c:1572 src/qemu/qemu_monitor_text.c:1608 #, fuzzy, c-format msgid "failed to close fd in qemu with '%s'" msgstr "No s'ha pogut analitzar el mode '%s'" #: src/qemu/qemu_monitor_text.c:1580 #, fuzzy, c-format msgid "qemu does not support closing of file handles: %s" msgstr "no s'ha pogut llegir el fitxer de configuració %s" #: src/qemu/qemu_monitor_text.c:1638 #, fuzzy, c-format msgid "failed to remove host network in qemu with '%s'" msgstr "No s'ha pogut crear la xarxa des de %s" #: src/remote/remote_driver.c:329 #, fuzzy msgid "failed to find libvirtd binary" msgstr "No s'ha trobat la xarxa" #: src/remote/remote_driver.c:411 msgid "" "remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp)" msgstr "" #: src/remote/remote_driver.c:569 msgid "remote_open: for 'ext' transport, command is required" msgstr "" #: src/remote/remote_driver.c:592 src/xen/xend_internal.c:809 #, fuzzy, c-format msgid "unable to resolve hostname '%s': %s" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/remote/remote_driver.c:643 #, fuzzy, c-format msgid "unable to connect to libvirtd at '%s'" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/remote/remote_driver.c:689 #, c-format msgid "Socket %s too big for destination" msgstr "" #: src/remote/remote_driver.c:700 #, fuzzy msgid "unable to create socket" msgstr "No s'ha pogut crear el sòcol: %s" #: src/remote/remote_driver.c:724 #, fuzzy, c-format msgid "unable to connect to '%s'" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/remote/remote_driver.c:792 #, fuzzy msgid "unable to create socket pair" msgstr "No s'ha pogut crear el sòcol: %s" #: src/remote/remote_driver.c:816 msgid "transport methods unix, ssh and ext are not supported under Windows" msgstr "" #: src/remote/remote_driver.c:825 #, fuzzy msgid "unable to make socket non-blocking" msgstr "No s'ha pogut crear el sòcol: %s" #: src/remote/remote_driver.c:831 #, fuzzy msgid "unable to make pipe" msgstr "No es pot tancar el fitxer de registre %d: %s" #: src/remote/remote_driver.c:865 #, fuzzy msgid "unable to auto-detect URI" msgstr "no s'ha pogut obtenir l'URI" #: src/remote/remote_driver.c:1107 #, fuzzy, c-format msgid "Cannot access %s '%s'" msgstr "No es pot accedir %s '%s': %s (%d)" #: src/remote/remote_driver.c:1129 #, fuzzy, c-format msgid "unable to allocate TLS credentials: %s" msgstr "no s'ha pogut assignar un node" #: src/remote/remote_driver.c:1149 #, fuzzy, c-format msgid "unable to load CA certificate: %s" msgstr "No es poden registrar les dades de la consola de la VM: %s" #: src/remote/remote_driver.c:1164 #, c-format msgid "unable to load private key/certificate: %s" msgstr "" #: src/remote/remote_driver.c:1193 #, fuzzy, c-format msgid "unable to initialize TLS client: %s" msgstr "no s'ha pogut serialitzar l'S-Expr: %s" #: src/remote/remote_driver.c:1202 #, fuzzy, c-format msgid "unable to set TLS algorithm priority: %s" msgstr "no s'han pogut definir els atributs de tty: %s\n" #: src/remote/remote_driver.c:1211 #, fuzzy, c-format msgid "unable to set certificate priority: %s" msgstr "no s'han pogut definir els atributs de tty: %s\n" #: src/remote/remote_driver.c:1221 #, fuzzy, c-format msgid "unable to set session credentials: %s" msgstr "No s'han pogut verificar les credencials del client: %s" #: src/remote/remote_driver.c:1236 #, fuzzy, c-format msgid "unable to complete TLS handshake: %s" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/remote/remote_driver.c:1258 #, c-format msgid "unable to complete TLS initialization: %s" msgstr "" #: src/remote/remote_driver.c:1264 msgid "server verification (of our certificate or IP address) failed\n" msgstr "" #: src/remote/remote_driver.c:1289 #, fuzzy, c-format msgid "unable to verify server certificate: %s" msgstr "No s'han pogut verificar les credencials del client: %s" #: src/remote/remote_driver.c:1296 #, fuzzy msgid "cannot get current time" msgstr "No es pot verificar el MemorySize actual" #: src/remote/remote_driver.c:1301 #, fuzzy msgid "Invalid certificate" msgstr "Tipus de dispositiu invàlid: %s" #: src/remote/remote_driver.c:1304 #, fuzzy msgid "The certificate is not trusted." msgstr "remoteCheckCertificate: el certificat del client no és fiable." #: src/remote/remote_driver.c:1307 #, fuzzy msgid "The certificate hasn't got a known issuer." msgstr "" "remoteCheckCertificate: el certificat del client té un emissor desconegut." #: src/remote/remote_driver.c:1310 #, fuzzy msgid "The certificate has been revoked." msgstr "remoteCheckCertificate: el certificat del client ha estat revocat." #: src/remote/remote_driver.c:1314 #, fuzzy msgid "The certificate uses an insecure algorithm" msgstr "" "remoteCheckCertificate: el certificat del client fa servir un algoritme " "insegur." #: src/remote/remote_driver.c:1318 #, c-format msgid "server certificate failed validation: %s" msgstr "" #: src/remote/remote_driver.c:1324 msgid "Certificate type is not X.509" msgstr "" #: src/remote/remote_driver.c:1329 msgid "gnutls_certificate_get_peers failed" msgstr "" #: src/remote/remote_driver.c:1339 #, fuzzy, c-format msgid "unable to initialize certificate: %s" msgstr "No s'ha pogut inicialitzar l'autenticació SASL %s" #: src/remote/remote_driver.c:1347 #, fuzzy, c-format msgid "unable to import certificate: %s" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/remote/remote_driver.c:1354 msgid "The certificate has expired" msgstr "" #: src/remote/remote_driver.c:1360 msgid "The certificate is not yet activated" msgstr "" #: src/remote/remote_driver.c:1368 #, c-format msgid "Certificate's owner does not match the hostname (%s)" msgstr "" #: src/remote/remote_driver.c:1760 #, c-format msgid "too many NUMA cells: %d > %d" msgstr "" #: src/remote/remote_driver.c:1823 src/remote/remote_driver.c:1837 #, fuzzy, c-format msgid "too many remote domain IDs: %d > %d" msgstr "massa dominis" #: src/remote/remote_driver.c:2389 #, c-format msgid "map length greater than maximum: %d > %d" msgstr "" #: src/remote/remote_driver.c:2428 #, c-format msgid "vCPU count exceeds maximum: %d > %d" msgstr "" #: src/remote/remote_driver.c:2434 #, c-format msgid "vCPU map buffer length exceeds maximum: %d > %d" msgstr "" #: src/remote/remote_driver.c:2451 #, c-format msgid "host reports too many vCPUs: %d > %d" msgstr "" #: src/remote/remote_driver.c:2457 #, c-format msgid "host reports map buffer length exceeds maximum: %d > %d" msgstr "" #: src/remote/remote_driver.c:2532 #, c-format msgid "security label exceeds maximum: %zd" msgstr "" #: src/remote/remote_driver.c:2567 #, c-format msgid "security model exceeds maximum: %zd" msgstr "" #: src/remote/remote_driver.c:2576 #, c-format msgid "security doi exceeds maximum: %zd" msgstr "" #: src/remote/remote_driver.c:2879 src/remote/remote_driver.c:2893 #, fuzzy, c-format msgid "too many remote domain names: %d > %d" msgstr "massa dominis" #: src/remote/remote_driver.c:3186 msgid "" "remoteDomainGetSchedulerParameters: returned number of parameters exceeds " "limit" msgstr "" #: src/remote/remote_driver.c:3196 #, c-format msgid "Parameter %s too big for destination" msgstr "" #: src/remote/remote_driver.c:3216 msgid "remoteDomainGetSchedulerParameters: unknown parameter type" msgstr "" #: src/remote/remote_driver.c:3274 #, fuzzy msgid "unknown parameter type" msgstr "tipus d'SO desconegut" #: src/remote/remote_driver.c:3385 #, c-format msgid "block peek request too large for remote protocol, %zi > %d" msgstr "" #: src/remote/remote_driver.c:3406 src/remote/remote_driver.c:3457 msgid "returned buffer is not same size as requested" msgstr "" #: src/remote/remote_driver.c:3437 #, c-format msgid "memory peek request too large for remote protocol, %zi > %d" msgstr "" #: 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 "massa xarxes remotes: %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 #, fuzzy, c-format msgid "too many remote interfaces: %d > %d" msgstr "massa xarxes remotes: %d > %d" #: src/remote/remote_driver.c:4564 src/remote/remote_driver.c:4642 msgid "too many storage pools requested" msgstr "s'han demanat massa bancs d'emmagatzematge" #: src/remote/remote_driver.c:4576 src/remote/remote_driver.c:4654 #, fuzzy msgid "too many storage pools received" msgstr "s'han registrat massa controladors" #: src/remote/remote_driver.c:5206 #, fuzzy msgid "too many storage volumes requested" msgstr "s'han registrat massa controladors" #: src/remote/remote_driver.c:5219 #, fuzzy msgid "too many storage volumes received" msgstr "s'han registrat massa controladors" #: src/remote/remote_driver.c:5614 #, fuzzy msgid "too many device names requested" msgstr "s'han registrat massa controladors" #: src/remote/remote_driver.c:5628 #, fuzzy msgid "too many device names received" msgstr "s'han registrat massa controladors" #: src/remote/remote_driver.c:5777 #, fuzzy msgid "too many capability names requested" msgstr "s'han registrat massa controladors" #: src/remote/remote_driver.c:5790 #, fuzzy msgid "too many capability names received" msgstr "s'han registrat massa controladors" #: src/remote/remote_driver.c:5984 #, c-format msgid "unknown authentication type %s" msgstr "tipus d'autenticació desconegut: %s" #: src/remote/remote_driver.c:5994 #, c-format msgid "requested authentication type %s rejected" msgstr "" #: src/remote/remote_driver.c:6035 #, c-format msgid "unsupported authentication type %d" msgstr "tipus d'autenticació %d no disponible" #: src/remote/remote_driver.c:6277 #, fuzzy, c-format msgid "failed to initialize SASL library: %d (%s)" msgstr "no s'ha pogut serialitzar l'S-Expr: %s" #: src/remote/remote_driver.c:6286 #, fuzzy msgid "failed to get sock address" msgstr "no s'ha pogut obtenir l'adreça del sòcol %d (%s)" #: src/remote/remote_driver.c:6296 #, fuzzy msgid "failed to get peer address" msgstr "no s'ha pogut obtenir l'adreça del parell %d (%s)" #: src/remote/remote_driver.c:6321 #, fuzzy, c-format msgid "Failed to create SASL client context: %d (%s)" msgstr "No s'ha pogut crear el domini inactiu %s\n" #: src/remote/remote_driver.c:6334 msgid "invalid cipher size for TLS session" msgstr "" #: src/remote/remote_driver.c:6344 #, c-format msgid "cannot set external SSF %d (%s)" msgstr "" #: src/remote/remote_driver.c:6363 #, c-format msgid "cannot set security props %d (%s)" msgstr "" #: src/remote/remote_driver.c:6382 #, fuzzy, c-format msgid "SASL mechanism %s not supported by server" msgstr "l'hipervisor no disposa d'aquesta funció" #: src/remote/remote_driver.c:6401 #, fuzzy, c-format msgid "Failed to start SASL negotiation: %d (%s)" msgstr "No s'ha pogut iniciar el domini %s" #: src/remote/remote_driver.c:6419 src/remote/remote_driver.c:6497 #, fuzzy msgid "Failed to make auth credentials" msgstr "no s'ha pogut desar el contingut" #: src/remote/remote_driver.c:6443 #, c-format msgid "SASL negotiation data too long: %d bytes" msgstr "" #: src/remote/remote_driver.c:6483 #, fuzzy, c-format msgid "Failed SASL step: %d (%s)" msgstr "No s'ha pogut iniciar el domini %s" #: src/remote/remote_driver.c:6567 #, c-format msgid "negotiation SSF %d was not strong enough" msgstr "" #: src/remote/remote_driver.c:6643 #, fuzzy msgid "Failed to collect auth credentials" msgstr "No s'ha pogut connectar a l'hipervisor" #: src/remote/remote_driver.c:6678 msgid "no event support" msgstr "" #: src/remote/remote_driver.c:6683 msgid "adding cb to list" msgstr "" #: src/remote/remote_driver.c:6713 #, fuzzy msgid "marking cb for deletion" msgstr "informació del vcpu del domini" #: src/remote/remote_driver.c:6719 msgid "removing cb from list" msgstr "" #: src/remote/remote_driver.c:6840 src/remote/remote_driver.c:6853 #, fuzzy, c-format msgid "too many remote secret UUIDs: %d > %d" msgstr "massa dominis" #: src/remote/remote_driver.c:7154 src/remote/remote_driver.c:7514 msgid "xdr_remote_message_header failed" msgstr "" #: src/remote/remote_driver.c:7164 #, c-format msgid "data size %zu too large for payload %d" msgstr "" #: src/remote/remote_driver.c:7177 src/remote/remote_driver.c:7537 msgid "xdr_u_int (length word)" msgstr "" #: src/remote/remote_driver.c:7520 msgid "marshalling args" msgstr "" #: src/remote/remote_driver.c:7583 #, fuzzy msgid "cannot send data" msgstr "node de llista de domini" #: src/remote/remote_driver.c:7614 #, fuzzy, c-format msgid "failed to read from TLS socket %s" msgstr "No s'ha pogut llegir el sòcol %d\n" #: src/remote/remote_driver.c:7619 src/remote/remote_driver.c:7637 #, fuzzy msgid "server closed connection" msgstr "connexió només de lectura" #: src/remote/remote_driver.c:7633 #, fuzzy msgid "cannot recv data" msgstr "node de llista de domini" #: src/remote/remote_driver.c:7666 #, fuzzy, c-format msgid "failed to encode SASL data: %s" msgstr "No s'ha pogut crear l'XML" #: src/remote/remote_driver.c:7769 #, fuzzy, c-format msgid "failed to decode SASL data: %s" msgstr "No s'ha destruït el domini %s" #: src/remote/remote_driver.c:7820 msgid "xdr_u_int (length word, reply)" msgstr "" #: src/remote/remote_driver.c:7827 msgid "packet received from server too small" msgstr "" #: src/remote/remote_driver.c:7836 msgid "packet received from server too large" msgstr "" #: src/remote/remote_driver.c:7882 #, fuzzy msgid "invalid header in reply" msgstr "argument invàlid a %s" #: src/remote/remote_driver.c:7893 #, c-format msgid "unknown program (received %x, expected %x)" msgstr "" #: src/remote/remote_driver.c:7901 #, c-format msgid "unknown protocol version (received %x, expected %x)" msgstr "" #: src/remote/remote_driver.c:7927 #, c-format msgid "got unexpected RPC call %d from server" msgstr "" #: src/remote/remote_driver.c:7956 #, c-format msgid "no call waiting for reply with serial %d" msgstr "" #: src/remote/remote_driver.c:7965 #, c-format msgid "unknown procedure (received %x, expected %x)" msgstr "" #: src/remote/remote_driver.c:7978 msgid "unmarshalling ret" msgstr "" #: src/remote/remote_driver.c:7988 src/remote/remote_driver.c:8109 msgid "unmarshalling remote_error" msgstr "" #: src/remote/remote_driver.c:7997 #, c-format msgid "unknown status (received %x)" msgstr "" #: src/remote/remote_driver.c:8237 #, fuzzy msgid "poll on socket failed" msgstr "calloc ha fallat" #: src/remote/remote_driver.c:8298 msgid "received hangup / error event on socket" msgstr "" #: src/remote/remote_driver.c:8392 #, fuzzy msgid "failed to wait on condition" msgstr "No s'ha pogut iniciar el domini %s" #: src/remote/remote_driver.c:8529 msgid "remoteDomainProcessEvent: unmarshalling msg" msgstr "" #: src/secret/secret_driver.c:170 #, fuzzy, c-format msgid "mkstemp('%s') failed" msgstr "ha fallat l'operació: %s" #: src/secret/secret_driver.c:174 #, fuzzy, c-format msgid "fchmod('%s') failed" msgstr "ha fallat l'operació: %s" #: src/secret/secret_driver.c:180 #, fuzzy, c-format msgid "error writing to '%s'" msgstr "No s'ha pogut escriure en el fitxer de pid '%s': %s" #: src/secret/secret_driver.c:185 #, fuzzy, c-format msgid "error closing '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/secret/secret_driver.c:191 #, fuzzy, c-format msgid "rename(%s, %s) failed" msgstr "ha fallat l'operació: %s" #: src/secret/secret_driver.c:242 #, fuzzy, c-format msgid "cannot create '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/secret/secret_driver.c:349 #, c-format msgid " does not match secret file name '%s'" msgstr "" #: src/secret/secret_driver.c:376 src/secret/secret_driver.c:485 #, fuzzy, c-format msgid "cannot open '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/secret/secret_driver.c:380 #, fuzzy, c-format msgid "cannot stat '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/secret/secret_driver.c:385 #, c-format msgid "'%s' file does not fit in memory" msgstr "" #: src/secret/secret_driver.c:394 #, fuzzy, c-format msgid "cannot read '%s'" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/secret/secret_driver.c:402 #, fuzzy, c-format msgid "invalid base64 in '%s'" msgstr "argument invàlid a %s" #: src/secret/secret_driver.c:501 #, fuzzy, c-format msgid "Error reading secret: %s\n" msgstr "S'ha produït un error en tornar a carregar els controladors" #: 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 #, fuzzy, c-format msgid "no secret with matching uuid '%s'" msgstr "no hi ha cap domini que coincideixi amb el nom" #: src/secret/secret_driver.c:661 #, fuzzy, c-format msgid "no secret with matching usage '%s'" msgstr "no hi ha cap domini que coincideixi amb el nom" #: src/secret/secret_driver.c:701 #, fuzzy, c-format msgid "a secret with UUID %s already defined for use with %s" msgstr "el domini %s ja existeix" #: src/secret/secret_driver.c:721 #, fuzzy, c-format msgid "a secret with UUID %s is already defined for use with %s" msgstr "el domini %s ja existeix" #: src/secret/secret_driver.c:728 msgid "cannot change private flag on existing secret" msgstr "" #: src/secret/secret_driver.c:776 msgid "list of secrets is inconsistent" msgstr "" #: src/secret/secret_driver.c:896 #, fuzzy, c-format msgid "secret '%s' does not have a value" msgstr "La xarxa '%s' no és activa" #: src/secret/secret_driver.c:903 msgid "secret is private" msgstr "" #: src/secret/secret_driver.c:1026 #, fuzzy msgid "Out of memory initializing secrets" msgstr "s'ha esgotat la memòria mentre s'estava assignant la matriu" #: src/security/security_driver.c:53 #, fuzzy, c-format msgid "invalid security model '%s'" msgstr "model de so invàlid" #: src/security/security_driver.c:127 #, c-format msgid "%s: DOI '%s' is longer than the maximum allowed length of %d" msgstr "" #: src/security/security_apparmor.c:75 #, fuzzy, c-format msgid "Failed to read AppArmor profiles list '%s'" msgstr "No s'ha pogut crear l'XML" #: src/security/security_apparmor.c:124 #, fuzzy, c-format msgid "Failed to read '%s'" msgstr "No s'ha pogut crear l'XML" #: src/security/security_apparmor.c:161 #, fuzzy msgid "unable to create pipe" msgstr "No s'ha pogut crear el conducte: %s" #: src/security/security_apparmor.c:196 #, fuzzy msgid "unable to write to pipe" msgstr "no s'ha pogut escriure el fitxer de configuració" #: src/security/security_apparmor.c:208 #, fuzzy, c-format msgid "Unexpected exit status from virt-aa-helper %d pid %lu" msgstr "Estat de sortida inesperat de qeumu %d pid %lu" #: src/security/security_apparmor.c:268 #, fuzzy msgid "could not find libvirtd" msgstr "No s'ha trobat la xarxa" #: src/security/security_apparmor.c:298 #, fuzzy, c-format msgid "template '%s' does not exist" msgstr "l'ordre '%s' no existeix" #: src/security/security_apparmor.c:334 src/security/security_selinux.c:172 msgid "security label already defined for VM" msgstr "" #: src/security/security_apparmor.c:345 #, fuzzy, c-format msgid "cannot generate AppArmor profile '%s'" msgstr "no s'ha pogut crear el fitxer de configuració %s: %s" #: src/security/security_apparmor.c:402 #, fuzzy msgid "error copying profile name" msgstr "s'està resolent el nom de fitxer del domini" #: src/security/security_apparmor.c:408 msgid "error calling profile_status()" msgstr "" #: src/security/security_apparmor.c:431 #, fuzzy, c-format msgid "could not remove profile for '%s'" msgstr "no es pot eliminar la configuració de %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 "" #: src/security/security_apparmor.c:467 msgid "error calling aa_change_profile()" msgstr "" #: src/security/security_apparmor.c:497 src/security/security_apparmor.c:538 #, fuzzy, c-format msgid "cannot update AppArmor profile '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/security/security_apparmor.c:527 #, fuzzy, c-format msgid "'%s' does not exist" msgstr "l'ordre '%s' no existeix" #: src/security/security_apparmor.c:561 #, fuzzy, c-format msgid "Invalid security label '%s'" msgstr "No es pot verificar el MemorySize actual" #: src/security/security_selinux.c:114 #, fuzzy, c-format msgid "cannot open SELinux virtual domain context file '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/security/security_selinux.c:121 #, fuzzy, c-format msgid "cannot read SELinux virtual domain context file %s" msgstr "no s'ha pogut crear el fitxer de configuració %s: %s" #: src/security/security_selinux.c:133 #, fuzzy, c-format msgid "cannot open SELinux virtual image context file %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/security/security_selinux.c:140 #, fuzzy, c-format msgid "cannot read SELinux virtual image context file %s" msgstr "no s'ha pogut crear el fitxer de configuració %s: %s" #: src/security/security_selinux.c:193 src/security/security_selinux.c:199 #, fuzzy, c-format msgid "cannot generate selinux context for %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/security/security_selinux.c:230 src/security/security_selinux.c:282 #, fuzzy, c-format msgid "unable to get PID %d security context" msgstr "No es pot verificar el MemorySize actual" #: src/security/security_selinux.c:289 #, c-format msgid "security label exceeds maximum length: %d" msgstr "" #: src/security/security_selinux.c:301 msgid "error calling security_getenforce()" msgstr "" #: src/security/security_selinux.c:335 #, fuzzy, c-format msgid "unable to set security context '%s' on '%s'" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/security/security_selinux.c:361 #, fuzzy, c-format msgid "cannot resolve symlink %s" msgstr "dispositiu de la interfície" #: src/security/security_selinux.c:654 #, fuzzy, c-format msgid "Invalid security label %s" msgstr "No es pot verificar el MemorySize actual" #: src/security/security_selinux.c:682 #, fuzzy, c-format msgid "unable to set security context '%s'" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/security/virt-aa-helper.c:100 #, fuzzy, c-format msgid "%s: error: %s\n" msgstr "%s: error: " #: src/security/virt-aa-helper.c:112 #, fuzzy, c-format msgid "%s: warning: %s\n" msgstr "avís" #: src/security/virt-aa-helper.c:118 #, c-format msgid "" "%s:\n" "%s\n" msgstr "" #: src/storage/storage_backend.c:134 #, fuzzy, c-format msgid "could not open input path '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend.c:156 #, fuzzy, c-format msgid "failed reading from file '%s'" msgstr "no s'ha pogut llegir el fitxer de configuració %s" #: src/storage/storage_backend.c:172 src/storage/storage_backend.c:276 #, fuzzy, c-format msgid "cannot extend file '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend.c:178 #, fuzzy, c-format msgid "failed writing to file '%s'" msgstr "No s'ha pogut escriure en el fitxer de pid '%s': %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 #, fuzzy, c-format msgid "cannot close file '%s'" msgstr "No s'ha pogut obrir «%s»: %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 #, fuzzy, c-format msgid "cannot create path '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend.c:259 src/storage/storage_backend_disk.c:560 #: src/storage/storage_backend_logical.c:584 #, fuzzy msgid "storage pool does not support encrypted volumes" msgstr "el camí al registre no és un fitxer" #: src/storage/storage_backend.c:306 src/storage/storage_backend.c:317 #, fuzzy, c-format msgid "cannot fill file '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend.c:362 msgid "too many conflicts when generating an uuid" msgstr "" #: src/storage/storage_backend.c:392 #, fuzzy msgid "secrets already defined" msgstr "el domini %s ja existeix" #: src/storage/storage_backend.c:512 src/storage/storage_backend.c:518 #, fuzzy, c-format msgid "unknown storage vol type %d" msgstr "tipus d'SO desconegut %s" #: src/storage/storage_backend.c:533 msgid "a different backing store can not be specified." msgstr "" #: src/storage/storage_backend.c:540 #, fuzzy, c-format msgid "unknown storage vol backing store type %d" msgstr "tipus d'SO desconegut %s" #: src/storage/storage_backend.c:546 #, c-format msgid "inaccessible backing store volume %s" msgstr "" #: src/storage/storage_backend.c:558 #, c-format msgid "qcow volume encryption unsupported with volume format %s" msgstr "" #: src/storage/storage_backend.c:566 #, fuzzy, c-format msgid "unsupported volume encryption format %d" msgstr "tipus d'autenticació %d no disponible" #: src/storage/storage_backend.c:572 msgid "too many secrets for qcow encryption" msgstr "" #: src/storage/storage_backend.c:588 msgid "unable to find kvm-img or qemu-img" msgstr "" #: src/storage/storage_backend.c:643 msgid "cannot copy from volume with qcow-create" msgstr "" #: src/storage/storage_backend.c:649 #, c-format msgid "unsupported storage vol type %d" msgstr "" #: src/storage/storage_backend.c:655 msgid "copy-on-write image not supported with qcow-create" msgstr "" #: src/storage/storage_backend.c:661 msgid "encrypted volumes not supported with qcow-create" msgstr "" #: src/storage/storage_backend.c:695 #, fuzzy, c-format msgid "Unknown file create tool type '%d'." msgstr "tipus d'SO desconegut %s" #: src/storage/storage_backend.c:744 msgid "creation of non-raw file images is not supported without qemu-img." msgstr "" #: 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 #, fuzzy, c-format msgid "cannot open volume '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend.c:845 #, fuzzy, c-format msgid "cannot stat file '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend.c:878 #, fuzzy, c-format msgid "cannot seek to end of file '%s'" msgstr "no s'ha pogut guardar el fitxer de configuració %s: %s" #: src/storage/storage_backend.c:899 #, fuzzy, c-format msgid "cannot get file context of '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend.c:970 src/storage/storage_backend_scsi.c:165 #, fuzzy, c-format msgid "cannot seek to beginning of file '%s'" msgstr "no s'ha pogut guardar el fitxer de configuració %s: %s" #: src/storage/storage_backend.c:977 src/storage/storage_backend_scsi.c:172 #, fuzzy, c-format msgid "cannot read beginning of file '%s'" msgstr "no s'ha pogut crear el fitxer de configuració %s: %s" #: src/storage/storage_backend.c:1043 #, fuzzy, c-format msgid "cannot read dir '%s'" msgstr "No s'ha pogut resoldre l'adreça %d: %s" #: src/storage/storage_backend.c:1130 #, fuzzy, c-format msgid "Failed to compile regex %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend.c:1162 src/storage/storage_backend.c:1296 msgid "cannot read fd" msgstr "" #: src/storage/storage_backend.c:1233 src/storage/storage_backend.c:1351 #, fuzzy, c-format msgid "failed to wait for command '%s'" msgstr "No s'ha pogut iniciar el domini %s" #: src/storage/storage_backend.c:1242 src/storage/storage_backend.c:1364 msgid "command did not exit cleanly" msgstr "" #: src/storage/storage_backend.c:1330 #, fuzzy, c-format msgid "read error on pipe to '%s'" msgstr "error intern %s" #: src/storage/storage_backend.c:1358 #, c-format msgid "non-zero exit status from command %d" msgstr "" #: src/storage/storage_backend.c:1385 src/storage/storage_backend.c:1397 #, c-format msgid "%s not implemented on Win32" msgstr "" #: src/storage/storage_backend_disk.c:109 msgid "cannot parse device start location" msgstr "" #: src/storage/storage_backend_disk.c:116 msgid "cannot parse device end location" msgstr "" #: src/storage/storage_backend_disk.c:398 #, fuzzy msgid "Invalid partition type" msgstr "tipus de domini invàlid" #: src/storage/storage_backend_disk.c:406 #, fuzzy msgid "extended partition already exists" msgstr "tipus de domini inesperat %d" #: src/storage/storage_backend_disk.c:430 msgid "no extended partition found and no primary partition available" msgstr "" #: src/storage/storage_backend_disk.c:515 msgid "no large enough free extent" msgstr "" #: src/storage/storage_backend_disk.c:629 #, fuzzy, c-format msgid "Couldn't read volume target path '%s'" msgstr "no s'ha pogut connectar a %s" #: src/storage/storage_backend_disk.c:640 #, c-format msgid "Volume path '%s' did not start with parent pool source device name." msgstr "" #: src/storage/storage_backend_disk.c:649 #, c-format msgid "cannot parse partition number from target '%s'" msgstr "" #: src/storage/storage_backend_fs.c:154 #, fuzzy, c-format msgid "invalid netfs path (no /): %s" msgstr "argument invàlid a %s" #: src/storage/storage_backend_fs.c:160 #, fuzzy, c-format msgid "invalid netfs path (ends in /): %s" msgstr "punter de xarxa invàlid a %s" #: src/storage/storage_backend_fs.c:265 #, fuzzy, c-format msgid "cannot read mount list '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_fs.c:357 src/storage/storage_backend_fs.c:433 #: src/storage/storage_backend_iscsi.c:276 #, fuzzy msgid "missing source host" msgstr "manca la font d'informació per al dispositiu" #: src/storage/storage_backend_fs.c:362 #, fuzzy msgid "missing source path" msgstr "manca la font d'informació per al dispositiu" #: src/storage/storage_backend_fs.c:368 src/storage/storage_backend_fs.c:444 #: src/storage/storage_backend_iscsi.c:283 #, fuzzy msgid "missing source device" msgstr "manca la font d'informació per al dispositiu" #: src/storage/storage_backend_fs.c:438 #, fuzzy msgid "missing source dir" msgstr "manca la font d'informació per al dispositiu" #: src/storage/storage_backend_fs.c:535 #, fuzzy, c-format msgid "cannot open path '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_fs.c:631 #, fuzzy, c-format msgid "cannot statvfs path '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_fs.c:698 #, fuzzy, c-format msgid "cannot unlink path '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_fs.c:746 #, fuzzy msgid "cannot copy from volume to a directory volume" msgstr "No es pot crear el directori de registre %s: %s" #: src/storage/storage_backend_fs.c:772 msgid "" "storage pool does not support building encrypted volumes from other volumes" msgstr "" #: src/storage/storage_backend_fs.c:792 msgid "creation of non-raw images is not supported without qemu-img" msgstr "" #: src/storage/storage_backend_fs.c:802 #: src/storage/storage_backend_logical.c:615 #, fuzzy, c-format msgid "cannot read path '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_fs.c:811 #: src/storage/storage_backend_logical.c:624 #, fuzzy, c-format msgid "cannot set file owner '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_fs.c:819 #: src/storage/storage_backend_logical.c:631 #, fuzzy, c-format msgid "cannot set file mode '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_fs.c:878 #, fuzzy, c-format msgid "cannot unlink file '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_iscsi.c:65 #, fuzzy, c-format msgid "host lookup failed %s" msgstr "ha fallat l'operació: %s" #: src/storage/storage_backend_iscsi.c:72 #, c-format msgid "no IP address for target %s" msgstr "" #: src/storage/storage_backend_iscsi.c:81 #, c-format msgid "cannot format ip addr for %s" msgstr "" #: src/storage/storage_backend_iscsi.c:149 msgid "cannot find session" msgstr "" #: src/storage/storage_backend_iscsi.c:188 #, c-format msgid "Failed to get host number for iSCSI session with path '%s'" msgstr "" #: src/storage/storage_backend_iscsi.c:196 #, fuzzy, c-format msgid "Failed to find LUs on host %u" msgstr "No s'ha pogut definir el domini des de %s" #: src/storage/storage_backend_logical.c:154 msgid "malformed volume extent offset value" msgstr "" #: src/storage/storage_backend_logical.c:159 msgid "malformed volume extent length value" msgstr "" #: src/storage/storage_backend_logical.c:164 msgid "malformed volume extent size value" msgstr "" #: src/storage/storage_backend_logical.c:222 msgid "lvs command failed" msgstr "" #: src/storage/storage_backend_logical.c:228 #, c-format msgid "lvs command failed with exitstatus %d" msgstr "" #: src/storage/storage_backend_logical.c:355 #, fuzzy msgid "failed to get source from sourceList" msgstr "no s'ha pogut assignar un node" #: src/storage/storage_backend_logical.c:410 #, fuzzy, c-format msgid "cannot open device '%s'" msgstr "dispositiu de la interfície" #: src/storage/storage_backend_logical.c:416 #, fuzzy, c-format msgid "cannot clear device header of '%s'" msgstr "dispositiu de la interfície" #: src/storage/storage_backend_logical.c:423 #, fuzzy, c-format msgid "cannot close device '%s'" msgstr "dispositiu de la interfície" #: src/storage/storage_backend_logical.c:548 #, fuzzy, c-format msgid "cannot remove PV device '%s'" msgstr "No es pot crear el directori de registre %s: %s" #: src/storage/storage_backend_logical.c:647 #, fuzzy, c-format msgid "cannot find newly created volume '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_mpath.c:65 #, fuzzy, c-format msgid "Failed to update volume target info for '%s'" msgstr "No s'ha pogut crear un domini des de %s" #: src/storage/storage_backend_mpath.c:76 #, fuzzy, c-format msgid "Failed to update volume target format for '%s'" msgstr "No s'ha pogut crear un domini des de %s" #: src/storage/storage_backend_mpath.c:123 #: src/storage/storage_backend_scsi.c:260 #, fuzzy, c-format msgid "Failed to update volume for '%s'" msgstr "No s'ha pogut crear un domini des de %s" #: src/storage/storage_backend_mpath.c:331 #, fuzzy, c-format msgid "in %s" msgstr "vinculació: %s" #: src/storage/storage_backend_scsi.c:65 #, fuzzy, c-format msgid "Could not find typefile '%s'" msgstr "no s'ha pogut connectar a %s" #: src/storage/storage_backend_scsi.c:77 #, fuzzy, c-format msgid "Could not read typefile '%s'" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/storage/storage_backend_scsi.c:89 #, c-format msgid "Device type '%s' is not an integer" msgstr "" #: src/storage/storage_backend_scsi.c:96 #, c-format msgid "Device type is %d" msgstr "" #: src/storage/storage_backend_scsi.c:228 #, fuzzy, c-format msgid "Trying to create volume for '%s'" msgstr "No s'ha pogut crear un domini des de %s" #: src/storage/storage_backend_scsi.c:247 #, c-format msgid "No stable path found for '%s' in '%s'" msgstr "" #: src/storage/storage_backend_scsi.c:311 #, fuzzy, c-format msgid "Looking for block device in '%s'" msgstr "el dispositiu d'arrencada '%s' és desconegut" #: src/storage/storage_backend_scsi.c:316 #: src/storage/storage_backend_scsi.c:407 #, fuzzy, c-format msgid "Failed to opendir sysfs path '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_scsi.c:337 #: src/storage/storage_backend_scsi.c:377 #, fuzzy, c-format msgid "Block device is '%s'" msgstr "dispositiu de blocs" #: src/storage/storage_backend_scsi.c:364 #, fuzzy, c-format msgid "Failed to parse block name %s" msgstr "No s'ha pogut obtenir les estadístiques dels blocs %s %s" #: src/storage/storage_backend_scsi.c:451 #, c-format msgid "Processing LU %u:%u:%u:%u" msgstr "" #: src/storage/storage_backend_scsi.c:456 #, c-format msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN" msgstr "" #: src/storage/storage_backend_scsi.c:472 #, c-format msgid "%u:%u:%u:%u is a Direct-Access LUN" msgstr "" #: src/storage/storage_backend_scsi.c:482 #, fuzzy, c-format msgid "Failed to create new storage volume for %u:%u:%u:%u" msgstr "No s'ha pogut crear la xarxa des de %s" #: src/storage/storage_backend_scsi.c:488 #, c-format msgid "Created new storage volume for %u:%u:%u:%u successfully" msgstr "" #: src/storage/storage_backend_scsi.c:510 #, c-format msgid "Discovering LUs on host %u" msgstr "" #: src/storage/storage_backend_scsi.c:523 #: src/storage/storage_backend_scsi.c:566 #, fuzzy, c-format msgid "Failed to opendir path '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_scsi.c:536 #, c-format msgid "Found LU '%s'" msgstr "" #: src/storage/storage_backend_scsi.c:558 #, c-format msgid "Finding host number from '%s'" msgstr "" #: src/storage/storage_backend_scsi.c:575 #, fuzzy, c-format msgid "Failed to parse target '%s'" msgstr "No s'ha pogut analitzar el mode '%s'" #: src/storage/storage_backend_scsi.c:596 #, c-format msgid "Triggering rescan of host %d" msgstr "" #: src/storage/storage_backend_scsi.c:604 #, fuzzy, c-format msgid "Scan trigger path is '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/storage/storage_backend_scsi.c:610 #, c-format msgid "Could not open '%s' to trigger host scan" msgstr "" #: src/storage/storage_backend_scsi.c:621 #, c-format msgid "Write to '%s' to trigger host scan failed" msgstr "" #: src/storage/storage_backend_scsi.c:630 #, c-format msgid "Rescan of host %d complete" msgstr "" #: src/storage/storage_backend_scsi.c:645 #, fuzzy, c-format msgid "Failed to get host number from '%s'" msgstr "No s'ha pogut crear la xarxa des de %s" #: src/storage/storage_backend_scsi.c:651 #, fuzzy, c-format msgid "Scanning host%u" msgstr "es desconeix el servidor remot %s" #: 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 "" #: src/storage/storage_driver.c:300 #, fuzzy, c-format msgid "no pool with matching name '%s'" msgstr "no hi ha cap domini que coincideixi amb el nom" #: src/storage/storage_driver.c:457 src/test/test_driver.c:3758 #, fuzzy, c-format msgid "pool type '%s' does not support source discovery" msgstr "el bus ps2 no suporta el dispositiu d'entrada %s" #: src/storage/storage_driver.c:532 src/test/test_driver.c:3785 msgid "storage pool already exists" msgstr "" #: 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 "" #: src/storage/storage_driver.c:623 msgid "pool is still active" msgstr "" #: 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 "" #: src/storage/storage_driver.c:680 #, fuzzy msgid "pool already active" msgstr "El domini ja és actiu" #: src/storage/storage_driver.c:725 #, fuzzy msgid "storage pool is already active" msgstr "El domini ja és actiu" #: 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 #, fuzzy msgid "storage pool is not active" msgstr "el camí al registre no és un fitxer" #: src/storage/storage_driver.c:818 msgid "storage pool is still active" msgstr "" #: src/storage/storage_driver.c:831 msgid "pool does not support volume delete" msgstr "" #: src/storage/storage_driver.c:1010 src/test/test_driver.c:4116 msgid "pool has no config file" msgstr "" #: 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 #, fuzzy, c-format msgid "no storage vol with matching name '%s'" msgstr "no hi ha cap domini que coincideixi amb el nom" #: src/storage/storage_driver.c:1198 msgid "no storage vol with matching key" msgstr "" #: src/storage/storage_driver.c:1245 msgid "no storage vol with matching path" msgstr "" #: src/storage/storage_driver.c:1289 src/test/test_driver.c:4351 #: src/test/test_driver.c:4432 msgid "storage vol already exists" msgstr "" #: src/storage/storage_driver.c:1301 msgid "storage pool does not support volume creation" msgstr "" #: src/storage/storage_driver.c:1397 #, fuzzy, c-format msgid "no storage pool with matching name '%s'" msgstr "no hi ha cap domini que coincideixi amb el nom" #: src/storage/storage_driver.c:1431 #, fuzzy, c-format msgid "storage volume name '%s' already in use." msgstr "el domini %s ja existeix" #: src/storage/storage_driver.c:1447 msgid "storage pool does not support volume creation from an existing volume" msgstr "" #: src/storage/storage_driver.c:1453 src/storage/storage_driver.c:1568 #, fuzzy, c-format msgid "volume '%s' is still being allocated." msgstr "El domini encara s'està executant" #: src/storage/storage_driver.c:1575 msgid "storage pool does not support vol deletion" msgstr "" #: src/test/test_driver.c:336 #, c-format msgid "Exceeded max iface limit %d" msgstr "" #: src/test/test_driver.c:672 #, fuzzy, c-format msgid "node vol list for pool '%s'" msgstr "No s'ha pogut iniciar el domini %s" #: src/test/test_driver.c:683 #, fuzzy msgid "resolving volume filename" msgstr "s'està resolent el nom de fitxer del domini" #: src/test/test_driver.c:769 #, fuzzy, c-format msgid "loading host definition file '%s'" msgstr "s'està carregant el fitxer de definició del sistema amfitrió" #: src/test/test_driver.c:778 #, fuzzy, c-format msgid "Invalid XML in file '%s'" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/test/test_driver.c:787 msgid "Root element is not 'node'" msgstr "" #: src/test/test_driver.c:794 msgid "creating xpath context" msgstr "creació del context xpath" #: src/test/test_driver.c:802 #, c-format msgid "Path %s too big for destination" msgstr "" #: src/test/test_driver.c:812 msgid "node cpu numa nodes" msgstr "node dels nodes cpu i numa" #: src/test/test_driver.c:820 msgid "node cpu sockets" msgstr "node de sòcols de cpu" #: src/test/test_driver.c:828 msgid "node cpu cores" msgstr "node de nuclis de cpu" #: src/test/test_driver.c:836 msgid "node cpu threads" msgstr "node de fluxos de cpu" #: src/test/test_driver.c:847 msgid "node active cpu" msgstr "node de cpu activa" #: src/test/test_driver.c:854 msgid "node cpu mhz" msgstr "node mhz de cpu" #: src/test/test_driver.c:862 src/xen/xm_internal.c:1076 #, c-format msgid "Model %s too big for destination" msgstr "" #: src/test/test_driver.c:873 msgid "node memory" msgstr "node de memòria" #: src/test/test_driver.c:879 msgid "node domain list" msgstr "node de llista de domini" #: src/test/test_driver.c:890 msgid "resolving domain filename" msgstr "s'està resolent el nom de fitxer del domini" #: src/test/test_driver.c:923 #, fuzzy msgid "node network list" msgstr "node de llista de domini" #: src/test/test_driver.c:933 msgid "resolving network filename" msgstr "s'està resolent el nom de fitxer de la xarxa" #: src/test/test_driver.c:959 #, fuzzy msgid "node interface list" msgstr "node de llista de domini" #: src/test/test_driver.c:969 #, fuzzy msgid "resolving interface filename" msgstr "s'està resolent el nom de fitxer de la xarxa" #: src/test/test_driver.c:995 #, fuzzy msgid "node pool list" msgstr "node de llista de domini" #: src/test/test_driver.c:1007 #, fuzzy msgid "resolving pool filename" msgstr "s'està resolent el nom de fitxer del domini" #: src/test/test_driver.c:1046 #, fuzzy msgid "node device list" msgstr "node de llista de domini" #: src/test/test_driver.c:1060 #, fuzzy msgid "resolving device filename" msgstr "s'està resolent el nom de fitxer del domini" #: src/test/test_driver.c:1128 msgid "testOpen: supply a path or use test:///default" msgstr "testOpen: proporcioneu un camí o empreu test:///default" #: src/test/test_driver.c:1478 #, fuzzy, c-format msgid "domain '%s' not paused" msgstr "No s'ha trobat el domini" #: src/test/test_driver.c:1520 src/test/test_driver.c:1561 #, fuzzy, c-format msgid "domain '%s' not running" msgstr "el domini no s'està executant" #: src/test/test_driver.c:1715 #, fuzzy, c-format msgid "saving domain '%s' failed to allocate space for metadata" msgstr "no s'ha pogut assignar espai per a la cadena de xarxa" #: src/test/test_driver.c:1722 #, fuzzy, c-format msgid "saving domain '%s' to '%s': open failed" msgstr "desa un estat de domini a un fitxer" #: src/test/test_driver.c:1729 src/test/test_driver.c:1735 #: src/test/test_driver.c:1741 src/test/test_driver.c:1748 #, fuzzy, c-format msgid "saving domain '%s' to '%s': write failed" msgstr "desa un estat de domini a un fitxer" #: src/test/test_driver.c:1800 #, fuzzy, c-format msgid "cannot read domain image '%s'" msgstr "node de llista de domini" #: src/test/test_driver.c:1806 #, c-format msgid "incomplete save header in '%s'" msgstr "" #: src/test/test_driver.c:1812 msgid "mismatched header magic" msgstr "" #: src/test/test_driver.c:1817 #, fuzzy, c-format msgid "failed to read metadata length in '%s'" msgstr "no s'ha pogut llegir el dimoni Xen" #: src/test/test_driver.c:1823 msgid "length of metadata out of range" msgstr "" #: src/test/test_driver.c:1832 #, fuzzy, c-format msgid "incomplete metdata in '%s'" msgstr "dades inesperades '%s'" #: src/test/test_driver.c:1895 #, fuzzy, c-format msgid "domain '%s' coredump: failed to open %s" msgstr "S'ha bolcat el domini %s a %s\n" #: src/test/test_driver.c:1901 #, fuzzy, c-format msgid "domain '%s' coredump: failed to write header to %s" msgstr "no s'ha pogut escriure el fitxer de registre" #: src/test/test_driver.c:1907 #, fuzzy, c-format msgid "domain '%s' coredump: write failed: %s" msgstr "S'ha bolcat el domini %s a %s\n" #: src/test/test_driver.c:2052 #, fuzzy msgid "cannot hotplug vcpus for an inactive domain" msgstr "no defineixis un domini inactiu" #: src/test/test_driver.c:2102 #, fuzzy msgid "cannot list vcpus for an inactive domain" msgstr "no defineixis un domini inactiu" #: src/test/test_driver.c:2194 msgid "requested vcpu is higher than allocated vcpus" msgstr "" #: src/test/test_driver.c:2333 msgid "Range exceeds available cells" msgstr "" #: src/test/test_driver.c:2367 #, fuzzy, c-format msgid "Domain '%s' is already running" msgstr "El domini ja s'està executant" #: src/test/test_driver.c:2406 #, fuzzy, c-format msgid "Domain '%s' is still running" msgstr "El domini encara s'està executant" #: src/test/test_driver.c:2943 #, fuzzy, c-format msgid "Network '%s' is still running" msgstr "La xarxa encara s'està executant" #: src/test/test_driver.c:2976 #, fuzzy, c-format msgid "Network '%s' is already running" msgstr "La xarxa ja s'està executant" #: src/test/test_driver.c:3700 src/test/test_driver.c:3864 #: src/test/test_driver.c:3897 src/test/test_driver.c:3965 #, fuzzy, c-format msgid "storage pool '%s' is already active" msgstr "El domini ja és actiu" #: 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 #, fuzzy, c-format msgid "storage pool '%s' is not active" msgstr "el camí al registre no és un fitxer" #: src/test/test_driver.c:4281 #, fuzzy, c-format msgid "no storage vol with matching key '%s'" msgstr "no hi ha cap domini que coincideixi amb l'id %d" #: src/test/test_driver.c:4315 #, fuzzy, c-format msgid "no storage vol with matching path '%s'" msgstr "no hi ha cap domini que coincideixi amb l'id %d" #: 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 "" #: src/uml/uml_conf.c:184 msgid "IP address not supported for ethernet inteface" msgstr "" #: src/uml/uml_conf.c:189 msgid "script execution not supported for ethernet inteface" msgstr "" #: src/uml/uml_conf.c:196 #, fuzzy msgid "TCP server networking type not supported" msgstr "El tipus de xarxa %d no està suportat" #: src/uml/uml_conf.c:201 #, fuzzy msgid "TCP client networking type not supported" msgstr "El tipus de xarxa %d no està suportat" #: src/uml/uml_conf.c:216 #, c-format msgid "Network '%s' not found" msgstr "No s'ha trobat la xarxa '%s'" #: src/uml/uml_conf.c:246 #, fuzzy msgid "internal networking type not supported" msgstr "El tipus de xarxa %d no està suportat" #: src/uml/uml_conf.c:313 #, fuzzy msgid "only TCP listen is supported for chr device" msgstr "no s'ha pogut assignar un node" #: src/uml/uml_conf.c:333 #, fuzzy, c-format msgid "unsupported chr device type %d" msgstr "tipus %s de dispositiu d'entrada no suportat" #: 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 "" "No s'ha pogut establir l'indicador de descriptor de fitxer close-on-exe" #: src/uml/uml_driver.c:134 #, fuzzy, c-format msgid "Failed to autostart VM '%s': %s" msgstr "No s'ha pogut iniciar automàticament la VM '%s': %s" #: src/uml/uml_driver.c:387 #, fuzzy msgid "cannot initialize inotify" msgstr "no es pot inicialitzar el suport pont: %s" #: src/uml/uml_driver.c:393 #, fuzzy, c-format msgid "Failed to create monitor directory %s: %s" msgstr "No s'ha pogut crear el directori %s : %s" #: src/uml/uml_driver.c:426 #, fuzzy msgid "umlStartup: out of memory" msgstr "qemudStartup: s'ha esgotat la memòria" #: src/uml/uml_driver.c:573 #, fuzzy, c-format msgid "failed to read pid: %s" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/uml/uml_driver.c:596 #, c-format msgid "Unix path %s too long for destination" msgstr "" #: src/uml/uml_driver.c:626 #, fuzzy msgid "cannot open socket" msgstr "No s'ha pogut obrir «%s»: %s" #: src/uml/uml_driver.c:635 #, fuzzy msgid "cannot bind socket" msgstr "No s'ha pogut obrir «%s»: %s" #: src/uml/uml_driver.c:690 #, fuzzy, c-format msgid "cannot send too long command %s (%d bytes)" msgstr "No s'ha pogut obrir «%s»: %s" #: src/uml/uml_driver.c:696 #, c-format msgid "Command %s too long for destination" msgstr "" #: src/uml/uml_driver.c:703 #, fuzzy, c-format msgid "cannot send command %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/uml/uml_driver.c:713 #, fuzzy, c-format msgid "cannot read reply %s" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/uml/uml_driver.c:795 msgid "no kernel specified" msgstr "" #: src/uml/uml_driver.c:804 #, fuzzy, c-format msgid "Cannot find UML kernel %s" msgstr "No es poden trobar els binaris %s de QUEMU: %s" #: src/uml/uml_driver.c:849 src/uml/uml_driver.c:852 #, fuzzy, c-format msgid "Unable to write envv to logfile: %s" msgstr "No es pot escriure argv al fitxer de registre %d: %s" #: src/uml/uml_driver.c:859 src/uml/uml_driver.c:862 src/uml/uml_driver.c:867 #, fuzzy, c-format msgid "Unable to write argv to logfile: %s" msgstr "No es pot escriure argv al fitxer de registre %d: %s" #: src/uml/uml_driver.c:913 #, fuzzy, c-format msgid "Got unexpected pid %d != %d" msgstr "S'ha obtingut un pid inesperat" #: src/uml/uml_driver.c:963 #, c-format msgid "unexpected UML URI path '%s', try uml:///system" msgstr "" #: src/uml/uml_driver.c:970 #, c-format msgid "unexpected UML URI path '%s', try uml:///session" msgstr "" #: src/uml/uml_driver.c:979 #, fuzzy msgid "uml state driver is not active" msgstr "el camí al registre no és un fitxer" #: src/uml/uml_driver.c:1196 #, fuzzy, c-format msgid "cannot parse version %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/uml/uml_driver.c:1287 #, fuzzy msgid "shutdown operation failed" msgstr "ha fallat l'operació" #: src/uml/uml_driver.c:1474 #, fuzzy msgid "cannot read cputime for domain" msgstr "no es pot eliminar el domini actiu" #: src/uml/uml_driver.c:1798 #, fuzzy, c-format msgid "cannot read %s" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/util/bridge.c:397 msgid "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() not implemented" msgstr "" #: src/util/bridge.c:403 msgid "" "Not enabling IFF_VNET_HDR; TUNGETFEATURES ioctl() reports no IFF_VNET_HDR" msgstr "" #: src/util/bridge.c:412 msgid "Not enabling IFF_VNET_HDR; TUNGETIFF ioctl() not implemented" msgstr "" #: src/util/bridge.c:417 msgid "Enabling IFF_VNET_HDR" msgstr "" #: src/util/bridge.c:422 msgid "Not enabling IFF_VNET_HDR; disabled at build time" msgstr "" #: src/util/conf.c:354 msgid "unterminated number" msgstr "número no acabat" #: src/util/conf.c:387 src/util/conf.c:407 src/util/conf.c:422 msgid "unterminated string" msgstr "cadena sense acabar" #: src/util/conf.c:453 src/util/conf.c:516 msgid "expecting a value" msgstr "s'espera un valor" #: src/util/conf.c:464 #, fuzzy msgid "lists not allowed in VMX format" msgstr "la llista no s'ha tancat amb ]" #: src/util/conf.c:478 msgid "expecting a separator in list" msgstr "s'espera un separador a la llista" #: src/util/conf.c:501 msgid "list is not closed with ]" msgstr "la llista no s'ha tancat amb ]" #: src/util/conf.c:508 msgid "numbers not allowed in VMX format" msgstr "" #: src/util/conf.c:551 msgid "expecting a name" msgstr "s'espera un nom" #: src/util/conf.c:615 msgid "expecting a separator" msgstr "s'espera un separador" #: src/util/conf.c:646 msgid "expecting an assignment" msgstr "s'espera una assignació" #: src/util/conf.c:937 msgid "failed to open file" msgstr "no s'ha pogut obrir el fitxer" #: src/util/conf.c:948 msgid "failed to save content" msgstr "no s'ha pogut desar el contingut" #: src/util/iptables.c:103 #, fuzzy, c-format msgid "Failed to run '%s %s': %s" msgstr "No s'ha pogut executar '" #: src/util/iptables.c:151 msgid "Failed to read " msgstr "No s'ha pogut llegir" #: src/util/iptables.c:180 msgid "Failed to write to " msgstr "No s'ha pogut escriure a " #: src/util/iptables.c:246 #, c-format msgid "Failed to create directory %s : %s" msgstr "No s'ha pogut crear el directori %s : %s" #: src/util/iptables.c:252 #, c-format msgid "Failed to saves iptables rules to %s : %s" msgstr "No s'han pogut desar les regles d'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 "" "No s'ha pogut eliminar la regla d'iptables '%s' de la cadena '%s' de la " "taula '%s': %s" #: src/util/iptables.c:563 #, c-format msgid "Failed to add iptables rule '%s' to chain '%s' in table '%s': %s" msgstr "" "No s'ha pogut afegir la regla d'iptables '%s' a la cadena '%s' en la taula '%" "s': %s" #: src/util/logging.c:332 msgid "Ignoring invalid log level setting." msgstr "" #: src/util/logging.c:783 msgid "Ignoring invalid log output setting." msgstr "" #: src/util/logging.c:839 msgid "Ignoring invalid log filter setting." msgstr "" #: src/util/logging.c:957 msgid "Ignoring invalid log level setting" msgstr "" #: src/util/pci.c:154 #, fuzzy, c-format msgid "Failed to open config space file '%s': %s" msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s" #: src/util/pci.c:174 #, fuzzy, c-format msgid "Failed to read from '%s' : %s" msgstr "No s'ha pogut llegir del conducte de senyals: %s" #: src/util/pci.c:214 #, fuzzy, c-format msgid "Failed to write to '%s' : %s" msgstr "No s'ha pogut escriure en el fitxer de pid '%s': %s" #: src/util/pci.c:477 #, c-format msgid "Active %s devices on bus with %s, not doing bus reset" msgstr "" #: src/util/pci.c:486 #, fuzzy, c-format msgid "Failed to find parent device for %s" msgstr "No s'ha pogut desvincular el dispositiu de %s" #: src/util/pci.c:499 src/util/pci.c:545 #, fuzzy, c-format msgid "Failed to save PCI config space for %s" msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s" #: src/util/pci.c:519 src/util/pci.c:565 #, fuzzy, c-format msgid "Failed to restore PCI config space for %s" msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s" #: src/util/pci.c:578 #, fuzzy, c-format msgid "Failed to open config space file '%s'" msgstr "No s'ha pogut obrir el fitxer de pid '%s': %s" #: src/util/pci.c:600 #, fuzzy, c-format msgid "Not resetting active device %s" msgstr "dispositiu de la interfície" #: src/util/pci.c:627 #, fuzzy, c-format msgid "Unable to reset PCI device %s: %s" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/util/pci.c:629 msgid "no FLR, PM reset or bus reset available" msgstr "" #: src/util/pci.c:683 #, fuzzy, c-format msgid "failed to load pci-stub or pciback drivers: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/pci.c:712 #, fuzzy, c-format msgid "Failed to add PCI device ID '%s' to %s" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/util/pci.c:725 #, fuzzy, c-format msgid "Failed to unbind PCI device '%s'" msgstr "No s'ha pogut connectar a l'hipervisor" #: src/util/pci.c:738 #, fuzzy, c-format msgid "Failed to add slot for PCI device '%s' to %s" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/util/pci.c:746 src/util/pci.c:793 #, fuzzy, c-format msgid "Failed to bind PCI device '%s' to %s" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/util/pci.c:758 #, fuzzy, c-format msgid "Failed to remove PCI ID '%s' from %s" msgstr "No s'ha pogut crear un domini des de %s" #: src/util/pci.c:772 src/util/pci.c:833 msgid "cannot find any PCI stub module" msgstr "" #: src/util/pci.c:803 #, fuzzy, c-format msgid "Failed to remove slot for PCI device '%s' to %s" msgstr "No s'ha pogut vincular el sòcol a '%s': %s" #: src/util/pci.c:818 #, fuzzy, c-format msgid "Failed to trigger a re-probe for PCI device '%s'" msgstr "No s'ha pogut trobar el registre d'usuari per l'uid '%d': %s" #: src/util/pci.c:896 #, fuzzy, c-format msgid "Failed to read product/vendor ID for %s" msgstr "No s'ha pogut crear un domini des de %s" #: src/util/pci.c:975 #, fuzzy, c-format msgid "Device %s is already in use" msgstr "el domini %s ja existeix" #: src/util/storage_file.c:289 #, fuzzy, c-format msgid "cannot read header '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/util/storage_file.c:415 #, fuzzy, c-format msgid "cannot open file '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/util/util.c:346 #, fuzzy msgid "cannot block signals" msgstr "No s'ha pogut obrir «%s»: %s" #: src/util/util.c:361 #, fuzzy msgid "cannot create pipe" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/util/util.c:368 src/util/util.c:397 msgid "Failed to set non-blocking file descriptor flag" msgstr "No s'ha pogut establir l'indicador de descriptor de fitxer no blocant" #: src/util/util.c:390 #, fuzzy msgid "Failed to create pipe" msgstr "No s'ha pogut crear el conducte: %s" #: src/util/util.c:417 src/util/util.c:532 #, fuzzy msgid "cannot fork child process" msgstr "No s'ha pogut obrir «%s»: %s" #: src/util/util.c:436 src/util/util.c:473 #, fuzzy msgid "cannot unblock signals" msgstr "No s'ha pogut obrir «%s»: %s" #: src/util/util.c:489 #, fuzzy msgid "failed to setup stdin file handle" msgstr "no s'ha pogut obtenir el nom de màquina" #: src/util/util.c:495 #, fuzzy msgid "failed to setup stdout file handle" msgstr "no s'ha pogut obtenir el nom de màquina" #: src/util/util.c:501 #, fuzzy msgid "failed to setup stderr file handle" msgstr "no s'ha pogut obtenir el nom de màquina" #: src/util/util.c:519 #, fuzzy msgid "cannot become session leader" msgstr "No s'ha pogut resoldre l'adreça %d: %s" #: src/util/util.c:525 #, fuzzy, c-format msgid "cannot change to root directory: %s" msgstr "No es pot crear el directori de registre %s: %s" #: src/util/util.c:542 #, fuzzy, c-format msgid "could not write pidfile %s for %d" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/util/util.c:566 #, fuzzy, c-format msgid "cannot execute binary %s" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/util/util.c:690 #, c-format msgid "Intermediate daemon process exited with status %d." msgstr "" #: src/util/util.c:735 msgid "Unknown poll response." msgstr "" #: src/util/util.c:766 #, fuzzy msgid "poll error" msgstr "error intern %s" #: src/util/util.c:833 #, fuzzy, c-format msgid "cannot wait for '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/util/util.c:842 #, c-format msgid "'%s' exited with non-zero status %d and signal %d: %s" msgstr "" #: src/util/util.c:967 #, fuzzy, c-format msgid "Failed to open file '%s'" msgstr "No s'ha pogut obrir el directori '%s': %s" #: src/util/util.c:974 #, fuzzy, c-format msgid "Failed to read file '%s'" msgstr "No s'ha pogut crear l'XML" #: src/util/util.c:1817 #, fuzzy msgid "failed to determine host name" msgstr "no s'ha pogut obtenir el nom de màquina" #: src/util/util.c:1828 #, fuzzy, c-format msgid "getaddrinfo failed for '%s': %s" msgstr "el domini %s ja existeix" #: src/util/util.c:1834 #, fuzzy msgid "could not determine canonical host name" msgstr "no s'ha pogut obtenir el nom de màquina" #: src/util/util.c:1965 #, fuzzy, c-format msgid "Failed to find user record for uid '%d'" msgstr "No s'ha pogut trobar el registre d'usuari per l'uid '%d': %s" #: src/util/util.c:2019 #, fuzzy, c-format msgid "Failed to find user record for name '%s'" msgstr "No s'ha pogut trobar el registre d'usuari per l'uid '%d': %s" #: src/util/util.c:2056 #, fuzzy, c-format msgid "Failed to find group record for name '%s'" msgstr "No s'ha pogut trobar el registre d'usuari per l'uid '%d': %s" #: src/util/uuid.c:104 #, c-format msgid "Falling back to pseudorandom UUID, failed to generate random bytes: %s" msgstr "" #: src/util/virterror.c:220 #, fuzzy msgid "Unknown failure" msgstr "Error desconegut" #: src/util/virterror.c:534 msgid "warning" msgstr "avís" #: src/util/virterror.c:537 msgid "error" msgstr "error" #: src/util/virterror.c:671 msgid "No error message provided" msgstr "No s'ha proporcionat cap missatge d'error" #: src/util/virterror.c:734 #, c-format msgid "internal error %s" msgstr "error intern %s" #: src/util/virterror.c:736 msgid "internal error" msgstr "error intern" #: src/util/virterror.c:739 msgid "out of memory" msgstr "sense memòria" #: src/util/virterror.c:743 msgid "this function is not supported by the hypervisor" msgstr "l'hipervisor no disposa d'aquesta funció" #: src/util/virterror.c:745 #, c-format msgid "this function is not supported by the hypervisor: %s" msgstr "l'hipervisor no disposa d'aquesta funció: %s" #: src/util/virterror.c:749 msgid "no hypervisor driver available" msgstr "" #: src/util/virterror.c:751 #, c-format msgid "no hypervisor driver available for %s" msgstr "" #: src/util/virterror.c:755 msgid "invalid connection pointer in" msgstr "punter de connexió invàlid a" #: src/util/virterror.c:757 #, c-format msgid "invalid connection pointer in %s" msgstr "punter de connexió invàlid a %s" #: src/util/virterror.c:761 msgid "invalid domain pointer in" msgstr "punter de domini invàlid" #: src/util/virterror.c:763 #, c-format msgid "invalid domain pointer in %s" msgstr "punter de domini invàlid a %s" #: src/util/virterror.c:767 msgid "invalid argument in" msgstr "argument invàlid a" #: src/util/virterror.c:769 #, c-format msgid "invalid argument in %s" msgstr "argument invàlid a %s" #: src/util/virterror.c:773 #, c-format msgid "operation failed: %s" msgstr "ha fallat l'operació: %s" #: src/util/virterror.c:775 msgid "operation failed" msgstr "ha fallat l'operació" #: src/util/virterror.c:779 #, c-format msgid "GET operation failed: %s" msgstr "ha fallat l'operació GET: %s" #: src/util/virterror.c:781 msgid "GET operation failed" msgstr "ha fallat l'operació GET" #: src/util/virterror.c:785 #, c-format msgid "POST operation failed: %s" msgstr "ha fallat l'operació POST: %s" #: src/util/virterror.c:787 msgid "POST operation failed" msgstr "ha fallat l'operació POST" #: src/util/virterror.c:790 #, c-format msgid "got unknown HTTP error code %d" msgstr "s'ha rebut un codi d'error HTTP %d desconegut" #: src/util/virterror.c:794 #, c-format msgid "unknown host %s" msgstr "es desconeix el servidor remot %s" #: src/util/virterror.c:796 msgid "unknown host" msgstr "servidor remot desconegut" #: src/util/virterror.c:800 #, c-format msgid "failed to serialize S-Expr: %s" msgstr "no s'ha pogut serialitzar l'S-Expr: %s" #: src/util/virterror.c:802 msgid "failed to serialize S-Expr" msgstr "no s'ha pogut serialitzar l'S-Expr" #: src/util/virterror.c:806 msgid "could not use Xen hypervisor entry" msgstr "no s'ha pogut usar l'hipervisor Xen" #: src/util/virterror.c:808 #, c-format msgid "could not use Xen hypervisor entry %s" msgstr "no s'ha pogut fer servir l'entrada de l'hipervisor Xen %s" #: src/util/virterror.c:812 msgid "could not connect to Xen Store" msgstr "no s'ha pogut connectar al magatzem Xen" #: src/util/virterror.c:814 #, c-format msgid "could not connect to Xen Store %s" msgstr "no s'ha pogut connectar al magatzem Xen %s" #: src/util/virterror.c:817 #, fuzzy, c-format msgid "failed Xen syscall %s" msgstr "ha fallat la crida de sistema Xen %s %d" #: src/util/virterror.c:821 msgid "unknown OS type" msgstr "tipus d'SO desconegut" #: src/util/virterror.c:823 #, c-format msgid "unknown OS type %s" msgstr "tipus d'SO desconegut %s" #: src/util/virterror.c:826 msgid "missing kernel information" msgstr "manca la informació del nucli" #: src/util/virterror.c:830 msgid "missing root device information" msgstr "manca la informació del dispositiu arrel" #: src/util/virterror.c:832 #, c-format msgid "missing root device information in %s" msgstr "manca la informació del dispositiu arrel a %s" #: src/util/virterror.c:836 msgid "missing source information for device" msgstr "manca la font d'informació per al dispositiu" #: src/util/virterror.c:838 #, c-format msgid "missing source information for device %s" msgstr "manca la font d'informació per al dispositiu %s" #: src/util/virterror.c:842 msgid "missing target information for device" msgstr "manca la informació del destí per al dispositiu" #: src/util/virterror.c:844 #, c-format msgid "missing target information for device %s" msgstr "manca la informació del destí per al dispositiu %s" #: src/util/virterror.c:848 msgid "missing domain name information" msgstr "manca la informació del nom de domini" #: src/util/virterror.c:850 #, c-format msgid "missing domain name information in %s" msgstr "manca la informació del nom de domini a %s" #: src/util/virterror.c:854 msgid "missing operating system information" msgstr "manca la informació del sistema operatiu" #: src/util/virterror.c:856 #, c-format msgid "missing operating system information for %s" msgstr "manca la informació del sistema operatiu per a %s" #: src/util/virterror.c:860 msgid "missing devices information" msgstr "manca la informació de dispositius" #: src/util/virterror.c:862 #, c-format msgid "missing devices information for %s" msgstr "manca la informació de dispositius per a %s" #: src/util/virterror.c:866 msgid "too many drivers registered" msgstr "s'han registrat massa controladors" #: src/util/virterror.c:868 #, c-format msgid "too many drivers registered in %s" msgstr "s'han registrat massa controladors a %s" #: src/util/virterror.c:872 msgid "library call failed, possibly not supported" msgstr "ha fallat la crida a la biblioteca, potser no està disponible" #: src/util/virterror.c:874 #, c-format msgid "library call %s failed, possibly not supported" msgstr "ha fallat la crida %s a la biblioteca, potser no està disponible" #: src/util/virterror.c:878 msgid "XML description not well formed or invalid" msgstr "La descripció XML no està ben formada o és invàlida" #: src/util/virterror.c:880 #, c-format msgid "XML description for %s is not well formed or invalid" msgstr "La descripció XML per a %s no està ben formada o és invàlida" #: src/util/virterror.c:884 msgid "this domain exists already" msgstr "aquest domini ja existeix" #: src/util/virterror.c:886 #, c-format msgid "domain %s exists already" msgstr "el domini %s ja existeix" #: src/util/virterror.c:890 msgid "operation forbidden for read only access" msgstr "operació prohibida en accedir només per a llegir" #: src/util/virterror.c:892 #, c-format msgid "operation %s forbidden for read only access" msgstr "operació %s prohibida en accedir només per a llegir" #: src/util/virterror.c:896 msgid "failed to open configuration file for reading" msgstr "no s'ha pogut obrir el fitxer de configuració per a llegir" #: src/util/virterror.c:898 #, c-format msgid "failed to open %s for reading" msgstr "no s'ha pogut obrir %s per a llegir" #: src/util/virterror.c:902 msgid "failed to read configuration file" msgstr "no s'ha pogut llegir el fitxer de configuració" #: src/util/virterror.c:904 #, c-format msgid "failed to read configuration file %s" msgstr "no s'ha pogut llegir el fitxer de configuració %s" #: src/util/virterror.c:908 msgid "failed to parse configuration file" msgstr "no s'ha pogut analitzar el fitxer de configuració" #: src/util/virterror.c:910 #, c-format msgid "failed to parse configuration file %s" msgstr "no s'ha pogut analitzar el fitxer de configuració %s" #: src/util/virterror.c:914 msgid "configuration file syntax error" msgstr "error de sintaxi del fitxer de configuració" #: src/util/virterror.c:916 #, c-format msgid "configuration file syntax error: %s" msgstr "error de sintaxi del fitxer de configuració: %s" #: src/util/virterror.c:920 msgid "failed to write configuration file" msgstr "no s'ha pogut escriure el fitxer de configuració" #: src/util/virterror.c:922 #, c-format msgid "failed to write configuration file: %s" msgstr "no s'ha pogut escriure el fitxer de configuració: %s" #: src/util/virterror.c:926 msgid "parser error" msgstr "error d'anàlisi" #: src/util/virterror.c:932 msgid "invalid network pointer in" msgstr "punter de xarxa invàlid a" #: src/util/virterror.c:934 #, c-format msgid "invalid network pointer in %s" msgstr "punter de xarxa invàlid a %s" #: src/util/virterror.c:938 msgid "this network exists already" msgstr "aquesta xarxa ja existeix" #: src/util/virterror.c:940 #, c-format msgid "network %s exists already" msgstr "la xarxa %s ja existeix" #: src/util/virterror.c:944 msgid "system call error" msgstr "error de crida de sistema" #: src/util/virterror.c:950 msgid "RPC error" msgstr "error d'RPC" #: src/util/virterror.c:956 msgid "GNUTLS call error" msgstr "error de crida del GNUTLS" #: src/util/virterror.c:962 msgid "Failed to find the network" msgstr "No s'ha trobat la xarxa" #: src/util/virterror.c:964 #, c-format msgid "Failed to find the network: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:968 msgid "Domain not found" msgstr "No s'ha trobat el domini" #: src/util/virterror.c:970 #, c-format msgid "Domain not found: %s" msgstr "No s'ha trobat el domini: %s" #: src/util/virterror.c:974 msgid "Network not found" msgstr "No s'ha trobat la xarxa" #: src/util/virterror.c:976 #, c-format msgid "Network not found: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:980 #, fuzzy msgid "invalid MAC address" msgstr "l'adreça MAC no és vàlida" #: src/util/virterror.c:982 #, fuzzy, c-format msgid "invalid MAC address: %s" msgstr "l'adreça MAC no és vàlida: %s" #: src/util/virterror.c:986 #, fuzzy msgid "authentication failed" msgstr "ha fallat l'operació" #: src/util/virterror.c:988 #, fuzzy, c-format msgid "authentication failed: %s" msgstr "ha fallat l'operació: %s" #: src/util/virterror.c:992 #, fuzzy msgid "Storage pool not found" msgstr "No s'ha trobat la xarxa" #: src/util/virterror.c:994 #, fuzzy, c-format msgid "Storage pool not found: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:998 #, fuzzy msgid "Storage volume not found" msgstr "No s'ha trobat la xarxa" #: src/util/virterror.c:1000 #, fuzzy, c-format msgid "Storage volume not found: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:1004 #, fuzzy msgid "invalid storage pool pointer in" msgstr "punter de xarxa invàlid a" #: src/util/virterror.c:1006 #, fuzzy, c-format msgid "invalid storage pool pointer in %s" msgstr "punter de xarxa invàlid a %s" #: src/util/virterror.c:1010 #, fuzzy msgid "invalid storage volume pointer in" msgstr "punter de xarxa invàlid a" #: src/util/virterror.c:1012 #, fuzzy, c-format msgid "invalid storage volume pointer in %s" msgstr "punter de xarxa invàlid a %s" #: src/util/virterror.c:1016 #, fuzzy msgid "Failed to find a storage driver" msgstr "No s'ha trobat la xarxa" #: src/util/virterror.c:1018 #, fuzzy, c-format msgid "Failed to find a storage driver: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:1022 #, fuzzy msgid "Failed to find a node driver" msgstr "No s'ha trobat la xarxa" #: src/util/virterror.c:1024 #, fuzzy, c-format msgid "Failed to find a node driver: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:1028 #, fuzzy msgid "invalid node device pointer" msgstr "punter de xarxa invàlid a" #: src/util/virterror.c:1030 #, fuzzy, c-format msgid "invalid node device pointer in %s" msgstr "punter de domini invàlid a %s" #: src/util/virterror.c:1034 #, fuzzy msgid "Node device not found" msgstr "No s'ha trobat el domini: %s" #: src/util/virterror.c:1036 #, fuzzy, c-format msgid "Node device not found: %s" msgstr "No s'ha trobat el domini: %s" #: src/util/virterror.c:1040 #, fuzzy msgid "Security model not found" msgstr "No s'ha trobat la xarxa" #: src/util/virterror.c:1042 #, fuzzy, c-format msgid "Security model not found: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:1046 #, fuzzy msgid "Requested operation is not valid" msgstr "ha fallat l'operació" #: src/util/virterror.c:1048 #, fuzzy, c-format msgid "Requested operation is not valid: %s" msgstr "ha fallat l'operació: %s" #: src/util/virterror.c:1052 #, fuzzy msgid "Failed to find the interface" msgstr "No s'ha trobat la xarxa" #: src/util/virterror.c:1054 #, fuzzy, c-format msgid "Failed to find the interface: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:1058 #, fuzzy msgid "Interface not found" msgstr "no s'ha trobat la xarxa" #: src/util/virterror.c:1060 #, fuzzy, c-format msgid "Interface not found: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:1064 #, fuzzy msgid "invalid interface pointer in" msgstr "punter de xarxa invàlid a" #: src/util/virterror.c:1066 #, fuzzy, c-format msgid "invalid interface pointer in %s" msgstr "punter de xarxa invàlid a %s" #: src/util/virterror.c:1070 msgid "multiple matching interfaces found" msgstr "" #: src/util/virterror.c:1072 #, fuzzy, c-format msgid "multiple matching interfaces found: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:1076 #, fuzzy msgid "Failed to find a secret storage driver" msgstr "No s'ha trobat la xarxa" #: src/util/virterror.c:1078 #, fuzzy, c-format msgid "Failed to find a secret storage driver: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:1082 #, fuzzy msgid "Invalid secret" msgstr "l'element uuid és invàlid" #: src/util/virterror.c:1084 #, fuzzy, c-format msgid "Invalid secret: %s" msgstr "No es pot verificar el MemorySize actual" #: src/util/virterror.c:1088 #, fuzzy msgid "Secret not found" msgstr "No s'ha trobat la xarxa" #: src/util/virterror.c:1090 #, fuzzy, c-format msgid "Secret not found: %s" msgstr "No s'ha trobat la xarxa: %s" #: src/util/virterror.c:1094 #, fuzzy msgid "unsupported configuration" msgstr "dades inesperades '%s'" #: src/util/virterror.c:1096 #, fuzzy, c-format msgid "unsupported configuration: %s" msgstr "dades inesperades '%s'" #: src/util/virterror.c:1100 #, fuzzy msgid "Timed out during operation" msgstr "no es pot obtenir informació de node" #: 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 "no s'ha pogut analitzar la informació del domini Xend" #: src/util/virterror.c:1108 #, fuzzy, c-format msgid "Failed to make domain persistent after migration: %s" msgstr "No s'ha pogut desar el domini %s a %s" #: src/util/virterror.c:1186 #, fuzzy msgid "internal error: buffer too small" msgstr "La memòria intermèdia d'arguments és massa petita" #: src/util/xml.c:60 msgid "Invalid parameter to virXPathString()" msgstr "" #: src/util/xml.c:101 #, c-format msgid "'%s' value longer than %Zd bytes in virXPathStringLimit()" msgstr "" #: src/util/xml.c:131 msgid "Invalid parameter to virXPathNumber()" msgstr "" #: src/util/xml.c:161 #, fuzzy msgid "Invalid parameter to virXPathLong()" msgstr "argument invàlid a" #: src/util/xml.c:248 src/util/xml.c:346 #, fuzzy msgid "Invalid parameter to virXPathULong()" msgstr "argument invàlid a" #: src/util/xml.c:404 msgid "Invalid parameter to virXPathBoolean()" msgstr "" #: src/util/xml.c:442 msgid "Invalid parameter to virXPathNode()" msgstr "" #: src/util/xml.c:483 msgid "Invalid parameter to virXPathNodeSet()" msgstr "" #: src/vbox/vbox_driver.c:127 src/vbox/vbox_tmpl.c:520 msgid "no VirtualBox driver path specified (try vbox:///session)" msgstr "" #: src/vbox/vbox_driver.c:134 src/vbox/vbox_tmpl.c:527 #, c-format msgid "unknown driver path '%s' specified (try vbox:///session)" msgstr "" #: src/vbox/vbox_driver.c:141 src/vbox/vbox_tmpl.c:534 #, c-format msgid "unknown driver path '%s' specified (try vbox:///system)" msgstr "" #: src/vbox/vbox_driver.c:147 #, fuzzy msgid "unable to initialize VirtualBox driver API" msgstr "No s'ha pogut inicialitzar l'autenticació SASL %s" #: src/xen/proxy_internal.c:242 #, c-format msgid "Failed to close socket %d\n" msgstr "No s'ha pogut tancar el sòcol %d\n" #: src/xen/proxy_internal.c:299 #, c-format msgid "Failed to write to socket %d\n" msgstr "No s'ha pogut escriure al sòcol %d\n" #: src/xen/proxy_internal.c:381 #, fuzzy msgid "failed to write proxy request" msgstr "No s'ha pogut escriure a " #: src/xen/proxy_internal.c:392 src/xen/proxy_internal.c:415 #, fuzzy msgid "failed to read proxy reply" msgstr "No s'ha pogut llegir" #: 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ó amb l'intermediari: s'han rebut %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ó amb l'intermediari: s'esperaven %d bytes i se n'han " "rebut %d\n" #: src/xen/proxy_internal.c:428 #, c-format msgid "Communication error with proxy: got %d bytes packet\n" msgstr "" "Error de comunicació amb l'intermediari: s'ha rebut un paquet de %d bytes\n" #: src/xen/proxy_internal.c:450 msgid "Communication error with proxy: malformed packet\n" msgstr "Error de comunicació amb l'intermediari: paquet defectuós\n" #: src/xen/proxy_internal.c:454 #, c-format msgid "got asynchronous packet number %d\n" msgstr "s'ha rebut un número de paquet asíncron %d\n" #: src/xen/xend_internal.c:127 #, fuzzy msgid "failed to create a socket" msgstr "no s'ha pogut assignar un node" #: src/xen/xend_internal.c:150 #, fuzzy msgid "failed to connect to xend" msgstr "no s'ha pogut connectar al magatzem Xen" #: src/xen/xend_internal.c:197 src/xen/xend_internal.c:200 msgid "failed to read from Xen Daemon" msgstr "no s'ha pogut llegir el dimoni Xen" #: src/xen/xend_internal.c:388 #, fuzzy, c-format msgid "%d status from xen daemon: %s:%s" msgstr "No s'ha pogut bifurcar com a dimoni: %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 "" #: src/xen/xend_internal.c:846 #, fuzzy, c-format msgid "unable to connect to '%s:%s'" msgstr "no s'ha pogut obrir tty %s: %s\n" #: src/xen/xend_internal.c:964 msgid "failed to urlencode the create S-Expr" msgstr "no s'ha pogut codificar la url de creació de l'S-Expr" #: src/xen/xend_internal.c:1005 msgid "domain information incomplete, missing domid" msgstr "la informació del domini és incompleta, manca el domid" #: src/xen/xend_internal.c:1011 msgid "domain information incorrect domid not numeric" msgstr "la informació del domini és incorrecta, domid no és numèric" #: src/xen/xend_internal.c:1016 src/xen/xend_internal.c:1068 msgid "domain information incomplete, missing uuid" msgstr "la informació del domini és incompleta, manca l'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 "la informació del domini és incompleta, manca el nom" #: src/xen/xend_internal.c:1149 #, fuzzy msgid "domain information incomplete, missing HVM loader" msgstr "la informació del domini és incompleta, manca el nom" #: src/xen/xend_internal.c:1203 msgid "domain information incomplete, missing kernel & bootloader" msgstr "" "la informació del domini és incompleta, manca el nucli i el carregador " "d'arrencada" #: src/xen/xend_internal.c:1267 #, fuzzy msgid "Unknown char device type" msgstr "tipus de dispositiu destí" #: 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 "" #: src/xen/xend_internal.c:1465 #, fuzzy, c-format msgid "unknown chr device type '%s'" msgstr "tipus de dispositiu destí" #: src/xen/xend_internal.c:1627 msgid "domain information incomplete, vbd has no dev" msgstr "la informació del domini és incompleta, vbd no té dev" #: src/xen/xend_internal.c:1638 msgid "domain information incomplete, vbd has no src" msgstr "la informació del domini és incompleta, vbd no té src" #: src/xen/xend_internal.c:1647 msgid "cannot parse vbd filename, missing driver name" msgstr "no es pot analitzar el nom de fitxer vbd, manca el nom del controlador" #: src/xen/xend_internal.c:1656 src/xen/xm_internal.c:915 #, c-format msgid "Driver name %s too big for destination" msgstr "" #: src/xen/xend_internal.c:1667 msgid "cannot parse vbd filename, missing driver type" msgstr "" "no es pot analitzar el nom de fitxer vbd, manca el tipus de controlador" #: src/xen/xend_internal.c:1676 src/xen/xm_internal.c:936 #, c-format msgid "Driver type %s too big for destination" msgstr "" #: src/xen/xend_internal.c:1828 #, fuzzy, c-format msgid "malformed mac address '%s'" msgstr "l'adreça MAC no és vàlida: %s" #: src/xen/xend_internal.c:1909 #, c-format msgid "Sound model %s too big for destination" msgstr "" #: src/xen/xend_internal.c:2109 #, fuzzy, c-format msgid "unknown graphics type '%s'" msgstr "tipus d'SO desconegut %s" #: src/xen/xend_internal.c:2236 #, fuzzy msgid "missing PCI domain" msgstr "suspèn un domini" #: src/xen/xend_internal.c:2241 #, fuzzy msgid "missing PCI bus" msgstr "manca \"" #: src/xen/xend_internal.c:2246 #, fuzzy msgid "missing PCI slot" msgstr "manca la font d'informació per al dispositiu" #: src/xen/xend_internal.c:2251 #, fuzzy msgid "missing PCI func" msgstr "manca la font d'informació per al dispositiu" #: src/xen/xend_internal.c:2257 #, fuzzy, c-format msgid "cannot parse PCI domain '%s'" msgstr "dispositiu de la interfície" #: src/xen/xend_internal.c:2262 #, fuzzy, c-format msgid "cannot parse PCI bus '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/xen/xend_internal.c:2267 #, fuzzy, c-format msgid "cannot parse PCI slot '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/xen/xend_internal.c:2272 #, fuzzy, c-format msgid "cannot parse PCI func '%s'" msgstr "No s'ha pogut obrir «%s»: %s" #: src/xen/xend_internal.c:2338 msgid "domain information incomplete, missing id" msgstr "la informació del domini és incompleta, manca l'id" #: src/xen/xend_internal.c:2406 #, fuzzy, c-format msgid "invalid CPU mask %s" msgstr "l'adreça MAC no és vàlida: %s" #: src/xen/xend_internal.c:2417 src/xen/xend_internal.c:2427 #: src/xen/xend_internal.c:2437 #, fuzzy, c-format msgid "unknown lifecycle type %s" msgstr "tipus d'SO desconegut %s" #: src/xen/xend_internal.c:2822 #, fuzzy msgid "topology syntax error" msgstr "error de sintaxi del fitxer de configuració" #: src/xen/xend_internal.c:2886 msgid "failed to parse Xend domain information" msgstr "no s'ha pogut analitzar la informació del domini 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 #, fuzzy, c-format msgid "Domain %s isn't running." msgstr "el domini no s'està executant" #: src/xen/xend_internal.c:3400 msgid "xenDaemonDomainFetch failed to find this domain" msgstr "" #: src/xen/xend_internal.c:4159 src/xen/xend_internal.c:4166 #, fuzzy msgid "unsupported device type" msgstr "tipus %s de dispositiu d'entrada no suportat" #: src/xen/xend_internal.c:4271 msgid "xenDaemonGetAutostart failed to find this domain" msgstr "" #: src/xen/xend_internal.c:4312 msgid "xenDaemonSetAutostart failed to find this domain" msgstr "" #: src/xen/xend_internal.c:4320 #, fuzzy msgid "unexpected value from on_xend_start" msgstr "node value inesperat" #: src/xen/xend_internal.c:4336 #, fuzzy msgid "sexpr2string failed" msgstr "ha fallat l'operació" #: src/xen/xend_internal.c:4341 #, fuzzy msgid "Failed to redefine sexpr" msgstr "No s'ha definit la xarxa %s" #: src/xen/xend_internal.c:4346 msgid "on_xend_start not present in sexpr" msgstr "" #: src/xen/xend_internal.c:4404 msgid "" "xenDaemonDomainMigrate: Xen does not support renaming domains during " "migration" msgstr "" #: src/xen/xend_internal.c:4414 msgid "" "xenDaemonDomainMigrate: Xen does not support bandwidth limits during " "migration" msgstr "" #: src/xen/xend_internal.c:4441 msgid "xenDaemonDomainMigrate: unsupported flag" msgstr "" #: src/xen/xend_internal.c:4454 msgid "xenDaemonDomainMigrate: invalid URI" msgstr "" #: src/xen/xend_internal.c:4459 msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen" msgstr "" #: src/xen/xend_internal.c:4466 msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI" msgstr "" #: src/xen/xend_internal.c:4486 msgid "xenDaemonDomainMigrate: invalid port number" msgstr "" #: src/xen/xend_internal.c:4545 #, fuzzy msgid "failed to parse domain description" msgstr "no s'ha pogut analitzar la informació del domini Xend" #: src/xen/xend_internal.c:4551 #, fuzzy msgid "failed to build sexpr" msgstr "No s'ha pogut suspendre el domini %s" #: src/xen/xend_internal.c:4561 #, c-format msgid "Failed to create inactive domain %s\n" msgstr "No s'ha pogut crear el domini inactiu %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 "" #: src/xen/xend_internal.c:4748 #, fuzzy msgid "node information incomplete, missing scheduler name" msgstr "la informació del domini és incompleta, manca el nom" #: src/xen/xend_internal.c:4766 src/xen/xend_internal.c:4867 #: src/xen/xend_internal.c:4979 #, fuzzy msgid "Unknown scheduler" msgstr "Planificador" #: src/xen/xend_internal.c:4825 src/xen/xend_internal.c:4922 #, fuzzy msgid "Failed to get a scheduler name" msgstr "no s'ha pogut obtenir el nom de màquina" #: src/xen/xend_internal.c:4838 src/xen/xend_internal.c:4958 #, fuzzy msgid "domain information incomplete, missing cpu_weight" msgstr "la informació del domini és incompleta, manca l'uuid" #: src/xen/xend_internal.c:4843 src/xen/xend_internal.c:4967 #, fuzzy msgid "domain information incomplete, missing cpu_cap" msgstr "la informació del domini és incompleta, manca el nom" #: src/xen/xend_internal.c:4849 #, c-format msgid "Weight %s too big for destination" msgstr "" #: src/xen/xend_internal.c:4858 #, c-format msgid "Cap %s too big for destination" msgstr "" #: src/xen/xend_internal.c:5025 msgid "domainBlockPeek is not supported for dom0" msgstr "" #: src/xen/xend_internal.c:5046 #, c-format msgid "%s: invalid path" msgstr "" #: src/xen/xend_internal.c:5054 #, fuzzy, c-format msgid "failed to open for reading: %s" msgstr "no s'ha pogut obrir %s per a llegir" #: src/xen/xend_internal.c:5066 #, fuzzy, c-format msgid "failed to lseek or read from file: %s" msgstr "no s'ha pogut llegir el fitxer de configuració %s" #: src/xen/xend_internal.c:5148 src/xen/xend_internal.c:5194 #, fuzzy, c-format msgid "unexpected graphics type %d" msgstr "tipus de domini inesperat %d" #: src/xen/xend_internal.c:5237 #, fuzzy msgid "unexpected chr device type" msgstr "tipus mime inesperat" #: src/xen/xend_internal.c:5318 #, c-format msgid "Cannot directly attach floppy %s" msgstr "" #: src/xen/xend_internal.c:5330 #, c-format msgid "Cannot directly attach CDROM %s" msgstr "" #: src/xen/xend_internal.c:5430 src/xen/xm_internal.c:2080 #, fuzzy, c-format msgid "unsupported network type %d" msgstr "el tipus de visitant no està suportat" #: src/xen/xend_internal.c:5471 src/xen/xm_internal.c:2068 #, fuzzy, c-format msgid "network %s is not active" msgstr "la xarxa ja és activa" #: src/xen/xend_internal.c:5530 src/xen/xend_internal.c:5578 msgid "managed PCI devices not supported with XenD" msgstr "" #: src/xen/xend_internal.c:5688 src/xen/xend_internal.c:5695 #: src/xen/xend_internal.c:5702 #, fuzzy, c-format msgid "unexpected lifecycle value %d" msgstr "node value inesperat" #: src/xen/xend_internal.c:5723 #, fuzzy msgid "no HVM domain loader" msgstr "node de llista de domini" #: src/xen/xend_internal.c:5963 #, fuzzy msgid "hotplug of device type not supported" msgstr "No es permet l'ús d'ai_socktype" #: src/xen/xen_driver.c:265 #, c-format msgid "unexpected Xen URI path '%s', try xen:///" msgstr "" #: src/xen/xen_driver.c:283 #, c-format msgid "unexpected Xen URI path '%s', try ///var/lib/xen/xend-socket" msgstr "" #: src/xen/xen_driver.c:300 #, fuzzy msgid "cannot initialise mutex" msgstr "no es pot inicialitzar el suport pont: %s" #: 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 "No s'ha pogut definir el domini des de %s" #: src/xen/xen_hypervisor.c:1340 #, c-format msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)" msgstr "" #: src/xen/xen_hypervisor.c:1349 #, c-format msgid "Credit scheduler cap parameter (%d) is out of range (0-65535)" msgstr "" #: src/xen/xen_hypervisor.c:2313 #, fuzzy msgid "could not read CPU flags" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/xen/xen_hypervisor.c:2595 src/xen/xen_hypervisor.c:2606 #, fuzzy, c-format msgid "cannot read file %s" msgstr "no s'ha pogut crear el pont '%s' : %s" #: src/xen/xen_inotify.c:131 src/xen/xen_inotify.c:207 #, fuzzy, c-format msgid "parsing uuid %s" msgstr "uuid de domini" #: src/xen/xen_inotify.c:156 msgid "finding dom on config list" msgstr "" #: src/xen/xen_inotify.c:243 #, fuzzy msgid "Error looking up domain" msgstr "s'està assignant un domini" #: src/xen/xen_inotify.c:250 src/xen/xen_inotify.c:343 #: src/xen/xen_inotify.c:350 #, fuzzy msgid "Error adding file to config cache" msgstr "" "S'ha produït un error en analitzar la configuració de la xarxa '%s' : %s" #: src/xen/xen_inotify.c:296 msgid "conn, or private data is NULL" msgstr "" #: src/xen/xen_inotify.c:339 src/xen/xen_inotify.c:362 msgid "looking up dom" msgstr "" #: src/xen/xen_inotify.c:407 #, fuzzy, c-format msgid "cannot open directory: %s" msgstr "No es pot crear el directori de registre %s: %s" #: src/xen/xen_inotify.c:425 #, fuzzy msgid "Error adding file to config list" msgstr "" "S'ha produït un error en analitzar la configuració de la xarxa '%s' : %s" #: src/xen/xen_inotify.c:435 msgid "initializing inotify" msgstr "" #: src/xen/xen_inotify.c:446 #, c-format msgid "adding watch on %s" msgstr "" #: src/xen/xm_internal.c:161 src/xen/xm_internal.c:192 #: src/xen/xm_internal.c:197 src/xen/xm_internal.c:220 #, fuzzy, c-format msgid "config value %s was malformed" msgstr "l'UUID del fitxer de configuració no és correcte" #: src/xen/xm_internal.c:242 src/xen/xm_internal.c:255 #, c-format msgid "config value %s was missing" msgstr "" #: src/xen/xm_internal.c:248 #, c-format msgid "config value %s was not a string" msgstr "" #: src/xen/xm_internal.c:405 #, fuzzy, c-format msgid "cannot stat: %s" msgstr "No s'ha pogut obrir «%s»: %s" #: src/xen/xm_internal.c:463 msgid "xenXMConfigCacheRefresh: virHashAddEntry" msgstr "" #: src/xen/xm_internal.c:515 #, fuzzy, c-format msgid "cannot read directory %s" msgstr "No es pot crear el directori de registre %s: %s" #: src/xen/xm_internal.c:801 #, fuzzy, c-format msgid "unexpected value %s for on_poweroff" msgstr "node value inesperat" #: src/xen/xm_internal.c:809 #, fuzzy, c-format msgid "unexpected value %s for on_reboot" msgstr "node value inesperat" #: src/xen/xm_internal.c:817 #, fuzzy, c-format msgid "unexpected value %s for on_crash" msgstr "node value inesperat" #: src/xen/xm_internal.c:880 #, c-format msgid "Source file %s too big for destination" msgstr "" #: src/xen/xm_internal.c:899 #, fuzzy, c-format msgid "Dest file %s too big for destination" msgstr "no es pot obtenir informació de node" #: src/xen/xm_internal.c:1052 #, c-format msgid "MAC address %s too big for destination" msgstr "" #: src/xen/xm_internal.c:1060 #, c-format msgid "Bridge %s too big for destination" msgstr "" #: src/xen/xm_internal.c:1068 #, c-format msgid "Script %s too big for destination" msgstr "" #: src/xen/xm_internal.c:1083 #, c-format msgid "Vifname %s too big for destination" msgstr "" #: src/xen/xm_internal.c:1091 #, c-format msgid "IP %s too big for destination" msgstr "" #: src/xen/xm_internal.c:1194 #, fuzzy, c-format msgid "Domain %s too big for destination" msgstr "S'està apagant el domini %s\n" #: src/xen/xm_internal.c:1204 #, c-format msgid "Bus %s too big for destination" msgstr "" #: src/xen/xm_internal.c:1214 #, c-format msgid "Slot %s too big for destination" msgstr "" #: src/xen/xm_internal.c:1224 #, fuzzy, c-format msgid "Function %s too big for destination" msgstr "URI de connexió a l'amfitrió destí" #: src/xen/xm_internal.c:1340 #, c-format msgid "VFB %s too big for destination" msgstr "" #: src/xen/xm_internal.c:1702 #, fuzzy msgid "read only connection" msgstr "connexió només de lectura" #: src/xen/xm_internal.c:1707 #, fuzzy msgid "not inactive domain" msgstr "llista els dominis inactius" #: src/xen/xm_internal.c:1715 msgid "virHashLookup" msgstr "" #: src/xen/xm_internal.c:1720 msgid "can't retrieve config file for domain" msgstr "" #: src/xen/xm_internal.c:2334 src/xen/xm_internal.c:2343 #: src/xen/xm_internal.c:2352 #, fuzzy, c-format msgid "unexpected lifecycle action %d" msgstr "node dict inesperat" #: src/xen/xm_internal.c:2651 msgid "can't retrieve config filename for domain to overwrite" msgstr "" #: src/xen/xm_internal.c:2657 msgid "can't retrieve config entry for domain to overwrite" msgstr "" #: src/xen/xm_internal.c:2668 src/xen/xm_internal.c:2675 #, fuzzy msgid "failed to remove old domain from config map" msgstr "No s'ha pogut restaurar un domini des de %s" #: src/xen/xm_internal.c:2684 msgid "config file name is too long" msgstr "" #: src/xen/xm_internal.c:2702 #, fuzzy msgid "unable to get current time" msgstr "No es pot verificar el MemorySize actual" #: src/xen/xm_internal.c:2711 src/xen/xm_internal.c:2718 #, fuzzy msgid "unable to store config file handle" msgstr "no s'ha pogut llegir el fitxer de configuració %s" #: src/xen/xm_internal.c:2952 src/xen/xm_internal.c:3055 #, fuzzy msgid "unknown device" msgstr "tipus d'SO desconegut" #: src/xen/xm_internal.c:3115 #, c-format msgid "cannot check link %s points to config %s" msgstr "" #: src/xen/xm_internal.c:3144 #, fuzzy, c-format msgid "failed to create link %s to %s" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/xen/xm_internal.c:3152 #, fuzzy, c-format msgid "failed to remove link %s" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: src/xen/xs_internal.c:300 msgid "failed to connect to Xen Store" msgstr "no s'ha pogut connectar al magatzem Xen" #: src/xen/xs_internal.c:325 msgid "adding watch @releaseDomain" msgstr "" #: src/xen/xs_internal.c:334 msgid "adding watch @introduceDomain" msgstr "" #: src/xen/xs_internal.c:1148 #, fuzzy msgid "watch already tracked" msgstr "El domini ja és actiu" #: tools/console.c:76 #, c-format msgid "unable to open tty %s: %s\n" msgstr "no s'ha pogut obrir tty %s: %s\n" #: tools/console.c:87 #, c-format msgid "unable to get tty attributes: %s\n" msgstr "no s'han pogut obtenir els atributs de tty: %s\n" #: tools/console.c:96 #, c-format msgid "unable to set tty attributes: %s\n" msgstr "no s'han pogut definir els atributs de tty: %s\n" #: tools/console.c:131 #, c-format msgid "failure waiting for I/O: %s\n" msgstr "s'ha produït un error mentre s'esperava l'E/S: %s\n" #: tools/console.c:145 #, c-format msgid "failure reading input: %s\n" msgstr "s'ha produït un error en llegir de l'entrada: %s\n" #: tools/console.c:167 #, c-format msgid "failure writing output: %s\n" msgstr "s'ha produït un error en escriure a l'entrada: %s\n" #: tools/virsh.c:354 #, fuzzy msgid "unknown error" msgstr "Error desconegut" #: tools/virsh.c:375 msgid "print help" msgstr "escriu l'ajuda" #: tools/virsh.c:376 msgid "Prints global help or command specific help." msgstr "Escriu l'ajuda global o l'específica d'una ordre." #: tools/virsh.c:382 msgid "name of command" msgstr "nom de l'ordre" #: tools/virsh.c:394 msgid "" "Commands:\n" "\n" msgstr "" "Ordres:\n" "\n" #: tools/virsh.c:407 msgid "autostart a domain" msgstr "inicia un domini automàticament" #: tools/virsh.c:409 msgid "Configure a domain to be automatically started at boot." msgstr "Configura un domini perquè s'iniciï automàticament en arrencar." #: 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 "nom de domini, id o uuid" #: tools/virsh.c:415 tools/virsh.c:2571 tools/virsh.c:3548 msgid "disable autostarting" msgstr "inhabilita l'inici automàtic" #: tools/virsh.c:436 #, c-format msgid "Failed to mark domain %s as autostarted" msgstr "No s'ha pogut desar marcar el domini %s com a autoiniciat" #: tools/virsh.c:438 #, c-format msgid "Failed to unmark domain %s as autostarted" msgstr "No s'ha pogut desmarcar el domini %s com a autoiniciat" #: tools/virsh.c:444 #, c-format msgid "Domain %s marked as autostarted\n" msgstr "S'ha marcat el domini %s com a autoiniciat\n" #: tools/virsh.c:446 #, c-format msgid "Domain %s unmarked as autostarted\n" msgstr "S'ha desmarcat el domini %s com a autoiniciat\n" #: tools/virsh.c:456 msgid "(re)connect to hypervisor" msgstr "torna a connectar a l'hipervisor" #: tools/virsh.c:458 msgid "" "Connect to local hypervisor. This is built-in command after shell start up." msgstr "" "Connecta a l'hipervisor local. És una ordre interna, després d'iniciar " "l'entorn d'ordres." #: tools/virsh.c:463 msgid "hypervisor connection URI" msgstr "URI de la connexió de l'hipervisor" #: tools/virsh.c:464 msgid "read-only connection" msgstr "connexió només de lectura" #: tools/virsh.c:475 msgid "Failed to disconnect from the hypervisor" msgstr "No s'ha pogut desconnectar des de l'hipervisor" #: tools/virsh.c:494 msgid "Failed to connect to the hypervisor" msgstr "No s'ha pogut connectar a l'hipervisor" #: tools/virsh.c:505 msgid "connect to the guest console" msgstr "connecta a la consola de l'allotjat" #: tools/virsh.c:507 msgid "Connect the virtual serial console for the guest" msgstr "Connecta a la consola sèrie virtual per a l'allotjat" #: tools/virsh.c:529 #, fuzzy msgid "Failed to get local hostname" msgstr "no s'ha pogut obtenir el nom de màquina" #: tools/virsh.c:534 #, fuzzy msgid "Failed to get connection hostname" msgstr "No s'ha pogut acceptar la connexió: %s" #: tools/virsh.c:539 #, fuzzy msgid "Cannot connect to a remote console device" msgstr "connecta a la consola de l'allotjat" #: tools/virsh.c:544 #, fuzzy msgid "Unable to get domain status" msgstr "no s'ha pogut obtenir el domini '%s'" #: tools/virsh.c:549 #, fuzzy msgid "The domain is not running" msgstr "el domini no s'està executant" #: tools/virsh.c:570 #, fuzzy, c-format msgid "Connected to domain %s\n" msgstr "tipus de domini inesperat %d" #: tools/virsh.c:571 msgid "Escape character is ^]\n" msgstr "" #: tools/virsh.c:575 msgid "No console available for domain\n" msgstr "No hi ha cap consola disponible per al domini\n" #: tools/virsh.c:614 msgid "list domains" msgstr "llista els dominis" #: tools/virsh.c:615 msgid "Returns list of domains." msgstr "Retorna una llista de dominis." #: tools/virsh.c:620 msgid "list inactive domains" msgstr "llista els dominis inactius" #: tools/virsh.c:621 msgid "list inactive & active domains" msgstr "llista els dominis actius i inactius" #: tools/virsh.c:643 tools/virsh.c:650 msgid "Failed to list active domains" msgstr "No s'ha pogut llistar els dominis actius" #: tools/virsh.c:661 tools/virsh.c:669 msgid "Failed to list inactive domains" msgstr "No s'ha pogut llistar els dominis inactius" #: 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 "Nom" #: tools/virsh.c:678 tools/virsh.c:2952 tools/virsh.c:3225 tools/virsh.c:4200 msgid "State" msgstr "Estat" #: tools/virsh.c:691 tools/virsh.c:713 tools/virsh.c:8151 tools/virsh.c:8167 msgid "no state" msgstr "cap estat" #: tools/virsh.c:731 msgid "domain state" msgstr "estat del domini" #: tools/virsh.c:732 #, fuzzy msgid "Returns state about a domain." msgstr "Retorna l'estat quant a un domini en execució." #: tools/virsh.c:767 msgid "get device block stats for a domain" msgstr "obté les estadístiques d'un dispositiu de blocs referits a un domini" #: tools/virsh.c:768 msgid "Get device block stats for a running domain." msgstr "" "Obté les estadístiques d'un dispositiu de blocs referits a un domini en " "execució." #: tools/virsh.c:774 msgid "block device" msgstr "dispositiu de blocs" #: tools/virsh.c:797 #, c-format msgid "Failed to get block stats %s %s" msgstr "No s'ha pogut obtenir les estadístiques dels blocs %s %s" #: tools/virsh.c:824 msgid "get network interface stats for a domain" msgstr "obté les estadístiques d'una interfície de xarxa referits a un domini" #: tools/virsh.c:825 msgid "Get network interface stats for a running domain." msgstr "" "Obté les estadístiques d'una interfície de xarxa referits a un domini en " "execució." #: tools/virsh.c:831 msgid "interface device" msgstr "dispositiu de la interfície" #: tools/virsh.c:854 #, c-format msgid "Failed to get interface stats %s %s" msgstr "no es pot obtenir les estadístiques de la interfície %s %s" #: tools/virsh.c:891 msgid "suspend a domain" msgstr "suspèn un domini" #: tools/virsh.c:892 msgid "Suspend a running domain." msgstr "Suspèn un domini en execució." #: tools/virsh.c:915 #, c-format msgid "Domain %s suspended\n" msgstr "S'ha suspès el domini %s\n" #: tools/virsh.c:917 #, c-format msgid "Failed to suspend domain %s" msgstr "No s'ha pogut suspendre el domini %s" #: tools/virsh.c:929 msgid "create a domain from an XML file" msgstr "crea un domini des d'un fitxer XML" #: tools/virsh.c:930 msgid "Create a domain." msgstr "Crea un domini." #: tools/virsh.c:935 tools/virsh.c:992 msgid "file containing an XML domain description" msgstr "fitxer que conté una descripció de domini XML" #: tools/virsh.c:937 tools/virsh.c:1097 msgid "attach to console after creation" msgstr "" #: tools/virsh.c:968 #, c-format msgid "Domain %s created from %s\n" msgstr "S'ha creat el domini %s des de %s\n" #: tools/virsh.c:976 #, c-format msgid "Failed to create domain from %s" msgstr "No s'ha pogut crear un domini des de %s" #: tools/virsh.c:986 msgid "define (but don't start) a domain from an XML file" msgstr "defineix (però no iniciïs) un domini des d'un fitxer XML" #: tools/virsh.c:987 msgid "Define a domain." msgstr "Defineix un domini." #: tools/virsh.c:1019 #, c-format msgid "Domain %s defined from %s\n" msgstr "El domini %s s'ha definit des de %s\n" #: tools/virsh.c:1023 #, c-format msgid "Failed to define domain from %s" msgstr "No s'ha pogut definir el domini des de %s" #: tools/virsh.c:1033 msgid "undefine an inactive domain" msgstr "no defineixis un domini inactiu" #: tools/virsh.c:1034 msgid "Undefine the configuration for an inactive domain." msgstr "No defineixis la configuració per a un domini inactiu." #: tools/virsh.c:1039 tools/virsh.c:2405 msgid "domain name or uuid" msgstr "nom de domini 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 "" #: tools/virsh.c:1074 #, c-format msgid "Domain %s has been undefined\n" msgstr "S'ha indefinit el domini %s\n" #: tools/virsh.c:1076 #, c-format msgid "Failed to undefine domain %s" msgstr "No s'ha definit el domini %s" #: tools/virsh.c:1089 msgid "start a (previously defined) inactive domain" msgstr "inicia un domini inactiu definit prèviament" #: tools/virsh.c:1090 msgid "Start a domain." msgstr "Inicia un domini." #: tools/virsh.c:1095 msgid "name of the inactive domain" msgstr "nom del domini inactiu" #: tools/virsh.c:1118 msgid "Domain is already active" msgstr "El domini ja és actiu" #: tools/virsh.c:1124 #, c-format msgid "Domain %s started\n" msgstr "S'ha iniciat el domini %s\n" #: tools/virsh.c:1131 #, c-format msgid "Failed to start domain %s" msgstr "No s'ha pogut iniciar el domini %s" #: tools/virsh.c:1142 msgid "save a domain state to a file" msgstr "desa un estat de domini a un fitxer" #: tools/virsh.c:1143 msgid "Save a running domain." msgstr "Desa un domini en execució." #: tools/virsh.c:1149 msgid "where to save the data" msgstr "on desar les dades" #: tools/virsh.c:1171 #, c-format msgid "Domain %s saved to %s\n" msgstr "S'ha desat el domini %s a %s\n" #: tools/virsh.c:1173 #, c-format msgid "Failed to save domain %s to %s" msgstr "No s'ha pogut desar el domini %s a %s" #: tools/virsh.c:1185 msgid "show/set scheduler parameters" msgstr "mostra/estableix els paràmetres del planificador" #: tools/virsh.c:1186 msgid "Show/Set scheduler parameters." msgstr "Mostra/amaga els paràmetres del planificador" #: tools/virsh.c:1192 #, fuzzy msgid "parameter=value" msgstr "assignació d'una matriu de valors" #: tools/virsh.c:1193 msgid "weight for XEN_CREDIT" msgstr "" #: tools/virsh.c:1194 msgid "cap for XEN_CREDIT" msgstr "" #: tools/virsh.c:1212 #, fuzzy msgid "Invalid value of weight" msgstr "El valor %d no és vàlid per a la mida de la memòria" #: tools/virsh.c:1227 #, fuzzy msgid "Invalid value of cap" msgstr "El valor %d no és vàlid per a la mida de la memòria" #: tools/virsh.c:1239 msgid "Invalid syntax for --set, expecting name=value" msgstr "" #: tools/virsh.c:1254 #, fuzzy msgid "Invalid value for parameter, expecting an int" msgstr "El valor %d no és vàlid per a la mida de la memòria" #: tools/virsh.c:1261 msgid "Invalid value for parameter, expecting an unsigned int" msgstr "" #: tools/virsh.c:1268 msgid "Invalid value for parameter, expecting an long long" msgstr "" #: tools/virsh.c:1275 msgid "Invalid value for parameter, expecting an unsigned long long" msgstr "" #: tools/virsh.c:1281 #, fuzzy msgid "Invalid value for parameter, expecting a double" msgstr "El valor %d no és vàlid per a la mida de la memòria" #: tools/virsh.c:1315 tools/virsh.c:1319 msgid "Scheduler" msgstr "Planificador" #: tools/virsh.c:1319 msgid "Unknown" msgstr "Desconegut" #: tools/virsh.c:1391 msgid "restore a domain from a saved state in a file" msgstr "restaura un domini des d'un estat desat en un fitxer" #: tools/virsh.c:1392 msgid "Restore a domain." msgstr "Restaura un domini." #: tools/virsh.c:1397 msgid "the state to restore" msgstr "l'estat a restaurar" #: tools/virsh.c:1416 #, c-format msgid "Domain restored from %s\n" msgstr "S'ha restaurat un domini des de %s\n" #: tools/virsh.c:1418 #, c-format msgid "Failed to restore domain from %s" msgstr "No s'ha pogut restaurar un domini des de %s" #: tools/virsh.c:1428 msgid "dump the core of a domain to a file for analysis" msgstr "bolca el nucli d'un domini a un fitxer per a analitzar-lo" #: tools/virsh.c:1429 msgid "Core dump a domain." msgstr "Bolca el nucli d'un domini." #: tools/virsh.c:1435 msgid "where to dump the core" msgstr "on bolcar el nucli" #: tools/virsh.c:1457 #, fuzzy, c-format msgid "Domain %s dumped to %s\n" msgstr "S'ha bolcat el domini %s a %s\n" #: tools/virsh.c:1459 #, c-format msgid "Failed to core dump domain %s to %s" msgstr "No s'ha pogut bolcar el domini %s a %s" #: tools/virsh.c:1471 msgid "resume a domain" msgstr "recupera un domini" #: tools/virsh.c:1472 msgid "Resume a previously suspended domain." msgstr "Recupera un domini suspès anteriorment." #: tools/virsh.c:1495 #, c-format msgid "Domain %s resumed\n" msgstr "S'ha recuperat el domini %s\n" #: tools/virsh.c:1497 #, c-format msgid "Failed to resume domain %s" msgstr "No s'ha pogut recuperar el domini %s" #: tools/virsh.c:1509 msgid "gracefully shutdown a domain" msgstr "apaga un domini" #: tools/virsh.c:1510 msgid "Run shutdown in the target domain." msgstr "Executa l'apagada en el domini destí." #: tools/virsh.c:1533 #, c-format msgid "Domain %s is being shutdown\n" msgstr "S'està apagant el domini %s\n" #: tools/virsh.c:1535 #, c-format msgid "Failed to shutdown domain %s" msgstr "No s'ha pogut apagar el domini %s" #: tools/virsh.c:1547 msgid "reboot a domain" msgstr "reiniciar un domini" #: tools/virsh.c:1548 msgid "Run a reboot command in the target domain." msgstr "Executeu una ordre de reinici en el domini destí." #: tools/virsh.c:1571 #, c-format msgid "Domain %s is being rebooted\n" msgstr "S'està reiniciant el domini %s\n" #: tools/virsh.c:1573 #, c-format msgid "Failed to reboot domain %s" msgstr "No s'ha pogut reiniciar el domini %s" #: tools/virsh.c:1585 msgid "destroy a domain" msgstr "destrueix un domini" #: tools/virsh.c:1586 msgid "Destroy a given domain." msgstr "Destrueix un domini." #: tools/virsh.c:1609 #, c-format msgid "Domain %s destroyed\n" msgstr "S'ha destruït el domini %s\n" #: tools/virsh.c:1611 #, c-format msgid "Failed to destroy domain %s" msgstr "No s'ha destruït el domini %s" #: tools/virsh.c:1623 msgid "domain information" msgstr "informació del domini" #: tools/virsh.c:1624 msgid "Returns basic information about the domain." msgstr "Retorna informació bàsica quant al domini." #: 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 "Nom:" #: tools/virsh.c:1658 tools/virsh.c:4438 msgid "UUID:" msgstr "UUID:" #: tools/virsh.c:1661 msgid "OS Type:" msgstr "Tipus SO:" #: 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 "Estat:" #: tools/virsh.c:1669 tools/virsh.c:2186 msgid "CPU(s):" msgstr "Quantitat de CPU:" #: tools/virsh.c:1676 tools/virsh.c:1831 msgid "CPU time:" msgstr "Temps de CPU:" #: tools/virsh.c:1680 tools/virsh.c:1683 msgid "Max memory:" msgstr "Memòria màxima:" #: tools/virsh.c:1684 msgid "no limit" msgstr "cap límit" #: tools/virsh.c:1686 msgid "Used memory:" msgstr "Memòria emprada:" #: tools/virsh.c:1694 #, fuzzy msgid "Autostart:" msgstr "Autoinici" #: tools/virsh.c:1695 msgid "enable" msgstr "" #: tools/virsh.c:1695 msgid "disable" msgstr "" #: tools/virsh.c:1708 msgid "Security model:" msgstr "" #: tools/virsh.c:1709 msgid "Security DOI:" msgstr "" #: tools/virsh.c:1718 msgid "Security label:" msgstr "" #: tools/virsh.c:1731 #, fuzzy msgid "NUMA free memory" msgstr "Memòria emprada:" #: tools/virsh.c:1732 msgid "display available free memory for the NUMA cell." msgstr "" #: tools/virsh.c:1737 #, fuzzy msgid "NUMA cell number" msgstr "Cel·les NUMA:" #: tools/virsh.c:1763 msgid "Total" msgstr "" #: tools/virsh.c:1774 msgid "domain vcpu information" msgstr "informació del vcpu del domini" #: tools/virsh.c:1775 msgid "Returns basic information about the domain virtual CPUs." msgstr "Retorna informació bàsica quant a les CPU virtuals del domini." #: tools/virsh.c:1822 msgid "VCPU:" msgstr "VCPU:" #: tools/virsh.c:1823 msgid "CPU:" msgstr "CPU:" #: tools/virsh.c:1833 msgid "CPU Affinity:" msgstr "Afinitat de la CPU:" #: tools/virsh.c:1845 msgid "Domain shut off, virtual CPUs not present." msgstr "S'apagarà el domini, no hi ha cap CPU virtual." #: tools/virsh.c:1860 msgid "control domain vcpu affinity" msgstr "controleu l'afinitat de la vcpu del domini" #: tools/virsh.c:1861 msgid "Pin domain VCPUs to host physical CPUs." msgstr "Associa les VCPU del domini a CPU físiques de l'amfitrió." #: tools/virsh.c:1867 msgid "vcpu number" msgstr "números de vcpu" #: tools/virsh.c:1868 msgid "host cpu number(s) (comma separated)" msgstr "números de cpu de l'amfitrió (separats per comes)" #: tools/virsh.c:1895 msgid "vcpupin: Invalid or missing vCPU number." msgstr "" #: tools/virsh.c:1901 msgid "vcpupin: Missing cpulist" msgstr "" #: tools/virsh.c:1912 #, fuzzy msgid "vcpupin: failed to get domain informations." msgstr "No es pot obtenir informació de disc" #: tools/virsh.c:1918 msgid "vcpupin: Invalid vCPU number." msgstr "" #: tools/virsh.c:1927 msgid "cpulist: Invalid format. Empty string." msgstr "cpulist: format invàlid. Cadena buida." #: tools/virsh.c:1937 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit at position %d (near '%c')." msgstr "" "cpulist: %s: format invàlid. S'esperava una xifra a la posició %d (a prop de " "«%c»)." #: tools/virsh.c:1949 #, c-format msgid "" "cpulist: %s: Invalid format. Expecting digit or comma at position %d (near '%" "c')." msgstr "" "cpulist: %s: format invàlid. S'esperava una xifra o una coma a la posició %d " "(a prop de «%c»)." #: tools/virsh.c:1958 #, c-format msgid "cpulist: %s: Invalid format. Trailing comma at position %d." msgstr "" "cpulist: %s: format invàlid. S'esperava una coma final a la posició %d." #: tools/virsh.c:1974 #, c-format msgid "Physical CPU %d doesn't exist." msgstr "No existeix cap CPU física %d." #: tools/virsh.c:1997 msgid "change number of virtual CPUs" msgstr "canvia el nombre de CPU virtuals" #: tools/virsh.c:1998 #, fuzzy msgid "Change the number of virtual CPUs in the guest domain." msgstr "Canvia el nombre de CPU virtuals actives en el domini convidat." #: tools/virsh.c:2004 msgid "number of virtual CPUs" msgstr "nombre de CPU virtuals" #: tools/virsh.c:2024 msgid "Invalid number of virtual CPUs." msgstr "nombre invàlid de CPU virtuals." #: tools/virsh.c:2036 msgid "Too many virtual CPUs." msgstr "Massa CPU virtuals." #: tools/virsh.c:2053 msgid "change memory allocation" msgstr "canvia l'assignació de memòria" #: tools/virsh.c:2054 msgid "Change the current memory allocation in the guest domain." msgstr "Canvia l'assignació de memòria actual en el domini convidat." #: tools/virsh.c:2060 msgid "number of kilobytes of memory" msgstr "nombre de kbytes de memòria" #: tools/virsh.c:2081 tools/virsh.c:2093 tools/virsh.c:2137 #, c-format msgid "Invalid value of %d for memory size" msgstr "El valor %d no és vàlid per a la mida de la memòria" #: tools/virsh.c:2087 msgid "Unable to verify MaxMemorySize" msgstr "No es pot verificar MaxMemorySize" #: tools/virsh.c:2109 msgid "change maximum memory limit" msgstr "canvia el límit de memòria màxima" #: tools/virsh.c:2110 msgid "Change the maximum memory allocation limit in the guest domain." msgstr "Canvia el límit d'assignació màxima de memòria en el domini convidat." #: tools/virsh.c:2116 msgid "maximum memory limit in kilobytes" msgstr "límit de memòria màxim en kbytes" #: tools/virsh.c:2143 msgid "Unable to verify current MemorySize" msgstr "No es pot verificar el MemorySize actual" #: tools/virsh.c:2150 msgid "Unable to shrink current MemorySize" msgstr "No es pot encongir el MemorySize actual" #: tools/virsh.c:2156 msgid "Unable to change MaxMemorySize" msgstr "No es pot canviar MaxMemorySize" #: tools/virsh.c:2168 msgid "node information" msgstr "informació de node" #: tools/virsh.c:2169 msgid "Returns basic information about the node." msgstr "Retorna informació bàsica quant al node." #: tools/virsh.c:2182 msgid "failed to get node information" msgstr "no es pot obtenir informació de node" #: tools/virsh.c:2185 msgid "CPU model:" msgstr "Model de CPU:" #: tools/virsh.c:2187 msgid "CPU frequency:" msgstr "Freqüència de CPU:" #: tools/virsh.c:2188 msgid "CPU socket(s):" msgstr "Sòcols de CPU:" #: tools/virsh.c:2189 msgid "Core(s) per socket:" msgstr "Nuclis per sòcol:" #: tools/virsh.c:2190 msgid "Thread(s) per core:" msgstr "Fluxos per nucli:" #: tools/virsh.c:2191 msgid "NUMA cell(s):" msgstr "Cel·les NUMA:" #: tools/virsh.c:2192 msgid "Memory size:" msgstr "Mida de memòria:" #: tools/virsh.c:2201 msgid "capabilities" msgstr "capacitats" #: tools/virsh.c:2202 msgid "Returns capabilities of hypervisor/driver." msgstr "Retorna les capacitats de l'hipervisor/controlador." #: tools/virsh.c:2215 msgid "failed to get capabilities" msgstr "no s'ha pogut obtenir les capacitats" #: tools/virsh.c:2228 msgid "domain information in XML" msgstr "informació de domini en XML" #: tools/virsh.c:2229 msgid "Output the domain information as an XML dump to stdout." msgstr "" "Escriu la informació de domini com a bolcat XML per la sortida estàndard." #: tools/virsh.c:2235 tools/virsh.c:3340 #, fuzzy msgid "show inactive defined XML" msgstr "llista els dominis inactius" #: tools/virsh.c:2236 msgid "include security sensitive information in XML dump" msgstr "" #: tools/virsh.c:2277 #, fuzzy msgid "Convert native config to domain XML" msgstr "converteix un nom de domini o id a UUID de domini" #: tools/virsh.c:2278 #, fuzzy msgid "Convert native guest configuration format to domain XML format." msgstr "No defineixis la configuració per a un domini inactiu." #: tools/virsh.c:2283 msgid "source config data format" msgstr "" #: tools/virsh.c:2284 #, fuzzy msgid "config data file to import from" msgstr "error de sintaxi del fitxer de configuració" #: tools/virsh.c:2323 msgid "Convert domain XML to native config" msgstr "" #: tools/virsh.c:2324 msgid "Convert domain XML config to a native guest configuration format." msgstr "" #: tools/virsh.c:2329 msgid "target config data type format" msgstr "" #: tools/virsh.c:2330 msgid "xml data file to export from" msgstr "" #: tools/virsh.c:2369 msgid "convert a domain id or UUID to domain name" msgstr "converteix un id de domini o UUID a nom de domini" #: tools/virsh.c:2375 msgid "domain id or uuid" msgstr "id de domini o uuid" #: tools/virsh.c:2399 msgid "convert a domain name or UUID to domain id" msgstr "converteix un nom de domini o UUID a id de domini" #: tools/virsh.c:2434 msgid "convert a domain name or id to domain UUID" msgstr "converteix un nom de domini o id a UUID de domini" #: tools/virsh.c:2440 msgid "domain id or name" msgstr "id de domini o nom" #: tools/virsh.c:2459 msgid "failed to get domain UUID" msgstr "no s'ha pogut obtenir un UUID de domini" #: tools/virsh.c:2469 msgid "migrate domain to another host" msgstr "migra el domini a un altre amfitrió" #: tools/virsh.c:2470 msgid "Migrate domain to another host. Add --live for live migration." msgstr "" "Migra els dominis a un altre amfitrió. Afegiu --live per a una migració " "activa." #: tools/virsh.c:2475 msgid "live migration" msgstr "migració activa" #: tools/virsh.c:2476 #, fuzzy msgid "peer-2-peer migration" msgstr "migració activa" #: tools/virsh.c:2477 #, fuzzy msgid "direct migration" msgstr "migració activa" #: tools/virsh.c:2478 #, fuzzy msgid "tunnelled migration" msgstr "migració activa" #: tools/virsh.c:2479 #, fuzzy msgid "persist VM on destination" msgstr "no es pot obtenir informació de node" #: tools/virsh.c:2480 #, fuzzy msgid "undefine VM on source" msgstr "no defineixis un domini inactiu" #: tools/virsh.c:2482 msgid "connection URI of the destination host" msgstr "URI de connexió a l'amfitrió destí" #: tools/virsh.c:2483 msgid "migration URI, usually can be omitted" msgstr "URI de la migració, normalment se sol ometre" #: tools/virsh.c:2484 msgid "rename to new name during migration (if supported)" msgstr "" #: tools/virsh.c:2505 msgid "migrate: Missing desturi" msgstr "migració: manca el desturi" #: tools/virsh.c:2532 msgid "migrate: Unexpected migrateuri for peer2peer/direct migration" msgstr "" #: tools/virsh.c:2563 msgid "autostart a network" msgstr "inicia automàticament una xarxa" #: tools/virsh.c:2565 msgid "Configure a network to be automatically started at boot." msgstr "Configureu una xarxa perquè s'iniciï automàticament a l'arrencada." #: tools/virsh.c:2570 tools/virsh.c:3090 msgid "network name or uuid" msgstr "nom de xarxa o uuid" #: tools/virsh.c:2592 #, c-format msgid "failed to mark network %s as autostarted" msgstr "no s'ha pogut marcar la xarxa %s com a autoiniciada" #: tools/virsh.c:2594 #, c-format msgid "failed to unmark network %s as autostarted" msgstr "no s'ha pogut desmarcar la xarxa %s com a autoiniciada" #: tools/virsh.c:2600 #, c-format msgid "Network %s marked as autostarted\n" msgstr "S'ha iniciat la xarxa %s\n" #: tools/virsh.c:2602 #, c-format msgid "Network %s unmarked as autostarted\n" msgstr "S'ha desmarcat la xarxa %s com a autoiniciada\n" #: tools/virsh.c:2612 msgid "create a network from an XML file" msgstr "crea una xarxa des d'un fitxer XML" #: tools/virsh.c:2613 msgid "Create a network." msgstr "Crea una xarxa." #: tools/virsh.c:2618 tools/virsh.c:2666 msgid "file containing an XML network description" msgstr "fitxer que conté una descripció XML de la xarxa" #: tools/virsh.c:2645 #, c-format msgid "Network %s created from %s\n" msgstr "S'ha creat la xarxa %s des de %s\n" #: tools/virsh.c:2649 #, c-format msgid "Failed to create network from %s" msgstr "No s'ha pogut crear la xarxa des de %s" #: tools/virsh.c:2660 msgid "define (but don't start) a network from an XML file" msgstr "defineix (però no iniciïs) una xarxa des d'un fitxer XML" #: tools/virsh.c:2661 msgid "Define a network." msgstr "Defineix una xarxa." #: tools/virsh.c:2693 #, c-format msgid "Network %s defined from %s\n" msgstr "S'ha definit la xarxa %s des de %s\n" #: tools/virsh.c:2697 #, c-format msgid "Failed to define network from %s" msgstr "No s'ha pogut definir la xarxa des de %s" #: tools/virsh.c:2708 msgid "destroy a network" msgstr "destrueix una xarxa" #: tools/virsh.c:2709 msgid "Destroy a given network." msgstr "Destrueix una xarxa." #: tools/virsh.c:2714 tools/virsh.c:2753 tools/virsh.c:7140 msgid "network name, id or uuid" msgstr "nom de xarxa, id o uuid" #: tools/virsh.c:2732 #, c-format msgid "Network %s destroyed\n" msgstr "S'ha destruït la xarxa %s\n" #: tools/virsh.c:2734 #, c-format msgid "Failed to destroy network %s" msgstr "No s'ha pogut destruir la xarxa %s" #: tools/virsh.c:2747 msgid "network information in XML" msgstr "informació de la xarxa en XML" #: tools/virsh.c:2748 msgid "Output the network information as an XML dump to stdout." msgstr "" "Escriu la informació de la xarxa com a bolcat XML per la sortida estàndard." #: tools/virsh.c:2787 #, fuzzy msgid "edit XML configuration for a physical host interface" msgstr "No defineixis la configuració per a un domini inactiu." #: tools/virsh.c:2788 #, fuzzy msgid "Edit the XML configuration for a physical host interface." msgstr "No defineixis la configuració per a un domini inactiu." #: tools/virsh.c:2793 tools/virsh.c:3339 tools/virsh.c:3431 tools/virsh.c:3469 #: tools/virsh.c:3507 #, fuzzy msgid "interface name or MAC address" msgstr "No s'ha trobat cap interfície amb adreça MAC %s" #: tools/virsh.c:2836 #, fuzzy, c-format msgid "Interface %s XML configuration not changed.\n" msgstr "no s'ha pogut llegir el fitxer de configuració" #: tools/virsh.c:2852 tools/virsh.c:7099 msgid "ERROR: the XML configuration was changed by another user" msgstr "" #: tools/virsh.c:2862 #, fuzzy, c-format msgid "Interface %s XML configuration edited.\n" msgstr "no s'ha pogut llegir el fitxer de configuració" #: tools/virsh.c:2887 msgid "list networks" msgstr "llista de xarxes" #: tools/virsh.c:2888 msgid "Returns list of networks." msgstr "Retorna una llista de xarxes." #: tools/virsh.c:2893 msgid "list inactive networks" msgstr "llista les xarxes inactives" #: tools/virsh.c:2894 msgid "list inactive & active networks" msgstr "llista les xarxes actives i inactives" #: tools/virsh.c:2914 tools/virsh.c:2922 msgid "Failed to list active networks" msgstr "No s'ha pogut llistar les xarxes actives" #: tools/virsh.c:2933 tools/virsh.c:2943 msgid "Failed to list inactive networks" msgstr "No s'ha pogut llistar les xarxes inactives" #: tools/virsh.c:2953 tools/virsh.c:4200 msgid "Autostart" msgstr "Autoinici" #: tools/virsh.c:2969 tools/virsh.c:2992 tools/virsh.c:4215 tools/virsh.c:4238 msgid "no autostart" msgstr "cap autoinici" #: tools/virsh.c:2975 tools/virsh.c:3241 tools/virsh.c:4221 msgid "active" msgstr "actiu" #: tools/virsh.c:2998 tools/virsh.c:3258 tools/virsh.c:4244 tools/virsh.c:4446 msgid "inactive" msgstr "inactiu" #: tools/virsh.c:3014 msgid "convert a network UUID to network name" msgstr "converteix un UUID de xarxa a nom de xarxa" #: tools/virsh.c:3020 msgid "network uuid" msgstr "uuid de xarxa" #: tools/virsh.c:3045 msgid "start a (previously defined) inactive network" msgstr "inicia una xarxa inactiva definida prèviament" #: tools/virsh.c:3046 msgid "Start a network." msgstr "Inicia una xarxa." #: tools/virsh.c:3051 msgid "name of the inactive network" msgstr "nom de la xarxa inactiva" #: tools/virsh.c:3068 #, c-format msgid "Network %s started\n" msgstr "S'ha iniciat la xarxa %s\n" #: tools/virsh.c:3071 #, c-format msgid "Failed to start network %s" msgstr "No s'ha pogut iniciar la xarxa %s" #: tools/virsh.c:3084 msgid "undefine an inactive network" msgstr "no defineixis una xarxa inactiva" #: tools/virsh.c:3085 msgid "Undefine the configuration for an inactive network." msgstr "No defineixis la configuració per a una xarxa inactiva." #: tools/virsh.c:3108 #, c-format msgid "Network %s has been undefined\n" msgstr "S'ha indefinit la xarxa %s\n" #: tools/virsh.c:3110 #, c-format msgid "Failed to undefine network %s" msgstr "No s'ha definit la xarxa %s" #: tools/virsh.c:3123 msgid "convert a network name to network UUID" msgstr "converteix un nom de xarxa a UUID de xarxa" #: tools/virsh.c:3129 msgid "network name" msgstr "nom de xarxa" #: tools/virsh.c:3149 msgid "failed to get network UUID" msgstr "no s'ha pogut obtenir un UUID de xarxa" #: tools/virsh.c:3161 msgid "list physical host interfaces" msgstr "" #: tools/virsh.c:3162 #, fuzzy msgid "Returns list of physical host interfaces." msgstr "Retorna una llista de dominis." #: tools/virsh.c:3167 #, fuzzy msgid "list inactive interfaces" msgstr "llista les xarxes inactives" #: tools/virsh.c:3168 #, fuzzy msgid "list inactive & active interfaces" msgstr "llista les xarxes actives i inactives" #: tools/virsh.c:3187 tools/virsh.c:3195 #, fuzzy msgid "Failed to list active interfaces" msgstr "No s'ha pogut llistar les xarxes actives" #: tools/virsh.c:3206 tools/virsh.c:3216 #, fuzzy msgid "Failed to list inactive interfaces" msgstr "No s'ha pogut llistar les xarxes inactives" #: tools/virsh.c:3226 #, fuzzy msgid "MAC Address" msgstr "adreça MAC" #: tools/virsh.c:3273 #, fuzzy msgid "convert an interface MAC address to interface name" msgstr "No s'ha trobat cap interfície amb adreça MAC %s" #: tools/virsh.c:3279 #, fuzzy msgid "interface mac" msgstr "dispositiu de la interfície" #: tools/virsh.c:3303 #, fuzzy msgid "convert an interface name to interface MAC address" msgstr "No s'ha trobat cap interfície amb adreça MAC %s" #: tools/virsh.c:3309 #, fuzzy msgid "interface name" msgstr "dispositiu de la interfície" #: tools/virsh.c:3333 #, fuzzy msgid "interface information in XML" msgstr "informació de la xarxa en XML" #: tools/virsh.c:3334 #, fuzzy msgid "" "Output the physical host interface information as an XML dump to stdout." msgstr "" "Escriu la informació de domini com a bolcat XML per la sortida estàndard." #: tools/virsh.c:3378 #, fuzzy msgid "define (but don't start) a physical host interface from an XML file" msgstr "defineix (però no iniciïs) un domini des d'un fitxer XML" #: tools/virsh.c:3379 msgid "Define a physical host interface." msgstr "" #: tools/virsh.c:3384 #, fuzzy msgid "file containing an XML interface description" msgstr "fitxer que conté una descripció XML de la xarxa" #: tools/virsh.c:3411 #, fuzzy, c-format msgid "Interface %s defined from %s\n" msgstr "S'ha definit la xarxa %s des de %s\n" #: tools/virsh.c:3415 #, fuzzy, c-format msgid "Failed to define interface from %s" msgstr "No s'ha pogut definir la xarxa des de %s" #: tools/virsh.c:3425 msgid "undefine a physical host interface (remove it from configuration)" msgstr "" #: tools/virsh.c:3426 #, fuzzy msgid "undefine an interface." msgstr "no defineixis un domini inactiu" #: tools/virsh.c:3449 #, fuzzy, c-format msgid "Interface %s undefined\n" msgstr "dispositiu de la interfície" #: tools/virsh.c:3451 #, fuzzy, c-format msgid "Failed to undefine interface %s" msgstr "No s'ha trobat la xarxa: %s" #: tools/virsh.c:3463 msgid "start a physical host interface (enable it / \"if-up\")" msgstr "" #: tools/virsh.c:3464 msgid "start a physical host interface." msgstr "" #: tools/virsh.c:3487 #, fuzzy, c-format msgid "Interface %s started\n" msgstr "S'ha iniciat la xarxa %s\n" #: tools/virsh.c:3489 #, fuzzy, c-format msgid "Failed to start interface %s" msgstr "No s'ha pogut iniciar la xarxa %s" #: tools/virsh.c:3501 msgid "destroy a physical host interface (disable it / \"if-down\")" msgstr "" #: tools/virsh.c:3502 msgid "destroy a physical host interface." msgstr "" #: tools/virsh.c:3525 #, fuzzy, c-format msgid "Interface %s destroyed\n" msgstr "S'ha destruït la xarxa %s\n" #: tools/virsh.c:3527 #, fuzzy, c-format msgid "Failed to destroy interface %s" msgstr "No s'ha pogut destruir la xarxa %s" #: tools/virsh.c:3540 #, fuzzy msgid "autostart a pool" msgstr "inicia un domini automàticament" #: tools/virsh.c:3542 #, fuzzy msgid "Configure a pool to be automatically started at boot." msgstr "Configura un domini perquè s'iniciï automàticament en arrencar." #: 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 #, fuzzy msgid "pool name or uuid" msgstr "nom de domini o uuid" #: tools/virsh.c:3569 #, fuzzy, c-format msgid "failed to mark pool %s as autostarted" msgstr "no s'ha pogut marcar la xarxa %s com a autoiniciada" #: tools/virsh.c:3571 #, fuzzy, c-format msgid "failed to unmark pool %s as autostarted" msgstr "no s'ha pogut desmarcar la xarxa %s com a autoiniciada" #: tools/virsh.c:3577 #, fuzzy, c-format msgid "Pool %s marked as autostarted\n" msgstr "S'ha marcat el domini %s com a autoiniciat\n" #: tools/virsh.c:3579 #, fuzzy, c-format msgid "Pool %s unmarked as autostarted\n" msgstr "S'ha desmarcat el domini %s com a autoiniciat\n" #: tools/virsh.c:3589 #, fuzzy msgid "create a pool from an XML file" msgstr "crea un domini des d'un fitxer XML" #: tools/virsh.c:3590 tools/virsh.c:3812 #, fuzzy msgid "Create a pool." msgstr "Crea un domini." #: tools/virsh.c:3596 tools/virsh.c:3858 #, fuzzy msgid "file containing an XML pool description" msgstr "fitxer que conté una descripció de domini XML" #: tools/virsh.c:3623 #, fuzzy, c-format msgid "Pool %s created from %s\n" msgstr "S'ha creat el domini %s des de %s\n" #: tools/virsh.c:3627 #, fuzzy, c-format msgid "Failed to create pool from %s" msgstr "No s'ha pogut crear un domini des de %s" #: tools/virsh.c:3638 #, fuzzy msgid "create a device defined by an XML file on the node" msgstr "crea un domini des d'un fitxer XML" #: 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 "" #: tools/virsh.c:3648 #, fuzzy msgid "file containing an XML description of the device" msgstr "fitxer que conté una descripció de domini XML" #: tools/virsh.c:3677 #, fuzzy, c-format msgid "Node device %s created from %s\n" msgstr "S'ha creat el domini %s des de %s\n" #: tools/virsh.c:3681 #, fuzzy, c-format msgid "Failed to create node device from %s" msgstr "No s'ha pogut crear un domini des de %s" #: tools/virsh.c:3693 #, fuzzy msgid "destroy a device on the node" msgstr "migra el domini a un altre amfitrió" #: tools/virsh.c:3694 msgid "" "Destroy a device on the node. Note that this command destroys devices on " "the physical host " msgstr "" #: tools/virsh.c:3701 #, fuzzy msgid "name of the device to be destroyed" msgstr "nom de la xarxa inactiva" #: tools/virsh.c:3725 #, fuzzy, c-format msgid "Destroyed node device '%s'\n" msgstr "destí del dispositiu de disc" #: tools/virsh.c:3727 #, fuzzy, c-format msgid "Failed to destroy node device '%s'" msgstr "No s'ha pogut llistar els dominis inactius" #: tools/virsh.c:3740 #, fuzzy msgid "name of the pool" msgstr "nom del domini inactiu" #: tools/virsh.c:3741 msgid "print XML document, but don't define/create" msgstr "" #: tools/virsh.c:3742 msgid "type of the pool" msgstr "" #: tools/virsh.c:3743 msgid "source-host for underlying storage" msgstr "" #: tools/virsh.c:3744 msgid "source path for underlying storage" msgstr "" #: tools/virsh.c:3745 msgid "source device for underlying storage" msgstr "" #: tools/virsh.c:3746 msgid "source name for underlying storage" msgstr "" #: tools/virsh.c:3747 msgid "target for underlying storage" msgstr "" #: tools/virsh.c:3794 tools/virsh.c:4648 tools/virsh.c:4953 #, fuzzy msgid "Failed to allocate XML buffer" msgstr "no s'ha pogut assignar una memòria intermèdia" #: tools/virsh.c:3811 #, fuzzy msgid "create a pool from a set of args" msgstr "crea un domini des d'un fitxer XML" #: tools/virsh.c:3837 #, fuzzy, c-format msgid "Pool %s created\n" msgstr "S'ha creat el domini %s des de %s\n" #: tools/virsh.c:3840 #, fuzzy, c-format msgid "Failed to create pool %s" msgstr "No s'ha pogut crear un domini des de %s" #: tools/virsh.c:3852 #, fuzzy msgid "define (but don't start) a pool from an XML file" msgstr "defineix (però no iniciïs) un domini des d'un fitxer XML" #: tools/virsh.c:3853 tools/virsh.c:3901 #, fuzzy msgid "Define a pool." msgstr "Defineix un domini." #: tools/virsh.c:3885 #, fuzzy, c-format msgid "Pool %s defined from %s\n" msgstr "El domini %s s'ha definit des de %s\n" #: tools/virsh.c:3889 #, fuzzy, c-format msgid "Failed to define pool from %s" msgstr "No s'ha pogut definir el domini des de %s" #: tools/virsh.c:3900 msgid "define a pool from a set of args" msgstr "" #: tools/virsh.c:3926 #, fuzzy, c-format msgid "Pool %s defined\n" msgstr "El domini %s s'ha definit des de %s\n" #: tools/virsh.c:3929 #, fuzzy, c-format msgid "Failed to define pool %s" msgstr "No s'ha definit el domini %s" #: tools/virsh.c:3941 msgid "build a pool" msgstr "" #: tools/virsh.c:3942 msgid "Build a given pool." msgstr "" #: tools/virsh.c:3965 #, fuzzy, c-format msgid "Pool %s built\n" msgstr "S'ha destruït el domini %s\n" #: tools/virsh.c:3967 #, fuzzy, c-format msgid "Failed to build pool %s" msgstr "No s'ha pogut suspendre el domini %s" #: tools/virsh.c:3980 #, fuzzy msgid "destroy a pool" msgstr "destrueix un domini" #: tools/virsh.c:3981 #, fuzzy msgid "Destroy a given pool." msgstr "Destrueix un domini." #: tools/virsh.c:4004 #, fuzzy, c-format msgid "Pool %s destroyed\n" msgstr "S'ha destruït el domini %s\n" #: tools/virsh.c:4006 #, fuzzy, c-format msgid "Failed to destroy pool %s" msgstr "No s'ha destruït el domini %s" #: tools/virsh.c:4019 msgid "delete a pool" msgstr "" #: tools/virsh.c:4020 #, fuzzy msgid "Delete a given pool." msgstr "Destrueix un domini." #: tools/virsh.c:4043 #, fuzzy, c-format msgid "Pool %s deleted\n" msgstr "S'ha destruït el domini %s\n" #: tools/virsh.c:4045 #, fuzzy, c-format msgid "Failed to delete pool %s" msgstr "No s'ha destruït el domini %s" #: tools/virsh.c:4058 msgid "refresh a pool" msgstr "" #: tools/virsh.c:4059 msgid "Refresh a given pool." msgstr "" #: tools/virsh.c:4082 #, fuzzy, c-format msgid "Pool %s refreshed\n" msgstr "S'ha recuperat el domini %s\n" #: tools/virsh.c:4084 #, fuzzy, c-format msgid "Failed to refresh pool %s" msgstr "No s'ha pogut recuperar el domini %s" #: tools/virsh.c:4097 #, fuzzy msgid "pool information in XML" msgstr "informació de domini en XML" #: tools/virsh.c:4098 #, fuzzy msgid "Output the pool information as an XML dump to stdout." msgstr "" "Escriu la informació de domini com a bolcat XML per la sortida estàndard." #: tools/virsh.c:4137 #, fuzzy msgid "list pools" msgstr "llista els dominis" #: tools/virsh.c:4138 #, fuzzy msgid "Returns list of pools." msgstr "Retorna una llista de dominis." #: tools/virsh.c:4143 #, fuzzy msgid "list inactive pools" msgstr "llista els dominis inactius" #: tools/virsh.c:4144 #, fuzzy msgid "list inactive & active pools" msgstr "llista els dominis actius i inactius" #: tools/virsh.c:4164 tools/virsh.c:4172 #, fuzzy msgid "Failed to list active pools" msgstr "No s'ha pogut llistar els dominis actius" #: tools/virsh.c:4183 tools/virsh.c:4191 #, fuzzy msgid "Failed to list inactive pools" msgstr "No s'ha pogut llistar els dominis inactius" #: tools/virsh.c:4259 #, fuzzy msgid "find potential storage pool sources" msgstr "punter de xarxa invàlid a %s" #: tools/virsh.c:4260 tools/virsh.c:4340 msgid "Returns XML document." msgstr "" #: tools/virsh.c:4266 #, fuzzy msgid "type of storage pool sources to find" msgstr "s'han registrat massa controladors" #: tools/virsh.c:4267 msgid "optional host to query" msgstr "" #: tools/virsh.c:4268 msgid "optional port to query" msgstr "" #: tools/virsh.c:4313 #, fuzzy msgid "Out of memory" msgstr "sense memòria" #: tools/virsh.c:4316 #, c-format msgid "virAsprintf failed (errno %d)" msgstr "" #: tools/virsh.c:4325 tools/virsh.c:4376 #, fuzzy, c-format msgid "Failed to find any %s pool sources" msgstr "No s'ha definit el domini %s" #: tools/virsh.c:4339 msgid "discover potential storage pool sources" msgstr "" #: tools/virsh.c:4346 #, fuzzy msgid "type of storage pool sources to discover" msgstr "s'han registrat massa controladors" #: tools/virsh.c:4348 msgid "optional file of source xml to query for pools" msgstr "" #: tools/virsh.c:4411 #, fuzzy msgid "storage pool information" msgstr "informació de node" #: tools/virsh.c:4412 #, fuzzy msgid "Returns basic information about the storage pool." msgstr "Retorna informació bàsica quant al node." #: tools/virsh.c:4450 msgid "building" msgstr "" #: tools/virsh.c:4454 tools/virsh.c:8137 tools/virsh.c:8163 msgid "running" msgstr "s'està executant" #: tools/virsh.c:4458 msgid "degraded" msgstr "" #: tools/virsh.c:4465 tools/virsh.c:5061 msgid "Capacity:" msgstr "" #: tools/virsh.c:4468 tools/virsh.c:5064 #, fuzzy msgid "Allocation:" msgstr "assignació d'un domini" #: tools/virsh.c:4471 msgid "Available:" msgstr "" #: tools/virsh.c:4486 #, fuzzy msgid "convert a pool UUID to pool name" msgstr "converteix un UUID de xarxa a nom de xarxa" #: tools/virsh.c:4492 #, fuzzy msgid "pool uuid" msgstr "uuid de domini" #: tools/virsh.c:4517 #, fuzzy msgid "start a (previously defined) inactive pool" msgstr "inicia un domini inactiu definit prèviament" #: tools/virsh.c:4518 #, fuzzy msgid "Start a pool." msgstr "Inicia un domini." #: tools/virsh.c:4523 #, fuzzy msgid "name of the inactive pool" msgstr "nom del domini inactiu" #: tools/virsh.c:4540 #, fuzzy, c-format msgid "Pool %s started\n" msgstr "S'ha iniciat el domini %s\n" #: tools/virsh.c:4543 #, fuzzy, c-format msgid "Failed to start pool %s" msgstr "No s'ha pogut iniciar el domini %s" #: tools/virsh.c:4556 #, fuzzy msgid "create a volume from a set of args" msgstr "crea un domini des d'un fitxer XML" #: tools/virsh.c:4557 tools/virsh.c:4753 #, fuzzy msgid "Create a vol." msgstr "Crea un domini." #: tools/virsh.c:4562 tools/virsh.c:4721 tools/virsh.c:4758 tools/virsh.c:4816 #, fuzzy msgid "pool name" msgstr "nom de domini" #: tools/virsh.c:4563 #, fuzzy msgid "name of the volume" msgstr "nom del domini inactiu" #: tools/virsh.c:4564 msgid "size of the vol with optional k,M,G,T suffix" msgstr "" #: tools/virsh.c:4565 msgid "initial allocation size with optional k,M,G,T suffix" msgstr "" #: tools/virsh.c:4566 msgid "file format type raw,bochs,qcow,qcow2,vmdk" msgstr "" #: tools/virsh.c:4624 tools/virsh.c:4629 #, c-format msgid "Malformed size %s" msgstr "" #: tools/virsh.c:4657 #, fuzzy, c-format msgid "Vol %s created\n" msgstr "S'ha creat el domini %s des de %s\n" #: tools/virsh.c:4661 #, fuzzy, c-format msgid "Failed to create vol %s" msgstr "No s'ha pogut crear l'XML" #: tools/virsh.c:4676 #, fuzzy msgid "undefine an inactive pool" msgstr "no defineixis un domini inactiu" #: tools/virsh.c:4677 #, fuzzy msgid "Undefine the configuration for an inactive pool." msgstr "No defineixis la configuració per a un domini inactiu." #: tools/virsh.c:4700 #, fuzzy, c-format msgid "Pool %s has been undefined\n" msgstr "S'ha indefinit el domini %s\n" #: tools/virsh.c:4702 #, fuzzy, c-format msgid "Failed to undefine pool %s" msgstr "No s'ha definit el domini %s" #: tools/virsh.c:4715 #, fuzzy msgid "convert a pool name to pool UUID" msgstr "converteix un nom de xarxa a UUID de xarxa" #: tools/virsh.c:4741 #, fuzzy msgid "failed to get pool UUID" msgstr "no s'ha pogut obtenir un UUID de domini" #: tools/virsh.c:4752 #, fuzzy msgid "create a vol from an XML file" msgstr "crea un domini des d'un fitxer XML" #: tools/virsh.c:4759 tools/virsh.c:4817 #, fuzzy msgid "file containing an XML vol description" msgstr "fitxer que conté una descripció de domini XML" #: tools/virsh.c:4796 #, fuzzy, c-format msgid "Vol %s created from %s\n" msgstr "S'ha creat el domini %s des de %s\n" #: tools/virsh.c:4800 tools/virsh.c:4857 #, fuzzy, c-format msgid "Failed to create vol from %s" msgstr "No s'ha pogut crear un domini des de %s" #: tools/virsh.c:4810 msgid "create a vol, using another volume as input" msgstr "" #: tools/virsh.c:4811 #, fuzzy msgid "Create a vol from an existing volume." msgstr "crea un domini des d'un fitxer XML" #: tools/virsh.c:4818 #, fuzzy msgid "pool name or uuid of the input volume's pool" msgstr "nom del domini inactiu" #: tools/virsh.c:4819 #, fuzzy msgid "input vol name or key" msgstr "nom de domini o uuid" #: tools/virsh.c:4854 #, fuzzy, c-format msgid "Vol %s created from input vol %s\n" msgstr "S'ha creat el domini %s des de %s\n" #: tools/virsh.c:4909 #, fuzzy msgid "clone a volume." msgstr "nom del domini inactiu" #: tools/virsh.c:4910 msgid "Clone an existing volume." msgstr "" #: tools/virsh.c:4916 #, fuzzy msgid "orig vol name or key" msgstr "nom de domini o uuid" #: tools/virsh.c:4917 #, fuzzy msgid "clone name" msgstr "nom de domini" #: tools/virsh.c:4939 #, fuzzy msgid "failed to get parent pool" msgstr "No s'ha pogut iniciar el domini %s" #: tools/virsh.c:4960 #, fuzzy, c-format msgid "Vol %s cloned from %s\n" msgstr "S'ha creat el domini %s des de %s\n" #: tools/virsh.c:4963 #, fuzzy, c-format msgid "Failed to clone vol from %s" msgstr "No s'ha pogut crear un domini des de %s" #: tools/virsh.c:4986 msgid "delete a vol" msgstr "" #: tools/virsh.c:4987 #, fuzzy msgid "Delete a given vol." msgstr "Destrueix un domini." #: tools/virsh.c:4993 tools/virsh.c:5034 tools/virsh.c:5085 msgid "vol name, key or path" msgstr "" #: tools/virsh.c:5012 #, fuzzy, c-format msgid "Vol %s deleted\n" msgstr "S'ha destruït el domini %s\n" #: tools/virsh.c:5014 #, fuzzy, c-format msgid "Failed to delete vol %s" msgstr "No s'ha destruït el domini %s" #: tools/virsh.c:5027 #, fuzzy msgid "storage vol information" msgstr "informació de node" #: tools/virsh.c:5028 #, fuzzy msgid "Returns basic information about the storage vol." msgstr "Retorna informació bàsica quant al node." #: tools/virsh.c:5056 #, fuzzy msgid "Type:" msgstr "Tipus SO:" #: tools/virsh.c:5058 #, fuzzy msgid "file" msgstr "Fitxer XML" #: tools/virsh.c:5058 #, fuzzy msgid "block" msgstr "blocat" #: tools/virsh.c:5078 #, fuzzy msgid "vol information in XML" msgstr "informació de domini en XML" #: tools/virsh.c:5079 #, fuzzy msgid "Output the vol information as an XML dump to stdout." msgstr "" "Escriu la informació de domini com a bolcat XML per la sortida estàndard." #: tools/virsh.c:5119 #, fuzzy msgid "list vols" msgstr "llista els dominis" #: tools/virsh.c:5120 #, fuzzy msgid "Returns list of vols by pool." msgstr "Retorna una llista de dominis." #: tools/virsh.c:5145 tools/virsh.c:5153 #, fuzzy msgid "Failed to list active vols" msgstr "No s'ha pogut llistar els dominis actius" #: tools/virsh.c:5161 msgid "Path" msgstr "" #: tools/virsh.c:5197 #, fuzzy msgid "convert a vol UUID to vol name" msgstr "converteix un UUID de xarxa a nom de xarxa" #: tools/virsh.c:5203 msgid "vol key or path" msgstr "" #: tools/virsh.c:5230 #, fuzzy msgid "convert a vol UUID to vol key" msgstr "converteix un UUID de xarxa a nom de xarxa" #: tools/virsh.c:5236 #, fuzzy msgid "vol uuid" msgstr "uuid de domini" #: tools/virsh.c:5263 #, fuzzy msgid "convert a vol UUID to vol path" msgstr "converteix un UUID de xarxa a nom de xarxa" #: tools/virsh.c:5270 msgid "vol name or key" msgstr "" #: tools/virsh.c:5295 #, fuzzy msgid "define or modify a secret from an XML file" msgstr "defineix (però no iniciïs) una xarxa des d'un fitxer XML" #: tools/virsh.c:5296 msgid "Define or modify a secret." msgstr "" #: tools/virsh.c:5301 msgid "file containing secret attributes in XML" msgstr "" #: tools/virsh.c:5326 #, fuzzy, c-format msgid "Failed to set attributes from %s" msgstr "no s'han pogut definir els atributs de tty: %s\n" #: tools/virsh.c:5330 #, fuzzy msgid "Failed to get UUID of created secret" msgstr "no s'ha pogut assignar un node" #: tools/virsh.c:5334 #, fuzzy, c-format msgid "Secret %s created\n" msgstr "S'ha creat el domini %s des de %s\n" #: tools/virsh.c:5343 msgid "secret attributes in XML" msgstr "" #: tools/virsh.c:5344 #, fuzzy msgid "Output attributes of a secret as an XML dump to stdout." msgstr "" "Escriu la informació de domini com a bolcat XML per la sortida estàndard." #: tools/virsh.c:5349 tools/virsh.c:5389 tools/virsh.c:5448 tools/virsh.c:5500 msgid "secret UUID" msgstr "" #: tools/virsh.c:5383 msgid "set a secret value" msgstr "" #: tools/virsh.c:5384 msgid "Set a secret value." msgstr "" #: tools/virsh.c:5390 msgid "base64-encoded secret value" msgstr "" #: tools/virsh.c:5414 #, fuzzy msgid "Invalid base64 data" msgstr "l'element uuid és invàlid" #: tools/virsh.c:5418 tools/virsh.c:5477 tools/virsh.c:6528 tools/virsh.c:6797 msgid "Failed to allocate memory" msgstr "No s'ha pogut assignar memòria" #: tools/virsh.c:5427 #, fuzzy msgid "Failed to set secret value" msgstr "No es pot verificar el MemorySize actual" #: tools/virsh.c:5430 msgid "Secret value set\n" msgstr "" #: tools/virsh.c:5442 msgid "Output a secret value" msgstr "" #: tools/virsh.c:5443 msgid "Output a secret value to stdout." msgstr "" #: tools/virsh.c:5494 #, fuzzy msgid "undefine a secret" msgstr "no defineixis un domini inactiu" #: tools/virsh.c:5495 #, fuzzy msgid "Undefine a secret." msgstr "no defineixis un domini inactiu" #: tools/virsh.c:5519 #, fuzzy, c-format msgid "Failed to delete secret %s" msgstr "No s'ha destruït el domini %s" #: tools/virsh.c:5522 #, fuzzy, c-format msgid "Secret %s deleted\n" msgstr "S'ha destruït el domini %s\n" #: tools/virsh.c:5534 #, fuzzy msgid "list secrets" msgstr "l'element uuid és invàlid" #: tools/virsh.c:5535 #, fuzzy msgid "Returns a list of secrets" msgstr "Retorna una llista de xarxes." #: tools/virsh.c:5550 tools/virsh.c:5557 #, fuzzy msgid "Failed to list secrets" msgstr "No s'ha pogut llistar els dominis inactius" #: tools/virsh.c:5564 #, fuzzy msgid "UUID" msgstr "UUID:" #: tools/virsh.c:5564 msgid "Usage" msgstr "" #: tools/virsh.c:5578 msgid "Volume" msgstr "" #: tools/virsh.c:5588 #, fuzzy msgid "Unused" msgstr "aturat" #: tools/virsh.c:5602 msgid "show version" msgstr "mostra la versió" #: tools/virsh.c:5603 msgid "Display the system version information." msgstr "Mostra la informació de la versió del sistema." #: tools/virsh.c:5626 msgid "failed to get hypervisor type" msgstr "no s'ha pogut obtenir el tipus d'hipervisor" #: tools/virsh.c:5635 #, c-format msgid "Compiled against library: libvir %d.%d.%d\n" msgstr "S'ha compilat contra la biblioteca: libvir %d.%d.%d\n" #: tools/virsh.c:5640 msgid "failed to get the library version" msgstr "no s'ha pogut obtenir la versió de la biblioteca" #: tools/virsh.c:5647 #, c-format msgid "Using library: libvir %d.%d.%d\n" msgstr "S'està fent servir la biblioteca: libvir %d.%d.%d\n" #: tools/virsh.c:5654 #, c-format msgid "Using API: %s %d.%d.%d\n" msgstr "S'està fent servir l'API: %s %d.%d.%d\n" #: tools/virsh.c:5659 msgid "failed to get the hypervisor version" msgstr "no s'ha pogut obtenir la versió de l'hipervisor" #: tools/virsh.c:5664 #, c-format msgid "Cannot extract running %s hypervisor version\n" msgstr "No es pot extreure la versió de l'hipervisor %s en execució\n" #: tools/virsh.c:5671 #, c-format msgid "Running hypervisor: %s %d.%d.%d\n" msgstr "S'està executant l'hipervisor: %s %d.%d.%d\n" #: tools/virsh.c:5681 #, fuzzy msgid "enumerate devices on this host" msgstr "migra el domini a un altre amfitrió" #: tools/virsh.c:5687 #, fuzzy msgid "list devices in a tree" msgstr "manca la informació de dispositius" #: tools/virsh.c:5688 #, fuzzy msgid "capability name" msgstr "capacitats" #: tools/virsh.c:5789 #, fuzzy msgid "Failed to count node devices" msgstr "No s'ha pogut connectar a l'hipervisor" #: tools/virsh.c:5799 #, fuzzy msgid "Failed to list node devices" msgstr "No s'ha pogut llistar els dominis inactius" #: tools/virsh.c:5849 msgid "node device details in XML" msgstr "" #: tools/virsh.c:5850 #, fuzzy msgid "Output the node device details as an XML dump to stdout." msgstr "" "Escriu la informació de domini com a bolcat XML per la sortida estàndard." #: tools/virsh.c:5856 tools/virsh.c:5899 tools/virsh.c:5940 tools/virsh.c:5981 #, fuzzy msgid "device key" msgstr "dispositiu de blocs" #: tools/virsh.c:5872 tools/virsh.c:5915 tools/virsh.c:5956 tools/virsh.c:5997 msgid "Could not find matching device" msgstr "" #: tools/virsh.c:5892 #, fuzzy msgid "dettach node device from its device driver" msgstr "Adjunta un nou dispositiu de disc." #: tools/virsh.c:5893 #, fuzzy msgid "" "Dettach node device from its device driver before assigning to a domain." msgstr "" "Obté les estadístiques d'un dispositiu de blocs referits a un domini en " "execució." #: tools/virsh.c:5920 #, fuzzy, c-format msgid "Device %s dettached\n" msgstr "S'ha destruït el domini %s\n" #: tools/virsh.c:5922 #, fuzzy, c-format msgid "Failed to dettach device %s" msgstr "No s'ha pogut desvincular el dispositiu de %s" #: tools/virsh.c:5933 #, fuzzy msgid "reattach node device to its device driver" msgstr "Adjunta un nou dispositiu de disc." #: tools/virsh.c:5934 #, fuzzy msgid "Reattach node device to its device driver once released by the domain." msgstr "Adjunta un nou dispositiu de disc." #: tools/virsh.c:5961 #, c-format msgid "Device %s re-attached\n" msgstr "" #: tools/virsh.c:5963 #, fuzzy, c-format msgid "Failed to re-attach device %s" msgstr "No s'ha pogut adjuntar el dispositiu des de %s" #: tools/virsh.c:5974 #, fuzzy msgid "reset node device" msgstr "destí del dispositiu de disc" #: tools/virsh.c:5975 #, fuzzy msgid "Reset node device before or after assigning to a domain." msgstr "" "Obté les estadístiques d'un dispositiu de blocs referits a un domini en " "execució." #: tools/virsh.c:6002 #, fuzzy, c-format msgid "Device %s reset\n" msgstr "S'ha recuperat el domini %s\n" #: tools/virsh.c:6004 #, fuzzy, c-format msgid "Failed to reset device %s" msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #: tools/virsh.c:6015 msgid "print the hypervisor hostname" msgstr "escriu el nom de màquina de l'hipervisor" #: tools/virsh.c:6030 msgid "failed to get hostname" msgstr "no s'ha pogut obtenir el nom de màquina" #: tools/virsh.c:6044 msgid "print the hypervisor canonical URI" msgstr "escriu l'URI canònica de l'hipervisor" #: tools/virsh.c:6059 msgid "failed to get URI" msgstr "no s'ha pogut obtenir l'URI" #: tools/virsh.c:6073 msgid "vnc display" msgstr "visualització vnc" #: tools/virsh.c:6074 msgid "Output the IP address and port number for the VNC display." msgstr "Escriu l'adreça IP i el número de port per a la visualització VNC." #: tools/virsh.c:6148 msgid "tty console" msgstr "consola tty" #: tools/virsh.c:6149 msgid "Output the device for the TTY console." msgstr "Escriu el dispositiu per la consola TTY." #: tools/virsh.c:6209 msgid "attach device from an XML file" msgstr "adjunta un dispositiu des d'un fitxer XML" #: tools/virsh.c:6210 msgid "Attach device from an XML ." msgstr "Adjunta un dispositiu des d'un fitxer XML" #: tools/virsh.c:6216 tools/virsh.c:6274 msgid "XML file" msgstr "Fitxer XML" #: tools/virsh.c:6237 msgid "attach-device: Missing option" msgstr "" #: tools/virsh.c:6251 #, c-format msgid "Failed to attach device from %s" msgstr "No s'ha pogut adjuntar el dispositiu des de %s" #: tools/virsh.c:6255 msgid "Device attached successfully\n" msgstr "" #: tools/virsh.c:6267 msgid "detach device from an XML file" msgstr "desvincula un dispositiu d'un fitxer XML" #: tools/virsh.c:6268 msgid "Detach device from an XML " msgstr "desvincula un dispositiu d'un fitxer XML" #: tools/virsh.c:6295 msgid "detach-device: Missing option" msgstr "" #: tools/virsh.c:6309 #, c-format msgid "Failed to detach device from %s" msgstr "No s'ha pogut desvincular el dispositiu de %s" #: tools/virsh.c:6313 msgid "Device detached successfully\n" msgstr "" #: tools/virsh.c:6325 msgid "attach network interface" msgstr "adjunta les interfícies de xarxa" #: tools/virsh.c:6326 msgid "Attach new network interface." msgstr "Adjunta una nova interfície de xarxa." #: tools/virsh.c:6332 tools/virsh.c:6448 msgid "network interface type" msgstr "tipus d'interfície de xarxa" #: tools/virsh.c:6333 msgid "source of network interface" msgstr "font de la interfície de xarxa" #: tools/virsh.c:6334 msgid "target network name" msgstr "nom de xarxa" #: tools/virsh.c:6335 tools/virsh.c:6449 #, fuzzy msgid "MAC address" msgstr "adreça MAC" #: tools/virsh.c:6336 msgid "script used to bridge network interface" msgstr "script emprat com a pont de la interfície de xarxa" #: tools/virsh.c:6368 #, c-format msgid "No support %s in command 'attach-interface'" msgstr "No es pot fer servir %s en l'ordre 'attach-interface'" #: tools/virsh.c:6424 msgid "Interface attached successfully\n" msgstr "" #: tools/virsh.c:6441 msgid "detach network interface" msgstr "desvincula la interfície de xarxa" #: tools/virsh.c:6442 msgid "Detach network interface." msgstr "Desvincula la interfície de xarxa." #: tools/virsh.c:6487 tools/virsh.c:6492 msgid "Failed to get interface information" msgstr "No es pot obtenir informació de node" #: tools/virsh.c:6500 #, c-format msgid "No found interface whose type is %s" msgstr "No s'ha trobat cap interfície de tipus %s" #: tools/virsh.c:6522 #, c-format msgid "No found interface whose MAC address is %s" msgstr "No s'ha trobat cap interfície amb adreça MAC %s" #: tools/virsh.c:6533 tools/virsh.c:6802 msgid "Failed to create XML" msgstr "No s'ha pogut crear l'XML" #: tools/virsh.c:6541 msgid "Interface detached successfully\n" msgstr "" #: tools/virsh.c:6561 msgid "attach disk device" msgstr "adjunta un dispositiu de disc" #: tools/virsh.c:6562 msgid "Attach new disk device." msgstr "Adjunta un nou dispositiu de disc." #: tools/virsh.c:6568 msgid "source of disk device" msgstr "font del dispositiu de disc" #: tools/virsh.c:6569 tools/virsh.c:6725 msgid "target of disk device" msgstr "destí del dispositiu de disc" #: tools/virsh.c:6570 msgid "driver of disk device" msgstr "controlador del dispositiu de disc" #: tools/virsh.c:6571 msgid "subdriver of disk device" msgstr "subcontrolador del dispositiu de disc" #: tools/virsh.c:6572 msgid "target device type" msgstr "tipus de dispositiu destí" #: tools/virsh.c:6573 msgid "mode of device reading and writing" msgstr "mode de lectura i escriptura del dispositiu" #: tools/virsh.c:6606 tools/virsh.c:6613 #, c-format msgid "No support %s in command 'attach-disk'" msgstr "No es pot fer servir %s a l'ordre 'attach-disk'" #: tools/virsh.c:6702 msgid "Disk attached successfully\n" msgstr "" #: tools/virsh.c:6718 msgid "detach disk device" msgstr "desvincula un dispositiu de disc" #: tools/virsh.c:6719 msgid "Detach disk device." msgstr "Desvincula un dispositiu de disc." #: tools/virsh.c:6760 tools/virsh.c:6765 tools/virsh.c:6772 msgid "Failed to get disk information" msgstr "No es pot obtenir informació de disc" #: tools/virsh.c:6791 #, c-format msgid "No found disk whose target is %s" msgstr "No s'ha trobat cap disc amb destí %s" #: tools/virsh.c:6810 msgid "Disk detached successfully\n" msgstr "" #: tools/virsh.c:6836 #, fuzzy, c-format msgid "malloc: failed to allocate temporary file name: %s" msgstr "no s'ha pogut copiar una cadena" #: tools/virsh.c:6846 #, fuzzy, c-format msgid "mkstemp: failed to create temporary file: %s" msgstr "no s'ha pogut escriure el fitxer de registre" #: tools/virsh.c:6853 #, fuzzy, c-format msgid "write: %s: failed to write to temporary file: %s" msgstr "no s'ha pogut escriure el fitxer de registre" #: tools/virsh.c:6861 #, fuzzy, c-format msgid "close: %s: failed to write or close temporary file: %s" msgstr "no s'ha pogut escriure el fitxer de registre" #: tools/virsh.c:6891 #, c-format msgid "" "%s: $EDITOR environment variable contains shell meta or other unacceptable " "characters" msgstr "" #: tools/virsh.c:6899 #, c-format msgid "" "%s: temporary filename contains shell meta or other unacceptable characters " "(is $TMPDIR wrong?)" msgstr "" #: tools/virsh.c:6907 #, fuzzy, c-format msgid "virAsprintf: could not create editing command: %s" msgstr "No s'ha pogut crear el domini inactiu %s\n" #: tools/virsh.c:6915 #, fuzzy, c-format msgid "%s: edit command failed: %s" msgstr "ha fallat l'operació: %s" #: tools/virsh.c:6921 #, c-format msgid "%s: command exited with non-zero status" msgstr "" #: tools/virsh.c:6936 #, fuzzy, c-format msgid "%s: failed to read temporary file: %s" msgstr "no s'ha pogut escriure el fitxer de registre" #: tools/virsh.c:6949 #, fuzzy msgid "change the current directory" msgstr "No es pot verificar el MemorySize actual" #: tools/virsh.c:6950 #, fuzzy msgid "Change the current directory." msgstr "No es pot verificar el MemorySize actual" #: tools/virsh.c:6955 msgid "directory to switch to (default: home or else root)" msgstr "" #: tools/virsh.c:6966 msgid "cd: command valid only in interactive mode" msgstr "" #: tools/virsh.c:6979 #, c-format msgid "cd: %s: %s" msgstr "" #: tools/virsh.c:6993 #, fuzzy msgid "print the current directory" msgstr "No es pot verificar el MemorySize actual" #: tools/virsh.c:6994 #, fuzzy msgid "Print the current directory." msgstr "No es pot verificar el MemorySize actual" #: tools/virsh.c:7017 #, fuzzy, c-format msgid "pwd: cannot get current directory: %s" msgstr "No es pot verificar el MemorySize actual" #: tools/virsh.c:7020 #, c-format msgid "%s\n" msgstr "" #: tools/virsh.c:7031 #, fuzzy msgid "edit XML configuration for a domain" msgstr "No defineixis la configuració per a un domini inactiu." #: tools/virsh.c:7032 #, fuzzy msgid "Edit the XML configuration for a domain." msgstr "No defineixis la configuració per a un domini inactiu." #: tools/virsh.c:7083 #, c-format msgid "Domain %s XML configuration not changed.\n" msgstr "" #: tools/virsh.c:7109 #, fuzzy, c-format msgid "Domain %s XML configuration edited.\n" msgstr "no s'ha pogut llegir el fitxer de configuració" #: tools/virsh.c:7134 #, fuzzy msgid "edit XML configuration for a network" msgstr "No defineixis la configuració per a una xarxa inactiva." #: tools/virsh.c:7135 #, fuzzy msgid "Edit the XML configuration for a network." msgstr "No defineixis la configuració per a una xarxa inactiva." #: tools/virsh.c:7151 #, fuzzy msgid "edit XML configuration for a storage pool" msgstr "No defineixis la configuració per a un domini inactiu." #: tools/virsh.c:7152 #, fuzzy msgid "Edit the XML configuration for a storage pool." msgstr "No defineixis la configuració per a un domini inactiu." #: tools/virsh.c:7168 msgid "quit this interactive terminal" msgstr "surt d'aquest terminal interactiu" #: tools/virsh.c:7386 #, c-format msgid "command '%s' requires <%s> option" msgstr "l'ordre '%s' requereix l'opció <%s>" #: tools/virsh.c:7387 #, c-format msgid "command '%s' requires --%s option" msgstr "l'ordre '%s' requereix l'opció --%s" #: tools/virsh.c:7414 #, c-format msgid "command '%s' doesn't exist" msgstr "l'ordre '%s' no existeix" #: tools/virsh.c:7421 msgid " NAME\n" msgstr " NOM\n" #: tools/virsh.c:7424 msgid "" "\n" " SYNOPSIS\n" msgstr "" "\n" " SINOPSI\n" #: tools/virsh.c:7433 #, fuzzy, c-format msgid "[--%s ]" msgstr "--%s " #: tools/virsh.c:7435 #, fuzzy, c-format msgid "[--%s ]" msgstr "--%s " #: tools/virsh.c:7448 msgid "" "\n" " DESCRIPTION\n" msgstr "" "\n" " DESCRIPCIÓ\n" #: tools/virsh.c:7454 msgid "" "\n" " OPTIONS\n" msgstr "" "\n" " OPCIONS\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 "" #: tools/virsh.c:7630 msgid "undefined domain name or id" msgstr "nom de domini o id no definits" #: tools/virsh.c:7662 #, c-format msgid "failed to get domain '%s'" msgstr "no s'ha pogut obtenir el domini '%s'" #: tools/virsh.c:7678 msgid "undefined network name" msgstr "nom de xarxa no definit" #: tools/virsh.c:7702 #, c-format msgid "failed to get network '%s'" msgstr "no s'ha pogut obtenir la xarxa '%s'" #: tools/virsh.c:7718 #, fuzzy msgid "undefined interface identifier" msgstr "punter de xarxa invàlid a" #: tools/virsh.c:7742 #, fuzzy, c-format msgid "failed to get interface '%s'" msgstr "no s'ha pogut obtenir la xarxa '%s'" #: tools/virsh.c:7755 tools/virsh.c:7801 #, fuzzy msgid "undefined pool name" msgstr "nom de xarxa no definit" #: tools/virsh.c:7779 #, fuzzy, c-format msgid "failed to get pool '%s'" msgstr "no s'ha pogut obtenir el domini '%s'" #: tools/virsh.c:7796 #, fuzzy msgid "undefined vol name" msgstr "nom de xarxa no definit" #: tools/virsh.c:7832 #, fuzzy, c-format msgid "failed to get vol '%s'" msgstr "no s'ha pogut obtenir el domini '%s'" #: tools/virsh.c:7852 #, fuzzy msgid "undefined secret UUID" msgstr "no s'ha pogut analitzar la URI de connexió" #: tools/virsh.c:7864 #, fuzzy, c-format msgid "failed to get secret '%s'" msgstr "no s'ha pogut obtenir la xarxa '%s'" #: tools/virsh.c:7895 #, c-format msgid "" "\n" "(Time: %.3f ms)\n" "\n" msgstr "" "\n" "(Temps: %.3f ms)\n" "\n" #: tools/virsh.c:7969 msgid "missing \"" msgstr "manca \"" #: tools/virsh.c:8030 #, c-format msgid "unexpected token (command name): '%s'" msgstr "símbol inesperat (nom d'ordre): '%s'" #: tools/virsh.c:8035 #, c-format msgid "unknown command: '%s'" msgstr "ordre desconeguda: '%s'" #: tools/virsh.c:8042 #, c-format msgid "command '%s' doesn't support option --%s" msgstr "l'ordre '%s' no reconeix l'opció --%s" #: tools/virsh.c:8057 #, c-format msgid "expected syntax: --%s <%s>" msgstr "sintaxi inesperada: --%s <%s>" #: tools/virsh.c:8060 msgid "number" msgstr "nombre" #: tools/virsh.c:8060 msgid "string" msgstr "cadena" #: tools/virsh.c:8066 #, c-format msgid "unexpected data '%s'" msgstr "dades inesperades '%s'" #: tools/virsh.c:8088 msgid "OPTION" msgstr "OPCIÓ" #: tools/virsh.c:8088 msgid "DATA" msgstr "DADES" #: tools/virsh.c:8139 tools/virsh.c:8161 #, fuzzy msgid "idle" msgstr "Fitxer XML" #: tools/virsh.c:8141 msgid "paused" msgstr "aturat" #: tools/virsh.c:8143 msgid "in shutdown" msgstr "apagant-se" #: tools/virsh.c:8145 msgid "shut off" msgstr "apagat" #: tools/virsh.c:8147 msgid "crashed" msgstr "ha fallat" #: tools/virsh.c:8159 msgid "offline" msgstr "desconnectat" #: tools/virsh.c:8178 msgid "no valid connection" msgstr "connexió invàlida" #: tools/virsh.c:8224 msgid "error: " msgstr "errror: " #: 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: no s'ha pogut assignar %d bytes" #: tools/virsh.c:8279 #, c-format msgid "%s: %d: failed to allocate %lu bytes" msgstr "%s: %d: no s'ha pogut assignar %lu bytes" #: tools/virsh.c:8309 msgid "failed to connect to the hypervisor" msgstr "no s'ha pogut connectar a l'hipervisor" #: tools/virsh.c:8341 msgid "failed to get the log file information" msgstr "no es pot obtenir la informació del fitxer de registre" #: tools/virsh.c:8346 msgid "the log path is not a file" msgstr "el camí al registre no és un fitxer" #: tools/virsh.c:8354 msgid "failed to open the log file. check the log file path" msgstr "no s'ha pogut obrir el fitxer de registre, comproveu el camí al fitxer" #: tools/virsh.c:8423 msgid "failed to write the log file" msgstr "no s'ha pogut escriure el fitxer de registre" #: tools/virsh.c:8438 #, fuzzy, c-format msgid "%s: failed to write log file: %s" msgstr "no s'ha pogut escriure el fitxer de registre" #: tools/virsh.c:8616 #, fuzzy msgid "failed to disconnect from the hypervisor" msgstr "No s'ha pogut desconnectar des de l'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 [opcions] [ordres]\n" "\n" " opcions:\n" " -c | --connect URI de connexió a l'hipervisor\n" " -r | --readonly connexió només de lectura\n" " -d | --debug nivell de depuració [0-5]\n" " -h | --help aquesta ajuda\n" " -q | --quiet mode silenciós\n" " -t | --timing escriu informació de temps\n" " -l | --log escriu informació de depuració\n" " -v | --version versió del programa\n" "\n" " ordres (mode no interactiu):\n" #: tools/virsh.c:8649 msgid "" "\n" " (specify help for details about the command)\n" "\n" msgstr "" "\n" " (especifiqueu --help per als detalls quant a l'ordre)\n" #: tools/virsh.c:8741 #, c-format msgid "unsupported option '-%c'. See --help." msgstr "l'opció '-%c' no està disponible. Veieu --help." #: tools/virsh.c:8748 #, c-format msgid "extra argument '%s'. See --help." msgstr "" #: tools/virsh.c:8832 #, c-format msgid "" "Welcome to %s, the virtualization interactive terminal.\n" "\n" msgstr "" "Benvinguts a %s, el terminal interactiu de virtualització.\n" "\n" #: tools/virsh.c:8835 msgid "" "Type: 'help' for help with commands\n" " 'quit' to quit\n" "\n" msgstr "" "Escriviu: 'help' per a obtenir ajuda amb les ordres\n" " 'quit' per sortir\n" "\n" #~ msgid "listen: %s" #~ msgstr "escolta: %s" #, fuzzy #~ msgid "cannot extract storage pool source devices" #~ msgstr "dispositiu de la interfície" #, fuzzy #~ msgid "failed to lock capabilities: %d" #~ msgstr "no s'ha pogut obtenir les capacitats" #, fuzzy #~ msgid "failed to allocate veth names" #~ msgstr "no s'ha pogut assignar un node" #~ msgid "Cannot find QEMU binary %s: %s" #~ msgstr "No es poden trobar els binaris %s de QUEMU: %s" #, fuzzy #~ msgid "Failed to unlink status file %s" #~ msgstr "No s'ha pogut obtenir les estadístiques dels blocs %s %s" #, fuzzy #~ msgid "Failed to copy secModel model: %s" #~ msgstr "No s'ha pogut analitzar el mode '%s'" #, fuzzy #~ msgid "Failed to copy secModel DOI: %s" #~ msgstr "No s'ha pogut analitzar el mode '%s'" #~ msgid "Failure while reading %s startup output" #~ msgstr "S'ha produït un error en llegir la sortida d'engegada %s" #~ msgid "Timed out while reading %s startup output" #~ msgstr "S'ha acabat el temps d'espera en llegir la sotida d'engegada de %s" #~ msgid "Out of space while reading %s startup output" #~ msgstr "S'ha produït una falta d'espai en llegir la sortida d'engegada %s" #, fuzzy #~ msgid "Shutting down VM '%s'\n" #~ msgstr "S'està aturant la VM '%s'" #, fuzzy #~ msgid "domain with the same name or UUID already exists as '%s'" #~ msgstr "El domini ja és actiu" #, fuzzy #~ msgid "could not generate random UUID" #~ msgstr "no s'ha pogut obtenir un UUID de xarxa" #, fuzzy #~ msgid "Error allocating domainEvents" #~ msgstr "s'està assignant un domini" #~ msgid "out of memory allocating array" #~ msgstr "s'ha esgotat la memòria mentre s'estava assignant la matriu" #, fuzzy #~ msgid "template too large" #~ msgstr "l'nparams és massa gran" #, fuzzy #~ msgid "missing in spec" #~ msgstr "falta l'origen de muntatge" #, fuzzy #~ msgid "cannot lookup hostname" #~ msgstr "No s'ha pogut obrir «%s»: %s" #, fuzzy #~ msgid "domain '%s' is already defined" #~ msgstr "el domini %s ja existeix" #, fuzzy #~ msgid "domain with uuid '%s' is already defined" #~ msgstr "el domini %s ja existeix" #, fuzzy #~ msgid "no memory" #~ msgstr "node de memòria" #, fuzzy #~ msgid "unable to resolve name %s" #~ msgstr "no s'ha pogut obrir tty %s: %s\n" #, fuzzy #~ msgid "failed to allocate configInfoList" #~ msgstr "no s'ha pogut assignar memòria per a la llista de configuració %s" #, fuzzy #~ msgid "failed to allocate activeDomainList" #~ msgstr "No s'ha pogut llistar els dominis actius" #, fuzzy #~ msgid "failed to allocate xsWatchList" #~ msgstr "no s'ha pogut assignar un node" #, fuzzy #~ msgid "reallocating list" #~ msgstr "s'està assignant un domini" #, fuzzy #~ msgid "Invalid compress format %d" #~ msgstr "argument invàlid a" #, fuzzy #~ msgid "migrate operation failed" #~ msgstr "ha fallat l'operació" #, fuzzy #~ msgid "suspending before dump failed" #~ msgstr "ha fallat l'operació" #, fuzzy #~ msgid "could not change cdrom media" #~ msgstr "no s'ha pogut connectar a %s" #, fuzzy #~ msgid "changing cdrom media failed: %s" #~ msgstr "ha fallat l'operació: %s" #, fuzzy #~ msgid "cannot attach usb disk" #~ msgstr "dispositiu de la interfície" #, fuzzy #~ msgid "adding usb disk failed" #~ msgstr "s'està carregant el fitxer de definició del sistema amfitrió" #, fuzzy #~ msgid "failed to add network backend with '%s'" #~ msgstr "no s'ha pogut obtenir la xarxa '%s'" #, fuzzy #~ msgid "failed to execute detach disk %s command" #~ msgstr "No s'ha pogut recuperar el domini %s" #, fuzzy #~ msgid "failed to detach disk %s: invalid PCI address %.4x:%.2x:%.2x: %s" #~ msgstr "No s'ha pogut desvincular el dispositiu de %s" #, fuzzy #~ msgid "cannot detach host pci device" #~ msgstr "dispositiu de la interfície" #, fuzzy #~ msgid "device not found: %s (%s)" #~ msgstr "No s'ha trobat el domini: %s" #, fuzzy #~ msgid "unexpected sound model %s" #~ msgstr "node dict inesperat" #, fuzzy #~ msgid "Unknown compressed save format %d" #~ msgstr "tipus d'SO desconegut %s" #, fuzzy #~ msgid "Connection failed." #~ msgstr "ha fallat l'operació" #, fuzzy #~ msgid "Authentication failed: %s" #~ msgstr "ha fallat l'operació: %s" #, fuzzy #~ msgid "Unable to open a SSH channel." #~ msgstr "No s'ha pogut acceptar la connexió: %s" #, fuzzy #~ msgid "Unable to execute remote command." #~ msgstr "No s'ha pogut recuperar el domini %s" #, fuzzy #~ msgid "Unable to send EOF." #~ msgstr "no s'ha pogut obrir tty %s: %s\n" #~ msgid "cannot initialize bridge support: %s" #~ msgstr "no es pot inicialitzar el suport pont: %s" #~ msgid "Address family for hostname not supported" #~ msgstr "" #~ "No es permet l'ús d'aquesta família d'adreces per al nom de servidor" #~ msgid "Temporary failure in name resolution" #~ msgstr "S'ha produït un error temporal en la resolució de noms" #~ msgid "Bad value for ai_flags" #~ msgstr "El valor d'ai_flags és incorrecte" #~ msgid "Non-recoverable failure in name resolution" #~ msgstr "Hi ha hagut una fallada no recuperable en la resolució de noms" #~ msgid "ai_family not supported" #~ msgstr "No es permet l'ús d'ai_family" #~ msgid "Memory allocation failure" #~ msgstr "S'ha produït un error en l'assignació de memòria" #~ msgid "No address associated with hostname" #~ msgstr "No hi ha cap adreça associada amb el nom de servidor" #~ msgid "Name or service not known" #~ msgstr "Nom o servei desconegut" #~ msgid "Servname not supported for ai_socktype" #~ msgstr "L'ai_socktype no permet aquest nom de servidor" #~ msgid "ai_socktype not supported" #~ msgstr "No es permet l'ús d'ai_socktype" #~ msgid "System error" #~ msgstr "S'ha produït un error de sistema" #~ msgid "Argument buffer too small" #~ msgstr "La memòria intermèdia d'arguments és massa petita" #~ msgid "Processing request in progress" #~ msgstr "S'està processant la sol·licitud" #~ msgid "Request canceled" #~ msgstr "S'ha cancel·lat la sol·licitud" #~ msgid "Request not canceled" #~ msgstr "No s'ha cancel·lat la sol·licitud" #~ msgid "All requests done" #~ msgstr "Totes les peticions han estat ateses" #~ msgid "Interrupted by a signal" #~ msgstr "Interromput per una senyal" #~ msgid "Parameter string not correctly encoded" #~ msgstr "La cadena de paràmetre no s'ha codificat correctament" #~ msgid "Unknown error" #~ msgstr "Error desconegut" #, fuzzy #~ msgid "unable to get security label" #~ msgstr "No es pot verificar el MemorySize actual" #, fuzzy #~ msgid "unexpected async event method call" #~ msgstr "node dict inesperat" #, fuzzy #~ msgid "Failed to set lxc resources" #~ msgstr "No s'ha pogut crear el sòcol: %s" #, fuzzy #~ msgid "no storage pool with matching name" #~ msgstr "no hi ha cap domini que coincideixi amb el nom" #, fuzzy #~ msgid "failed to drop %s" #~ msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #, fuzzy #~ msgid "Failed to open WWPN path '%s' for reading" #~ msgstr "no s'ha pogut obrir %s per a llegir" #, fuzzy #~ msgid "Failed to set close-on-exec file descriptor flag\n" #~ msgstr "" #~ "No s'ha pogut establir l'indicador de descriptor de fitxer close-on-exe" #, fuzzy #~ msgid "Failed to read domain status for %s\n" #~ msgstr "No s'ha pogut crear un domini des de %s" #, fuzzy #~ msgid "unknown root element" #~ msgstr "es desconeix el servidor remot %s" #~ msgid "host" #~ msgstr "amfitrió" #~ msgid "node" #~ msgstr "node" #~ msgid "could not connect to hypervisor" #~ msgstr "no s'ha pogut connectar a l'hipervisor" #, fuzzy #~ msgid "Failed to autostart network '%s': %s\n" #~ msgstr "No s'ha pogut iniciar automàticament la xarxa '%s': %s" #, fuzzy #~ msgid "networkStartup: out of memory\n" #~ msgstr "qemudStartup: s'ha esgotat la memòria" #, fuzzy #~ msgid "failed to start VM" #~ msgstr "No s'ha pogut iniciar el domini %s" #, fuzzy #~ msgid "failed to start listening VM" #~ msgstr "No s'ha pogut iniciar el domini %s" #, fuzzy #~ msgid "failed to wait on process: %d: %s\n" #~ msgstr "No s'ha pogut iniciar el domini %s" #, fuzzy #~ msgid "failed to chdir into /new on tmpfs" #~ msgstr "no s'ha pogut obrir %s per a llegir" #, fuzzy #~ msgid "failed to lazily unmount old root" #~ msgstr "No s'ha pogut obrir el directori '%s': %s" #, fuzzy #~ msgid "failed to mount /dev tmpfs" #~ msgstr "no s'ha pogut obrir %s per a llegir" #, fuzzy #~ msgid "Unable to log VM console data: %s\n" #~ msgstr "No es poden registrar les dades de la consola de la VM: %s" #, fuzzy #~ msgid "modprobe %s failed: %s" #~ msgstr "ha fallat l'operació: %s" #, fuzzy #~ msgid "Failed to parse target from sysfs path %s/%s" #~ msgstr "No s'ha pogut obtenir les estadístiques dels blocs %s %s" #, fuzzy #~ msgid "missing group element" #~ msgstr "manca l'element arrel" #~ msgid "Cannot access %s '%s': %s (%d)" #~ msgstr "No es pot accedir %s '%s': %s (%d)" #~ msgid "failed to get sock address %d (%s)" #~ msgstr "no s'ha pogut obtenir l'adreça del sòcol %d (%s)" #~ msgid "failed to get peer address %d (%s)" #~ msgstr "no s'ha pogut obtenir l'adreça del parell %d (%s)" #, fuzzy #~ msgid "Failed to set non-blocking file descriptor flag\n" #~ msgstr "" #~ "No s'ha pogut establir l'indicador de descriptor de fitxer no blocant" #~ msgid "failed to create logfile %s: %s" #~ msgstr "no s'ha pogut crear el fitxer de registre %s: %s" #, fuzzy #~ msgid "Unable to set VM logfile close-on-exec flag: %s" #~ msgstr "" #~ "No es pot definir l'indicador close-on-exec del fitxer de registre de la " #~ "VM %s" #, fuzzy #~ msgid "qemudStartup: out of memory\n" #~ msgstr "qemudStartup: s'ha esgotat la memòria" #, fuzzy #~ msgid "Unable to close logfile %d: %s\n" #~ msgstr "No es pot tancar el fitxer de registre %d: %s" #, fuzzy #~ msgid "allocate buffer" #~ msgstr "assigna memòria intermèdia nova" #~ msgid "allocating connection" #~ msgstr "s'està assignant la connexió" #~ msgid "allocating domain" #~ msgstr "s'està assignant un domini" #~ msgid "allocating network" #~ msgstr "s'està assignant una xarxa" #~ msgid "allocating storage pool" #~ msgstr "s'està assignant la bateria d'emmagatzematge" #~ msgid "allocating storage vol" #~ msgstr "s'està assignant un volum d'emmagatzematge" #, fuzzy #~ msgid "allocating node dev" #~ msgstr "s'està assignant un volum d'emmagatzematge" #, fuzzy #~ msgid "copying node dev name" #~ msgstr "s'està copiant el contingut del node" #~ msgid "failed to allocate space for xmlXPathContext" #~ msgstr "no s'ha pogut assignar espai per xmlXPathContext" #, fuzzy #~ msgid "cannot remove config for %s: %s" #~ msgstr "no es pot eliminar la configuració de %s" #, fuzzy #~ msgid "while loading LXC driver config" #~ msgstr "S'ha produït un error en tornar a carregar els controladors" #, fuzzy #~ msgid "failed to mount %s at %s for container: %s" #~ msgstr "no s'ha pogut obrir %s per a llegir" #, fuzzy #~ msgid "clone() failed, %s" #~ msgstr "ha fallat l'operació: %s" #, fuzzy #~ msgid "failed to allocate space for VM name string" #~ msgstr "no s'ha pogut assignar un node" #~ msgid "cannot create log directory %s: %s" #~ msgstr "No es pot crear el directori de registre %s: %s" #, fuzzy #~ msgid "uname(): %s" #~ msgstr "Nom" #, fuzzy #~ msgid "Failed to find user record for uid '%d': %s\n" #~ msgstr "No s'ha pogut trobar el registre d'usuari per l'uid '%d': %s" #~ msgid "failed to allocate space for dnsmasq argv" #~ msgstr "no s'ha pogut assignar espai per dnsmasq argv" #~ msgid "failed to allocate space for IP tables support" #~ msgstr "no s'ha pogut assignar espai per a permetre l'ús de les taules IP" #, fuzzy #~ msgid "Got unexpected pid for dnsmasq\n" #~ msgstr "S'ha obtingut un pid inesperat per a dnsmasq" #, fuzzy #~ msgid "failed to allocate space for network bridge string" #~ msgstr "no s'ha pogut assignar un node" #~ msgid "failed to allocate vncTLSx509certdir" #~ msgstr "no s'ha pogut assignar vncTLSx509certdir" #, fuzzy #~ msgid "failed to allocate vnc_listen" #~ msgstr "no s'ha pogut assignar un node" #~ msgid "failed to allocate space for tapfds string" #~ msgstr "no s'ha pogut assignar espai per a la cadena tapfds" #~ msgid "failed to allocate space for argv string" #~ msgstr "no s'ha pogut assignar espai per a la cadena argv" #, fuzzy #~ msgid "failed to allocate space for vm status" #~ msgstr "no s'ha pogut assignar espai per a la cadena vm" #, fuzzy #~ msgid "failed to allocate space for status file" #~ msgstr "no s'ha pogut assignar un node" #~ msgid "" #~ "QEMU quit during %s startup\n" #~ "%s" #~ msgstr "El QEMU ha sortit durant l'engegada %sºn%s" #~ msgid "Failure while reading %s startup output: %s" #~ msgstr "S'ha produït un error en llegir la sortida de l'inici de %s: %s" #, fuzzy #~ msgid "failed to allocate space for monitor path" #~ msgstr "no s'ha pogut assignar un node" #, fuzzy #~ msgid "allocate cpumap" #~ msgstr "assigna memòria intermèdia nova" #, fuzzy #~ msgid "Got unexpected pid, damn\n" #~ msgstr "S'ha obtingut un pid inesperat" #~ msgid "failed to allocate space for capabilities support" #~ msgstr "no s'ha pogut assignar espai per a suport de les capacitats" #, fuzzy #~ msgid "failed to allocate space for ostype" #~ msgstr "no s'ha pogut assignar un node" #, fuzzy #~ msgid "failed to pause domain" #~ msgstr "No s'ha pogut suspendre el domini %s" #, fuzzy #~ msgid "unable to lookup user '%d': %s" #~ msgstr "no s'ha pogut obrir tty %s: %s\n" #, fuzzy #~ msgid "invalid header in event firing" #~ msgstr "argument invàlid a %s" #, fuzzy #~ msgid "invalid proc in event firing" #~ msgstr "punter de domini invàlid" #~ msgid "failed to allocate a node" #~ msgstr "no s'ha pogut assignar un node" #~ msgid "failed to copy a string" #~ msgstr "no s'ha pogut copiar una cadena" #, fuzzy #~ msgid "dup path" #~ msgstr "argument invàlid a" #, fuzzy #~ msgid "session" #~ msgstr "mostra la versió" #, fuzzy #~ msgid "name" #~ msgstr "Nom" #, fuzzy #~ msgid "allocating pvname or vgname" #~ msgstr "assignació d'un domini" #, fuzzy #~ msgid "allocating new source" #~ msgstr "s'està assignant una xarxa" #, fuzzy #~ msgid "allocating new device" #~ msgstr "s'està assignant una xarxa" #, fuzzy #~ msgid "command line" #~ msgstr "nom de domini" #, fuzzy #~ msgid "device" #~ msgstr "dispositiu de blocs" #, fuzzy #~ msgid "names" #~ msgstr "Nom" #, fuzzy #~ msgid "command debug string" #~ msgstr "nom de domini" #~ msgid "allocating %d domain info" #~ msgstr "s'està assignant %d informació de domini" #~ msgid "allocate new buffer" #~ msgstr "assigna memòria intermèdia nova" #, fuzzy #~ msgid "gethostbyname failed: %s" #~ msgstr "ha fallat l'operació: %s" #, fuzzy #~ msgid "gethostname failed: %s" #~ msgstr "ha fallat l'operació: %s" #, fuzzy #~ msgid "failed to strdup hostname: %s" #~ msgstr "no s'ha pogut obtenir el nom de màquina" #, fuzzy #~ msgid "failed to check autostart link %s: %s" #~ msgstr "No s'ha pogut obtenir les estadístiques dels blocs %s %s" #, fuzzy #~ msgid "allocate string array size %lu" #~ msgstr "assigna una matriu de cadenes" #, fuzzy #~ msgid "failed to allocate domids" #~ msgstr "no s'ha pogut assignar un node" #~ msgid "config file path too long: %s/%s.log" #~ msgstr "el camí al fitxer de configuració és massa llarg: %s/%s.log" #~ msgid "xdr_remote_message_header" #~ msgstr "xdr_remote_message_header" #~ msgid "internal error - dispatch function returned invalid code %d" #~ msgstr "" #~ "error intern - la funció de comunicació ha retornat un codi invàlid %d" #~ msgid "dummy length" #~ msgstr "llargada de prova" #~ msgid "serialise reply header" #~ msgstr "serialitza la capçalera de resposta" #~ msgid "serialise return struct" #~ msgstr "serialitza l'estructura de retorn" #~ msgid "serialise return error" #~ msgstr "serialitza l'error de retorn" #~ msgid "xdr_setpos" #~ msgstr "xdr_setpos" #~ msgid "serialise return length" #~ msgstr "serialitza la llargada de retorn" #~ msgid "domain not found" #~ msgstr "No s'ha trobat el domini" #~ msgid "storage_pool not found" #~ msgstr "no s'ha trobat storage_pool" #~ msgid "storage_vol not found" #~ msgstr "No s'ha trobat storage_vol" #, fuzzy #~ msgid "xdr_setpos failed" #~ msgstr "xdr_setpos" #, fuzzy #~ msgid "out of memory in asprintf\n" #~ msgstr "s'ha esgotat la memòria en asprintf" #, fuzzy #~ msgid "allocate value" #~ msgstr "assignació d'una matriu de valors" #~ msgid "copying node content" #~ msgstr "s'està copiant el contingut del node" #~ msgid "allocate value array" #~ msgstr "assignació d'una matriu de valors" #, fuzzy #~ msgid "allocate dict" #~ msgstr "assignació d'un domini" #~ msgid "unexpected dict node" #~ msgstr "node dict inesperat" #~ msgid "unexpected value node" #~ msgstr "node value inesperat" #~ msgid "send request" #~ msgstr "envia sol·licitud" #~ msgid "unexpected mime type" #~ msgstr "tipus mime inesperat" #~ msgid "allocate response" #~ msgstr "assigna la resposta" #~ msgid "read response" #~ msgstr "llegeix la resposta" #~ msgid "allocate string array" #~ msgstr "assigna una matriu de cadenes" #~ msgid "parse server response failed" #~ msgstr "ha fallat l'anàlisi de la resposta del servidor" #~ msgid "allocate new context" #~ msgstr "assigna un nou context" #~ msgid "allocating conn->name" #~ msgstr "s'està assignant conn->name" #~ msgid "missing filesystem type" #~ msgstr "falta el tipus de sistema de fitxers" #~ msgid "empty or invalid mount source" #~ msgstr "l'origen de muntatge és buit o invàlid" #~ msgid "missing mount target" #~ msgstr "falta l'objectiu de muntatge" #~ msgid "empty or invalid mount target" #~ msgstr "l'origen de muntatge és buit o invàlid" #~ msgid "failed to generate uuid" #~ msgstr "no s'ha pogut generar l'uuid" #~ msgid "invalid or missing init element" #~ msgstr "l'element d'inicialització falta o és invàlid" #~ msgid "init string too long" #~ msgstr "la cadena d'inicialització és massa llarga" #~ msgid "invalid memory value" #~ msgstr "valor de memòria invàlid" #~ msgid "invalid root element" #~ msgstr "element d'arrel invàlid" #~ msgid "invalid domain id" #~ msgstr "id de domini invàlid" #~ msgid "Can't redefine active VM with name %s" #~ msgstr "No es pot redefinir la VM activa de nom %s" #~ msgid "failed to open config directory %s: %s" #~ msgstr "no s'ha pogut obrir el directori de configuració %s: %s" #, fuzzy #~ msgid "execl failed to exec init: %s" #~ msgstr "no s'ha pogut executar %s\n" #, fuzzy #~ msgid "unable to get storage for vm tty name" #~ msgstr "No es pot obtenir informació de node" #, fuzzy #~ msgid "posix_openpt failed: %s" #~ msgstr "ha fallat l'operació: %s" #, fuzzy #~ msgid "ptsname_r failed: %s" #~ msgstr "ha fallat l'operació: %s" #, fuzzy #~ msgid "sending SIGTERM failed: %s" #~ msgstr "ha fallat l'operació: %s" #, fuzzy #~ msgid "sending SIGKILL failed: %s" #~ msgstr "ha fallat l'operació: %s" #~ msgid "Error already an active OPENVZ VM having id '%s'" #~ msgstr "" #~ "S'ha produït un error. Encara hi ha una OPENVZ VM activa amb l'id '%s'" #~ msgid "VPS ID Error (must be an integer greater than 100" #~ msgstr "" #~ "S'ha produït un error en l'ID de VPS (ha de ser un enter més gran que 100" #~ msgid "No IP address in the given xml config file '%s'" #~ msgstr "No hi ha cap adreça IP al fitxer de configuració xml indicat '%s'" #~ msgid "ipaddress length too long" #~ msgstr "la llargada d'ipadress és massa llarga" #~ msgid "Failed to Create Memory for 'ovz_ip' structure" #~ msgstr "No s'ha pogut Crear Memòria per a l'estructura 'ovz_ip'" #~ msgid "No Netmask address in the given xml config file '%s'" #~ msgstr "" #~ "No hi ha adreça de màscara de xarxa al fitxer de configuració xml indicat " #~ "'%s'" #~ msgid "netmask length too long" #~ msgstr "la llargada de la màscara de xarxa és massa llarga" #~ msgid "No hostname in the given xml config file '%s'" #~ msgstr "No hi ha nom de màquina al fitxer de configuració xml indicat '%s'" #~ msgid "hostname length too long" #~ msgstr "la llargada del nom de màquina és massa llarga" #~ msgid "No Gateway address in the given xml config file '%s'" #~ msgstr "" #~ "No hi ha adreça de pasrel·la al fitxer de configuració xml indicat '%s'" #~ msgid "gateway length too long" #~ msgstr "la llargada de la passarel·la és massa llarga" #~ msgid "No Nameserver address inthe given xml config file '%s'" #~ msgstr "" #~ "No hi ha adreça de nom de servidor al fitxer de configuració xml indicat " #~ "'%s'" #~ msgid "nameserver length too long" #~ msgstr "la llargada del nom de servidor és massa llarga" #~ msgid "Failed to Create Memory for 'ovz_ns' structure" #~ msgstr "No s'ha pogut Crear Memòria per a l'estructura 'ovz_ns'" #~ msgid "profile length too long" #~ msgstr "la llargada del perfil és massa llarga" #~ msgid "Error in parsing Options to OPENVZ" #~ msgstr "Hi ha hagut un error en analitzar les Opcions de OPENVZ" #~ msgid "Error creating OPENVZ VM" #~ msgstr "Hi ha hagut un error en crear l'OPENVZ VM" #~ msgid "failed to exec %s\n" #~ msgstr "no s'ha pogut executar %s\n" #~ msgid "Invalid cdrom device name: %s" #~ msgstr "Nom del dispositiu de cdrom invàlid: %s" #, fuzzy #~ msgid "Invalid bus type: %s" #~ msgstr "l'adreça MAC no és vàlida: %s" #~ msgid "TAP interface name '%s' is too long" #~ msgstr "El nom '%s' de la interfície TAP és massa llarg" #~ msgid "TAP script path '%s' is too long" #~ msgstr "El camí '%s' de l'script TAP és massa llarg" #~ msgid "TAP bridge path '%s' is too long" #~ msgstr "El camí '%s' del pont TAP és massa llarg" #~ msgid "Model name '%s' is too long" #~ msgstr "El nom de model '%s' és massa llarg" #~ msgid "domain name length too long" #~ msgstr "la llargada del nom de domini és massa llarga" #~ msgid "malformed memory information" #~ msgstr "la informació de memòria no és correcta" #~ msgid "malformed vcpu information" #~ msgstr "la informació de vcpu no és correcta" #~ msgid "malformed vcpu mask information" #~ msgstr "la informació de la màscara de la vcpu no és correcta" #~ msgid "architecture type too long" #~ msgstr "el tipus d'arquitectura és massa llarg" #~ msgid "machine type too long" #~ msgstr "el tipus de la màquina és massa llarg" #~ msgid "initrd path too long" #~ msgstr "el camí de initrd és massa llarg" #~ msgid "cmdline arguments too long" #~ msgstr "els arguments de la línia d'ordres són massa llargs" #~ msgid "Unsupported graphics type %s" #~ msgstr "El tipus de gràfics %s no està disponible" #~ msgid "failed to allocate space for disk string" #~ msgstr "no s'ha pogut assignar espai per a la cadena del disc" #~ msgid "failed to allocate space for input string" #~ msgstr "no s'ha pogut assignar espai per a la cadena d'entrada" #~ msgid "failed to allocate space for sound dev" #~ msgstr "no s'ha pogut assignar espai per al dispositiu de so" #~ msgid "failed to allocate space for range string" #~ msgstr "no s'ha pogut assignar espai per a la cadena d'abast" #~ msgid "failed to allocate space for network_def string" #~ msgstr "no s'ha pogut assignar espai per a la cadena network_def" #~ msgid "failed to allocate space for xmlXPathContext string" #~ msgstr "no s'ha pogut assignar espai per a la cadena xmlXPathContext" #~ msgid "network name length too long" #~ msgstr "la llargada del nom de xarxa és massa llarga" #~ msgid "forward device name '%s' is too long" #~ msgstr "el nom del dispositiu d'enviament '%s' és massa llarg" #~ msgid "failed to allocate space for network string" #~ msgstr "no s'ha pogut assignar espai per a la cadena de xarxa" #~ msgid "Error parsing QEMU guest config '%s' : %s" #~ msgstr "" #~ "S'ha produït un error en analitzar la configuració del visitant QEMU '%" #~ "s': %s" #~ msgid "BUG: unknown error - please report it\n" #~ msgstr "" #~ "ERROR DE PROGRAMACIÓ: s'ha produït un error desconegut - siusplau " #~ "informeu de l'error\n" #~ msgid "QEMU guest config filename '%s' does not match guest name '%s'" #~ msgstr "" #~ "El nom del fitxer de configuració '%s' del visitant QEMU no concorda amb " #~ "el nom del visitant '%s'" #~ msgid "Failed to load QEMU guest config '%s': out of memory" #~ msgstr "" #~ "No s'ha pogut carregar la configuració del visitant QEMU '%s': s'ha " #~ "esgotat la memòria" #~ msgid "Failed to load network config '%s': out of memory" #~ msgstr "" #~ "No s'ha pogut carregar la configuració de la xarxa '%s': s'ha esgotat la " #~ "memòria" #~ msgid "Config filename '%s/%s' is too long" #~ msgstr "El nom del fitxer de configuració '%s/%s' és massa llarg" #~ msgid "Autostart link path '%s/%s' is too long" #~ msgstr "El camí de l'enllaç a l'inici automàtic '%s/%s' és massa llarg" #, fuzzy #~ msgid "allocating cpu mask" #~ msgstr "assignació d'un domini" #~ msgid "failed to generate XML: out of memory" #~ msgstr "no s'ha pogut generar l'XML: s'ha esgotat la memòria" #~ msgid "Resulting path to long for buffer in qemudInitPaths()" #~ msgstr "" #~ "El camí resultant és massa llarg per a la memòria intermèdia en " #~ "qemudInitPaths()" #~ msgid "failed to set bridge forward delay to %d" #~ msgstr "no s'ha pogut definir el retard del reeenviament del pont a %d" #~ msgid "failed to set bridge STP to %s" #~ msgstr "no s'ha pogut definir el STP del pont a %s" #, fuzzy #~ msgid "unknown storage backend type %s" #~ msgstr "tipus d'SO desconegut %s" #~ msgid "domain" #~ msgstr "domini" #~ msgid "domain memory" #~ msgstr "memòria del domini" #~ msgid "domain current memory" #~ msgstr "memòria actual del domini" #~ msgid "domain vcpus" #~ msgstr "vcpu del domini" #~ msgid "domain reboot behaviour" #~ msgstr "comportament del reinici del domini" #~ msgid "domain poweroff behaviour" #~ msgstr "comportament de l'apagada del domini" #~ msgid "domain crash behaviour" #~ msgstr "comportament de la fallada del domini" #~ msgid "load domain definition file" #~ msgstr "carrega el fitxer de definició del domini" #~ msgid "network" #~ msgstr "xarxa" #, fuzzy #~ msgid "network forward" #~ msgstr "nom de xarxa" #~ msgid "ip address" #~ msgstr "adreça ip" #~ msgid "ip netmask" #~ msgstr "màscara ip" #~ msgid "load network definition file" #~ msgstr "carrega el fitxer de definició de la xarxa" #~ msgid "too many domains" #~ msgstr "massa dominis" #, fuzzy #~ msgid "cannot save domain core" #~ msgstr "No s'ha pogut desar el domini %s a %s" #~ msgid "too many networks" #~ msgstr "massa xarxes" #~ msgid "blocked" #~ msgstr "blocat" #, fuzzy #~ msgid "cannot read XML domain definition" #~ msgstr "carrega el fitxer de definició del domini" #, fuzzy #~ msgid "missing top level domain element" #~ msgstr "manca la informació del dispositiu arrel a %s" #, fuzzy #~ msgid "domain type is invalid" #~ msgstr "el domini %s ja existeix" #, fuzzy #~ msgid "failed to allocate sound string" #~ msgstr "no s'ha pogut assignar un node" #, fuzzy #~ msgid "too many boot devices" #~ msgstr "massa dominis" #, fuzzy #~ msgid "invalid input device" #~ msgstr "punter de domini invàlid" #~ msgid "out of memory allocating return array" #~ msgstr "" #~ "s'ha esgotat la memòria mentre s'estava assignant la matriu de retorn" #~ msgid "Allowing PID %d running as root" #~ msgstr "S'està permetent que el PID %s s'executi com a usuari primari" #~ msgid "failed to allocate buffer" #~ msgstr "no s'ha pogut assignar una memòria intermèdia"