libvirt/po/it.po
Daniel Veillard 89d730201f Release of libvirt-1.0.4
- configure.ac docs/news.html.in libvirt.spec.in: updates for the release
- po/*.po*: fetch translation updates from Transifex and regenerate
2013-04-01 10:57:04 +08:00

32164 lines
784 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Red Hat, Inc.
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Daniel <veillard@redhat.com>, 2011.
# Francesco Tombolini <tombo@adamantio.net>, 2007, 2008.
# Guido Grazioli <guido.grazioli@gmail.com>, 2008-2009,2012-2013.
# Silvio Pierro <perplesso82@gmail.com>, 2009.
msgid ""
msgstr ""
"Project-Id-Version: libvirt\n"
"Report-Msgid-Bugs-To: libvir-list@redhat.com\n"
"POT-Creation-Date: 2013-04-01 10:11+0800\n"
"PO-Revision-Date: 2013-02-27 11:22+0000\n"
"Last-Translator: Daniel <veillard@redhat.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/libvirt/language/"
"it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: daemon/libvirtd-config.c:56 daemon/libvirtd-config.c:78
#, c-format
msgid "failed to allocate memory for %s config list"
msgstr "impossibile allocare memoria per l'elenco di configurazione %s"
#: daemon/libvirtd-config.c:64 daemon/libvirtd-config.c:98
#, c-format
msgid "failed to allocate memory for %s config list value"
msgstr "impossibile allocare memoria per l'elenco di configurazione valore %s"
#: daemon/libvirtd-config.c:85 daemon/libvirtd-config.c:110
#, c-format
msgid "remoteReadConfigFile: %s: %s: must be a string or list of strings"
msgstr ""
"remoteReadConfigFile: %s: %s: deve essere una stringa o una lista di stringhe"
#: daemon/libvirtd-config.c:127 src/locking/lock_daemon_config.c:44
#, c-format
msgid "remoteReadConfigFile: %s: %s: invalid type: got %s; expected %s"
msgstr "remoteReadConfigFile: %s: %s: tipo non valido: trovato %s; atteso %s"
#: daemon/libvirtd-config.c:189
#, c-format
msgid "remoteReadConfigFile: %s: %s: unsupported auth %s"
msgstr "remoteReadConfigFile: %s: %s: autenticazione non supportata %s"
#: daemon/libvirtd.c:218
#, c-format
msgid "%s: error: unable to determine if daemon is running: %s\n"
msgstr ""
#: daemon/libvirtd.c:224 src/locking/lock_daemon.c:357
#, c-format
msgid ""
"%s: error: %s. Check /var/log/messages or run without --daemon for more "
"info.\n"
msgstr ""
"%s: errore: %s. Controllare /var/log/messages o eseguire senza --daemon per "
"maggiori dettagli.\n"
#: daemon/libvirtd.c:466 daemon/libvirtd.c:471
#, c-format
msgid "Failed to parse mode '%s'"
msgstr "Impossibile eseguire il parsing della modalità '%s'"
#: daemon/libvirtd.c:576
msgid "This libvirtd build does not support TLS"
msgstr ""
#: daemon/libvirtd.c:739
msgid "additional privileges are required"
msgstr "sono necessari privilegi aggiuntivi"
#: daemon/libvirtd.c:745
msgid "failed to set reduced privileges"
msgstr "impossibile impostare privilegi ridotti"
#: daemon/libvirtd.c:880
msgid "Driver state initialization failed"
msgstr "Inizializzazione dello stato del driver fallita"
#: daemon/libvirtd.c:982
#, c-format
msgid "Unable to migrate %s to %s"
msgstr ""
#: daemon/libvirtd.c:1004
#, c-format
msgid ""
"\n"
"Usage:\n"
" %s [options]\n"
"\n"
"Options:\n"
" -v | --verbose Verbose messages.\n"
" -d | --daemon Run as a daemon & write PID file.\n"
" -l | --listen Listen for TCP/IP connections.\n"
" -t | --timeout <secs> Exit after timeout period.\n"
" -f | --config <file> Configuration file.\n"
" | --version Display version information.\n"
" -p | --pid-file <file> Change name of PID file.\n"
"\n"
"libvirt management daemon:\n"
msgstr ""
#: daemon/libvirtd.c:1022
#, c-format
msgid ""
"\n"
" Default paths:\n"
"\n"
" Configuration file (unless overridden by -f):\n"
" %s/libvirt/libvirtd.conf\n"
"\n"
" Sockets:\n"
" %s/run/libvirt/libvirt-sock\n"
" %s/run/libvirt/libvirt-sock-ro\n"
"\n"
" TLS:\n"
" CA certificate: %s/pki/CA/caert.pem\n"
" Server certificate: %s/pki/libvirt/servercert.pem\n"
" Server private key: %s/pki/libvirt/private/serverkey.pem\n"
"\n"
" PID file (unless overridden by -p):\n"
" %s/run/libvirtd.pid\n"
"\n"
msgstr ""
#: daemon/libvirtd.c:1049
msgid ""
"\n"
" Default paths:\n"
"\n"
" Configuration file (unless overridden by -f):\n"
" $XDG_CONFIG_HOME/libvirt/libvirtd.conf\n"
"\n"
" Sockets:\n"
" $XDG_RUNTIME_DIR/libvirt/libvirt-sock\n"
"\n"
" TLS:\n"
" CA certificate: $HOME/.pki/libvirt/cacert.pem\n"
" Server certificate: $HOME/.pki/libvirt/servercert.pem\n"
" Server private key: $HOME/.pki/libvirt/serverkey.pem\n"
"\n"
" PID file:\n"
" $XDG_RUNTIME_DIR/libvirt/libvirtd.pid\n"
"\n"
msgstr ""
#: daemon/libvirtd.c:1109 daemon/libvirtd.c:1123
#: src/locking/lock_daemon.c:1196 src/locking/sanlock_helper.c:76
#: src/lxc/lxc_controller.c:1541 src/security/virt-aa-helper.c:1193
#: src/storage/parthelper.c:75 src/util/iohelper.c:237 src/util/iohelper.c:243
#, c-format
msgid "%s: initialization failed\n"
msgstr "%s: inizializzazione fallita\n"
#: daemon/libvirtd.c:1117
#, c-format
msgid "%s: cannot identify driver directory\n"
msgstr ""
#: daemon/libvirtd.c:1127
#, c-format
msgid "%s: expected driver directory '%s' is missing\n"
msgstr ""
#: daemon/libvirtd.c:1169
msgid "Invalid value for timeout"
msgstr ""
#: daemon/libvirtd.c:1177 daemon/libvirtd.c:1185
msgid "Can't allocate memory"
msgstr ""
#: daemon/libvirtd.c:1199
#, c-format
msgid "%s: internal error: unknown flag: %c"
msgstr ""
#: daemon/libvirtd.c:1212 src/locking/lock_daemon.c:1249
msgid "Can't create initial configuration"
msgstr ""
#: daemon/libvirtd.c:1221 src/locking/lock_daemon.c:1258
msgid "Can't determine config path"
msgstr ""
#: daemon/libvirtd.c:1231 src/locking/lock_daemon.c:1268
#, c-format
msgid "Can't load config file: %s: %s"
msgstr ""
#: daemon/libvirtd.c:1234 src/locking/lock_daemon.c:1271
#, c-format
msgid "Can't load config file: %s"
msgstr ""
#: daemon/libvirtd.c:1240
msgid "Exiting due to failure to migrate profile"
msgstr ""
#: daemon/libvirtd.c:1246
#, c-format
msgid "invalid host UUID: %s"
msgstr "UUID dell'host non valido: %s"
#: daemon/libvirtd.c:1251 src/locking/lock_daemon.c:1276
msgid "Can't initialize logging"
msgstr ""
#: daemon/libvirtd.c:1258 src/locking/lock_daemon.c:1283
msgid "Can't determine pid file path."
msgstr ""
#: daemon/libvirtd.c:1267 src/locking/lock_daemon.c:1290
msgid "Can't determine socket paths"
msgstr ""
#: daemon/libvirtd.c:1277 src/locking/lock_daemon.c:1300
#, c-format
msgid "cannot change to root directory: %s"
msgstr "impossibile passare alla cartella root: %s"
#: daemon/libvirtd.c:1283 src/locking/lock_daemon.c:1306
#, c-format
msgid "Failed to fork as daemon: %s"
msgstr "Impossibile eseguire il fork come demone: %s"
#: daemon/libvirtd.c:1296 src/locking/lock_daemon.c:1320
msgid "Can't determine user directory"
msgstr ""
#: daemon/libvirtd.c:1312 src/locking/lock_daemon.c:1332
#, c-format
msgid "unable to create rundir %s: %s"
msgstr "impossibile creare rundir %s: %s"
#: daemon/qemu_dispatch.h:38 daemon/qemu_dispatch.h:107 daemon/remote.c:803
#: daemon/remote.c:1012 daemon/remote.c:1065 daemon/remote.c:1120
#: daemon/remote.c:1175 daemon/remote.c:1239 daemon/remote.c:1296
#: daemon/remote.c:1360 daemon/remote.c:1413 daemon/remote.c:1462
#: daemon/remote.c:1523 daemon/remote.c:1569 daemon/remote.c:1636
#: daemon/remote.c:1676 daemon/remote.c:1731 daemon/remote.c:1817
#: daemon/remote.c:1874 daemon/remote.c:1925 daemon/remote.c:1989
#: daemon/remote.c:2053 daemon/remote.c:2118 daemon/remote.c:2196
#: daemon/remote.c:2271 daemon/remote.c:2313 daemon/remote.c:3088
#: daemon/remote.c:3141 daemon/remote.c:3182 daemon/remote.c:3260
#: daemon/remote.c:3297 daemon/remote.c:3330 daemon/remote.c:3379
#: daemon/remote.c:3425 daemon/remote.c:3466 daemon/remote.c:3517
#: daemon/remote.c:3577 daemon/remote.c:3631 daemon/remote.c:3680
#: daemon/remote.c:3728 daemon/remote.c:3768 daemon/remote.c:3813
#: daemon/remote.c:3876 daemon/remote.c:3950 daemon/remote.c:4013
#: daemon/remote.c:4074 daemon/remote.c:4138 daemon/remote.c:4193
#: daemon/remote.c:4250 daemon/remote.c:4304 daemon/remote.c:4358
#: daemon/remote.c:4412 daemon/remote.c:4466 daemon/remote.c:4521
#: daemon/remote.c:4581 daemon/remote.c:4627 daemon/remote.c:4677
#: daemon/remote_dispatch.h:317 daemon/remote_dispatch.h:367
#: daemon/remote_dispatch.h:415 daemon/remote_dispatch.h:467
#: daemon/remote_dispatch.h:519 daemon/remote_dispatch.h:574
#: daemon/remote_dispatch.h:631 daemon/remote_dispatch.h:684
#: daemon/remote_dispatch.h:761 daemon/remote_dispatch.h:817
#: daemon/remote_dispatch.h:873 daemon/remote_dispatch.h:928
#: daemon/remote_dispatch.h:1007 daemon/remote_dispatch.h:1059
#: daemon/remote_dispatch.h:1113 daemon/remote_dispatch.h:1168
#: daemon/remote_dispatch.h:1220 daemon/remote_dispatch.h:1270
#: daemon/remote_dispatch.h:1322 daemon/remote_dispatch.h:1374
#: daemon/remote_dispatch.h:1426 daemon/remote_dispatch.h:1563
#: daemon/remote_dispatch.h:1620 daemon/remote_dispatch.h:1698
#: daemon/remote_dispatch.h:1800 daemon/remote_dispatch.h:1924
#: daemon/remote_dispatch.h:1980 daemon/remote_dispatch.h:2062
#: daemon/remote_dispatch.h:2151 daemon/remote_dispatch.h:2207
#: daemon/remote_dispatch.h:2286 daemon/remote_dispatch.h:2366
#: daemon/remote_dispatch.h:2598 daemon/remote_dispatch.h:2654
#: daemon/remote_dispatch.h:2710 daemon/remote_dispatch.h:2766
#: daemon/remote_dispatch.h:2819 daemon/remote_dispatch.h:2874
#: daemon/remote_dispatch.h:2937 daemon/remote_dispatch.h:2993
#: daemon/remote_dispatch.h:3049 daemon/remote_dispatch.h:3126
#: daemon/remote_dispatch.h:3178 daemon/remote_dispatch.h:3230
#: daemon/remote_dispatch.h:3280 daemon/remote_dispatch.h:3332
#: daemon/remote_dispatch.h:3474 daemon/remote_dispatch.h:3529
#: daemon/remote_dispatch.h:3606 daemon/remote_dispatch.h:3662
#: daemon/remote_dispatch.h:3718 daemon/remote_dispatch.h:3868
#: daemon/remote_dispatch.h:3945 daemon/remote_dispatch.h:4017
#: daemon/remote_dispatch.h:4069 daemon/remote_dispatch.h:4122
#: daemon/remote_dispatch.h:4179 daemon/remote_dispatch.h:4252
#: daemon/remote_dispatch.h:4364 daemon/remote_dispatch.h:4416
#: daemon/remote_dispatch.h:4468 daemon/remote_dispatch.h:4520
#: daemon/remote_dispatch.h:4572 daemon/remote_dispatch.h:4624
#: daemon/remote_dispatch.h:4675 daemon/remote_dispatch.h:4722
#: daemon/remote_dispatch.h:4771 daemon/remote_dispatch.h:4824
#: daemon/remote_dispatch.h:4881 daemon/remote_dispatch.h:4934
#: daemon/remote_dispatch.h:4987 daemon/remote_dispatch.h:5036
#: daemon/remote_dispatch.h:5090 daemon/remote_dispatch.h:5172
#: daemon/remote_dispatch.h:5224 daemon/remote_dispatch.h:5276
#: daemon/remote_dispatch.h:5330 daemon/remote_dispatch.h:5391
#: daemon/remote_dispatch.h:5452 daemon/remote_dispatch.h:5512
#: daemon/remote_dispatch.h:5567 daemon/remote_dispatch.h:5622
#: daemon/remote_dispatch.h:5678 daemon/remote_dispatch.h:5740
#: daemon/remote_dispatch.h:5798 daemon/remote_dispatch.h:5859
#: daemon/remote_dispatch.h:5920 daemon/remote_dispatch.h:5979
#: daemon/remote_dispatch.h:6031 daemon/remote_dispatch.h:6083
#: daemon/remote_dispatch.h:6135 daemon/remote_dispatch.h:6190
#: daemon/remote_dispatch.h:6248 daemon/remote_dispatch.h:6304
#: daemon/remote_dispatch.h:6365 daemon/remote_dispatch.h:6429
#: daemon/remote_dispatch.h:6491 daemon/remote_dispatch.h:6553
#: daemon/remote_dispatch.h:6637 daemon/remote_dispatch.h:6712
#: daemon/remote_dispatch.h:6782 daemon/remote_dispatch.h:6840
#: daemon/remote_dispatch.h:6897 daemon/remote_dispatch.h:6955
#: daemon/remote_dispatch.h:7007 daemon/remote_dispatch.h:7059
#: daemon/remote_dispatch.h:7111 daemon/remote_dispatch.h:7165
#: daemon/remote_dispatch.h:7215 daemon/remote_dispatch.h:7266
#: daemon/remote_dispatch.h:7316 daemon/remote_dispatch.h:7364
#: daemon/remote_dispatch.h:7412 daemon/remote_dispatch.h:7463
#: daemon/remote_dispatch.h:7515 daemon/remote_dispatch.h:7563
#: daemon/remote_dispatch.h:7616 daemon/remote_dispatch.h:7664
#: daemon/remote_dispatch.h:7711 daemon/remote_dispatch.h:7757
#: daemon/remote_dispatch.h:7803 daemon/remote_dispatch.h:7850
#: daemon/remote_dispatch.h:7904 daemon/remote_dispatch.h:7954
#: daemon/remote_dispatch.h:8009 daemon/remote_dispatch.h:8065
#: daemon/remote_dispatch.h:8120 daemon/remote_dispatch.h:8172
#: daemon/remote_dispatch.h:8222 daemon/remote_dispatch.h:8274
#: daemon/remote_dispatch.h:8324 daemon/remote_dispatch.h:8388
#: daemon/remote_dispatch.h:8452 daemon/remote_dispatch.h:8516
#: daemon/remote_dispatch.h:8580 daemon/remote_dispatch.h:8644
#: daemon/remote_dispatch.h:8708 daemon/remote_dispatch.h:8772
#: daemon/remote_dispatch.h:8836 daemon/remote_dispatch.h:8900
#: daemon/remote_dispatch.h:8962 daemon/remote_dispatch.h:9016
#: daemon/remote_dispatch.h:9068 daemon/remote_dispatch.h:9118
#: daemon/remote_dispatch.h:9173 daemon/remote_dispatch.h:9229
#: daemon/remote_dispatch.h:9285 daemon/remote_dispatch.h:9341
#: daemon/remote_dispatch.h:9397 daemon/remote_dispatch.h:9452
#: daemon/remote_dispatch.h:9504 daemon/remote_dispatch.h:9554
#: daemon/remote_dispatch.h:9606 daemon/remote_dispatch.h:9658
#: daemon/remote_dispatch.h:9712 daemon/remote_dispatch.h:9762
#: daemon/remote_dispatch.h:9814 daemon/remote_dispatch.h:9891
#: daemon/remote_dispatch.h:9947 daemon/remote_dispatch.h:10016
#: daemon/remote_dispatch.h:10068 daemon/remote_dispatch.h:10121
#: daemon/remote_dispatch.h:10174 daemon/remote_dispatch.h:10226
#: daemon/remote_dispatch.h:10280 daemon/remote_dispatch.h:10386
#: daemon/remote_dispatch.h:10434 daemon/remote_dispatch.h:10557
#: daemon/remote_dispatch.h:10624 daemon/remote_dispatch.h:10675
#: daemon/remote_dispatch.h:10728 daemon/remote_dispatch.h:10775
#: daemon/remote_dispatch.h:10823 daemon/remote_dispatch.h:10871
#: daemon/remote_dispatch.h:10919 daemon/remote_dispatch.h:10967
#: daemon/remote_dispatch.h:11015 daemon/remote_dispatch.h:11063
#: daemon/remote_dispatch.h:11111 daemon/remote_dispatch.h:11159
#: daemon/remote_dispatch.h:11207 daemon/remote_dispatch.h:11257
#: daemon/remote_dispatch.h:11310 daemon/remote_dispatch.h:11365
#: daemon/remote_dispatch.h:11417 daemon/remote_dispatch.h:11467
#: daemon/remote_dispatch.h:11542 daemon/remote_dispatch.h:11617
#: daemon/remote_dispatch.h:11672 daemon/remote_dispatch.h:11724
#: daemon/remote_dispatch.h:11774 daemon/remote_dispatch.h:11826
#: daemon/remote_dispatch.h:11878 daemon/remote_dispatch.h:11930
#: daemon/remote_dispatch.h:11984 daemon/remote_dispatch.h:12036
#: daemon/remote_dispatch.h:12086 daemon/remote_dispatch.h:12138
#: daemon/remote_dispatch.h:12193 daemon/remote_dispatch.h:12249
#: daemon/remote_dispatch.h:12308 daemon/remote_dispatch.h:12364
#: daemon/remote_dispatch.h:12420 daemon/remote_dispatch.h:12498
#: daemon/remote_dispatch.h:12567 daemon/remote_dispatch.h:12619
#: daemon/remote_dispatch.h:12672 daemon/remote_dispatch.h:12730
#: daemon/remote_dispatch.h:12783 daemon/remote_dispatch.h:12835
#: daemon/remote_dispatch.h:12887 daemon/remote_dispatch.h:12942
#: daemon/remote_dispatch.h:13001 daemon/remote_dispatch.h:13061
#: daemon/remote_dispatch.h:13115 daemon/remote_dispatch.h:13186
#: daemon/remote_dispatch.h:13244 daemon/remote_dispatch.h:13300
#: daemon/remote_dispatch.h:13355 daemon/remote_dispatch.h:13408
#: daemon/remote_dispatch.h:13465 daemon/remote_dispatch.h:13515
#: daemon/remote_dispatch.h:13569 daemon/remote_dispatch.h:13637
#: daemon/remote_dispatch.h:13689
msgid "connection not open"
msgstr "collegamento non aperto"
#: daemon/remote.c:63 src/remote/remote_driver.c:59
#, c-format
msgid "conversion from hyper to %s overflowed"
msgstr ""
#: daemon/remote.c:739
msgid "connection already open"
msgstr "collegamento già aperto"
#: daemon/remote.c:745
msgid "keepalive support is required to connect"
msgstr ""
#: daemon/remote.c:890 daemon/remote.c:980 src/remote/remote_driver.c:1527
#: src/remote/remote_driver.c:1617
#, c-format
msgid "unknown parameter type: %d"
msgstr ""
#: daemon/remote.c:926 daemon/remote.c:1017 daemon/remote.c:1125
#: daemon/remote.c:1305 daemon/remote.c:1932 daemon/remote.c:1996
#: daemon/remote.c:2060 daemon/remote.c:2125 daemon/remote.c:2203
#: daemon/remote.c:2318 daemon/remote.c:3820 daemon/remote.c:3881
#: daemon/remote.c:4528
msgid "nparams too large"
msgstr "nparams troppo grande"
#: daemon/remote.c:941 src/remote/remote_driver.c:1577
#, c-format
msgid "Parameter %s too big for destination"
msgstr ""
#: daemon/remote.c:1181
msgid "maxStats > REMOTE_DOMAIN_MEMORY_STATS_MAX"
msgstr "maxStats > REMOTE_DOMAIN_MEMORY_STATS_MAX"
#: daemon/remote.c:1252 daemon/remote.c:1372
msgid "size > maximum buffer size"
msgstr "dimensione > dimensione buffer massima"
#: daemon/remote.c:1490
msgid "failed to copy security label"
msgstr ""
#: daemon/remote.c:1577
msgid "ncpumaps > REMOTE_VCPUINFO_MAX"
msgstr ""
#: daemon/remote.c:1583 daemon/remote.c:1745
msgid "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
msgstr "maxinfo * maplen > REMOTE_CPUMAPS_MAX"
#: daemon/remote.c:1739
msgid "maxinfo > REMOTE_VCPUINFO_MAX"
msgstr "maxinfo > REMOTE_VCPUINFO_MAX"
#: daemon/remote.c:2450
msgid "client tried invalid SASL init request"
msgstr "il client ha tentato una richiesta di inizializzazione SASL non valida"
#: daemon/remote.c:2498 daemon/remote.c:2647 daemon/remote.c:2745
#: daemon/remote.c:2761 daemon/remote.c:2775 daemon/remote.c:2789
#: daemon/remote.c:2887 daemon/remote.c:3033 daemon/remote.c:3062
#: src/util/virerror.c:961
msgid "authentication failed"
msgstr "autenticazione fallita"
#: daemon/remote.c:2525
#, c-format
msgid "negotiated SSF %d was not strong enough"
msgstr "la negoziazione SSF %d non è abbastanza forte"
#: daemon/remote.c:2578 daemon/remote.c:2676
msgid "client tried invalid SASL start request"
msgstr "il client ha tentato una richiesta di avvio SASL non valida"
#: daemon/remote.c:2596
#, c-format
msgid "sasl start reply data too long %d"
msgstr "risposta dati di avvio SASL troppo lunga %d"
#: daemon/remote.c:2693
#, c-format
msgid "sasl step reply data too long %d"
msgstr "dati di risposta di uno step SASL troppo lunghi %d"
#: daemon/remote.c:2828 daemon/remote.c:2938
msgid "client tried invalid PolicyKit init request"
msgstr ""
"il client ha tentato una richiesta di inizializzazione PolicyKit non valida"
#: daemon/remote.c:2856
#, c-format
msgid "Policy kit denied action %s from pid %lld, uid %d: %s"
msgstr ""
#: daemon/remote.c:2883
msgid "authentication cancelled by user"
msgstr ""
#: daemon/remote.c:2885
#, c-format
msgid "polkit: %s"
msgstr ""
#: daemon/remote.c:2944
msgid "cannot get peer socket identity"
msgstr "impossibile ottenere l'identità del socket peer"
#: daemon/remote.c:2962
#, c-format
msgid "Failed to lookup policy kit caller: %s"
msgstr "Impossibile determinare il policy kit caller: %s"
#: daemon/remote.c:2969
#, c-format
msgid "Failed to create polkit action %s"
msgstr "Impossibile creare l'azione polkit %s"
#: daemon/remote.c:2979
#, c-format
msgid "Failed to create polkit context %s"
msgstr "Impossibile creare il contesto polkit %s"
#: daemon/remote.c:2997
#, c-format
msgid "Policy kit failed to check authorization %d %s"
msgstr "Policy kit ha fallito il controllo dell'autorizzazione %d %s"
#: daemon/remote.c:3011
#, c-format
msgid "Policy kit denied action %s from pid %lld, uid %d, result: %s"
msgstr ""
#: daemon/remote.c:3060
msgid "client tried unsupported PolicyKit init request"
msgstr ""
"il client ha tentato una richiesta di inizializzazione PolicyKit non "
"supportata"
#: daemon/remote.c:3148 daemon/remote.c:3343
#, c-format
msgid "domain event %d already registered"
msgstr "dominio di eventi %d già esistente"
#: daemon/remote.c:3189 daemon/remote.c:3393
#, c-format
msgid "domain event %d not registered"
msgstr "dominio di eventi %d non registrato"
#: daemon/remote.c:3338 daemon/remote.c:3387
#, c-format
msgid "unsupported event ID %d"
msgstr "event ID %d non supportato"
#: daemon/remote.c:3885
msgid "ncpus too large"
msgstr ""
#: daemon/remote.c:3959
msgid "maxerrors too large"
msgstr ""
#: daemon/remote_dispatch.h:6643 daemon/remote_dispatch.h:6718
msgid "maxnames > REMOTE_DOMAIN_SNAPSHOT_LIST_NAMES_MAX"
msgstr ""
#: daemon/remote_dispatch.h:8330
msgid "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DOMAIN_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:8394
msgid "maxnames > REMOTE_DEFINED_INTERFACE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_DEFINED_INTERFACE_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:8458 daemon/remote_dispatch.h:8714
msgid "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NETWORK_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:8522 daemon/remote_dispatch.h:8906
msgid "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_POOL_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:8586
msgid "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
msgstr "maxids > REMOTE_DOMAIN_ID_LIST_MAX"
#: daemon/remote_dispatch.h:8650
msgid "maxnames > REMOTE_INTERFACE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_INTERFACE_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:8778
msgid "maxnames > REMOTE_NWFILTER_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NWFILTER_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:8842
msgid "maxuuids > REMOTE_SECRET_UUID_LIST_MAX"
msgstr "maxuuids > REMOTE_SECRET_UUID_LIST_MAX"
#: daemon/remote_dispatch.h:9953
msgid "maxnames > REMOTE_NODE_DEVICE_CAPS_LIST_MAX"
msgstr ""
#: daemon/remote_dispatch.h:10286
msgid "maxcells > REMOTE_NODE_MAX_CELLS"
msgstr ""
#: daemon/remote_dispatch.h:10563
msgid "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_NODE_DEVICE_NAME_LIST_MAX"
#: daemon/remote_dispatch.h:12504
msgid "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
msgstr "maxnames > REMOTE_STORAGE_VOL_NAME_LIST_MAX"
#: daemon/stream.c:225
msgid "stream had unexpected termination"
msgstr "stream terminato inaspettatamente"
#: daemon/stream.c:228
msgid "stream had I/O failure"
msgstr "errore di I/O dello stream"
#: daemon/stream.c:609
msgid "stream aborted at client request"
msgstr "stream terminato su richiesta del client"
#: daemon/stream.c:613
#, c-format
msgid "stream aborted with unexpected status %d"
msgstr "stream terminato con stato non atteso %d"
#: gnulib/lib/gai_strerror.c:57
msgid "Address family for hostname not supported"
msgstr ""
#: gnulib/lib/gai_strerror.c:58
msgid "Temporary failure in name resolution"
msgstr ""
#: gnulib/lib/gai_strerror.c:59
msgid "Bad value for ai_flags"
msgstr ""
#: gnulib/lib/gai_strerror.c:60
msgid "Non-recoverable failure in name resolution"
msgstr ""
#: gnulib/lib/gai_strerror.c:61
msgid "ai_family not supported"
msgstr ""
#: gnulib/lib/gai_strerror.c:62
msgid "Memory allocation failure"
msgstr ""
#: gnulib/lib/gai_strerror.c:63
msgid "No address associated with hostname"
msgstr ""
#: gnulib/lib/gai_strerror.c:64
msgid "Name or service not known"
msgstr ""
#: gnulib/lib/gai_strerror.c:65
msgid "Servname not supported for ai_socktype"
msgstr ""
#: gnulib/lib/gai_strerror.c:66
msgid "ai_socktype not supported"
msgstr ""
#: gnulib/lib/gai_strerror.c:67
msgid "System error"
msgstr ""
#: gnulib/lib/gai_strerror.c:68
msgid "Argument buffer too small"
msgstr ""
#: gnulib/lib/gai_strerror.c:70
msgid "Processing request in progress"
msgstr ""
#: gnulib/lib/gai_strerror.c:71
msgid "Request canceled"
msgstr ""
#: gnulib/lib/gai_strerror.c:72
msgid "Request not canceled"
msgstr ""
#: gnulib/lib/gai_strerror.c:73
msgid "All requests done"
msgstr ""
#: gnulib/lib/gai_strerror.c:74
msgid "Interrupted by a signal"
msgstr ""
#: gnulib/lib/gai_strerror.c:75
msgid "Parameter string not correctly encoded"
msgstr ""
#: gnulib/lib/gai_strerror.c:87 src/esx/esx_vi.c:4526
#: src/hyperv/hyperv_wmi.c:325 src/rpc/virnetclientprogram.c:184
#: src/rpc/virnetclientstream.c:197
msgid "Unknown error"
msgstr "Errore sconosciuto"
#: gnulib/lib/regcomp.c:131
msgid "Success"
msgstr ""
#: gnulib/lib/regcomp.c:134
msgid "No match"
msgstr ""
#: gnulib/lib/regcomp.c:137
msgid "Invalid regular expression"
msgstr ""
#: gnulib/lib/regcomp.c:140
msgid "Invalid collation character"
msgstr ""
#: gnulib/lib/regcomp.c:143
msgid "Invalid character class name"
msgstr ""
#: gnulib/lib/regcomp.c:146
msgid "Trailing backslash"
msgstr ""
#: gnulib/lib/regcomp.c:149
msgid "Invalid back reference"
msgstr ""
#: gnulib/lib/regcomp.c:152
msgid "Unmatched [ or [^"
msgstr ""
#: gnulib/lib/regcomp.c:155
msgid "Unmatched ( or \\("
msgstr ""
#: gnulib/lib/regcomp.c:158
msgid "Unmatched \\{"
msgstr ""
#: gnulib/lib/regcomp.c:161
msgid "Invalid content of \\{\\}"
msgstr ""
#: gnulib/lib/regcomp.c:164
msgid "Invalid range end"
msgstr ""
#: gnulib/lib/regcomp.c:167
msgid "Memory exhausted"
msgstr ""
#: gnulib/lib/regcomp.c:170
msgid "Invalid preceding regular expression"
msgstr ""
#: gnulib/lib/regcomp.c:173
msgid "Premature end of regular expression"
msgstr ""
#: gnulib/lib/regcomp.c:176
msgid "Regular expression too big"
msgstr ""
#: gnulib/lib/regcomp.c:179
msgid "Unmatched ) or \\)"
msgstr ""
#: gnulib/lib/regcomp.c:704
msgid "No previous regular expression"
msgstr ""
#: src/conf/cpu_conf.c:201
msgid "XML does not contain expected 'cpu' element"
msgstr "L'XML non contiene l'elemento atteso 'cpu'"
#: src/conf/cpu_conf.c:214
msgid ""
"'arch' element element cannot be used inside 'cpu' element with 'match' "
"attribute'"
msgstr ""
"l'elemento 'arch' non può essere usato all'interno dell'elemento 'cpu' "
"usando l'attributo 'match'"
#: src/conf/cpu_conf.c:230
msgid "Attribute mode is only allowed for guest CPU"
msgstr ""
#: src/conf/cpu_conf.c:237
#, c-format
msgid "Invalid mode attribute '%s'"
msgstr ""
#: src/conf/cpu_conf.c:265
msgid "Invalid match attribute for CPU specification"
msgstr "Attributo match non valido per la specificata CPU"
#: src/conf/cpu_conf.c:276
msgid "Missing CPU architecture"
msgstr "Architettura CPU mancante"
#: src/conf/cpu_conf.c:281 src/conf/domain_conf.c:10153
#, c-format
msgid "Unknown architecture %s"
msgstr ""
#: src/conf/cpu_conf.c:291 src/cpu/cpu_powerpc.c:267 src/cpu/cpu_x86.c:949
msgid "Missing CPU model name"
msgstr "Nome modello della CPU mancante"
#: src/conf/cpu_conf.c:301
msgid "Invalid fallback attribute"
msgstr ""
#: src/conf/cpu_conf.c:310
#, c-format
msgid "vendor_id must be exactly %d characters long"
msgstr ""
#: src/conf/cpu_conf.c:318
msgid "vendor id is invalid"
msgstr ""
#: src/conf/cpu_conf.c:330
msgid "CPU vendor specified without CPU model"
msgstr "Produttore CPU specificato senza modello CPU"
#: src/conf/cpu_conf.c:342
msgid "Missing 'sockets' attribute in CPU topology"
msgstr "Attributo 'sockets' mancante nella topologia CPU"
#: src/conf/cpu_conf.c:351
msgid "Missing 'cores' attribute in CPU topology"
msgstr "Attributo 'cores' mancante nella topologia CPU"
#: src/conf/cpu_conf.c:360
msgid "Missing 'threads' attribute in CPU topology"
msgstr "Attributo 'threads' mancante nella topologia CPU"
#: src/conf/cpu_conf.c:367
msgid "Invalid CPU topology"
msgstr "Topologia CPU non valida"
#: src/conf/cpu_conf.c:379 src/conf/cpu_conf.c:594
msgid "Non-empty feature list specified without CPU model"
msgstr "Lista di feature specificata senza un modello CPU"
#: src/conf/cpu_conf.c:407
msgid "Invalid CPU feature policy"
msgstr "Feature policy della CPU non valida"
#: src/conf/cpu_conf.c:417
msgid "Invalid CPU feature name"
msgstr "Nome feature della CPU non valido"
#: src/conf/cpu_conf.c:424 src/conf/cpu_conf.c:685
#, c-format
msgid "CPU feature `%s' specified more than once"
msgstr "Feature `%s' della CPU specificato più di una volta"
#: src/conf/cpu_conf.c:440
msgid "NUMA topology defined without NUMA cells"
msgstr ""
#: src/conf/cpu_conf.c:458
msgid "Missing 'cpus' attribute in NUMA cell"
msgstr ""
#: src/conf/cpu_conf.c:472
msgid "Missing 'memory' attribute in NUMA cell"
msgstr ""
#: src/conf/cpu_conf.c:479
msgid "Invalid 'memory' attribute in NUMA cell"
msgstr ""
#: src/conf/cpu_conf.c:540
#, c-format
msgid "Unexpected CPU mode %d"
msgstr ""
#: src/conf/cpu_conf.c:551
#, c-format
msgid "Unexpected CPU match policy %d"
msgstr "Match policy %d della CPU inattesa"
#: src/conf/cpu_conf.c:606
#, c-format
msgid "Unexpected CPU fallback value: %d"
msgstr ""
#: src/conf/cpu_conf.c:638 src/cpu/cpu_x86.c:669
msgid "Missing CPU feature name"
msgstr "Nome feature della CPU mancante"
#: src/conf/cpu_conf.c:648
#, c-format
msgid "Unexpected CPU feature policy %d"
msgstr "Feature policy %d della CPU inattesa"
#: src/conf/cpu_conf.c:722
msgid "Target CPU does not match source"
msgstr ""
#: src/conf/cpu_conf.c:728
#, c-format
msgid "Target CPU type %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:736
#, c-format
msgid "Target CPU mode %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:744
#, c-format
msgid "Target CPU arch %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:752 src/conf/cpu_conf.c:766
#, c-format
msgid "Target CPU model %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:759
#, c-format
msgid "Target CPU vendor %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:773
#, c-format
msgid "Target CPU sockets %d does not match source %d"
msgstr ""
#: src/conf/cpu_conf.c:780
#, c-format
msgid "Target CPU cores %d does not match source %d"
msgstr ""
#: src/conf/cpu_conf.c:787
#, c-format
msgid "Target CPU threads %d does not match source %d"
msgstr ""
#: src/conf/cpu_conf.c:794
#, c-format
msgid "Target CPU feature count %zu does not match source %zu"
msgstr ""
#: src/conf/cpu_conf.c:802
#, c-format
msgid "Target CPU feature %s does not match source %s"
msgstr ""
#: src/conf/cpu_conf.c:809
#, c-format
msgid "Target CPU feature policy %s does not match source %s"
msgstr ""
#: src/conf/device_conf.c:68
msgid "Cannot parse <address> 'domain' attribute"
msgstr "Errore nel parsing dell'attributo 'domain' di <address>"
#: src/conf/device_conf.c:75 src/conf/domain_conf.c:2617
#: src/conf/domain_conf.c:2671 src/conf/domain_conf.c:2812
msgid "Cannot parse <address> 'bus' attribute"
msgstr "Errore nel parsing dell'attributo 'bus' di <address>"
#: src/conf/device_conf.c:82 src/conf/domain_conf.c:2771
msgid "Cannot parse <address> 'slot' attribute"
msgstr "Errore nel parsing dell'attributo 'slot' del tag <address>"
#: src/conf/device_conf.c:89
msgid "Cannot parse <address> 'function' attribute"
msgstr "Errore nel parsing dell'attributo 'function' del tag <address>"
#: src/conf/device_conf.c:96
#, c-format
msgid "Unknown value '%s' for <address> 'multifunction' attribute"
msgstr ""
#: src/conf/device_conf.c:103
msgid "Insufficient specification for PCI address"
msgstr "Specifiche insufficienti per l'indirizzo PCI"
#: src/conf/domain_conf.c:832
#, c-format
msgid "could not parse weight %s"
msgstr ""
#: src/conf/domain_conf.c:845
msgid "missing per-device path"
msgstr ""
#: src/conf/domain_conf.c:2005 src/xen/xm_internal.c:1038
#, c-format
msgid "domain '%s' is already defined with uuid %s"
msgstr "il dominio '%s' è già definito con uuid %s"
#: src/conf/domain_conf.c:2014
#, c-format
msgid "domain is already active as '%s'"
msgstr "il dominio è già attivo come '%s'"
#: src/conf/domain_conf.c:2030
#, c-format
msgid "domain '%s' already exists with uuid %s"
msgstr ""
#: src/conf/domain_conf.c:2157 src/lxc/lxc_driver.c:2633
#: src/lxc/lxc_driver.c:2713 src/openvz/openvz_driver.c:1978
#: src/qemu/qemu_driver.c:1587 src/qemu/qemu_driver.c:1599
#: src/qemu/qemu_driver.c:1675 src/qemu/qemu_driver.c:1764
#: src/qemu/qemu_driver.c:1867 src/qemu/qemu_driver.c:1913
#: src/qemu/qemu_driver.c:2003 src/qemu/qemu_driver.c:2200
#: src/qemu/qemu_driver.c:2211 src/qemu/qemu_driver.c:2274
#: src/qemu/qemu_driver.c:2408 src/qemu/qemu_driver.c:2983
#: src/qemu/qemu_driver.c:3038 src/qemu/qemu_driver.c:3294
#: src/qemu/qemu_driver.c:3399 src/qemu/qemu_driver.c:3493
#: src/qemu/qemu_driver.c:5178 src/qemu/qemu_driver.c:8379
#: src/qemu/qemu_driver.c:8436 src/qemu/qemu_driver.c:8459
#: src/qemu/qemu_driver.c:8516 src/qemu/qemu_driver.c:8666
#: src/qemu/qemu_driver.c:9027 src/qemu/qemu_driver.c:9146
#: src/qemu/qemu_driver.c:9665 src/qemu/qemu_driver.c:10167
#: src/qemu/qemu_driver.c:10203 src/qemu/qemu_driver.c:10334
#: src/qemu/qemu_driver.c:10388 src/qemu/qemu_driver.c:10435
#: src/qemu/qemu_driver.c:10487 src/qemu/qemu_driver.c:10542
#: src/qemu/qemu_driver.c:10854 src/qemu/qemu_driver.c:11225
#: src/qemu/qemu_driver.c:12736 src/qemu/qemu_driver.c:12745
#: src/qemu/qemu_driver.c:12886 src/qemu/qemu_driver.c:12964
#: src/qemu/qemu_driver.c:13080 src/qemu/qemu_driver.c:13237
#: src/qemu/qemu_driver.c:13285 src/qemu/qemu_driver.c:13355
#: src/qemu/qemu_driver.c:13433 src/qemu/qemu_driver.c:13477
#: src/qemu/qemu_driver.c:13651 src/qemu/qemu_driver.c:13792
#: src/qemu/qemu_driver.c:14178 src/qemu/qemu_driver.c:14637
#: src/qemu/qemu_driver.c:14700 src/qemu/qemu_driver.c:14748
#: src/qemu/qemu_driver.c:14785 src/qemu/qemu_driver.c:14848
#: src/qemu/qemu_driver.c:14870 src/qemu/qemu_driver.c:14921
#: src/qemu/qemu_driver.c:14943 src/qemu/qemu_migration.c:3534
#: src/uml/uml_driver.c:2431 src/xen/xen_driver.c:2257
#: src/xen/xen_hypervisor.c:1176 src/xen/xen_hypervisor.c:1251
#: src/xen/xen_hypervisor.c:1364 src/xen/xm_internal.c:697
msgid "domain is not running"
msgstr "Il dominio non è in esecuzione"
#: src/conf/domain_conf.c:2164 src/libxl/libxl_driver.c:1935
#: src/libxl/libxl_driver.c:2560
msgid "cannot change persistent config of a transient domain"
msgstr ""
#: src/conf/domain_conf.c:2170
msgid "Get persistent config failed"
msgstr ""
#: src/conf/domain_conf.c:2511
#, c-format
msgid "unexpected rom bar value %d"
msgstr ""
#: src/conf/domain_conf.c:2584
#, c-format
msgid "unknown address type '%d'"
msgstr "tipo indirizzo '%d' sconosciuto"
#: src/conf/domain_conf.c:2610 src/conf/domain_conf.c:2664
#: src/conf/domain_conf.c:2764
msgid "Cannot parse <address> 'controller' attribute"
msgstr "Errore nel parsing dell'attributo 'controller' del tag <address>"
#: src/conf/domain_conf.c:2624
msgid "Cannot parse <address> 'target' attribute"
msgstr ""
#: src/conf/domain_conf.c:2631
msgid "Cannot parse <address> 'unit' attribute"
msgstr "Errore nel parsing dell'attributo 'unit' del tag <address>"
#: src/conf/domain_conf.c:2678 src/conf/domain_conf.c:2802
msgid "Cannot parse <address> 'port' attribute"
msgstr "Errore nel parsing dell'attributo 'port' del tag <address>"
#: src/conf/domain_conf.c:2710
#, fuzzy
msgid "Cannot parse <address> 'cssid' attribute"
msgstr "Errore nel parsing dell'attributo 'bus' di <address>"
#: src/conf/domain_conf.c:2716
#, fuzzy
msgid "Cannot parse <address> 'ssid' attribute"
msgstr "Errore nel parsing dell'attributo 'bus' di <address>"
#: src/conf/domain_conf.c:2722
#, fuzzy
msgid "Cannot parse <address> 'devno' attribute"
msgstr "Errore nel parsing dell'attributo 'domain' di <address>"
#: src/conf/domain_conf.c:2727
#, c-format
msgid ""
"Invalid specification for virtio ccw address: cssid='%s' ssid='%s' devno='%s'"
msgstr ""
#: src/conf/domain_conf.c:2735
#, fuzzy
msgid "Invalid partial specification for virtio ccw address"
msgstr "Specifiche insufficienti per l'indirizzo PCI"
#: src/conf/domain_conf.c:2837
msgid "Cannot parse <address> 'reg' attribute"
msgstr ""
#: src/conf/domain_conf.c:2865
msgid "Cannot parse <master> 'startport' attribute"
msgstr ""
#: src/conf/domain_conf.c:2888
msgid "missing boot order attribute"
msgstr "attributo boot order mancante"
#: src/conf/domain_conf.c:2893
#, c-format
msgid "incorrect boot order '%s', expecting positive integer"
msgstr "ordine di boot '%s' non valido, atteso un intero positivo"
#: src/conf/domain_conf.c:2902
msgid "boot orders have to be contiguous and starting from 1"
msgstr "i boot orders devono essere contigui e iniziare da 1"
#: src/conf/domain_conf.c:2906
#, c-format
msgid "boot order %d used for more than one device"
msgstr "boot order %d usato per più di un dispositivo"
#: src/conf/domain_conf.c:2985
#, c-format
msgid "unknown rom bar value '%s'"
msgstr ""
#: src/conf/domain_conf.c:3001
#, c-format
msgid "unknown address type '%s'"
msgstr "tipo indirizzo '%s' sconosciuto"
#: src/conf/domain_conf.c:3006
msgid "No type specified for device address"
msgstr "Nessun tipo specificato per l'indirizzo dispositivo"
#: src/conf/domain_conf.c:3051
msgid "Unknown device address type"
msgstr "Tipo indirizzo dispositivo sconosciuto"
#: src/conf/domain_conf.c:3098
#, c-format
msgid "Unknown startup policy '%s'"
msgstr ""
#: src/conf/domain_conf.c:3128
#, c-format
msgid "cannot parse vendor id %s"
msgstr "impossibile analizzare l'id produttore %s"
#: src/conf/domain_conf.c:3135
msgid "usb vendor needs id"
msgstr "è necessario un id per il produttore usb"
#: src/conf/domain_conf.c:3146
#, c-format
msgid "cannot parse product %s"
msgstr "impossibile analizzare il prodotto %s"
#: src/conf/domain_conf.c:3154
msgid "usb product needs id"
msgstr "è necessario un id per il prodotto usb"
#: src/conf/domain_conf.c:3165
#, c-format
msgid "cannot parse bus %s"
msgstr "impossibile analizzare il bus %s"
#: src/conf/domain_conf.c:3172
msgid "usb address needs bus id"
msgstr "è necessario un id di bus per l'indirizzo usb"
#: src/conf/domain_conf.c:3181
#, c-format
msgid "cannot parse device %s"
msgstr "impossibile analizzare il dispositivo %s"
#: src/conf/domain_conf.c:3189
msgid "usb address needs device id"
msgstr "gli indirizzi usb necessitano di un id dispositivo"
#: src/conf/domain_conf.c:3194
#, c-format
msgid "unknown usb source type '%s'"
msgstr "tipo di sorgente usb sconosciuta '%s'"
#: src/conf/domain_conf.c:3204
msgid "vendor cannot be 0."
msgstr "il produttore non può essere 0"
#: src/conf/domain_conf.c:3210
msgid "missing vendor"
msgstr "produttore mancante"
#: src/conf/domain_conf.c:3215
msgid "missing product"
msgstr "prodotto mancante"
#: src/conf/domain_conf.c:3249
#, c-format
msgid "unsupported element '%s' of 'origstates'"
msgstr ""
#: src/conf/domain_conf.c:3285 src/conf/domain_conf.c:4657
#: src/conf/domain_conf.c:5510
#, c-format
msgid "Unable to parse devaddr parameter '%s'"
msgstr "Impossibile analizzare il parametro devaddr '%s'"
#: src/conf/domain_conf.c:3298
#, c-format
msgid "unknown pci source type '%s'"
msgstr "tipo di sorgente pci sconosciuta '%s'"
#: src/conf/domain_conf.c:3344 src/conf/domain_conf.c:3410
#, c-format
msgid "unknown host device source address type '%s'"
msgstr ""
#: src/conf/domain_conf.c:3350 src/conf/domain_conf.c:3416
msgid "missing source address type"
msgstr ""
#: src/conf/domain_conf.c:3356 src/conf/domain_conf.c:3422
msgid "Missing <source> element in hostdev device"
msgstr ""
#: src/conf/domain_conf.c:3363
msgid "Setting startupPolicy is only allowed for USB devices"
msgstr ""
#: src/conf/domain_conf.c:3379 src/conf/domain_conf.c:3445
#, c-format
msgid "address type='%s' not supported in hostdev interfaces"
msgstr ""
#: src/conf/domain_conf.c:3431
msgid "Missing <block> element in hostdev storage device"
msgstr ""
#: src/conf/domain_conf.c:3439
msgid "Missing <char> element in hostdev character device"
msgstr ""
#: src/conf/domain_conf.c:3497
#, c-format
msgid "Unknown disk name '%s' and no address specified"
msgstr ""
#: src/conf/domain_conf.c:3586
msgid "invalid security type"
msgstr "tipo di sicurezza non valida"
#: src/conf/domain_conf.c:3600 src/conf/domain_conf.c:3827
#, c-format
msgid "invalid security relabel value %s"
msgstr ""
#: src/conf/domain_conf.c:3608
msgid "dynamic label type must use resource relabeling"
msgstr ""
#: src/conf/domain_conf.c:3614
msgid "resource relabeling is not compatible with 'none' label type"
msgstr ""
#: src/conf/domain_conf.c:3635
msgid "security label is missing"
msgstr "security label mancante"
#: src/conf/domain_conf.c:3650
msgid "security imagelabel is missing"
msgstr "security imagelabel mancante"
#: src/conf/domain_conf.c:3736
msgid "missing security model in domain seclabel"
msgstr ""
#: src/conf/domain_conf.c:3746
msgid "missing security model when using multiple labels"
msgstr ""
#: src/conf/domain_conf.c:3814
msgid "label overrides require relabeling to be enabled at the domain level"
msgstr ""
#: src/conf/domain_conf.c:3844
#, c-format
msgid "Cannot specify a label if relabelling is turned off. model=%s"
msgstr ""
#: src/conf/domain_conf.c:3903
msgid "Missing 'key' element for lease"
msgstr ""
#: src/conf/domain_conf.c:3908
msgid "Missing 'target' element for lease"
msgstr ""
#: src/conf/domain_conf.c:3915
#, c-format
msgid "Malformed lease target offset %s"
msgstr ""
#: src/conf/domain_conf.c:4018
#, c-format
msgid "unknown disk type '%s'"
msgstr "tipo di disco sconosciuto '%s'"
#: src/conf/domain_conf.c:4052
msgid "missing protocol type"
msgstr "tipo protocollo mancante"
#: src/conf/domain_conf.c:4058
#, c-format
msgid "unknown protocol type '%s'"
msgstr "tipo protocollo '%s' sconosciuto"
#: src/conf/domain_conf.c:4070
msgid "missing name for disk source"
msgstr "nome mancante per il disco sorgente"
#: src/conf/domain_conf.c:4093
#, c-format
msgid "unknown protocol transport type '%s'"
msgstr ""
#: src/conf/domain_conf.c:4102
msgid "missing socket for unix transport"
msgstr ""
#: src/conf/domain_conf.c:4108
#, c-format
msgid "transport %s does not support socket attribute"
msgstr ""
#: src/conf/domain_conf.c:4117
msgid "missing name for host"
msgstr "nome dell'host mancante"
#: src/conf/domain_conf.c:4128 src/conf/domain_conf.c:12896
#, c-format
msgid "unexpected disk type %s"
msgstr "tipo di disco %s inatteso"
#: src/conf/domain_conf.c:4155
msgid "invalid geometry settings (cyls)"
msgstr ""
#: src/conf/domain_conf.c:4161
msgid "invalid geometry settings (heads)"
msgstr ""
#: src/conf/domain_conf.c:4167
msgid "invalid geometry settings (secs)"
msgstr ""
#: src/conf/domain_conf.c:4175
#, c-format
msgid "invalid translation value '%s'"
msgstr ""
#: src/conf/domain_conf.c:4187
#, c-format
msgid "invalid logical block size '%s'"
msgstr ""
#: src/conf/domain_conf.c:4197
#, c-format
msgid "invalid physical block size '%s'"
msgstr ""
#: src/conf/domain_conf.c:4224
msgid "mirror requires file name"
msgstr ""
#: src/conf/domain_conf.c:4237
msgid "missing username for auth"
msgstr ""
#: src/conf/domain_conf.c:4249
msgid "missing type for secret"
msgstr ""
#: src/conf/domain_conf.c:4256
#, c-format
msgid "invalid secret type %s"
msgstr ""
#: src/conf/domain_conf.c:4266
msgid "only one of uuid and usage can be specified"
msgstr "specificare solo uno tra uuid e usage"
#: src/conf/domain_conf.c:4274
#, c-format
msgid "malformed uuid %s"
msgstr ""
#: src/conf/domain_conf.c:4328
msgid "total and read/write bytes_sec cannot be set at the same time"
msgstr ""
#: src/conf/domain_conf.c:4338
msgid "total and read/write iops_sec cannot be set at the same time"
msgstr ""
#: src/conf/domain_conf.c:4373
msgid "disk vendor is more than 8 characters"
msgstr ""
#: src/conf/domain_conf.c:4379
msgid "disk vendor is not printable string"
msgstr ""
#: src/conf/domain_conf.c:4388
msgid "disk product is more than 16 characters"
msgstr ""
#: src/conf/domain_conf.c:4394
msgid "disk product is not printable string"
msgstr ""
#: src/conf/domain_conf.c:4406
#, fuzzy, c-format
msgid "invalid secret type '%s'"
msgstr "tipo di sicurezza non valida"
#: src/conf/domain_conf.c:4415
#, c-format
msgid "unknown disk device '%s'"
msgstr "dispositivo disco '%s' sconosciuto"
#: src/conf/domain_conf.c:4454
#, c-format
msgid "Invalid floppy device name: %s"
msgstr "Nome del dispositivo floppy non valido: %s"
#: src/conf/domain_conf.c:4470
#, c-format
msgid "Invalid harddisk device name: %s"
msgstr "Nome del dispositivo del disco fisso non valido: %s"
#: src/conf/domain_conf.c:4478 src/conf/snapshot_conf.c:125
#, c-format
msgid "unknown disk snapshot setting '%s'"
msgstr ""
#: src/conf/domain_conf.c:4489
msgid "rawio or sgio can be used only with device='lun'"
msgstr ""
#: src/conf/domain_conf.c:4502
#, c-format
msgid "unknown disk rawio setting '%s'"
msgstr ""
#: src/conf/domain_conf.c:4511
#, c-format
msgid "unknown disk sgio mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:4519
#, c-format
msgid "unknown disk bus type '%s'"
msgstr "tipo di bus del disco '%s' sconosciuto"
#: src/conf/domain_conf.c:4544
#, c-format
msgid "unknown disk tray status '%s'"
msgstr ""
#: src/conf/domain_conf.c:4551
msgid "tray is only valid for cdrom and floppy"
msgstr ""
#: src/conf/domain_conf.c:4563
#, c-format
msgid "Invalid bus type '%s' for floppy disk"
msgstr "Tipo di bus '%s' invalido per il floppy disk"
#: src/conf/domain_conf.c:4569
#, c-format
msgid "Invalid bus type '%s' for disk"
msgstr "Tipo di bus '%s' non valido per il disco"
#: src/conf/domain_conf.c:4576
#, c-format
msgid "unknown disk cache mode '%s'"
msgstr "tipo di cache del disco sconosciuto '%s'"
#: src/conf/domain_conf.c:4583
#, c-format
msgid "unknown disk error policy '%s'"
msgstr "policy d'errore disco '%s' sconosciuta"
#: src/conf/domain_conf.c:4592
#, c-format
msgid "unknown disk read error policy '%s'"
msgstr ""
#: src/conf/domain_conf.c:4601
#, c-format
msgid "unknown disk io mode '%s'"
msgstr "modalità io disco '%s' sconosciuta"
#: src/conf/domain_conf.c:4609
msgid "disk ioeventfd mode supported only for virtio bus"
msgstr ""
#: src/conf/domain_conf.c:4617
#, c-format
msgid "unknown disk ioeventfd mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:4627
msgid "disk event_idx mode supported only for virtio bus"
msgstr ""
#: src/conf/domain_conf.c:4635
#, c-format
msgid "unknown disk event_idx mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:4646
#, c-format
msgid "unknown disk copy_on_read mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:4673
#, c-format
msgid "unknown startupPolicy value '%s'"
msgstr ""
#: src/conf/domain_conf.c:4681
#, c-format
msgid "Setting disk %s is allowed only for cdrom or floppy"
msgstr ""
#: src/conf/domain_conf.c:4719
#, c-format
msgid "unknown driver format value '%s'"
msgstr ""
#: src/conf/domain_conf.c:4737
#, c-format
msgid "unknown mirror format value '%s'"
msgstr ""
#: src/conf/domain_conf.c:4838
#, c-format
msgid "Unknown controller type '%s'"
msgstr "tipo controller '%s' sconosciuto"
#: src/conf/domain_conf.c:4847
#, c-format
msgid "Cannot parse controller index %s"
msgstr "Errore nel parsing del controller indice %s"
#: src/conf/domain_conf.c:4856
#, c-format
msgid "Unknown model type '%s'"
msgstr "Tipo modello '%s' sconosciuto"
#: src/conf/domain_conf.c:4874
#, c-format
msgid "Invalid ports: %s"
msgstr "Porte non valide: %s"
#: src/conf/domain_conf.c:4889
#, c-format
msgid "Invalid vectors: %s"
msgstr "Vettori non validi: %s"
#: src/conf/domain_conf.c:4932
msgid "Controllers must use the 'pci' address type"
msgstr "I controller devono usare il tipo di indirizzo 'pci'"
#: src/conf/domain_conf.c:4976
#, c-format
msgid "could not parse element %s"
msgstr ""
#: src/conf/domain_conf.c:4980
#, c-format
msgid "missing element %s"
msgstr ""
#: src/conf/domain_conf.c:5035
#, c-format
msgid "unknown filesystem type '%s'"
msgstr "tipo di filesystem sconosciuto '%s'"
#: src/conf/domain_conf.c:5046
#, c-format
msgid "unknown accessmode '%s'"
msgstr "accessmode '%s' sconosciuto"
#: src/conf/domain_conf.c:5098
#, c-format
msgid "unknown fs driver type '%s'"
msgstr ""
#: src/conf/domain_conf.c:5106
#, c-format
msgid "unknown filesystem write policy '%s'"
msgstr ""
#: src/conf/domain_conf.c:5129
msgid "missing 'usage' attribute for RAM filesystem"
msgstr ""
#: src/conf/domain_conf.c:5134
#, c-format
msgid "cannot parse usage '%s' for RAM filesystem"
msgstr ""
#: src/conf/domain_conf.c:5198
msgid "missing type attribute in interface's <actual> element"
msgstr ""
#: src/conf/domain_conf.c:5203
#, c-format
msgid "unknown type '%s' in interface's <actual> element"
msgstr ""
#: src/conf/domain_conf.c:5211
#, c-format
msgid "unsupported type '%s' in interface's <actual> element"
msgstr ""
#: src/conf/domain_conf.c:5232
#, c-format
msgid ""
"<virtualport> element unsupported for type='%s' in interface's <actual> "
"element"
msgstr ""
#: src/conf/domain_conf.c:5246
#, c-format
msgid "Unknown mode '%s' in interface <actual> element"
msgstr ""
#: src/conf/domain_conf.c:5279
#, c-format
msgid "Unable to parse class id '%s'"
msgstr ""
#: src/conf/domain_conf.c:5364
#, c-format
msgid "unknown interface type '%s'"
msgstr "tipo di interfaccia sconosciuta '%s'"
#: src/conf/domain_conf.c:5415
#, c-format
msgid "<virtualport> element unsupported for <interface type='%s'>"
msgstr ""
#: src/conf/domain_conf.c:5456
msgid "Invalid specification of multiple <filterref>s in a single <interface>"
msgstr ""
#: src/conf/domain_conf.c:5492 src/qemu/qemu_command.c:8434
#, c-format
msgid "unable to parse mac address '%s'"
msgstr "errore nel parsing del mac address '%s'"
#: src/conf/domain_conf.c:5498
#, c-format
msgid "expected unicast mac address, found multicast '%s'"
msgstr ""
#: src/conf/domain_conf.c:5530
msgid "Network interfaces must use 'pci' address type"
msgstr "Le interfacce di rete devono usare il tipo di indirizzo 'pci'"
#: src/conf/domain_conf.c:5538
msgid ""
"No <source> 'network' attribute specified with <interface type='network'/>"
msgstr ""
"Nessun <source> attributo 'network' specificato con <interface "
"type='network'/>"
#: src/conf/domain_conf.c:5564
msgid ""
"No <source> 'bridge' attribute specified with <interface type='bridge'/>"
msgstr ""
"Nessun attributo 'bridge' del tag <source> specificato con <interface "
"type='bridge'/>"
#: src/conf/domain_conf.c:5581
msgid "No <source> 'port' attribute specified with socket interface"
msgstr ""
"Nessun <source> attributo 'port' è stato specificato con l'interfaccia del "
"socket"
#: src/conf/domain_conf.c:5587
msgid "Cannot parse <source> 'port' attribute with socket interface"
msgstr ""
"Impossibile analizzare <source> l'attributo 'port' con l'interfaccia del "
"socket"
#: src/conf/domain_conf.c:5596
msgid "No <source> 'address' attribute specified with socket interface"
msgstr ""
"Nessun <source> attributo 'address' specificato con l'interfaccia del socket"
#: src/conf/domain_conf.c:5609
msgid ""
"No <source> 'name' attribute specified with <interface type='internal'/>"
msgstr ""
"Nessun <source> attributo 'name' è stato specificato con <interface "
"type='internal'/>"
#: src/conf/domain_conf.c:5620
msgid "No <source> 'dev' attribute specified with <interface type='direct'/>"
msgstr ""
"Nessun attributo 'dev' del tag <source> specificato con <interface "
"type='direct'/>"
#: src/conf/domain_conf.c:5629
msgid "Unknown mode has been specified"
msgstr ""
#: src/conf/domain_conf.c:5691
msgid "Model name contains invalid characters"
msgstr "Il nome del modello contiene dei caratteri non validi"
#: src/conf/domain_conf.c:5704
#, c-format
msgid "Unknown interface <driver name='%s'> has been specified"
msgstr "L'interfaccia specificata <driver name='%s'> è sconosciuta"
#: src/conf/domain_conf.c:5716
#, c-format
msgid "Unknown interface <driver txmode='%s'> has been specified"
msgstr ""
#: src/conf/domain_conf.c:5727
#, c-format
msgid "unknown interface ioeventfd mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:5737
#, c-format
msgid "unknown interface event_idx mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:5749
#, c-format
msgid "unknown interface link state '%s'"
msgstr ""
#: src/conf/domain_conf.c:5775
msgid "sndbuf must be a positive integer"
msgstr "sndbuf deve essere un intero positivo"
#: src/conf/domain_conf.c:5823
#, c-format
msgid "target type must be specified for %s device"
msgstr "il target type deve essere specificato per il dispositivo %s"
#: src/conf/domain_conf.c:5830
msgid "Driver does not have a default console type set"
msgstr ""
#: src/conf/domain_conf.c:5907
#, c-format
msgid "unknown target type '%s' specified for character device"
msgstr ""
#: src/conf/domain_conf.c:5926
msgid "guestfwd channel does not define a target address"
msgstr "il canale guestfwd non definisce un indirizzo target"
#: src/conf/domain_conf.c:5936
msgid "guestfwd channel only supports IPv4 addresses"
msgstr "il canale guestfd supporta solo indirizzi IPv4"
#: src/conf/domain_conf.c:5943
msgid "guestfwd channel does not define a target port"
msgstr "il canale guestfwd non definisce una porta target"
#: src/conf/domain_conf.c:5950 src/conf/domain_conf.c:5974
#: src/conf/storage_conf.c:547
#, c-format
msgid "Invalid port number: %s"
msgstr "Numero di porta non valido: %s"
#: src/conf/domain_conf.c:6050
#, c-format
msgid "Unknown source mode '%s'"
msgstr "Modalità sorgente sconosciuta '%s'"
#: src/conf/domain_conf.c:6098 src/conf/domain_conf.c:6181
msgid "Missing source path attribute for char device"
msgstr "Attributo percorso sorgente mancante per il dispositivo a caratteri"
#: src/conf/domain_conf.c:6116 src/conf/domain_conf.c:6133
msgid "Missing source host attribute for char device"
msgstr "Attributo host sorgente mancante per il dispositivo a caratteri"
#: src/conf/domain_conf.c:6121 src/conf/domain_conf.c:6138
#: src/conf/domain_conf.c:6163
msgid "Missing source service attribute for char device"
msgstr "Attributo servizio sergente mancante per il dispositivo a caratteri"
#: src/conf/domain_conf.c:6154
#, c-format
msgid "Unknown protocol '%s'"
msgstr "Protocollo '%s' sconosciuto"
#: src/conf/domain_conf.c:6287 src/conf/domain_conf.c:6442
#, c-format
msgid "unknown type presented to host for character device: %s"
msgstr ""
#: src/conf/domain_conf.c:6295
#, c-format
msgid "unknown character device type: %s"
msgstr "tipo di dispositivo a caratteri '%s' sconosciuto"
#: src/conf/domain_conf.c:6326
msgid "spicevmc device type only supports virtio"
msgstr "il tipo dispositivo spicevmc supporta solo virtio"
#: src/conf/domain_conf.c:6342 src/qemu/qemu_command.c:7693
msgid "usb-serial requires address of usb type"
msgstr ""
#: src/conf/domain_conf.c:6375
msgid "missing smartcard device mode"
msgstr "modalità dispositivo smartcard mancante"
#: src/conf/domain_conf.c:6380
#, c-format
msgid "unknown smartcard device mode: %s"
msgstr "Tipo di dispositivo smartcard sconosciuto: %s"
#: src/conf/domain_conf.c:6397 src/conf/domain_conf.c:6426
msgid "host-certificates mode needs exactly three certificates"
msgstr "la modalità host-certificates richiede esattamente tre certificati"
#: src/conf/domain_conf.c:6417
#, c-format
msgid "expecting absolute path: %s"
msgstr "percorso assoluto atteso: %s"
#: src/conf/domain_conf.c:6436
msgid "passthrough mode requires a character device type attribute"
msgstr ""
"La modalità passthrough richiede un attributo tipo dispositivo a caratteri"
#: src/conf/domain_conf.c:6461
msgid "unknown smartcard mode"
msgstr "modalità smartcard sconosciuta"
#: src/conf/domain_conf.c:6470
msgid "Controllers must use the 'ccid' address type"
msgstr "I controller devono usare il tipo di indirizzo 'ccid'"
#: src/conf/domain_conf.c:6506
msgid "missing input device type"
msgstr "tipo di dispositivo di input mancante"
#: src/conf/domain_conf.c:6512
#, c-format
msgid "unknown input device type '%s'"
msgstr "tipo di dispositivo di input '%s' sconosciuto"
#: src/conf/domain_conf.c:6519
#, c-format
msgid "unknown input bus type '%s'"
msgstr "tipo di bus di input sconosciuto '%s'"
#: src/conf/domain_conf.c:6527
#, c-format
msgid "ps2 bus does not support %s input device"
msgstr "il bus ps2 non supporta il dispositivo di input %s"
#: src/conf/domain_conf.c:6533 src/conf/domain_conf.c:6540
#, c-format
msgid "unsupported input bus %s"
msgstr "bus di input %s non supportato"
#: src/conf/domain_conf.c:6545
#, c-format
msgid "xen bus does not support %s input device"
msgstr "il bus di xen non supporta il dispositivo di input %s"
#: src/conf/domain_conf.c:6568 src/conf/domain_conf.c:8124
msgid "Invalid address for a USB device"
msgstr ""
#: src/conf/domain_conf.c:6601
msgid "missing hub device type"
msgstr ""
#: src/conf/domain_conf.c:6607
#, c-format
msgid "unknown hub device type '%s'"
msgstr ""
#: src/conf/domain_conf.c:6652
msgid "missing timer name"
msgstr "nome timer mancante"
#: src/conf/domain_conf.c:6657
#, c-format
msgid "unknown timer name '%s'"
msgstr "nome timer '%s' sconosciuto"
#: src/conf/domain_conf.c:6669
#, c-format
msgid "unknown timer present value '%s'"
msgstr ""
#: src/conf/domain_conf.c:6679
#, c-format
msgid "unknown timer tickpolicy '%s'"
msgstr "tickpolocy timer '%s' sconosciuta"
#: src/conf/domain_conf.c:6689
#, c-format
msgid "unknown timer track '%s'"
msgstr "track timer '%s' sconosciuta"
#: src/conf/domain_conf.c:6699
msgid "invalid timer frequency"
msgstr "frequenza del timer non valida"
#: src/conf/domain_conf.c:6708
#, c-format
msgid "unknown timer mode '%s'"
msgstr "modalità timer '%s' sconosciuta"
#: src/conf/domain_conf.c:6721
msgid "invalid catchup threshold"
msgstr "soglia catchup del timer non valida"
#: src/conf/domain_conf.c:6730
msgid "invalid catchup slew"
msgstr "slew catchup non valido"
#: src/conf/domain_conf.c:6739
msgid "invalid catchup limit"
msgstr "limite catchup non valido"
#: src/conf/domain_conf.c:6792
#, c-format
msgid "cannot parse password validity time '%s', expect YYYY-MM-DDTHH:MM:SS"
msgstr ""
"errore nel parsing della validità della password '%s', atteso formato YYYY-"
"MM-DDTHH:MM:SS"
#: src/conf/domain_conf.c:6811
#, c-format
msgid "unknown connected value %s"
msgstr ""
#: src/conf/domain_conf.c:6822
msgid "VNC supports connected='keep' only"
msgstr ""
#: src/conf/domain_conf.c:6844
msgid "graphics listen type must be specified"
msgstr ""
#: src/conf/domain_conf.c:6850
#, c-format
msgid "unknown graphics listen type '%s'"
msgstr ""
#: src/conf/domain_conf.c:6870
msgid "network attribute not allowed when listen type is not network"
msgstr ""
#: src/conf/domain_conf.c:6912
msgid "missing graphics device type"
msgstr "tipo di dispositivo grafico mancante"
#: src/conf/domain_conf.c:6918
#, c-format
msgid "unknown graphics device type '%s'"
msgstr "tipo di dispositivo grafico sconosciuto '%s'"
#: src/conf/domain_conf.c:6985
#, c-format
msgid ""
"graphics listen attribute %s must match address attribute of first listen "
"element (found %s)"
msgstr ""
#: src/conf/domain_conf.c:7001
#, c-format
msgid "cannot parse vnc port %s"
msgstr "impossibile analizzare la porta vnc %s"
#: src/conf/domain_conf.c:7042 src/conf/domain_conf.c:7109
#, c-format
msgid "unknown fullscreen value '%s'"
msgstr "valore di schermo intero sconosciuto '%s'"
#: src/conf/domain_conf.c:7061
#, c-format
msgid "cannot parse rdp port %s"
msgstr "impossibile analizzare la porta rdp %s"
#: src/conf/domain_conf.c:7130
#, c-format
msgid "cannot parse spice port %s"
msgstr "errore nel parsing della porta spice %s"
#: src/conf/domain_conf.c:7143
#, c-format
msgid "cannot parse spice tlsPort %s"
msgstr "errore nel parsing della porta spice tlsPort %s"
#: src/conf/domain_conf.c:7163
#, c-format
msgid "unknown default spice channel mode %s"
msgstr ""
#: src/conf/domain_conf.c:7199
msgid "spice channel missing name/mode"
msgstr "canale spice con nome/modalità mancanti"
#: src/conf/domain_conf.c:7207
#, c-format
msgid "unknown spice channel name %s"
msgstr "nome canale spice %s sconosciuto"
#: src/conf/domain_conf.c:7215
#, c-format
msgid "unknown spice channel mode %s"
msgstr "modalità canale spice %s sconosciuto"
#: src/conf/domain_conf.c:7231
msgid "spice image missing compression"
msgstr ""
#: src/conf/domain_conf.c:7238
#, c-format
msgid "unknown spice image compression %s"
msgstr ""
#: src/conf/domain_conf.c:7252
msgid "spice jpeg missing compression"
msgstr ""
#: src/conf/domain_conf.c:7259
#, c-format
msgid "unknown spice jpeg compression %s"
msgstr ""
#: src/conf/domain_conf.c:7273
msgid "spice zlib missing compression"
msgstr ""
#: src/conf/domain_conf.c:7280
#, c-format
msgid "unknown spice zlib compression %s"
msgstr ""
#: src/conf/domain_conf.c:7294
msgid "spice playback missing compression"
msgstr ""
#: src/conf/domain_conf.c:7301
msgid "unknown spice playback compression"
msgstr ""
#: src/conf/domain_conf.c:7315
msgid "spice streaming missing mode"
msgstr ""
#: src/conf/domain_conf.c:7321
msgid "unknown spice streaming mode"
msgstr ""
#: src/conf/domain_conf.c:7335
msgid "spice clipboard missing copypaste"
msgstr ""
#: src/conf/domain_conf.c:7342
#, c-format
msgid "unknown copypaste value '%s'"
msgstr ""
#: src/conf/domain_conf.c:7355
msgid "spice mouse missing mode"
msgstr ""
#: src/conf/domain_conf.c:7361
#, c-format
msgid "unknown mouse mode value '%s'"
msgstr ""
#: src/conf/domain_conf.c:7404
#, c-format
msgid "unknown codec type '%s'"
msgstr ""
#: src/conf/domain_conf.c:7439
#, c-format
msgid "unknown sound model '%s'"
msgstr "modello audio sconosciuto '%s'"
#: src/conf/domain_conf.c:7506
msgid "watchdog must contain model name"
msgstr "watchdog deve contenere il nome del modello"
#: src/conf/domain_conf.c:7512
#, c-format
msgid "unknown watchdog model '%s'"
msgstr "modello watchdog '%s' sconosciuto"
#: src/conf/domain_conf.c:7523
#, c-format
msgid "unknown watchdog action '%s'"
msgstr "azione watchdog '%s' sconosciuto"
#: src/conf/domain_conf.c:7563
msgid "missing RNG device model"
msgstr ""
#: src/conf/domain_conf.c:7568
#, c-format
msgid "unknown RNG model '%s'"
msgstr ""
#: src/conf/domain_conf.c:7576
#, fuzzy
msgid "invalid RNG rate bytes value"
msgstr "Valore occorrenza non valido"
#: src/conf/domain_conf.c:7583
#, fuzzy
msgid "invalid RNG rate period value"
msgstr "valore prefisso indirizzo IP sconosciuto"
#: src/conf/domain_conf.c:7592
msgid "only one RNG backend is supported"
msgstr ""
#: src/conf/domain_conf.c:7598
msgid "missing RNG device backend model"
msgstr ""
#: src/conf/domain_conf.c:7604
#, c-format
msgid "unknown RNG backend model '%s'"
msgstr ""
#: src/conf/domain_conf.c:7615
#, fuzzy, c-format
msgid "file '%s' is not a supported random source"
msgstr "domainBlockPeek non è supportato per dom0"
#: src/conf/domain_conf.c:7624
msgid "missing EGD backend type"
msgstr ""
#: src/conf/domain_conf.c:7636
#, c-format
msgid "unknown backend type '%s' for egd"
msgstr ""
#: src/conf/domain_conf.c:7684
msgid "balloon memory must contain model name"
msgstr ""
#: src/conf/domain_conf.c:7689
#, c-format
msgid "unknown memory balloon model '%s'"
msgstr ""
#: src/conf/domain_conf.c:7716
msgid "XML does not contain expected 'sysinfo' element"
msgstr "L'XML non contiene l'atteso elemento 'sysinfo'"
#: src/conf/domain_conf.c:7728
msgid "sysinfo must contain a type attribute"
msgstr "sysinfo deve contenere l'attributo type"
#: src/conf/domain_conf.c:7733
#, c-format
msgid "unknown sysinfo type '%s'"
msgstr "tipo sysinfo '%s' sconosciuto"
#: src/conf/domain_conf.c:7923
#, c-format
msgid "unknown video model '%s'"
msgstr "modello video sconosciuto '%s'"
#: src/conf/domain_conf.c:7929
msgid "missing video model and cannot determine default"
msgstr "modalità video mancante e impossibile determinarne una predefinita"
#: src/conf/domain_conf.c:7937
msgid "ram attribute only supported for type of qxl"
msgstr ""
#: src/conf/domain_conf.c:7942 src/conf/domain_conf.c:7952
#, c-format
msgid "cannot parse video ram '%s'"
msgstr "impossibile analizzare video ram '%s'"
#: src/conf/domain_conf.c:7962
#, c-format
msgid "cannot parse video heads '%s'"
msgstr "impossibile analizzare le testine video '%s'"
#: src/conf/domain_conf.c:8007
#, c-format
msgid "unknown hostdev mode '%s'"
msgstr "modalità hostdev '%s' sconosciuta"
#: src/conf/domain_conf.c:8027
#, c-format
msgid "Unexpected hostdev mode %d"
msgstr ""
#: src/conf/domain_conf.c:8044
msgid "PCI host devices must use 'pci' address type"
msgstr "I dispositivi host PCI devono usare il tipo di indirizzo 'pci'"
#: src/conf/domain_conf.c:8083
#, c-format
msgid "unknown redirdev bus '%s'"
msgstr ""
#: src/conf/domain_conf.c:8094
#, c-format
msgid "unknown redirdev character device type '%s'"
msgstr ""
#: src/conf/domain_conf.c:8099
msgid "missing type in redirdev"
msgstr ""
#: src/conf/domain_conf.c:8177
#, c-format
msgid "Incorrect USB version format %s"
msgstr ""
#: src/conf/domain_conf.c:8187
#, c-format
msgid "Cannot parse USB version %s"
msgstr ""
#: src/conf/domain_conf.c:8222
#, c-format
msgid "Cannot parse USB Class code %s"
msgstr ""
#: src/conf/domain_conf.c:8228
#, c-format
msgid "Invalid USB Class code %s"
msgstr ""
#: src/conf/domain_conf.c:8239
#, c-format
msgid "Cannot parse USB vendor ID %s"
msgstr ""
#: src/conf/domain_conf.c:8250
#, c-format
msgid "Cannot parse USB product ID %s"
msgstr ""
#: src/conf/domain_conf.c:8275
msgid "Invalid allow value, either 'yes' or 'no'"
msgstr ""
#: src/conf/domain_conf.c:8280
msgid "Missing allow attribute for USB redirection filter"
msgstr ""
#: src/conf/domain_conf.c:8356
#, c-format
msgid "unknown %s action: %s"
msgstr ""
#: src/conf/domain_conf.c:8376
#, c-format
msgid "unknown PM state value %s"
msgstr ""
#: src/conf/domain_conf.c:8398
msgid "(device_definition)"
msgstr ""
#: src/conf/domain_conf.c:8471
msgid "unknown device type"
msgstr "tipo di dispositivo sconosciuto"
#: src/conf/domain_conf.c:9076
msgid "unknown virt type"
msgstr "tipo di virt sconosciuto"
#: src/conf/domain_conf.c:9087
#, c-format
msgid "no emulator for domain %s os type %s on architecture %s"
msgstr ""
"nessun emulatore per il dominio %s sistema operativo %s sull'architettura %s"
#: src/conf/domain_conf.c:9115
msgid "cannot count boot devices"
msgstr "impossibile enumerare i dispositivi di boot"
#: src/conf/domain_conf.c:9126
msgid "per-device boot elements cannot be used together with os/boot elements"
msgstr ""
#: src/conf/domain_conf.c:9136
msgid "missing boot device"
msgstr "dispositivo di avvio mancante"
#: src/conf/domain_conf.c:9141
#, c-format
msgid "unknown boot device '%s'"
msgstr "dispositivo di avvio '%s' sconosciuto"
#: src/conf/domain_conf.c:9174
msgid "need at least one serial port for useserial"
msgstr ""
#: src/conf/domain_conf.c:9192
msgid "invalid value for rebootTimeout, must be in range [-1,65535]"
msgstr ""
#: src/conf/domain_conf.c:9244
msgid "vcpu id must be an unsigned integer or -1"
msgstr ""
#: src/conf/domain_conf.c:9248
msgid "vcpu id value -1 is not allowed for vcpupin"
msgstr ""
#: src/conf/domain_conf.c:9255
msgid "vcpu id must be less than maxvcpus"
msgstr ""
#: src/conf/domain_conf.c:9273
msgid "missing cpuset for vcpupin"
msgstr ""
#: src/conf/domain_conf.c:9417
msgid "missing domain type attribute"
msgstr "attributo del tipo di dominio mancante"
#: src/conf/domain_conf.c:9423
#, c-format
msgid "invalid domain type %s"
msgstr "tipo di dominio non valido %s"
#: src/conf/domain_conf.c:9431
#, c-format
msgid "unexpected domain type %s, expecting %s"
msgstr ""
#: src/conf/domain_conf.c:9456
#, c-format
msgid "unexpected domain type %s, expecting one of these: %s"
msgstr ""
#: src/conf/domain_conf.c:9480 src/conf/network_conf.c:1706
#: src/conf/secret_conf.c:193 src/openvz/openvz_conf.c:1098
#: src/xenxs/xen_xm.c:220
msgid "Failed to generate UUID"
msgstr "Impossibile generare UUID"
#: src/conf/domain_conf.c:9487 src/conf/domain_conf.c:10954
#: src/conf/network_conf.c:1713 src/conf/nwfilter_conf.c:2575
#: src/conf/secret_conf.c:199 src/conf/storage_conf.c:788
msgid "malformed uuid element"
msgstr "elemento uuid malformato"
#: src/conf/domain_conf.c:9497
msgid "Domain title can't contain newlines"
msgstr ""
#: src/conf/domain_conf.c:9522
#, c-format
msgid "Invalid memory core dump attribute value '%s'"
msgstr ""
#: src/conf/domain_conf.c:9534
#, c-format
msgid "current memory '%lluk' exceeds maximum '%lluk'"
msgstr ""
#: src/conf/domain_conf.c:9557
msgid "cannot extract blkiotune nodes"
msgstr ""
#: src/conf/domain_conf.c:9573
#, c-format
msgid "duplicate device weight path '%s'"
msgstr ""
#: src/conf/domain_conf.c:9601
msgid "maximum vcpus must be an integer"
msgstr "maximum vcpus deve essere un intero"
#: src/conf/domain_conf.c:9609
#, c-format
msgid "invalid maximum number of vCPUs '%lu'"
msgstr ""
#: src/conf/domain_conf.c:9617
msgid "current vcpus must be an integer"
msgstr "current vcpus deve essere un intero"
#: src/conf/domain_conf.c:9625
#, c-format
msgid "invalid current number of vCPUs '%lu'"
msgstr ""
#: src/conf/domain_conf.c:9631
#, c-format
msgid "maxvcpus must not be less than current vcpus (%d < %lu)"
msgstr "maxvcpus non può essere minore di current vcpus (%d < %lu)"
#: src/conf/domain_conf.c:9643
#, c-format
msgid "Unsupported CPU placement mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:9658
msgid "topology cpuset syntax error"
msgstr "errore di sintassi della topologia cpuset"
#: src/conf/domain_conf.c:9669
msgid "can't parse cputune shares value"
msgstr ""
#: src/conf/domain_conf.c:9676
#, fuzzy
msgid "can't parse cputune period value"
msgstr "errore nel parsing del valore del parametro typeid"
#: src/conf/domain_conf.c:9683
msgid "can't parse cputune quota value"
msgstr ""
#: src/conf/domain_conf.c:9690
msgid "can't parse cputune emulator period value"
msgstr ""
#: src/conf/domain_conf.c:9697
msgid "can't parse cputune emulator quota value"
msgstr ""
#: src/conf/domain_conf.c:9709
msgid "vcpupin nodes must be less than maxvcpus"
msgstr ""
#: src/conf/domain_conf.c:9724
msgid "duplicate vcpupin for same vcpu"
msgstr ""
#: src/conf/domain_conf.c:9772
msgid "cannot extract emulatorpin nodes"
msgstr ""
#: src/conf/domain_conf.c:9784
msgid "only one emulatorpin is supported"
msgstr ""
#: src/conf/domain_conf.c:9803
msgid "cannot extract numatune nodes"
msgstr ""
#: src/conf/domain_conf.c:9809
msgid "only one numatune is supported"
msgstr ""
#: src/conf/domain_conf.c:9828
#, c-format
msgid "Unsupported NUMA memory tuning mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:9857
#, c-format
msgid "Unsupported memory placement mode '%s'"
msgstr ""
#: src/conf/domain_conf.c:9879
msgid "nodeset for NUMA memory tuning must be set if 'placement' is 'static'"
msgstr ""
#: src/conf/domain_conf.c:9898
#, c-format
msgid "unsupported XML element %s"
msgstr ""
#: src/conf/domain_conf.c:9923
#, c-format
msgid "unexpected feature %s"
msgstr "caratteristica inattesa %s"
#: src/conf/domain_conf.c:9934
#, c-format
msgid "unknown value for attribute eoi: %s"
msgstr ""
#: src/conf/domain_conf.c:9956
#, c-format
msgid "unsupported HyperV Enlightenment feature: %s"
msgstr ""
#: src/conf/domain_conf.c:9967
#, c-format
msgid "missing 'state' attribute for HyperV Enlightenment feature '%s'"
msgstr ""
#: src/conf/domain_conf.c:9975
#, c-format
msgid "invalid value of state argument for HyperV Enlightenment feature '%s'"
msgstr ""
#: src/conf/domain_conf.c:10034
#, c-format
msgid "unknown clock offset '%s'"
msgstr "clock offset '%s' sconosciuto"
#: src/conf/domain_conf.c:10050
#, c-format
msgid "unknown clock adjustment '%s'"
msgstr ""
#: src/conf/domain_conf.c:10078
#, c-format
msgid "unknown clock basis '%s'"
msgstr ""
#: src/conf/domain_conf.c:10091
msgid "missing 'timezone' attribute for clock with offset='timezone'"
msgstr "attributo 'timezone' mancante per clock con offset='timezone'"
#: src/conf/domain_conf.c:10125
msgid "no OS type"
msgstr "nessun tipo di OS"
#: src/conf/domain_conf.c:10161
#, c-format
msgid "No guest options available for arch '%s'"
msgstr ""
#: src/conf/domain_conf.c:10170
#, c-format
msgid "No os type '%s' available for arch '%s'"
msgstr ""
#: src/conf/domain_conf.c:10181 src/xenxs/xen_xm.c:299
#, c-format
msgid "no supported architecture for os type '%s'"
msgstr "nessuna architettura supportata per il tipo di sistema operativo '%s'"
#: src/conf/domain_conf.c:10219
msgid "init binary must be specified"
msgstr ""
#: src/conf/domain_conf.c:10235
msgid "No data supplied for <initarg> element"
msgstr ""
#: src/conf/domain_conf.c:10311 src/conf/domain_conf.c:10320
msgid "Can't add another USB controller: USB is disabled for this domain"
msgstr ""
#: src/conf/domain_conf.c:10341
msgid "cannot extract device leases"
msgstr ""
#: src/conf/domain_conf.c:10478
msgid "cannot extract console devices"
msgstr ""
#: src/conf/domain_conf.c:10518
msgid "Only the first console can be a serial port"
msgstr ""
#: src/conf/domain_conf.c:10618
msgid "Can't add USB input device. USB bus is disabled"
msgstr ""
#: src/conf/domain_conf.c:10716
msgid "Only one primary video device is supported"
msgstr ""
#: src/conf/domain_conf.c:10742
msgid "cannot determine default video type"
msgstr "impossibile determinare il tipo di video predefinito"
#: src/conf/domain_conf.c:10771
msgid "Can't add host USB device: USB is disabled in this host"
msgstr ""
#: src/conf/domain_conf.c:10787
msgid "only a single watchdog device is supported"
msgstr "viene supportato un solo dispositivo watchdog"
#: src/conf/domain_conf.c:10807
msgid "only a single memory balloon device is supported"
msgstr ""
#: src/conf/domain_conf.c:10839
msgid "only a single RNG device is supported"
msgstr ""
#: src/conf/domain_conf.c:10863
msgid "Can't add USB hub: USB is disabled for this domain"
msgstr ""
#: src/conf/domain_conf.c:10887
msgid "Can't add redirected USB device: USB is disabled for this domain"
msgstr ""
#: src/conf/domain_conf.c:10902
msgid "only one set of redirection filter rule is supported"
msgstr ""
#: src/conf/domain_conf.c:10930
msgid "Maximum CPUs greater than topology limit"
msgstr ""
#: src/conf/domain_conf.c:10936
msgid "Number of CPUs in <numa> exceeds the <vcpu> count"
msgstr ""
#: src/conf/domain_conf.c:10961
msgid "UUID mismatch between <uuid> and <sysinfo>"
msgstr "Verifica UUID fallita tra <uuid> e <sysinfo>"
#: src/conf/domain_conf.c:10973
#, c-format
msgid "unknown smbios mode '%s'"
msgstr "modo smbios '%s' sconosciuto"
#: src/conf/domain_conf.c:11035
msgid "no domain config"
msgstr "nessuna configurazione dominio"
#: src/conf/domain_conf.c:11049
msgid "missing domain state"
msgstr "stato del dominio mancante"
#: src/conf/domain_conf.c:11054
#, c-format
msgid "invalid domain state '%s'"
msgstr "stato '%s' del dominio non valido"
#: src/conf/domain_conf.c:11063
#, c-format
msgid "invalid domain state reason '%s'"
msgstr ""
#: src/conf/domain_conf.c:11074
msgid "invalid pid"
msgstr "pid non valido"
#: src/conf/domain_conf.c:11088
#, c-format
msgid "Unknown taint flag %s"
msgstr ""
#: src/conf/domain_conf.c:11123 src/security/virt-aa-helper.c:654
#: tools/virsh-domain-monitor.c:97 tools/virsh-domain-monitor.c:463
#: tools/virsh-domain-monitor.c:570 tools/virsh-domain-monitor.c:694
#: tools/virsh-domain.c:2322 tools/virsh-domain.c:2969
#: tools/virsh-domain.c:8784 tools/virsh-domain.c:8950
#: tools/virsh-domain.c:9017 tools/virsh-domain.c:9435
#: tools/virsh-domain.c:9551
msgid "(domain_definition)"
msgstr ""
#: src/conf/domain_conf.c:11169
#, c-format
msgid "unexpected root element <%s>, expecting <domain>"
msgstr ""
#: src/conf/domain_conf.c:11204
#, c-format
msgid "unexpected root element <%s>, expecting <domstatus>"
msgstr ""
#: src/conf/domain_conf.c:11253
#, c-format
msgid "Target timer %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11261
#, c-format
msgid "Target timer presence %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:11269
#, c-format
msgid "Target TSC frequency %lu does not match source %lu"
msgstr ""
#: src/conf/domain_conf.c:11276
#, c-format
msgid "Target TSC mode %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11293
#, c-format
msgid "Target device address type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11306
#, c-format
msgid ""
"Target device PCI address %04x:%02x:%02x.%02x does not match source %04x:"
"%02x:%02x.%02x"
msgstr ""
#: src/conf/domain_conf.c:11321
#, c-format
msgid "Target device drive address %d:%d:%d does not match source %d:%d:%d"
msgstr ""
#: src/conf/domain_conf.c:11336
#, c-format
msgid ""
"Target device virtio serial address %d:%d:%d does not match source %d:%d:%d"
msgstr ""
#: src/conf/domain_conf.c:11350
#, c-format
msgid "Target device ccid address %d:%d does not match source %d:%d"
msgstr ""
#: src/conf/domain_conf.c:11371
#, c-format
msgid "Target disk device %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11379
#, c-format
msgid "Target disk bus %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11387
#, c-format
msgid "Target disk %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11394
#, c-format
msgid "Target disk serial %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11401
msgid "Target disk access mode does not match source"
msgstr ""
#: src/conf/domain_conf.c:11418
#, c-format
msgid "Target controller type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11426
#, c-format
msgid "Target controller index %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:11433
#, c-format
msgid "Target controller model %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:11441
#, c-format
msgid "Target controller ports %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:11448
#, c-format
msgid "Target controller vectors %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:11467
#, c-format
msgid "Target filesystem guest target %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11474
msgid "Target filesystem access mode does not match source"
msgstr ""
#: src/conf/domain_conf.c:11491
#, c-format
msgid ""
"Target network card mac %02x:%02x:%02x:%02x:%02x:%02x does not match source "
"%02x:%02x:%02x:%02x:%02x:%02x"
msgstr ""
#: src/conf/domain_conf.c:11502
#, c-format
msgid "Target network card model %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11520
#, c-format
msgid "Target input device type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11528
#, c-format
msgid "Target input device bus %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11547
#, c-format
msgid "Target sound card model %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11566
#, c-format
msgid "Target video card model %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11574
#, c-format
msgid "Target video card vram %u does not match source %u"
msgstr ""
#: src/conf/domain_conf.c:11581
#, c-format
msgid "Target video card heads %u does not match source %u"
msgstr ""
#: src/conf/domain_conf.c:11589
msgid "Target video card acceleration does not match source"
msgstr ""
#: src/conf/domain_conf.c:11596
#, c-format
msgid "Target video card 2d accel %u does not match source %u"
msgstr ""
#: src/conf/domain_conf.c:11603
#, c-format
msgid "Target video card 3d accel %u does not match source %u"
msgstr ""
#: src/conf/domain_conf.c:11622
#, c-format
msgid "Target host device mode %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11631
#, c-format
msgid "Target host device subsystem %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11661 src/conf/domain_conf.c:11679
#, c-format
msgid "Target serial port %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:11697
#, c-format
msgid "Target channel type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11707
#, c-format
msgid "Target channel name %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11716
msgid ""
"Changing device type to/from spicevmc would change default target channel "
"name"
msgstr ""
#: src/conf/domain_conf.c:11727
#, c-format
msgid "Target channel addr %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11749
#, c-format
msgid "Target console type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11768
#, c-format
msgid "Target watchdog model %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11787
#, c-format
msgid "Target balloon model %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11809
#, c-format
msgid "Target domain RNG device count '%d' does not match source count '%d'"
msgstr ""
#: src/conf/domain_conf.c:11817
#, c-format
msgid "Target RNG model '%s' does not match source '%s'"
msgstr ""
#: src/conf/domain_conf.c:11836
#, c-format
msgid "Target hub device type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11856
#, c-format
msgid "Target USB redirection filter rule count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:11867
msgid "Target USB Class code does not match source"
msgstr ""
#: src/conf/domain_conf.c:11873
msgid "Target USB vendor ID does not match source"
msgstr ""
#: src/conf/domain_conf.c:11879
msgid "Target USB product ID does not match source"
msgstr ""
#: src/conf/domain_conf.c:11885
msgid "Target USB version does not match source"
msgstr ""
#: src/conf/domain_conf.c:11891
#, c-format
msgid "Target USB allow '%s' does not match source '%s'"
msgstr ""
#: src/conf/domain_conf.c:11913
#, c-format
msgid "Target domain virt type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11925
#, c-format
msgid "Target domain uuid %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11932
#, c-format
msgid "Target domain max memory %lld does not match source %lld"
msgstr ""
#: src/conf/domain_conf.c:11938
#, c-format
msgid "Target domain current memory %lld does not match source %lld"
msgstr ""
#: src/conf/domain_conf.c:11944
#, c-format
msgid "Target domain huge page backing %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:11952
#, c-format
msgid "Target domain vpu count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:11958
#, c-format
msgid "Target domain vpu max %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:11965 src/conf/domain_conf.c:11978
#, c-format
msgid "Target domain OS type %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11971
#, c-format
msgid "Target domain architecture %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11985
#, c-format
msgid "Target domain SMBIOS mode %s does not match source %s"
msgstr ""
#: src/conf/domain_conf.c:11993
#, c-format
msgid "Target domain features %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:12000
msgid "Target domain timers do not match source"
msgstr ""
#: src/conf/domain_conf.c:12018
#, c-format
msgid "Target domain disk count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12029
#, c-format
msgid "Target domain disk controller count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12042
#, c-format
msgid "Target domain filesystem count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12054
#, c-format
msgid "Target domain net card count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12066
#, c-format
msgid "Target domain input device count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12078
#, c-format
msgid "Target domain sound card count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12090
#, c-format
msgid "Target domain video card count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12102
#, c-format
msgid "Target domain host device count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12115
#, c-format
msgid "Target domain smartcard count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12128
#, c-format
msgid "Target domain serial port count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12141
#, c-format
msgid "Target domain parallel port count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12154
#, c-format
msgid "Target domain channel count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12167
#, c-format
msgid "Target domain console count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12180
#, c-format
msgid "Target domain hub device count %zu does not match source %zu"
msgstr ""
#: src/conf/domain_conf.c:12193
#, c-format
msgid "Target domain USB redirection filter count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:12207
#, c-format
msgid "Target domain watchdog count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:12220
#, c-format
msgid "Target domain memory balloon count %d does not match source %d"
msgstr ""
#: src/conf/domain_conf.c:12564
#, c-format
msgid "unexpected %s action: %d"
msgstr ""
#: src/conf/domain_conf.c:12728
#, c-format
msgid "unexpected disk type %d"
msgstr "tipo di disco %d inaspettato"
#: src/conf/domain_conf.c:12733
#, c-format
msgid "unexpected disk device %d"
msgstr "dispositivo disco %d inaspettato"
#: src/conf/domain_conf.c:12738
#, c-format
msgid "unexpected disk bus %d"
msgstr "bus del disco %d inaspettato"
#: src/conf/domain_conf.c:12743
#, c-format
msgid "unexpected disk cache mode %d"
msgstr "modalità di cache del disco %d inaspettato"
#: src/conf/domain_conf.c:12748
#, c-format
msgid "unexpected disk io mode %d"
msgstr "modo disk io %d non atteso"
#: src/conf/domain_conf.c:12753
#, c-format
msgid "Unexpected disk sgio mode '%d'"
msgstr ""
#: src/conf/domain_conf.c:13018
#, c-format
msgid "unexpected controller type %d"
msgstr "tipo controller %d non atteso"
#: src/conf/domain_conf.c:13027
#, c-format
msgid "unexpected model type %d"
msgstr "tipo modello %d non atteso"
#: src/conf/domain_conf.c:13096
#, c-format
msgid "unexpected filesystem type %d"
msgstr "tipo di filesystem %d inaspettato"
#: src/conf/domain_conf.c:13102
#, c-format
msgid "unexpected accessmode %d"
msgstr "accessmode %d non atteso"
#: src/conf/domain_conf.c:13217
msgid "PCI address Formatting failed"
msgstr ""
#: src/conf/domain_conf.c:13235 src/conf/domain_conf.c:13264
#: src/conf/domain_conf.c:14416 src/conf/domain_conf.c:14425
#: src/qemu/qemu_hotplug.c:2572
#, c-format
msgid "unexpected hostdev type %d"
msgstr "tipo di hostdev %d inaspettato"
#: src/conf/domain_conf.c:13288 src/conf/domain_conf.c:13360
#: src/conf/domain_conf.c:14214
#, c-format
msgid "unexpected net type %d"
msgstr "tipo di rete %d inaspettato"
#: src/conf/domain_conf.c:13315
#, c-format
msgid "unexpected source mode %d"
msgstr ""
#: src/conf/domain_conf.c:13335
#, c-format
msgid "unexpected net type %s"
msgstr ""
#: src/conf/domain_conf.c:13525
#, c-format
msgid "unexpected char type %d"
msgstr "tipo di carattere %d inaspettato"
#: src/conf/domain_conf.c:13627
#, c-format
msgid "unexpected char device type %d"
msgstr "tipo dispositivo a acaratteri %d non atteso"
#: src/conf/domain_conf.c:13646
msgid "Could not format channel target type"
msgstr ""
#: src/conf/domain_conf.c:13656
msgid "Unable to format guestfwd port"
msgstr "Impossibile formattare la porta guestfwd"
#: src/conf/domain_conf.c:13733 src/conf/domain_conf.c:13764
#: src/qemu/qemu_command.c:6874
#, c-format
msgid "unexpected smartcard type %d"
msgstr "tipo smartcard %d non atteso"
#: src/conf/domain_conf.c:13781
#, c-format
msgid "unexpected codec type %d"
msgstr ""
#: src/conf/domain_conf.c:13801 src/xenxs/xen_sxpr.c:2165
#, c-format
msgid "unexpected sound model %d"
msgstr "modello sonoro %d inaspettato"
#: src/conf/domain_conf.c:13843
#, c-format
msgid "unexpected memballoon model %d"
msgstr "modello memballoon %d non atteso"
#: src/conf/domain_conf.c:13883
#, c-format
msgid "unexpected watchdog model %d"
msgstr "modello watchdog %d non atteso"
#: src/conf/domain_conf.c:13889
#, c-format
msgid "unexpected watchdog action %d"
msgstr "azione watchdog %d non attesa"
#: src/conf/domain_conf.c:13994
#, c-format
msgid "unexpected video model %d"
msgstr "modello video %d inaspettato"
#: src/conf/domain_conf.c:14035 src/xenxs/xen_sxpr.c:2202
#, c-format
msgid "unexpected input type %d"
msgstr "tipo di input %d inaspettato"
#: src/conf/domain_conf.c:14040
#, c-format
msgid "unexpected input bus type %d"
msgstr "tipo di bus di input %d inaspettato"
#: src/conf/domain_conf.c:14068
#, c-format
msgid "unexpected timer name %d"
msgstr "nomne timer %d non atteso"
#: src/conf/domain_conf.c:14084
#, c-format
msgid "unexpected timer tickpolicy %d"
msgstr "timer tickpolicy %d non atteso"
#: src/conf/domain_conf.c:14098
#, c-format
msgid "unexpected timer track %d"
msgstr "track timer %d non atteso"
#: src/conf/domain_conf.c:14116
#, c-format
msgid "unexpected timer mode %d"
msgstr "modo timer %d non atteso"
#: src/conf/domain_conf.c:14407 src/conf/domain_conf.c:14432
#, c-format
msgid "unexpected hostdev mode %d"
msgstr "modo hostdev %d inaspettato"
#: src/conf/domain_conf.c:14529
#, c-format
msgid "unexpected hub type %d"
msgstr ""
#: src/conf/domain_conf.c:14608
#, c-format
msgid "unexpected domain type %d"
msgstr "tipo di dominio %d inaspettato"
#: src/conf/domain_conf.c:14785
msgid "failed to format cpuset for vcpupin"
msgstr ""
#: src/conf/domain_conf.c:14799
msgid "failed to format cpuset for emulator"
msgstr ""
#: src/conf/domain_conf.c:14828
msgid "failed to format nodeset for NUMA memory tuning"
msgstr ""
#: src/conf/domain_conf.c:14894
#, c-format
msgid "unexpected boot device type %d"
msgstr "tipo di dispositivo di avvio %d inaspettato"
#: src/conf/domain_conf.c:14928
#, c-format
msgid "unexpected smbios mode %d"
msgstr "modo smbios %d non atteso"
#: src/conf/domain_conf.c:14943
#, c-format
msgid "unexpected feature %d"
msgstr "caratteristica %d inaspettata"
#: src/conf/domain_conf.c:15299
msgid "Device configuration is not compatible: Domain has no USB bus support"
msgstr ""
#: src/conf/domain_conf.c:15321 src/conf/network_conf.c:2503
#: src/conf/nwfilter_conf.c:2729 src/util/virdnsmasq.c:559
#, c-format
msgid "cannot create config directory '%s'"
msgstr "impossibile creare la cartella di configurazione '%s'"
#: src/conf/domain_conf.c:15458
#, c-format
msgid "unexpected domain %s already exists"
msgstr "il dominio %s non previsto è già esistente"
#: src/conf/domain_conf.c:15498 src/conf/network_conf.c:2625
#: src/conf/nwfilter_conf.c:3118 src/conf/storage_conf.c:1609
#: src/util/virpci.c:2001
#, c-format
msgid "Failed to open dir '%s'"
msgstr "Impossibile aprire la cartella '%s'"
#: src/conf/domain_conf.c:15568
#, c-format
msgid "cannot remove config %s"
msgstr "impossibile rimuovere la configurazione %s"
#: src/conf/domain_conf.c:15901
#, c-format
msgid "unable to visit backing chain file %s"
msgstr ""
#: src/conf/domain_conf.c:16002
#, c-format
msgid "invalid domain state: %d"
msgstr ""
#: src/conf/domain_conf.c:16452
#, c-format
msgid "Copying definition of '%d' type is not implemented yet."
msgstr ""
#: src/conf/domain_event.c:196 src/conf/domain_event.c:246
msgid "could not find event callback for removal"
msgstr ""
#: src/conf/domain_event.c:272 src/conf/domain_event.c:297
msgid "could not find event callback for deletion"
msgstr ""
#: src/conf/domain_event.c:372
msgid "event callback already tracked"
msgstr ""
#: src/conf/domain_event.c:636
msgid "unable to initialize state mutex"
msgstr ""
#: src/conf/domain_event.c:1500 src/conf/domain_event.c:1556
msgid "could not initialize domain event timer"
msgstr ""
#: src/conf/interface_conf.c:122
msgid "interface has no name"
msgstr "l'interfaccia non ha un nome"
#: src/conf/interface_conf.c:138
msgid "interface mtu value is improper"
msgstr "valore mtu dell'interfaccia non valido"
#: src/conf/interface_conf.c:162
#, c-format
msgid "unknown interface startmode %s"
msgstr "modalità avvio interfaccia sconosciuta %s"
#: src/conf/interface_conf.c:194
#, c-format
msgid "unknown bonding mode %s"
msgstr "modalità bonding sconosciuta %s"
#: src/conf/interface_conf.c:215
#, c-format
msgid "unknown mii bonding carrier %s"
msgstr "mii bonding carrier %s sconosciuto"
#: src/conf/interface_conf.c:238
#, c-format
msgid "unknown arp bonding validate %s"
msgstr "arp bonding validate %s sconosciuto"
#: src/conf/interface_conf.c:264
#, c-format
msgid "unknown dhcp peerdns value %s"
msgstr "valore dhcp peerdns sconosciuto %s"
#: src/conf/interface_conf.c:290
msgid "Invalid ip address prefix value"
msgstr "valore prefisso indirizzo IP sconosciuto"
#: src/conf/interface_conf.c:450
msgid "protocol misses the family attribute"
msgstr "attributo family mancante in protocol"
#: src/conf/interface_conf.c:469
#, c-format
msgid "unsupported protocol family '%s'"
msgstr "famiglia protocollo non supportato '%s'"
#: src/conf/interface_conf.c:543
msgid "bond has no interfaces"
msgstr "bond non ha alcuna interfaccia"
#: src/conf/interface_conf.c:591
msgid "bond interface miimon freq missing or invalid"
msgstr ""
#: src/conf/interface_conf.c:599
msgid "bond interface miimon downdelay invalid"
msgstr ""
#: src/conf/interface_conf.c:607
msgid "bond interface miimon updelay invalid"
msgstr ""
#: src/conf/interface_conf.c:623
msgid "bond interface arpmon interval missing or invalid"
msgstr ""
#: src/conf/interface_conf.c:631
msgid "bond interface arpmon target missing"
msgstr "Target arpmon dell'interfaccia bond è mancante"
#: src/conf/interface_conf.c:649
msgid "vlan interface misses the tag attribute"
msgstr "manca l'attributo tag dell'interfaccia vlan"
#: src/conf/interface_conf.c:657
msgid "vlan interface misses name attribute"
msgstr "manca l'attributo name dell'interfaccia vlan"
#: src/conf/interface_conf.c:674
msgid "interface misses the type attribute"
msgstr "l'attributo tipo per l'interfaccia risulta mancante"
#: src/conf/interface_conf.c:680
#, c-format
msgid "unknown interface type %s"
msgstr "tipo di interfaccia sconosciuta %s"
#: src/conf/interface_conf.c:701
#, c-format
msgid "interface has unsupported type '%s'"
msgstr "l'interfaccia presenta una tipologia '%s' non supportata"
#: src/conf/interface_conf.c:738
msgid "bridge interface misses the bridge element"
msgstr ""
#: src/conf/interface_conf.c:750
#, c-format
msgid "bridge interface stp should be on or off got %s"
msgstr ""
#: src/conf/interface_conf.c:781
msgid "bond interface misses the bond element"
msgstr ""
#: src/conf/interface_conf.c:802
msgid "vlan interface misses the vlan element"
msgstr "manca l'elemento vlan dell'interfaccia vlan"
#: src/conf/interface_conf.c:830
#, c-format
msgid "unexpected root element <%s>, expecting <interface>"
msgstr ""
#: src/conf/interface_conf.c:857
msgid "(interface_definition)"
msgstr ""
#: src/conf/interface_conf.c:938
msgid "bond arp monitoring has no target"
msgstr ""
#: src/conf/interface_conf.c:966
msgid "vlan misses the tag name"
msgstr ""
#: src/conf/interface_conf.c:1048
msgid "virInterfaceDefFormat unknown startmode"
msgstr ""
#: src/conf/interface_conf.c:1062
msgid "virInterfaceDefFormat NULL def"
msgstr ""
#: src/conf/interface_conf.c:1068
msgid "virInterfaceDefFormat missing interface name"
msgstr ""
#: src/conf/interface_conf.c:1074
#, c-format
msgid "unexpected interface type %d"
msgstr "tipo di interfaccia %d inaspettato"
#: src/conf/interface_conf.c:1276 src/conf/network_conf.c:341
#: src/conf/node_device_conf.c:185 src/conf/nwfilter_conf.c:3047
#: src/conf/storage_conf.c:1532 src/libxl/libxl_driver.c:1139
#: src/parallels/parallels_driver.c:925 src/qemu/qemu_driver.c:567
#: src/remote/remote_driver.c:900 src/test/test_driver.c:551
#: src/test/test_driver.c:806 src/xen/xen_driver.c:336
msgid "cannot initialize mutex"
msgstr "impossibile inizializzare mutex"
#: src/conf/netdev_bandwidth_conf.c:44 src/conf/netdev_bandwidth_conf.c:130
msgid "invalid argument supplied"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:56
#, c-format
msgid "could not convert bandwidth average value '%s'"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:62
msgid "Missing mandatory average or floor attributes"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:68
msgid "'peak' and 'burst' require 'average' attribute"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:74
#, c-format
msgid "could not convert bandwidth peak value '%s'"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:81
#, c-format
msgid "could not convert bandwidth burst value '%s'"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:88
#, c-format
msgid "could not convert bandwidth floor value '%s'"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:141
msgid "Only one child <inbound> element allowed"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:149
msgid "Only one child <outbound> element allowed"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:175
msgid "floor attribute isn't supported for network's bandwidth yet"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:179
msgid "floor attribute is supported only for interfaces of type network"
msgstr ""
#: src/conf/netdev_bandwidth_conf.c:199
msgid "'floor' attribute allowed only in <inbound> element"
msgstr ""
#: src/conf/netdev_vlan_conf.c:47
msgid ""
"missing tag id - each <vlan> must have at least one <tag id='n'/> subelement"
msgstr ""
#: src/conf/netdev_vlan_conf.c:63
msgid "missing or invalid vlan tag id attribute"
msgstr ""
#: src/conf/netdev_vlan_conf.c:68
#, c-format
msgid "vlan tag id %lu too large (maximum 4095)"
msgstr ""
#: src/conf/netdev_vlan_conf.c:88
#, c-format
msgid ""
"invalid \"trunk='%s'\" in <vlan> - trunk='yes' is required for more than one "
"vlan tag"
msgstr ""
#: src/conf/netdev_vlan_conf.c:95
#, c-format
msgid "invalid \"trunk='%s'\" in <vlan> - must be yes or no"
msgstr ""
#: src/conf/netdev_vlan_conf.c:122
msgid "missing vlan tag data"
msgstr ""
#: src/conf/netdev_vport_profile_conf.c:60
#, c-format
msgid "unknown virtualport type %s"
msgstr ""
#: src/conf/netdev_vport_profile_conf.c:67
msgid "missing required virtualport type"
msgstr ""
#: src/conf/netdev_vport_profile_conf.c:89
msgid "cannot parse value of managerid parameter"
msgstr "errore nel parsing del valore del parametro managerid"
#: src/conf/netdev_vport_profile_conf.c:94
msgid "value of managerid out of range"
msgstr "il valore di managerid è fuori dal range"
#: src/conf/netdev_vport_profile_conf.c:106
msgid "cannot parse value of typeid parameter"
msgstr "errore nel parsing del valore del parametro typeid"
#: src/conf/netdev_vport_profile_conf.c:111
msgid "value for typeid out of range"
msgstr "il valore di typeid è fuori dal range"
#: src/conf/netdev_vport_profile_conf.c:123
msgid "cannot parse value of typeidversion parameter"
msgstr "errore nel parsing del valore del parametro typeidversion"
#: src/conf/netdev_vport_profile_conf.c:128
msgid "value of typeidversion out of range"
msgstr "il valore di typeidversion è fuori dal range"
#: src/conf/netdev_vport_profile_conf.c:138
msgid "cannot parse instanceid parameter as a uuid"
msgstr "errore nel parsing del valore del parametro instanceid"
#: src/conf/netdev_vport_profile_conf.c:147
msgid "profileid parameter too long"
msgstr "parametro profileid troppo lungo"
#: src/conf/netdev_vport_profile_conf.c:154
msgid "cannot parse interfaceid parameter as a uuid"
msgstr ""
#: src/conf/netdev_vport_profile_conf.c:167
#: src/util/virnetdevvportprofile.c:152
msgid "cannot generate a random uuid for instanceid"
msgstr "impossibile generare un uuid random per instanceid"
#: src/conf/netdev_vport_profile_conf.c:177
#: src/util/virnetdevvportprofile.c:173
msgid "cannot generate a random uuid for interfaceid"
msgstr ""
#: src/conf/network_conf.c:284
#, c-format
msgid "cannot save persistent config of transient network '%s'"
msgstr ""
#: src/conf/network_conf.c:295
#, c-format
msgid "cannot save live config of inactive network '%s'"
msgstr ""
#: src/conf/network_conf.c:471
msgid "NULL NetworkDef"
msgstr ""
#: src/conf/network_conf.c:505
msgid "network is not running"
msgstr ""
#: src/conf/network_conf.c:512
msgid "cannot change persistent config of a transient network"
msgstr ""
#: src/conf/network_conf.c:643
#, c-format
msgid "Missing 'start' attribute in dhcp range for network '%s'"
msgstr ""
#: src/conf/network_conf.c:652
#, c-format
msgid "Missing 'end' attribute in dhcp range for network '%s'"
msgstr ""
#: src/conf/network_conf.c:662
#, c-format
msgid "Invalid dhcp range '%s' to '%s' in network '%s'"
msgstr "Intervallo dhcp da '%s' a '%s' non valido nella rete '%s'"
#: src/conf/network_conf.c:691
#, c-format
msgid ""
"Invalid to specify MAC address '%s' in network '%s' IPv6 static host "
"definition"
msgstr ""
#: src/conf/network_conf.c:698
#, c-format
msgid "Cannot parse MAC address '%s' in network '%s'"
msgstr "Errore nel parsing dell'indirizzo MAC '%s' della rete '%s'"
#: src/conf/network_conf.c:704
#, c-format
msgid "expected unicast mac address, found multicast '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:716
#, c-format
msgid "Invalid character '%c' in id '%s' of network '%s'"
msgstr ""
#: src/conf/network_conf.c:724
#, c-format
msgid "Cannot use host name '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:732
#, c-format
msgid "Invalid IP address in static host definition for network '%s'"
msgstr ""
#: src/conf/network_conf.c:742
#, c-format
msgid ""
"At least one of name, mac, or ip attribute must be specified for static host "
"definition in network '%s' "
msgstr ""
#: src/conf/network_conf.c:754
#, c-format
msgid ""
"Static host definition in IPv6 network '%s' must have id or name attribute"
msgstr ""
#: src/conf/network_conf.c:761
#, c-format
msgid ""
"Static host definition in IPv4 network '%s' must have mac or name attribute"
msgstr ""
#: src/conf/network_conf.c:768
#, c-format
msgid "Missing IP address in static host definition for network '%s'"
msgstr "Indirizzo IP mancante nella definizione host statico per la rete '%s'"
#: src/conf/network_conf.c:873
#, c-format
msgid "Missing IP address in network '%s' DNS HOST record"
msgstr ""
#: src/conf/network_conf.c:881
#, c-format
msgid "Invalid IP address in network '%s' DNS HOST record"
msgstr ""
#: src/conf/network_conf.c:900 src/conf/network_conf.c:909
#, c-format
msgid "Missing hostname in network '%s' DNS HOST record"
msgstr ""
#: src/conf/network_conf.c:916
#, c-format
msgid "Missing ip and hostname in network '%s' DNS HOST record"
msgstr ""
#: src/conf/network_conf.c:937
#, c-format
msgid "Missing required service attribute in DNS SRV record of network %s"
msgstr ""
#: src/conf/network_conf.c:943
#, c-format
msgid "Service name '%s' in network %s is too long, limit is %d bytes"
msgstr ""
#: src/conf/network_conf.c:950
#, c-format
msgid ""
"Missing required protocol attribute in dns srv record '%s' of network %s"
msgstr ""
#: src/conf/network_conf.c:959
#, c-format
msgid "Invalid protocol attribute value '%s' in DNS SRV record of network %s"
msgstr ""
#: src/conf/network_conf.c:974
#, c-format
msgid "Missing or invalid port attribute in network %s"
msgstr ""
#: src/conf/network_conf.c:982
#, c-format
msgid "Missing or invalid priority attribute in network %s"
msgstr ""
#: src/conf/network_conf.c:990
#, c-format
msgid "Missing or invalid weight attribute in network %s"
msgstr ""
#: src/conf/network_conf.c:1000
#, c-format
msgid ""
"Missing required service attribute or protocol in DNS SRV record of network "
"%s"
msgstr ""
#: src/conf/network_conf.c:1019
#, c-format
msgid "missing required name attribute in DNS TXT record of network %s"
msgstr ""
#: src/conf/network_conf.c:1025
#, c-format
msgid "prohibited space character in DNS TXT record name '%s' of network %s"
msgstr ""
#: src/conf/network_conf.c:1031
#, c-format
msgid ""
"missing required value attribute in DNS TXT record named '%s' of network %s"
msgstr ""
#: src/conf/network_conf.c:1038
#, c-format
msgid "Missing required name or value in DNS TXT record of network %s"
msgstr ""
#: src/conf/network_conf.c:1067
#, c-format
msgid "invalid <host> element found in <dns> of network %s"
msgstr ""
#: src/conf/network_conf.c:1089
#, c-format
msgid "invalid <srv> element found in <dns> of network %s"
msgstr ""
#: src/conf/network_conf.c:1111
#, c-format
msgid "invalid <txt> element found in <dns> of network %s"
msgstr ""
#: src/conf/network_conf.c:1171
#, c-format
msgid "Bad address '%s' in definition of network '%s'"
msgstr "Indirizzo '%s' non valido nella definizione della rete '%s'"
#: src/conf/network_conf.c:1183
#, c-format
msgid "no family specified for non-IPv4 address '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:1190
#, c-format
msgid "family 'ipv4' specified for non-IPv4 address '%s' in network '%s'"
msgstr ""
"famiglia 'ipv4' specificata per l'indirizzo non-IPv4 '%s' nella rete '%s'"
#: src/conf/network_conf.c:1197
#, c-format
msgid "family 'ipv6' specified for non-IPv6 address '%s' in network '%s'"
msgstr ""
"famiglia 'ipv6' specificata per l'indirizzo non-IPv6 '%s' nella rete '%s'"
#: src/conf/network_conf.c:1203
#, c-format
msgid "Unrecognized family '%s' in definition of network '%s'"
msgstr "Famiglia '%s' sconosciuta nella definizione della rete '%s'"
#: src/conf/network_conf.c:1213
#, c-format
msgid "netmask specified without address in network '%s'"
msgstr "netmask specificata senza indirizzo nella rete '%s'"
#: src/conf/network_conf.c:1220
#, c-format
msgid "netmask not supported for address '%s' in network '%s' (IPv4 only)"
msgstr ""
"netmask non supportata per l'indirizzo '%s' nella rete '%s' (solo IPv4)"
#: src/conf/network_conf.c:1228
#, c-format
msgid "network '%s' cannot have both prefix='%u' and a netmask"
msgstr "la rete '%s' non può avere sia prefix='%u' sia una netmask"
#: src/conf/network_conf.c:1238
#, c-format
msgid ""
"network '%s' has invalid netmask '%s' for address '%s' (both must be IPv4)"
msgstr ""
"la rete '%s' ha una netmask '%s' non valida per l'indirizzo '%s' (entrambi "
"devono essere IPv4)"
#: src/conf/network_conf.c:1256
#, c-format
msgid "Unsupported <tftp> element in an IPv6 element in network '%s'"
msgstr ""
#: src/conf/network_conf.c:1307
msgid "Missing required name attribute in portgroup"
msgstr ""
#: src/conf/network_conf.c:1359
#, c-format
msgid ""
"The <nat> element can only be used when <forward> 'mode' is 'nat' in network "
"%s"
msgstr ""
#: src/conf/network_conf.c:1368 src/conf/network_conf.c:1495
#, c-format
msgid "invalid <address> element found in <forward> of network %s"
msgstr ""
#: src/conf/network_conf.c:1373
#, c-format
msgid ""
"Only one <address> element is allowed in <nat> in <forward> in network %s"
msgstr ""
#: src/conf/network_conf.c:1380
#, c-format
msgid ""
"missing 'start' attribute in <address> element in <nat> in <forward> in "
"network %s"
msgstr ""
#: src/conf/network_conf.c:1387
#, c-format
msgid ""
"missing 'end' attribute in <address> element in <nat> in <forward> in "
"network %s"
msgstr ""
#: src/conf/network_conf.c:1395
#, c-format
msgid "Bad ipv4 start address '%s' in <nat> in <forward> in network '%s'"
msgstr ""
#: src/conf/network_conf.c:1402
#, c-format
msgid "Bad ipv4 end address '%s' in <nat> in <forward> in network '%s'"
msgstr ""
#: src/conf/network_conf.c:1411
#, c-format
msgid "invalid <port> element found in <forward> of network %s"
msgstr ""
#: src/conf/network_conf.c:1416
#, c-format
msgid "Only one <port> element is allowed in <nat> in <forward> in network %s"
msgstr ""
#: src/conf/network_conf.c:1424
#, c-format
msgid ""
"Missing or invalid 'start' attribute in <port> in <nat> in <forward> in "
"network %s"
msgstr ""
#: src/conf/network_conf.c:1432
#, c-format
msgid ""
"Missing or invalid 'end' attribute in <port> in <nat> in <forward> in "
"network %s"
msgstr ""
#: src/conf/network_conf.c:1471
#, c-format
msgid "unknown forwarding type '%s'"
msgstr "tipo di forwarding sconosciuto '%s'"
#: src/conf/network_conf.c:1487
#, c-format
msgid "invalid <interface> element found in <forward> of network %s"
msgstr ""
#: src/conf/network_conf.c:1503
#, c-format
msgid "invalid <pf> element found in <forward> of network %s"
msgstr ""
#: src/conf/network_conf.c:1511
#, c-format
msgid "invalid <nat> element found in <forward> of network %s"
msgstr ""
#: src/conf/network_conf.c:1516
#, c-format
msgid "Only one <nat> element is allowed in <forward> of network %s"
msgstr ""
#: src/conf/network_conf.c:1528
#, c-format
msgid ""
"<address>, <interface>, and <pf> elements in <forward> of network %s are "
"mutually exclusive"
msgstr ""
#: src/conf/network_conf.c:1537
#, c-format
msgid ""
"the <forward> 'dev' attribute cannot be used when <address> or <pf> sub-"
"elements are present in network %s"
msgstr ""
#: src/conf/network_conf.c:1562
#, c-format
msgid ""
"Missing required dev attribute in <forward> <interface> element of network %s"
msgstr ""
#: src/conf/network_conf.c:1574
#, c-format
msgid "<forward dev='%s'> must match first <interface dev='%s'/> in network %s"
msgstr ""
#: src/conf/network_conf.c:1600
#, c-format
msgid "missing address type in network %s"
msgstr ""
#: src/conf/network_conf.c:1607
#, c-format
msgid "unknown address type '%s' in network %s"
msgstr ""
#: src/conf/network_conf.c:1624
#, c-format
msgid "unsupported address type '%s' in network %s"
msgstr ""
#: src/conf/network_conf.c:1634
#, c-format
msgid "Only one <pf> element is allowed in <forward> of network %s"
msgstr ""
#: src/conf/network_conf.c:1647
#, c-format
msgid "Missing required dev attribute in <pf> element of network '%s'"
msgstr ""
#: src/conf/network_conf.c:1729
#, c-format
msgid "Invalid ipv6 setting '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:1759
#, c-format
msgid "Invalid bridge mac address '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:1766
#, c-format
msgid "Invalid multicast bridge mac address '%s' in network '%s'"
msgstr ""
#: src/conf/network_conf.c:1854
#, c-format
msgid "%s forwarding requested, but no IP address provided for network '%s'"
msgstr ""
#: src/conf/network_conf.c:1862
#, c-format
msgid ""
"multiple forwarding interfaces specified for network '%s', only one is "
"supported"
msgstr ""
#: src/conf/network_conf.c:1875
#, c-format
msgid "bridge name not allowed in %s mode (network '%s')"
msgstr ""
#: src/conf/network_conf.c:1884
#, c-format
msgid ""
"bridge delay/stp options only allowed in route, nat, and isolated mode, not "
"in %s (network '%s')"
msgstr ""
#: src/conf/network_conf.c:1891
#, c-format
msgid ""
"A network with forward mode='%s' can specify a bridge name or a forward dev, "
"but not both (network '%s')"
msgstr ""
#: src/conf/network_conf.c:1922
msgid "(network_definition)"
msgstr ""
#: src/conf/network_conf.c:1949
#, c-format
msgid "unexpected root element <%s>, expecting <network>"
msgstr ""
#: src/conf/network_conf.c:1979
msgid "(network status)"
msgstr ""
#: src/conf/network_conf.c:2003
#, c-format
msgid "Malformed 'class_id' attribute: %s"
msgstr ""
#: src/conf/network_conf.c:2015
#, c-format
msgid "Malformed 'floor_sum' attribute: %s"
msgstr ""
#: src/conf/network_conf.c:2025
msgid "Could not find any 'network' element"
msgstr ""
#: src/conf/network_conf.c:2306
#, c-format
msgid "Unknown forward type %d in network '%s'"
msgstr ""
#: src/conf/network_conf.c:2579
#, c-format
msgid "Network config filename '%s' does not match network name '%s'"
msgstr ""
"Il nome del file di configurazione di rete '%s' non coincide col nome della "
"rete '%s'"
#: src/conf/network_conf.c:2672 src/util/virdnsmasq.c:271
#, c-format
msgid "cannot remove config file '%s'"
msgstr "impossibile rimuovere il file di configurazione '%s'"
#: src/conf/network_conf.c:2741
#, c-format
msgid "Bridge generation exceeded max id %d"
msgstr ""
#: src/conf/network_conf.c:2759
#, c-format
msgid "bridge name '%s' already in use."
msgstr "il nome del bridge '%s' è già utilizzato."
#: src/conf/network_conf.c:2793
#, c-format
msgid "can't update '%s' section of network '%s'"
msgstr ""
#: src/conf/network_conf.c:2800
#, c-format
msgid "unrecognized network update command code %d"
msgstr ""
#: src/conf/network_conf.c:2810
#, c-format
msgid "unexpected element <%s>, expecting <%s>, while updating network '%s'"
msgstr ""
#: src/conf/network_conf.c:2865
#, c-format
msgid ""
"couldn't update dhcp host entry - no <ip> element found at index %d in "
"network '%s'"
msgstr ""
#: src/conf/network_conf.c:2888
#, c-format
msgid "couldn't update dhcp host entry - no <ip> element found in network '%s'"
msgstr ""
#: src/conf/network_conf.c:2936
#, c-format
msgid ""
"couldn't locate an existing dhcp host entry with \"mac='%s'\" in network '%s'"
msgstr ""
#: src/conf/network_conf.c:2969
#, c-format
msgid ""
"there is an existing dhcp host entry in network '%s' that matches \"<host "
"mac='%s' name='%s' ip='%s'/>\""
msgstr ""
#: src/conf/network_conf.c:3007
#, c-format
msgid "couldn't locate a matching dhcp host entry in network '%s'"
msgstr ""
#: src/conf/network_conf.c:3052
msgid "dhcp ranges cannot be modified, only added or deleted"
msgstr ""
#: src/conf/network_conf.c:3076
#, c-format
msgid ""
"there is an existing dhcp range entry in network '%s' that matches \"<range "
"start='%s' end='%s'/>\""
msgstr ""
#: src/conf/network_conf.c:3098
#, c-format
msgid "couldn't locate a matching dhcp range entry in network '%s'"
msgstr ""
#: src/conf/network_conf.c:3147
msgid "forward interface entries cannot be modified, only added or deleted"
msgstr ""
#: src/conf/network_conf.c:3156
msgid "missing dev attribute in <interface> element"
msgstr ""
#: src/conf/network_conf.c:3173
#, c-format
msgid ""
"there is an existing interface entry in network '%s' that matches "
"\"<interface dev='%s'>\""
msgstr ""
#: src/conf/network_conf.c:3193
#, c-format
msgid ""
"couldn't find an interface entry in network '%s' matching <interface "
"dev='%s'>"
msgstr ""
#: src/conf/network_conf.c:3202
#, c-format
msgid ""
"unable to delete interface '%s' in network '%s'. It is currently being used "
"by %d domains."
msgstr ""
#: src/conf/network_conf.c:3268
#, c-format
msgid ""
"couldn't find a portgroup entry in network '%s' matching <portgroup "
"name='%s'>"
msgstr ""
#: src/conf/network_conf.c:3276
#, c-format
msgid ""
"there is an existing portgroup entry in network '%s' that matches "
"\"<portgroup name='%s'>\""
msgstr ""
#: src/conf/network_conf.c:3290
#, c-format
msgid ""
"a different portgroup entry in network '%s' is already set as the default. "
"Only one default is allowed."
msgstr ""
#: src/conf/network_conf.c:3352
msgid "DNS HOST records cannot be modified, only added or deleted"
msgstr ""
#: src/conf/network_conf.c:3385
#, c-format
msgid ""
"there is already at least one DNS HOST record with a matching field in "
"network %s"
msgstr ""
#: src/conf/network_conf.c:3403
#, c-format
msgid "couldn't locate a matching DNS HOST record in network %s"
msgstr ""
#: src/conf/network_conf.c:3409
#, c-format
msgid "multiple matching DNS HOST records were found in network %s"
msgstr ""
#: src/conf/network_conf.c:3448
msgid "DNS SRV records cannot be modified, only added or deleted"
msgstr ""
#: src/conf/network_conf.c:3473
#, c-format
msgid ""
"there is already at least one DNS SRV record matching all specified fields "
"in network %s"
msgstr ""
#: src/conf/network_conf.c:3491
#, c-format
msgid "couldn't locate a matching DNS SRV record in network %s"
msgstr ""
#: src/conf/network_conf.c:3497
#, c-format
msgid ""
"multiple DNS SRV records matching all specified fields were found in network "
"%s"
msgstr ""
#: src/conf/network_conf.c:3535
msgid "DNS TXT records cannot be modified, only added or deleted"
msgstr ""
#: src/conf/network_conf.c:3555
#, c-format
msgid "there is already a DNS TXT record with name '%s' in network %s"
msgstr ""
#: src/conf/network_conf.c:3573
#, c-format
msgid "couldn't locate a matching DNS TXT record in network %s"
msgstr ""
#: src/conf/network_conf.c:3605
msgid "network_update_xml"
msgstr ""
#: src/conf/network_conf.c:3655
msgid "can't update unrecognized section of network"
msgstr ""
#: src/conf/network_conf.c:3778
#, c-format
msgid "network '%s' is already defined with uuid %s"
msgstr "la rete '%s' risulta già definita con uuid '%s'"
#: src/conf/network_conf.c:3787
#, c-format
msgid "network is already active as '%s'"
msgstr "le rete risulta già attiva come '%s'"
#: src/conf/network_conf.c:3801
#, c-format
msgid "network '%s' already exists with uuid %s"
msgstr "la rete '%s' è già definita con uuid %s"
#: src/conf/node_device_conf.c:561
#, c-format
msgid "no block device path supplied for '%s'"
msgstr "nessun percorso di dispositivo a blocchi fornito per '%s'"
#: src/conf/node_device_conf.c:581
#, c-format
msgid "missing storage capability type for '%s'"
msgstr "tipo di funzionalità dello storage mancante per '%s'"
#: src/conf/node_device_conf.c:603
#, c-format
msgid "no removable media size supplied for '%s'"
msgstr "nessuna dimensione per il supporto rimovibile fornita per '%s'"
#: src/conf/node_device_conf.c:604
#, c-format
msgid "invalid removable media size supplied for '%s'"
msgstr "dimensione per il supporto rimovibile fornita non valida per '%s'"
#: src/conf/node_device_conf.c:614
#, c-format
msgid "unknown storage capability type '%s' for '%s'"
msgstr "tipo di funzionalità di storage '%s' sconosciuta per '%s'"
#: src/conf/node_device_conf.c:626
#, c-format
msgid "no size supplied for '%s'"
msgstr "nessuna dimensione fornita per '%s'"
#: src/conf/node_device_conf.c:627
#, c-format
msgid "invalid size supplied for '%s'"
msgstr "dimensione fornita non valida per '%s'"
#: src/conf/node_device_conf.c:653 src/conf/node_device_conf.c:730
#, c-format
msgid "no SCSI host ID supplied for '%s'"
msgstr "nessun ID host SCSI fornito per '%s'"
#: src/conf/node_device_conf.c:654 src/conf/node_device_conf.c:731
#, c-format
msgid "invalid SCSI host ID supplied for '%s'"
msgstr "ID host SCSI fornito non valido per '%s'"
#: src/conf/node_device_conf.c:659
#, c-format
msgid "no SCSI bus ID supplied for '%s'"
msgstr "nessun ID bus SCSI fornito per '%s'"
#: src/conf/node_device_conf.c:660
#, c-format
msgid "invalid SCSI bus ID supplied for '%s'"
msgstr "ID host SCSI fornito non valido per '%s'"
#: src/conf/node_device_conf.c:665
#, c-format
msgid "no SCSI target ID supplied for '%s'"
msgstr "nessun ID target SCSI fornito per '%s'"
#: src/conf/node_device_conf.c:666
#, c-format
msgid "invalid SCSI target ID supplied for '%s'"
msgstr "ID target SCSI fornito non valido per '%s'"
#: src/conf/node_device_conf.c:671
#, c-format
msgid "no SCSI LUN ID supplied for '%s'"
msgstr "nessun ID LUN SCSI fornito per '%s'"
#: src/conf/node_device_conf.c:672
#, c-format
msgid "invalid SCSI LUN ID supplied for '%s'"
msgstr "ID LUN SCSI fornito non valido per '%s'"
#: src/conf/node_device_conf.c:699
#, c-format
msgid "no target name supplied for '%s'"
msgstr "nessun nome target fornito per '%s'"
#: src/conf/node_device_conf.c:744
#, c-format
msgid "missing SCSI host capability type for '%s'"
msgstr "tipo di host capability SCSI mancante per '%s'"
#: src/conf/node_device_conf.c:767
#, c-format
msgid "no WWNN supplied for '%s', and auto-generation failed"
msgstr ""
#: src/conf/node_device_conf.c:779
#, c-format
msgid "no WWPN supplied for '%s', and auto-generation failed"
msgstr ""
#: src/conf/node_device_conf.c:790
#, c-format
msgid "unknown SCSI host capability type '%s' for '%s'"
msgstr "tipo di host capability SCSI '%s' sconosciuto per '%s'"
#: src/conf/node_device_conf.c:824
#, c-format
msgid "no network interface supplied for '%s'"
msgstr "nessuna interfaccia di rete fornita per '%s'"
#: src/conf/node_device_conf.c:839
#, c-format
msgid "invalid network type supplied for '%s'"
msgstr "tipo di rete fornita non valida per '%s'"
#: src/conf/node_device_conf.c:866
#, c-format
msgid "no USB interface number supplied for '%s'"
msgstr "nessun numero di interfaccia USB fornito per '%s'"
#: src/conf/node_device_conf.c:867
#, c-format
msgid "invalid USB interface number supplied for '%s'"
msgstr "numero di interfaccia USB fornito non valida per '%s'"
#: src/conf/node_device_conf.c:872
#, c-format
msgid "no USB interface class supplied for '%s'"
msgstr "nessuna classe di interfaccia USB fornita per '%s'"
#: src/conf/node_device_conf.c:873
#, c-format
msgid "invalid USB interface class supplied for '%s'"
msgstr "classe di interfaccia USB fornita non valida per '%s'"
#: src/conf/node_device_conf.c:878
#, c-format
msgid "no USB interface subclass supplied for '%s'"
msgstr "nessuna sottoclasse di interfaccia USB fornita per '%s'"
#: src/conf/node_device_conf.c:879
#, c-format
msgid "invalid USB interface subclass supplied for '%s'"
msgstr "sottoclasse di interfaccia USB fornita non valida per '%s'"
#: src/conf/node_device_conf.c:884
#, c-format
msgid "no USB interface protocol supplied for '%s'"
msgstr "nessun protocollo di interfaccia USB fornito per '%s'"
#: src/conf/node_device_conf.c:885
#, c-format
msgid "invalid USB interface protocol supplied for '%s'"
msgstr "protocollo di interfaccia USB fornito non valido per '%s'"
#: src/conf/node_device_conf.c:933
#, c-format
msgid "no USB bus number supplied for '%s'"
msgstr "nessun numero di bus USB fornito per '%s'"
#: src/conf/node_device_conf.c:934
#, c-format
msgid "invalid USB bus number supplied for '%s'"
msgstr "numero di bus USB fornito non valido per '%s'"
#: src/conf/node_device_conf.c:939
#, c-format
msgid "no USB device number supplied for '%s'"
msgstr "nessun numero di dispositivo USB fornito per '%s'"
#: src/conf/node_device_conf.c:940
#, c-format
msgid "invalid USB device number supplied for '%s'"
msgstr "numero di dispositivo USB fornito non valido per '%s'"
#: src/conf/node_device_conf.c:945
#, c-format
msgid "no USB vendor ID supplied for '%s'"
msgstr "nessun ID produttore USB fornito per '%s'"
#: src/conf/node_device_conf.c:946
#, c-format
msgid "invalid USB vendor ID supplied for '%s'"
msgstr "ID produttore USB fornito non valido per '%s'"
#: src/conf/node_device_conf.c:951
#, c-format
msgid "no USB product ID supplied for '%s'"
msgstr "nessun ID prodotto USB fornito per '%s'"
#: src/conf/node_device_conf.c:952
#, c-format
msgid "invalid USB product ID supplied for '%s'"
msgstr "ID prodotto USB fornito non valido per '%s'"
#: src/conf/node_device_conf.c:978
#, c-format
msgid "no PCI domain ID supplied for '%s'"
msgstr "nessun ID dominio PCI fornito per '%s'"
#: src/conf/node_device_conf.c:979
#, c-format
msgid "invalid PCI domain ID supplied for '%s'"
msgstr "ID dominio PCI fornito non valido per '%s'"
#: src/conf/node_device_conf.c:984
#, c-format
msgid "no PCI bus ID supplied for '%s'"
msgstr "nessun ID bus PCI fornito per '%s'"
#: src/conf/node_device_conf.c:985
#, c-format
msgid "invalid PCI bus ID supplied for '%s'"
msgstr "ID bus PCI fornito non valido per '%s'"
#: src/conf/node_device_conf.c:990
#, c-format
msgid "no PCI slot ID supplied for '%s'"
msgstr "nessun ID slot PCI fornito per '%s'"
#: src/conf/node_device_conf.c:991
#, c-format
msgid "invalid PCI slot ID supplied for '%s'"
msgstr "ID slot PCI fornito non valido per '%s'"
#: src/conf/node_device_conf.c:996
#, c-format
msgid "no PCI function ID supplied for '%s'"
msgstr "nessuna ID funzione PCI fornita per '%s'"
#: src/conf/node_device_conf.c:997
#, c-format
msgid "invalid PCI function ID supplied for '%s'"
msgstr "ID funzione PCI fornita non valida per '%s'"
#: src/conf/node_device_conf.c:1002
#, c-format
msgid "no PCI vendor ID supplied for '%s'"
msgstr "nessun ID produttore PCI fornito per '%s'"
#: src/conf/node_device_conf.c:1003
#, c-format
msgid "invalid PCI vendor ID supplied for '%s'"
msgstr "ID produttore PCI fornito non valido per '%s'"
#: src/conf/node_device_conf.c:1008
#, c-format
msgid "no PCI product ID supplied for '%s'"
msgstr "nessun ID prodotto PCI fornito per '%s'"
#: src/conf/node_device_conf.c:1009
#, c-format
msgid "invalid PCI product ID supplied for '%s'"
msgstr "ID prodotto PCI fornito non valido per '%s'"
#: src/conf/node_device_conf.c:1043
#, c-format
msgid "no system UUID supplied for '%s'"
msgstr "nessun UUID di sistema fornito per '%s'"
#: src/conf/node_device_conf.c:1049
#, c-format
msgid "malformed uuid element for '%s'"
msgstr "elemento uuid malformato per '%s'"
#: src/conf/node_device_conf.c:1084
msgid "missing capability type"
msgstr "tipo potenzialità mancante"
#: src/conf/node_device_conf.c:1090
#, c-format
msgid "unknown capability type '%s'"
msgstr "tipo di potenzialità sconosciuta '%s'"
#: src/conf/node_device_conf.c:1130
#, c-format
msgid "unknown capability type '%d' for '%s'"
msgstr "tipo di potenzialità sconosciuta '%d' per '%s'"
#: src/conf/node_device_conf.c:1188
#, c-format
msgid "no device capabilities for '%s'"
msgstr "nessuna funzionalità del dispositivo per '%s'"
#: src/conf/node_device_conf.c:1226
#, c-format
msgid "unexpected root element <%s> expecting <device>"
msgstr ""
#: src/conf/node_device_conf.c:1255
msgid "(node_device_definition)"
msgstr ""
#: src/conf/node_device_conf.c:1305
msgid "Device is not a fibre channel HBA"
msgstr "Il dispositivo non è un fibre channel HBA"
#: src/conf/node_device_conf.c:1334
#, c-format
msgid "Could not find parent device for '%s'"
msgstr "Impossibile determinare il dispositivo parent per '%s'"
#: src/conf/node_device_conf.c:1354
#, c-format
msgid "Parent device %s is not capable of vport operations"
msgstr "Il dispositivo parent %s non supporta le operazioni vport"
#: src/conf/nwfilter_conf.c:997
msgid "ipset name is too long"
msgstr ""
#: src/conf/nwfilter_conf.c:1003
msgid "ipset name contains invalid characters"
msgstr ""
#: src/conf/nwfilter_conf.c:1035
msgid "malformed ipset flags"
msgstr ""
#: src/conf/nwfilter_conf.c:2018
#, c-format
msgid "%s has illegal value %s"
msgstr "%s ha il valore %s non valido"
#: src/conf/nwfilter_conf.c:2053 src/conf/nwfilter_conf.c:2321
msgid "rule node requires action attribute"
msgstr "il nodo rule richiede un attributo action"
#: src/conf/nwfilter_conf.c:2328
msgid "unknown rule action attribute value"
msgstr "valore dell'attributo action del tag rule sconosciuto"
#: src/conf/nwfilter_conf.c:2335
msgid "rule node requires direction attribute"
msgstr "il nodo rule richiede un attributo direction"
#: src/conf/nwfilter_conf.c:2342
msgid "unknown rule direction attribute value"
msgstr "valore dell'attributo direction del tag rule sconosciuto"
#: src/conf/nwfilter_conf.c:2419
#, c-format
msgid "Name of chain is longer than %u characters"
msgstr ""
#: src/conf/nwfilter_conf.c:2427
msgid "Chain name contains invalid characters"
msgstr ""
#: src/conf/nwfilter_conf.c:2464
#, c-format
msgid ""
"Invalid chain name '%s'. Please use a chain name called '%s' or any of the "
"following prefixes: "
msgstr ""
#: src/conf/nwfilter_conf.c:2512
msgid "filter has no name"
msgstr "il filtro non ha un nome"
#: src/conf/nwfilter_conf.c:2520
#, c-format
msgid "Could not parse chain priority '%s'"
msgstr ""
#: src/conf/nwfilter_conf.c:2527
#, c-format
msgid "Priority '%d' is outside valid range of [%d,%d]"
msgstr ""
#: src/conf/nwfilter_conf.c:2569 src/conf/storage_conf.c:782
#: src/storage/storage_backend.c:432
msgid "unable to generate uuid"
msgstr "impossibile generare uuid"
#: src/conf/nwfilter_conf.c:2632
msgid "unknown root element for nw filter"
msgstr "elemento radice sconosciuto per nw filter"
#: src/conf/nwfilter_conf.c:2658
msgid "(nwfilter_definition)"
msgstr ""
#: src/conf/nwfilter_conf.c:2996
#, c-format
msgid "filter with same UUID but different name ('%s') already exists"
msgstr "un filtro con stesso UUID ma nome diverso ('%s') esiste già"
#: src/conf/nwfilter_conf.c:3007
msgid "filter would introduce a loop"
msgstr "il filtro introdurrebbe un loop"
#: src/conf/nwfilter_conf.c:3083
#, c-format
msgid "network filter config filename '%s' does not match name '%s'"
msgstr ""
#: src/conf/nwfilter_conf.c:3161 src/conf/storage_conf.c:1660
#, c-format
msgid "cannot create config directory %s"
msgstr "impossibile creare la cartella di configurazione %s"
#: src/conf/nwfilter_conf.c:3174 src/conf/storage_conf.c:1679
msgid "failed to generate XML"
msgstr "impossibile generare XML"
#: src/conf/nwfilter_conf.c:3193 src/conf/storage_conf.c:1696
#, c-format
msgid "no config file for %s"
msgstr "nessun file di configurazione per %s"
#: src/conf/nwfilter_conf.c:3199 src/conf/storage_conf.c:1702
#, c-format
msgid "cannot remove config for %s"
msgstr "impossibile rimuovere la configurazione per %s"
#: src/conf/nwfilter_conf.c:3272
#, c-format
msgid "formatter for %s %s reported error"
msgstr ""
#: src/conf/nwfilter_params.c:117
msgid "Variable value contains invalid character"
msgstr ""
#: src/conf/nwfilter_params.c:359 src/conf/nwfilter_params.c:612
#, c-format
msgid "Could not find value for variable '%s'"
msgstr ""
#: src/conf/nwfilter_params.c:384
msgid ""
"Cardinality of list items must be the same for processing them in parallel"
msgstr ""
#: src/conf/nwfilter_params.c:427
msgid "hash lookup resulted in NULL pointer"
msgstr ""
#: src/conf/nwfilter_params.c:433
#, c-format
msgid "Lookup of value at index %u resulted in a NULL pointer"
msgstr ""
#: src/conf/nwfilter_params.c:576
#, c-format
msgid "Could not get iterator index for iterator ID %u"
msgstr ""
#: src/conf/nwfilter_params.c:586
#, c-format
msgid "Could not get iterator index for (internal) iterator ID %u"
msgstr ""
#: src/conf/nwfilter_params.c:604
#, c-format
msgid "Could not find variable '%s' in iterator"
msgstr ""
#: src/conf/nwfilter_params.c:620
#, c-format
msgid "Could not get nth (%u) value of variable '%s'"
msgstr ""
#: src/conf/nwfilter_params.c:771
#, c-format
msgid "Could not put variable '%s' into hashmap"
msgstr ""
#: src/conf/nwfilter_params.c:919
msgid "missing filter parameter table"
msgstr ""
#: src/conf/nwfilter_params.c:1054
msgid "Malformatted array index"
msgstr ""
#: src/conf/nwfilter_params.c:1057
msgid "Malformatted iterator id"
msgstr ""
#: src/conf/nwfilter_params.c:1069
#, c-format
msgid "Iterator ID exceeds maximum ID of %u"
msgstr ""
#: src/conf/nwfilter_params.c:1082
msgid "Malformatted variable"
msgstr ""
#: src/conf/secret_conf.c:65 src/conf/secret_conf.c:126
#: src/conf/secret_conf.c:256 src/conf/secret_conf.c:287
#, c-format
msgid "unexpected secret usage type %d"
msgstr ""
#: src/conf/secret_conf.c:81
msgid "unknown secret usage type"
msgstr ""
#: src/conf/secret_conf.c:87
#, c-format
msgid "unknown secret usage type %s"
msgstr ""
#: src/conf/secret_conf.c:101
msgid "volume usage specified, but volume path is missing"
msgstr ""
#: src/conf/secret_conf.c:110
msgid "Ceph usage specified, but name is missing"
msgstr ""
#: src/conf/secret_conf.c:119
msgid "iSCSI usage specified, but target is missing"
msgstr ""
#: src/conf/secret_conf.c:143
#, c-format
msgid "unexpected root element <%s>, expecting <secret>"
msgstr ""
#: src/conf/secret_conf.c:169
msgid "invalid value of 'ephemeral'"
msgstr "valore non valido per 'ephemeral'"
#: src/conf/secret_conf.c:183
msgid "invalid value of 'private'"
msgstr "valore non valido per 'private'"
#: src/conf/secret_conf.c:227
msgid "(definition_of_secret)"
msgstr ""
#: src/conf/snapshot_conf.c:116
msgid "missing name from disk snapshot element"
msgstr ""
#: src/conf/snapshot_conf.c:143
#, c-format
msgid "unknown disk snapshot driver '%s'"
msgstr ""
#: src/conf/snapshot_conf.c:191 tools/virsh-snapshot.c:791
#: tools/virsh-snapshot.c:834 tools/virsh-snapshot.c:952
#: tools/virsh-snapshot.c:1645
msgid "(domain_snapshot)"
msgstr ""
#: src/conf/snapshot_conf.c:204
msgid "domainsnapshot"
msgstr "domainsnapshot"
#: src/conf/snapshot_conf.c:214
msgid "a redefined snapshot must have a name"
msgstr ""
#: src/conf/snapshot_conf.c:229
msgid "missing creationTime from existing snapshot"
msgstr "creationTime mancante per lo snapshot esistente"
#: src/conf/snapshot_conf.c:241
msgid "missing state from existing snapshot"
msgstr "stato dello snapshot esistente mancante"
#: src/conf/snapshot_conf.c:247
#, c-format
msgid "Invalid state '%s' in domain snapshot XML"
msgstr "Stato '%s' non valido nell'XML dello snapshot di dominio"
#: src/conf/snapshot_conf.c:264 src/conf/snapshot_conf.c:394
msgid "missing domain in snapshot"
msgstr ""
#: src/conf/snapshot_conf.c:286
#, c-format
msgid "unknown memory snapshot setting '%s'"
msgstr ""
#: src/conf/snapshot_conf.c:293
#, c-format
msgid "memory filename '%s' requires external snapshot"
msgstr ""
#: src/conf/snapshot_conf.c:300
msgid "external memory snapshots require a filename"
msgstr ""
#: src/conf/snapshot_conf.c:313
msgid "memory state cannot be saved with offline or disk-only snapshot"
msgstr ""
#: src/conf/snapshot_conf.c:335
msgid "unable to handle disk requests in snapshot"
msgstr ""
#: src/conf/snapshot_conf.c:342
msgid "Could not find 'active' element"
msgstr "Impossibile trovare l'elemento 'active'"
#: src/conf/snapshot_conf.c:400
msgid "too many disk snapshot requests for domain"
msgstr ""
#: src/conf/snapshot_conf.c:423
#, c-format
msgid "no disk named '%s'"
msgstr ""
#: src/conf/snapshot_conf.c:429
#, c-format
msgid "disk '%s' specified twice"
msgstr ""
#: src/conf/snapshot_conf.c:452
#, c-format
msgid "disk '%s' must use snapshot mode '%s'"
msgstr ""
#: src/conf/snapshot_conf.c:459
#, c-format
msgid "file '%s' for disk '%s' requires use of external snapshot mode"
msgstr ""
#: src/conf/snapshot_conf.c:513
#, c-format
msgid "cannot generate external snapshot name for disk '%s' without source"
msgstr ""
#: src/conf/snapshot_conf.c:520
#, c-format
msgid ""
"source for disk '%s' is not a regular file; refusing to generate external "
"snapshot name"
msgstr ""
#: src/conf/snapshot_conf.c:534
msgid "integer overflow"
msgstr ""
#: src/conf/snapshot_conf.c:674
#, c-format
msgid "unexpected domain snapshot %s already exists"
msgstr ""
#: src/conf/storage_conf.c:260 src/storage/storage_backend.c:1021
#, c-format
msgid "missing backend for pool type %d"
msgstr "backend per il tipo di pool mancante %d"
#: src/conf/storage_conf.c:428
msgid "missing auth host attribute"
msgstr "attributo autorizzazione host mancante"
#: src/conf/storage_conf.c:435
msgid "missing auth passwd attribute"
msgstr "attributo password autorizzazione mancante"
#: src/conf/storage_conf.c:449
msgid "missing auth username attribute"
msgstr ""
#: src/conf/storage_conf.c:457
msgid "missing auth secret uuid or usage attribute"
msgstr ""
#: src/conf/storage_conf.c:464
msgid "either auth secret uuid or usage expected"
msgstr ""
#: src/conf/storage_conf.c:469
msgid "invalid auth secret uuid"
msgstr ""
#: src/conf/storage_conf.c:504
msgid "missing mandatory 'name' field for RBD pool name"
msgstr ""
#: src/conf/storage_conf.c:517
#, c-format
msgid "unknown pool format type %s"
msgstr "tipo di formato di pool sconosciuto %s"
#: src/conf/storage_conf.c:538
msgid "missing storage pool host name"
msgstr ""
#: src/conf/storage_conf.c:574
msgid "missing storage pool source device path"
msgstr "percorso del dispositivo sorgente del pool di storage mancante"
#: src/conf/storage_conf.c:595
#, c-format
msgid "unknown auth type '%s'"
msgstr "tipo di auth sconosciuta '%s'"
#: src/conf/storage_conf.c:634
msgid "(storage_source_specification)"
msgstr ""
#: src/conf/storage_conf.c:645
msgid "root element was not source"
msgstr ""
#: src/conf/storage_conf.c:695
msgid "malformed octal mode"
msgstr "modalità ottale malformata"
#: src/conf/storage_conf.c:707
msgid "malformed owner element"
msgstr "elemento owner malformato"
#: src/conf/storage_conf.c:718
msgid "malformed group element"
msgstr "elemento group malformato"
#: src/conf/storage_conf.c:750 src/storage/storage_driver.c:423
#: src/test/test_driver.c:4173
#, c-format
msgid "unknown storage pool type %s"
msgstr "tipo di pool di storage sconosciuto %s"
#: src/conf/storage_conf.c:774
msgid "missing pool source name element"
msgstr "elemento nome sorgente pool mancante"
#: src/conf/storage_conf.c:798
msgid "missing storage pool source host name"
msgstr "nome host sorgente del pool di storage mancante"
#: src/conf/storage_conf.c:806
msgid "missing storage pool source path"
msgstr "percorso sorgente del pool di storage mancante"
#: src/conf/storage_conf.c:824
msgid "missing storage pool source adapter name"
msgstr ""
#: src/conf/storage_conf.c:833
msgid "missing storage pool source device name"
msgstr ""
#: src/conf/storage_conf.c:843
msgid "missing storage pool target path"
msgstr "percorso di destinazione del pool di storage mancante"
#: src/conf/storage_conf.c:874 src/parallels/parallels_storage.c:263
msgid "unknown root element for storage pool"
msgstr "elemento root sconosciuto per il pool di storage"
#: src/conf/storage_conf.c:897
msgid "(storage_pool_definition)"
msgstr ""
#: src/conf/storage_conf.c:974
#, c-format
msgid "unknown pool format number %d"
msgstr "formato di contenitore non supportato %d"
#: src/conf/storage_conf.c:1033 src/conf/storage_conf.c:1740
msgid "unexpected pool type"
msgstr "tipo di pool inatteso"
#: src/conf/storage_conf.c:1097
msgid "malformed capacity element"
msgstr "elemento capacity malformato"
#: src/conf/storage_conf.c:1130
msgid "missing volume name element"
msgstr "elemento name volume mancante"
#: src/conf/storage_conf.c:1141
msgid "missing capacity element"
msgstr "elemento capacity mancante"
#: src/conf/storage_conf.c:1170 src/conf/storage_conf.c:1202
#, c-format
msgid "unknown volume format type %s"
msgstr "tipo di formato volume sconosciuto %s"
#: src/conf/storage_conf.c:1233
msgid "unknown root element for storage vol"
msgstr "elemento root sconosciuto per il volume di storage"
#: src/conf/storage_conf.c:1257
msgid "(storage_volume_definition)"
msgstr ""
#: src/conf/storage_conf.c:1306
#, c-format
msgid "unknown volume format number %d"
msgstr "numero formato di volume non supportato %d"
#: src/conf/storage_conf.c:1566
#, c-format
msgid "Storage pool config filename '%s' does not match pool name '%s'"
msgstr ""
#: src/conf/storage_conf.c:1791
#, c-format
msgid "pool '%s' is already defined with uuid %s"
msgstr "il pool '%s' è già definito con uuid %s"
#: src/conf/storage_conf.c:1800
#, c-format
msgid "pool is already active as '%s'"
msgstr "il pool risulta già attivo con nome '%s'"
#: src/conf/storage_conf.c:1814
#, c-format
msgid "pool '%s' already exists with uuid %s"
msgstr "il pool '%s' esiste già con uuid %s"
#: src/conf/storage_conf.c:1896
#, c-format
msgid "Storage source conflict with pool: '%s'"
msgstr ""
#: src/conf/storage_encryption_conf.c:92
msgid "unknown volume encryption secret type"
msgstr ""
#: src/conf/storage_encryption_conf.c:98
#, c-format
msgid "unknown volume encryption secret type %s"
msgstr ""
#: src/conf/storage_encryption_conf.c:110
#, c-format
msgid "malformed volume encryption uuid '%s'"
msgstr ""
#: src/conf/storage_encryption_conf.c:117
msgid "missing volume encryption uuid"
msgstr ""
#: src/conf/storage_encryption_conf.c:146
msgid "unknown volume encryption format"
msgstr ""
#: src/conf/storage_encryption_conf.c:152
#, c-format
msgid "unknown volume encryption format type %s"
msgstr ""
#: src/conf/storage_encryption_conf.c:192
msgid "unknown root element for volume encryption information"
msgstr ""
#: src/conf/storage_encryption_conf.c:222
msgid "unexpected volume encryption secret type"
msgstr ""
#: src/conf/storage_encryption_conf.c:242
msgid "unexpected encryption format"
msgstr ""
#: src/conf/storage_encryption_conf.c:269
msgid "Cannot open /dev/urandom"
msgstr "Impossibile aprire /dev/urandom"
#: src/conf/storage_encryption_conf.c:280
msgid "Cannot read from /dev/urandom"
msgstr "Impossibile leggere da /dev/urandom"
#: src/conf/virchrdev.c:128
#, c-format
msgid "Requested device '%s' is locked by lock file '%s' held by process %lld"
msgstr ""
#: src/conf/virchrdev.c:157
#, c-format
msgid "Couldn't create lock file for device '%s' in path '%s'"
msgstr ""
#: src/conf/virchrdev.c:166
#, c-format
msgid "Couldn't write to lock file for device '%s' in path '%s'"
msgstr ""
#: src/conf/virchrdev.c:355 src/conf/virchrdev.c:420 src/vmx/vmx.c:2107
#: src/vmx/vmx.c:2282
#, c-format
msgid "Unsupported device type '%s'"
msgstr ""
#: src/cpu/cpu.c:58 src/cpu/cpu_map.c:90
msgid "undefined hardware architecture"
msgstr "architettura hardware indefinita"
#: src/cpu/cpu.c:85 src/cpu/cpu.c:314
msgid "(CPU_definition)"
msgstr ""
#: src/cpu/cpu.c:94
msgid "no CPU model specified"
msgstr "nessun modello CPU specificato"
#: src/cpu/cpu.c:122
#, c-format
msgid "cannot compare CPUs of %s architecture"
msgstr "impossibile comparare le CPU con architettura %s"
#: src/cpu/cpu.c:150 src/cpu/cpu.c:384
msgid "nonzero nmodels doesn't match with NULL models"
msgstr ""
#: src/cpu/cpu.c:156
msgid "invalid CPU definition"
msgstr "definizione della CPU non valida"
#: src/cpu/cpu.c:165
#, c-format
msgid "cannot decode CPU data for %s architecture"
msgstr ""
#: src/cpu/cpu.c:196
#, c-format
msgid "cannot encode CPU data for %s architecture"
msgstr ""
#: src/cpu/cpu.c:222
#, c-format
msgid "cannot free CPU data for %s architecture"
msgstr ""
#: src/cpu/cpu.c:243
#, c-format
msgid "cannot get node CPU data for %s architecture"
msgstr ""
#: src/cpu/cpu.c:267
#, c-format
msgid "cannot compute guest CPU data for %s architecture"
msgstr ""
#: src/cpu/cpu.c:301
msgid "nonzero ncpus doesn't match with NULL xmlCPUs"
msgstr ""
#: src/cpu/cpu.c:306 src/cpu/cpu.c:378
msgid "No CPUs given"
msgstr "Nessuna CPU attribuita"
#: src/cpu/cpu.c:373
msgid "nonzero ncpus doesn't match with NULL cpus"
msgstr ""
#: src/cpu/cpu.c:393
#, c-format
msgid "cannot compute baseline CPU of %s architecture"
msgstr ""
#: src/cpu/cpu.c:415
#, c-format
msgid "cannot update guest CPU data for %s architecture"
msgstr ""
#: src/cpu/cpu.c:438
#, c-format
msgid "cannot check guest CPU data for %s architecture"
msgstr ""
#: src/cpu/cpu_generic.c:136
#, c-format
msgid "CPU model '%s' is not support by hypervisor"
msgstr ""
#: src/cpu/cpu_generic.c:159
#, c-format
msgid "CPUs have incompatible architectures: '%s' != '%s'"
msgstr ""
#: src/cpu/cpu_generic.c:167
#, c-format
msgid "CPU models don't match: '%s' != '%s'"
msgstr "I modelli delle CPU non corrispondono: '%s' != '%s'"
#: src/cpu/cpu_map.c:96
msgid "no callback provided"
msgstr "nessun callback specificato"
#: src/cpu/cpu_map.c:102
#, c-format
msgid "cannot parse CPU map file: %s"
msgstr "errore nel parsing del CPU map file: %s"
#: src/cpu/cpu_map.c:120
#, c-format
msgid "cannot find CPU map for %s architecture"
msgstr "impossibile trovare la CPU map per l'architettura %s"
#: src/cpu/cpu_map.c:127
#, c-format
msgid "cannot parse CPU map for %s architecture"
msgstr "errore nel parsing della CPU map per l'architettura %s"
#: src/cpu/cpu_powerpc.c:88 src/cpu/cpu_powerpc.c:106
msgid "Missing the definition of this model"
msgstr ""
#: src/cpu/cpu_powerpc.c:215 src/cpu/cpu_x86.c:529
msgid "Missing CPU vendor name"
msgstr "Nome produttore della CPU mancante"
#: src/cpu/cpu_powerpc.c:221 src/cpu/cpu_x86.c:535
#, c-format
msgid "CPU vendor %s already defined"
msgstr "Produttore CPU '%s' già definito"
#: src/cpu/cpu_powerpc.c:228 src/cpu/cpu_x86.c:542
#, c-format
msgid "Missing vendor string for CPU vendor %s"
msgstr ""
#: src/cpu/cpu_powerpc.c:280 src/cpu/cpu_x86.c:985
#, c-format
msgid "Invalid vendor element in CPU model %s"
msgstr "Elemento vendor non valido nella CPU modello %s"
#: src/cpu/cpu_powerpc.c:287 src/cpu/cpu_x86.c:992
#, c-format
msgid "Unknown vendor %s referenced by CPU model %s"
msgstr "Produttore sconosciuto %s referenziato dalla CPU modello %s"
#: src/cpu/cpu_powerpc.c:463 src/cpu/cpu_x86.c:1333
#, c-format
msgid "CPU model %s is not supported by hypervisor"
msgstr ""
#: src/cpu/cpu_powerpc.c:512 src/cpu/cpu_x86.c:1392
msgid "Cannot find suitable CPU model for given data"
msgstr "Impossibile trovare una CPU che soddisfa i dati richiesti"
#: src/cpu/cpu_powerpc.c:604 src/cpu/cpu_x86.c:1650 src/cpu/cpu_x86.c:1680
#, c-format
msgid "Unknown CPU vendor %s"
msgstr "Vendor CPU %s sconosciuto"
#: src/cpu/cpu_x86.c:547
#, c-format
msgid "Invalid CPU vendor string '%s'"
msgstr ""
#: src/cpu/cpu_x86.c:675
#, c-format
msgid "CPU feature %s already defined"
msgstr "Feature della CPU %s già definita"
#: src/cpu/cpu_x86.c:699
#, c-format
msgid "Invalid cpuid[%d] in %s feature"
msgstr ""
#: src/cpu/cpu_x86.c:812 src/cpu/cpu_x86.c:862
#, c-format
msgid "Unknown CPU model %s"
msgstr "Modello CPU %s sconosciuto"
#: src/cpu/cpu_x86.c:833 src/cpu/cpu_x86.c:874 src/cpu/cpu_x86.c:1746
#, c-format
msgid "Unknown CPU feature %s"
msgstr "Feature CPU %s sconosciuta"
#: src/cpu/cpu_x86.c:960
#, c-format
msgid "Missing ancestor's name in CPU model %s"
msgstr ""
#: src/cpu/cpu_x86.c:967
#, c-format
msgid "Ancestor model %s not found for CPU model %s"
msgstr ""
#: src/cpu/cpu_x86.c:1008
#, c-format
msgid "Missing feature name for CPU model %s"
msgstr "Nome feature della CPU modello %s mancante"
#: src/cpu/cpu_x86.c:1014
#, c-format
msgid "Feature %s required by CPU model %s not found"
msgstr "Feature %s richiesta dalla CPU modello %s non trovata"
#: src/cpu/cpu_x86.c:1175
#, c-format
msgid "CPU arch %s does not match host arch"
msgstr ""
#: src/cpu/cpu_x86.c:1188
#, c-format
msgid "host CPU vendor does not match required CPU vendor %s"
msgstr ""
#: src/cpu/cpu_x86.c:1206
msgid "Host CPU provides forbidden features"
msgstr ""
#: src/cpu/cpu_x86.c:1215
msgid "Host CPU does not provide required features"
msgstr ""
#: src/cpu/cpu_x86.c:1237
msgid "Host CPU does not strictly match guest CPU: Extra features"
msgstr ""
#: src/cpu/cpu_x86.c:1487
#, c-format
msgid "CPU vendor %s not found"
msgstr "Vendor CPU '%s' non trovato"
#: src/cpu/cpu_x86.c:1663
#, c-format
msgid "CPU vendor %s of model %s differs from vendor %s"
msgstr ""
#: src/cpu/cpu_x86.c:1685
msgid "CPU vendors do not match"
msgstr "I CPU vendor non corrispondono"
#: src/cpu/cpu_x86.c:1697
msgid "CPUs are incompatible"
msgstr "Le CPU non sono compatibili"
#: src/cpu/cpu_x86.c:1796
#, c-format
msgid "Unexpected CPU mode: %d"
msgstr ""
#: src/datatypes.c:183 src/datatypes.c:255 src/datatypes.c:327
#: src/datatypes.c:404 src/datatypes.c:488 src/datatypes.c:569
#: src/datatypes.c:636 src/datatypes.c:733
msgid "no connection"
msgstr "connessione non disponibile"
#: src/datatypes.c:792
msgid "bad domain"
msgstr "dominio errato"
#: src/driver.c:78
#, c-format
msgid "failed to load module %s %s"
msgstr "impossibile caricare il modulo %s %s"
#: src/driver.c:88
#, c-format
msgid "Missing module registration symbol %s"
msgstr ""
#: src/driver.c:93
#, c-format
msgid "Failed module registration %s"
msgstr "Registrazione del modulo fallita %s"
#: src/esx/esx_driver.c:220
#, c-format
msgid ""
"File name '%s' doesn't have expected format '/vmfs/volumes/<datastore>/"
"<path>'"
msgstr ""
"Il nome file '%s' non rispetta il formato atteso '/vmfs/volumes/<datastore>/"
"<path>'"
#: src/esx/esx_driver.c:235
#, c-format
msgid "File name '%s' refers to non-existing datastore '%s'"
msgstr "Il nome file '%s' si riferisce a un datastore '%s' non esistente"
#: src/esx/esx_driver.c:257 src/esx/esx_driver.c:360
#, c-format
msgid "Could not handle file name '%s'"
msgstr ""
#: src/esx/esx_driver.c:415
#, c-format
msgid "Could not lookup controller model for '%s'"
msgstr "Lookup del modello di controller fallito per '%s'"
#: src/esx/esx_driver.c:433
#, c-format
msgid "Found unexpected controller model '%s' for disk '%s'"
msgstr "Trovato modello di controller '%s' inatteso per disco '%s'"
#: src/esx/esx_driver.c:498
#, c-format
msgid ""
"Bit 29 (Long Mode) of HostSystem property 'hardware.cpuFeature[].edx' with "
"value '%s' has unexpected value '%c', expecting '0' or '1'"
msgstr ""
#: src/esx/esx_driver.c:673 src/esx/esx_driver.c:4448
#: src/esx/esx_driver.c:4541 src/esx/esx_network_driver.c:260
#: src/esx/esx_network_driver.c:641 src/esx/esx_storage_backend_vmfs.c:582
#: src/esx/esx_util.c:53 src/esx/esx_util.c:259 src/esx/esx_vi.c:379
#: src/esx/esx_vi.c:455 src/esx/esx_vi.c:798 src/esx/esx_vi.c:1258
#: src/esx/esx_vi.c:1464 src/esx/esx_vi.c:1500 src/esx/esx_vi.c:1516
#: src/esx/esx_vi.c:1539 src/esx/esx_vi.c:1579 src/esx/esx_vi.c:1608
#: src/esx/esx_vi.c:1642 src/esx/esx_vi.c:1697 src/esx/esx_vi.c:1723
#: src/esx/esx_vi.c:1769 src/esx/esx_vi.c:1797 src/esx/esx_vi.c:2045
#: src/esx/esx_vi.c:2250 src/esx/esx_vi.c:2276 src/esx/esx_vi.c:2312
#: src/esx/esx_vi.c:2346 src/esx/esx_vi.c:2383 src/esx/esx_vi.c:2488
#: src/esx/esx_vi.c:2665 src/esx/esx_vi.c:2710 src/esx/esx_vi.c:2775
#: src/esx/esx_vi.c:2830 src/esx/esx_vi.c:2965 src/esx/esx_vi.c:3033
#: src/esx/esx_vi.c:3121 src/esx/esx_vi.c:3187 src/esx/esx_vi.c:3236
#: src/esx/esx_vi.c:3344 src/esx/esx_vi.c:3400 src/esx/esx_vi.c:3497
#: src/esx/esx_vi.c:3694 src/esx/esx_vi.c:3802 src/esx/esx_vi.c:3860
#: src/esx/esx_vi.c:3917 src/esx/esx_vi.c:3968 src/esx/esx_vi.c:4012
#: src/esx/esx_vi.c:4061 src/esx/esx_vi.c:4110 src/esx/esx_vi.c:4154
#: src/esx/esx_vi.c:4206 src/esx/esx_vi.c:4268 src/esx/esx_vi.c:4387
#: src/esx/esx_vi.c:4842 src/esx/esx_vi.c:4937 src/esx/esx_vi.c:5074
#: src/esx/esx_vi.c:5154 src/esx/esx_vi_methods.c:44
#: src/esx/esx_vi_methods.c:240 src/esx/esx_vi_types.c:102
#: src/esx/esx_vi_types.c:196 src/esx/esx_vi_types.c:247
#: src/esx/esx_vi_types.c:289 src/esx/esx_vi_types.c:343
#: src/esx/esx_vi_types.c:615 src/esx/esx_vi_types.c:634
#: src/esx/esx_vi_types.c:714 src/esx/esx_vi_types.c:943
#: src/esx/esx_vi_types.c:1014 src/esx/esx_vi_types.c:1239
#: src/esx/esx_vi_types.c:1279 src/esx/esx_vi_types.c:1300
#: src/esx/esx_vi_types.c:1324 src/esx/esx_vi_types.c:1508
#: src/esx/esx_vi_types.c:1548 src/esx/esx_vi_types.c:1682
#: src/esx/esx_vi_types.c:1748 src/esx/esx_vi_types.c:1778
#: src/hyperv/hyperv_util.c:45 src/hyperv/hyperv_wmi.c:129
#: src/hyperv/hyperv_wmi.c:627 src/hyperv/hyperv_wmi.c:662 src/vmx/vmx.c:1816
#: src/vmx/vmx.c:1891 src/vmx/vmx.c:1999 src/vmx/vmx.c:2340 src/vmx/vmx.c:2458
#: src/vmx/vmx.c:2687 src/vmx/vmx.c:2884 src/vmx/vmx.c:2988 src/vmx/vmx.c:3379
#: src/vmx/vmx.c:3429 src/vmx/vmx.c:3519 src/vmx/vmx.c:3603
msgid "Invalid argument"
msgstr "Argomento non valido"
#: src/esx/esx_driver.c:692 src/esx/esx_driver.c:824
#: src/hyperv/hyperv_driver.c:153 src/phyp/phyp_driver.c:990
#: src/xenapi/xenapi_driver.c:140
msgid "Username request failed"
msgstr ""
#: src/esx/esx_driver.c:700 src/esx/esx_driver.c:832
#: src/hyperv/hyperv_driver.c:161 src/phyp/phyp_driver.c:1071
#: src/xenapi/xenapi_driver.c:149
msgid "Password request failed"
msgstr ""
#: src/esx/esx_driver.c:732
#, c-format
msgid "%s is neither an ESX 3.5, 4.x nor 5.x host"
msgstr ""
#: src/esx/esx_driver.c:739
#, c-format
msgid "%s isn't a GSX 2.0 host"
msgstr "%s non è un host GSX 2.0"
#: src/esx/esx_driver.c:805
msgid "Path has to specify the datacenter and compute resource"
msgstr ""
#: src/esx/esx_driver.c:862
#, c-format
msgid "%s is neither a vCenter 2.5, 4.x nor 5.x server"
msgstr ""
#: src/esx/esx_driver.c:972 src/hyperv/hyperv_driver.c:100
#, c-format
msgid ""
"Transport '%s' in URI scheme is not supported, try again without the "
"transport part"
msgstr ""
#: src/esx/esx_driver.c:986 src/hyperv/hyperv_driver.c:108
msgid "URI is missing the server part"
msgstr ""
#: src/esx/esx_driver.c:993 src/hyperv/hyperv_driver.c:115
msgid "Missing or invalid auth pointer"
msgstr ""
#: src/esx/esx_driver.c:1048
msgid "This host is not managed by a vCenter"
msgstr "Questo host non è gestito da un vCenter"
#: src/esx/esx_driver.c:1055
#, c-format
msgid "vCenter IP address %s too big for destination"
msgstr ""
#: src/esx/esx_driver.c:1068
#, c-format
msgid ""
"This host is managed by a vCenter with IP address %s, but a mismachting "
"vCenter '%s' (%s) has been specified"
msgstr ""
#: src/esx/esx_driver.c:1226 src/vbox/vbox_MSCOMGlue.c:437
#, c-format
msgid "Could not parse version number from '%s'"
msgstr "Errore nel parsing del numero di versione da '%s'"
#: src/esx/esx_driver.c:1286
msgid "Missing or empty 'hostName' property"
msgstr "Proprietà 'hostName' vuota o mancante"
#: src/esx/esx_driver.c:1430
#, c-format
msgid "CPU Model %s too long for destination"
msgstr "Modello CPU %s troppo lungo per la destinazione"
#: src/esx/esx_driver.c:1519
#, c-format
msgid "Failed to parse positive integer from '%s'"
msgstr "Errore nel parsing di un valore intero da '%s'"
#: src/esx/esx_driver.c:1620 src/hyperv/hyperv_driver.c:471
#, c-format
msgid "No domain with ID %d"
msgstr "Nessun dominio con ID %d"
#: src/esx/esx_driver.c:1708
#, c-format
msgid "No domain with name '%s'"
msgstr "Nessun dominio con nome '%s'"
#: src/esx/esx_driver.c:1766 src/esx/esx_driver.c:1881
#: src/esx/esx_driver.c:1932 src/esx/esx_driver.c:1988
msgid "Domain is not powered on"
msgstr ""
#: src/esx/esx_driver.c:1779
#, c-format
msgid "Could not suspend domain: %s"
msgstr ""
#: src/esx/esx_driver.c:1823
msgid "Domain is not suspended"
msgstr "Il dominio non è sospeso"
#: src/esx/esx_driver.c:1837
#, c-format
msgid "Could not resume domain: %s"
msgstr ""
#: src/esx/esx_driver.c:2001
#, c-format
msgid "Could not destroy domain: %s"
msgstr ""
#: src/esx/esx_driver.c:2072
#, c-format
msgid "Got invalid memory size %d"
msgstr ""
#: src/esx/esx_driver.c:2121 src/esx/esx_driver.c:3032
msgid "Domain is not powered off"
msgstr ""
#: src/esx/esx_driver.c:2145
#, c-format
msgid "Could not set max-memory to %lu kilobytes: %s"
msgstr "Impossibile impostare max-memory a %lu kilobyte: %s"
#: src/esx/esx_driver.c:2202
#, c-format
msgid "Could not set memory to %lu kilobytes: %s"
msgstr "Impossibile impostare memory a %lu kilobyte: %s"
#: src/esx/esx_driver.c:2438 src/esx/esx_driver.c:2448
#, c-format
msgid "QueryPerf returned object with unexpected type '%s'"
msgstr ""
#: src/esx/esx_driver.c:2565 src/esx/esx_driver.c:2649
#: src/phyp/phyp_driver.c:1435 src/phyp/phyp_driver.c:3705
#: src/vbox/vbox_tmpl.c:2143 src/vbox/vbox_tmpl.c:2201
#: src/xenapi/xenapi_driver.c:1130 src/xenapi/xenapi_driver.c:1300
#, c-format
msgid "unsupported flags: (0x%x)"
msgstr "flag non supportati: (0x%x)"
#: src/esx/esx_driver.c:2571
msgid "Requested number of virtual CPUs must at least be 1"
msgstr ""
#: src/esx/esx_driver.c:2587
#, c-format
msgid ""
"Requested number of virtual CPUs is greater than max allowable number of "
"virtual CPUs for the domain: %d > %d"
msgstr ""
#: src/esx/esx_driver.c:2614
#, c-format
msgid "Could not set number of virtual CPUs to %d: %s"
msgstr ""
#: src/esx/esx_driver.c:2836 src/esx/esx_driver.c:2879
#: src/vmware/vmware_driver.c:940
#, c-format
msgid "Unsupported config format '%s'"
msgstr "Formato configurazione non supportato: '%s'"
#: src/esx/esx_driver.c:3046
#, c-format
msgid "Could not start domain: %s"
msgstr "Impossibile avviare il dominio: %s"
#: src/esx/esx_driver.c:3131
msgid "Domain already exists, editing existing domains is not supported yet"
msgstr ""
"Dominio già esistente, la modifica di domini esistenti non è ancora "
"supportata"
#: src/esx/esx_driver.c:3167 src/vmware/vmware_conf.c:365
msgid ""
"Domain XML doesn't contain any disks, cannot deduce datastore and path for "
"VMX file"
msgstr ""
#: src/esx/esx_driver.c:3182 src/vmware/vmware_conf.c:380
msgid ""
"Domain XML doesn't contain any file-based harddisks, cannot deduce datastore "
"and path for VMX file"
msgstr ""
#: src/esx/esx_driver.c:3189 src/vmware/vmware_conf.c:387
msgid ""
"First file-based harddisk has no source, cannot deduce datastore and path "
"for VMX file"
msgstr ""
#: src/esx/esx_driver.c:3201 src/vmware/vmware_conf.c:398
#, c-format
msgid "Expecting source '%s' of first file-based harddisk to be a VMDK image"
msgstr ""
#: src/esx/esx_driver.c:3271
#, c-format
msgid "Could not define domain: %s"
msgstr ""
#: src/esx/esx_driver.c:3346
msgid "Domain is not suspended or powered off"
msgstr ""
#: src/esx/esx_driver.c:3490
msgid "Cannot enable general autostart option without affecting other domains"
msgstr ""
#: src/esx/esx_driver.c:3697
#, c-format
msgid "Shares level has unknown value %d"
msgstr ""
#: src/esx/esx_driver.c:3775
#, c-format
msgid "Could not set reservation to %lld MHz, expecting positive value"
msgstr ""
#: src/esx/esx_driver.c:3788
#, c-format
msgid ""
"Could not set limit to %lld MHz, expecting positive value or -1 (unlimited)"
msgstr ""
#: src/esx/esx_driver.c:3827
#, c-format
msgid ""
"Could not set shares to %d, expecting positive value or -1 (low), -2 "
"(normal) or -3 (high)"
msgstr ""
#: src/esx/esx_driver.c:3847
#, c-format
msgid "Could not change scheduler parameters: %s"
msgstr "Impossibile modificare i parametri dello scheduler: %s"
#: src/esx/esx_driver.c:3933
msgid "Migration not possible without a vCenter"
msgstr ""
#: src/esx/esx_driver.c:3939
msgid "Renaming domains on migration not supported"
msgstr "Rinominare i domini durante la migrazione è non supportato"
#: src/esx/esx_driver.c:3953
msgid "Only vpxmigr:// migration URIs are supported"
msgstr ""
#: src/esx/esx_driver.c:3959
msgid "Migration source and destination have to refer to the same vCenter"
msgstr ""
#: src/esx/esx_driver.c:3969
msgid "Migration URI has to specify resource pool and host system"
msgstr ""
"L'URI di migrazione deve specificare il resource pool e il sistema host"
#: src/esx/esx_driver.c:4004
#, c-format
msgid "Could not migrate domain, validation reported a problem: %s"
msgstr ""
"Impossibile migrare il dominio, la validazione ha riportato il problema: %s"
#: src/esx/esx_driver.c:4008
msgid "Could not migrate domain, validation reported a problem"
msgstr ""
"Impossibile migrare il dominio, la validazione ha riportato un problema"
#: src/esx/esx_driver.c:4030
#, c-format
msgid "Could not migrate domain, migration task finished with an error: %s"
msgstr ""
"Impossibile migrare il dominio, il processo di migrazione è terminato con un "
"errore: %s"
#: src/esx/esx_driver.c:4105
msgid "Could not retrieve memory usage of resource pool"
msgstr ""
#: src/esx/esx_driver.c:4287 src/vbox/vbox_tmpl.c:5940
msgid "disk snapshots not supported yet"
msgstr ""
#: src/esx/esx_driver.c:4304
#, c-format
msgid "Snapshot '%s' already exists"
msgstr "Snapshot '%s' già esistente"
#: src/esx/esx_driver.c:4320
#, c-format
msgid "Could not create snapshot: %s"
msgstr "Impossibile creare lo snapshot: %s"
#: src/esx/esx_driver.c:4664 src/qemu/qemu_driver.c:12094
#: src/vbox/vbox_tmpl.c:6385
#, c-format
msgid "snapshot '%s' does not have a parent"
msgstr ""
#: src/esx/esx_driver.c:4812
#, c-format
msgid "Could not revert to snapshot '%s': %s"
msgstr ""
#: src/esx/esx_driver.c:4878
#, c-format
msgid "Could not delete snapshot '%s': %s"
msgstr "Impossibile eliminare lo snapshot '%s': %s"
#: src/esx/esx_driver.c:4949
#, c-format
msgid "Could not change memory parameters: %s"
msgstr ""
#: src/esx/esx_network_driver.c:203
#, c-format
msgid "Could not find HostVirtualSwitch with UUID '%s'"
msgstr ""
#: src/esx/esx_network_driver.c:269
msgid "Different inbound and outbound bandwidth is unsupported"
msgstr ""
#: src/esx/esx_network_driver.c:362
msgid ""
"HostVirtualSwitch already exists, editing existing ones is not supported yet"
msgstr ""
#: src/esx/esx_network_driver.c:370
msgid "Cannot use predefined UUID"
msgstr ""
#: src/esx/esx_network_driver.c:378
#, c-format
msgid "Unsupported forward mode '%s'"
msgstr ""
#: src/esx/esx_network_driver.c:394
#, c-format
msgid "HostPortGroup with name '%s' exists already"
msgstr ""
#: src/esx/esx_network_driver.c:428
#, c-format
msgid "unsupported device type in network %s interface pool"
msgstr ""
#: src/esx/esx_network_driver.c:450
#, c-format
msgid "Could not find PhysicalNic with name '%s'"
msgstr ""
#: src/esx/esx_network_driver.c:570
#, c-format
msgid "Cannot undefine HostVirtualSwitch that has a '%s' port"
msgstr ""
#: src/esx/esx_network_driver.c:583 src/esx/esx_network_driver.c:611
#, c-format
msgid "Could not find HostPortGroup for key '%s'"
msgstr ""
#: src/esx/esx_network_driver.c:773
#, c-format
msgid "Could not find PhysicalNic with key '%s'"
msgstr ""
#: src/esx/esx_network_driver.c:855
#, c-format
msgid "Could not find HostPortGroup with key '%s'"
msgstr ""
#: src/esx/esx_network_driver.c:907
msgid "Cannot deactivate network autostart"
msgstr ""
#: src/esx/esx_storage_backend_iscsi.c:65
#: src/esx/esx_storage_backend_iscsi.c:115
#: src/esx/esx_storage_backend_iscsi.c:216
msgid "Unable to obtain iSCSI adapter"
msgstr ""
#: src/esx/esx_storage_backend_iscsi.c:326 src/esx/esx_storage_driver.c:197
#, c-format
msgid "Could not find storage pool with name '%s'"
msgstr ""
#: src/esx/esx_storage_backend_iscsi.c:612
#: src/esx/esx_storage_backend_iscsi.c:628
msgid "iSCSI storage pool does not support volume creation"
msgstr ""
#: src/esx/esx_storage_backend_iscsi.c:671
#, c-format
msgid "Could find volume with name: %s"
msgstr ""
#: src/esx/esx_storage_backend_iscsi.c:718
msgid "iSCSI storage pool does not support volume deletion"
msgstr ""
#: src/esx/esx_storage_backend_iscsi.c:733
msgid "iSCSI storage pool does not support volume wiping"
msgstr ""
#: src/esx/esx_storage_backend_vmfs.c:97
#: src/esx/esx_storage_backend_vmfs.c:516
msgid "DatastoreInfo has unexpected type"
msgstr ""
#: src/esx/esx_storage_backend_vmfs.c:504
#, c-format
msgid "Datastore has unexpected type '%s'"
msgstr ""
#: src/esx/esx_storage_backend_vmfs.c:741
msgid ""
"QueryVirtualDiskUuid not available, cannot lookup storage volume by UUID"
msgstr ""
"QueryVirtualDiskUuid non disponibile, impossibile eseguire il lookup degli "
"storage volume per UUID"
#: src/esx/esx_storage_backend_vmfs.c:898
#: src/esx/esx_storage_backend_vmfs.c:1134
msgid "Creating non-file volumes is not supported"
msgstr ""
#: src/esx/esx_storage_backend_vmfs.c:907
#: src/esx/esx_storage_backend_vmfs.c:1143
#, c-format
msgid "Volume name '%s' doesn't have expected format '<directory>/<file>'"
msgstr ""
#: src/esx/esx_storage_backend_vmfs.c:914
#: src/esx/esx_storage_backend_vmfs.c:1150
#, c-format
msgid "Volume name '%s' has unsupported suffix, expecting '.vmdk'"
msgstr ""
#: src/esx/esx_storage_backend_vmfs.c:994
msgid "Unsupported capacity-to-allocation relation"
msgstr ""
#: src/esx/esx_storage_backend_vmfs.c:1022
#, c-format
msgid "Could not create volume: %s"
msgstr "Impossibile creare il volume: %s"
#: src/esx/esx_storage_backend_vmfs.c:1050
#: src/esx/esx_storage_backend_vmfs.c:1252
#, c-format
msgid "Creation of %s volumes is not supported"
msgstr ""
#: src/esx/esx_storage_backend_vmfs.c:1224
#, c-format
msgid "Could not copy volume: %s"
msgstr "Impossibile copiare il volume: %s"
#: src/esx/esx_storage_backend_vmfs.c:1309
#, c-format
msgid "Could not delete volume: %s"
msgstr ""
#: src/esx/esx_storage_backend_vmfs.c:1354
#, c-format
msgid "Could not wipe volume: %s"
msgstr "Impossibile azzerare il volume: %s"
#: src/esx/esx_storage_backend_vmfs.c:1486
#, c-format
msgid "File '%s' has unknown type"
msgstr "File '%s' di tipo sconosciuto"
#: src/esx/esx_storage_driver.c:227
#, c-format
msgid "Could not find storage pool with uuid '%s'"
msgstr ""
#: src/esx/esx_storage_driver.c:317
msgid "Cannot deactivate storage pool autostart"
msgstr "Impossibile disattivare l'autostart dello storage pool"
#: src/esx/esx_storage_driver.c:401
#, c-format
msgid "Unexpected volume path format: %s"
msgstr ""
#: src/esx/esx_storage_driver.c:429
#, c-format
msgid "Could not find storage volume with key '%s'"
msgstr ""
#: src/esx/esx_util.c:78 src/hyperv/hyperv_util.c:70
#, c-format
msgid ""
"Query parameter 'transport' has unexpected value '%s' (should be http|https)"
msgstr ""
#: src/esx/esx_util.c:96
#, c-format
msgid ""
"Query parameter 'no_verify' has unexpected value '%s' (should be 0 or 1)"
msgstr ""
#: src/esx/esx_util.c:106
#, c-format
msgid ""
"Query parameter 'auto_answer' has unexpected value '%s' (should be 0 or 1)"
msgstr ""
#: src/esx/esx_util.c:132
#, c-format
msgid ""
"Query parameter 'proxy' contains unexpected type '%s' (should be (http|socks"
"(|4|4a|5))"
msgstr ""
#: src/esx/esx_util.c:150
msgid "Query parameter 'proxy' doesn't contain a hostname"
msgstr ""
#: src/esx/esx_util.c:162
#, c-format
msgid ""
"Query parameter 'proxy' has unexpected port value '%s' (should be [1..65535])"
msgstr ""
#: src/esx/esx_util.c:271
#, c-format
msgid "Datastore path '%s' doesn't have expected format '[<datastore>] <path>'"
msgstr ""
#: src/esx/esx_util.c:354
#, c-format
msgid "IP address lookup for host '%s' failed: %s"
msgstr "Lookup dell'indirizzo IP per l'host '%s' fallito: %s"
#: src/esx/esx_util.c:361
#, c-format
msgid "No IP address for host '%s' found: %s"
msgstr "Nessun indirizzo IP trovato per l'host '%s': %s"
#: src/esx/esx_util.c:371
#, c-format
msgid "Formatting IP address for host '%s' failed: %s"
msgstr ""
#: src/esx/esx_util.c:391 src/esx/esx_vi.c:2554 src/hyperv/hyperv_driver.c:906
#: src/hyperv/hyperv_wmi.c:633 src/vmx/vmx.c:719
#, c-format
msgid "Could not parse UUID from string '%s'"
msgstr "Errore nel parsing dell'UUID nella stringa '%s'"
#: src/esx/esx_vi.c:247
#, c-format
msgid "curl_easy_perform() returned an error: %s (%d) : %s"
msgstr ""
#: src/esx/esx_vi.c:257
#, c-format
msgid ""
"curl_easy_getinfo(CURLINFO_RESPONSE_CODE) returned an error: %s (%d) : %s"
msgstr ""
#: src/esx/esx_vi.c:265
msgid ""
"curl_easy_getinfo(CURLINFO_RESPONSE_CODE) returned a negative response code"
msgstr ""
#: src/esx/esx_vi.c:277
#, c-format
msgid ""
"curl_easy_getinfo(CURLINFO_REDIRECT_URL) returned an error: %s (%d) : %s"
msgstr ""
#: src/esx/esx_vi.c:283
#, c-format
msgid "The server redirects from '%s' to '%s'"
msgstr ""
#: src/esx/esx_vi.c:288
#, c-format
msgid "The server redirects from '%s'"
msgstr ""
#: src/esx/esx_vi.c:301 src/esx/esx_vi_methods.c:165
msgid "Invalid call"
msgstr "Chiamata non valida"
#: src/esx/esx_vi.c:309
msgid "Could not initialize CURL"
msgstr "Impossibile inizializzare CURL"
#: src/esx/esx_vi.c:328
msgid "Could not build CURL header list"
msgstr "Impossibile creare la lista di header per CURL"
#: src/esx/esx_vi.c:363
msgid "Could not initialize CURL mutex"
msgstr "Impossibile inizializzare il mutex per CURL"
#: src/esx/esx_vi.c:391
msgid "Download length it too large"
msgstr ""
#: src/esx/esx_vi.c:422
#, c-format
msgid "HTTP response code %d for download from '%s'"
msgstr "Codice risposta HTTP %d per il download da '%s'"
#: src/esx/esx_vi.c:475
#, c-format
msgid "HTTP response code %d for upload to '%s'"
msgstr "Codice risposta HTTP %d per l'upload a '%s'"
#: src/esx/esx_vi.c:510
#, c-format
msgid "Trying to lock unknown SharedCURL lock %d"
msgstr ""
#: src/esx/esx_vi.c:538
#, c-format
msgid "Trying to unlock unknown SharedCURL lock %d"
msgstr ""
#: src/esx/esx_vi.c:555
msgid "Trying to free SharedCURL object that is still in use"
msgstr ""
#: src/esx/esx_vi.c:575
msgid "Cannot share uninitialized CURL handle"
msgstr ""
#: src/esx/esx_vi.c:581
msgid "Cannot share CURL handle that is already shared"
msgstr ""
#: src/esx/esx_vi.c:590
msgid "Could not initialize CURL (share)"
msgstr ""
#: src/esx/esx_vi.c:607
msgid "Could not initialize a CURL (share) mutex"
msgstr ""
#: src/esx/esx_vi.c:630
msgid "Cannot unshare uninitialized CURL handle"
msgstr ""
#: src/esx/esx_vi.c:636
msgid "Cannot unshare CURL handle that is not shared"
msgstr ""
#: src/esx/esx_vi.c:641
msgid "CURL (share) mismatch"
msgstr ""
#: src/esx/esx_vi.c:671
msgid "Trying to free MultiCURL object that is still in use"
msgstr ""
#: src/esx/esx_vi.c:685
msgid "Cannot add uninitialized CURL handle to a multi handle"
msgstr ""
#: src/esx/esx_vi.c:691
msgid "Cannot add CURL handle to a multi handle twice"
msgstr ""
#: src/esx/esx_vi.c:700
msgid "Could not initialize CURL (multi)"
msgstr ""
#: src/esx/esx_vi.c:722
msgid "Cannot remove uninitialized CURL handle from a multi handle"
msgstr ""
#: src/esx/esx_vi.c:729
msgid ""
"Cannot remove CURL handle from a multi handle when it wasn't added before"
msgstr ""
#: src/esx/esx_vi.c:735
msgid "CURL (multi) mismatch"
msgstr ""
#: src/esx/esx_vi.c:818
msgid "Could not initialize session mutex"
msgstr ""
#: src/esx/esx_vi.c:844
#, c-format
msgid ""
"Expecting VI API major/minor version '2.5', '4.x' or '5.x' but found '%s'"
msgstr ""
#: src/esx/esx_vi.c:854
#, c-format
msgid "Expecting GSX major/minor version '2.0' but found '%s'"
msgstr ""
#: src/esx/esx_vi.c:876
#, c-format
msgid "Expecting ESX major/minor version '3.5', '4.x' or '5.x' but found '%s'"
msgstr ""
#: src/esx/esx_vi.c:898
#, c-format
msgid "Expecting VPX major/minor version '2.5', '4.x' or '5.x' but found '%s'"
msgstr ""
#: src/esx/esx_vi.c:905
#, c-format
msgid ""
"Expecting product 'gsx' or 'esx' or 'embeddedEsx' or 'vpx' but found '%s'"
msgstr ""
#: src/esx/esx_vi.c:912
#, c-format
msgid "Expecting VI API type 'HostAgent' or 'VirtualCenter' but found '%s'"
msgstr ""
#: src/esx/esx_vi.c:966 src/esx/esx_vi.c:1132 src/esx/esx_vi.c:1226
msgid "Could not retrieve resource pool"
msgstr "Impossibile reperire il resource pool"
#: src/esx/esx_vi.c:1018
#, c-format
msgid "Path '%s' does not specify a datacenter"
msgstr ""
#: src/esx/esx_vi.c:1062
#, c-format
msgid "Could not find datacenter specified in '%s'"
msgstr ""
#: src/esx/esx_vi.c:1076
#, c-format
msgid "Path '%s' does not specify a compute resource"
msgstr ""
#: src/esx/esx_vi.c:1125
#, c-format
msgid "Could not find compute resource specified in '%s'"
msgstr ""
#: src/esx/esx_vi.c:1148
#, c-format
msgid "Path '%s' does not specify a host system"
msgstr ""
#: src/esx/esx_vi.c:1159
#, c-format
msgid "Path '%s' ends with an excess item"
msgstr ""
#: src/esx/esx_vi.c:1179
#, c-format
msgid "Could not find host system specified in '%s'"
msgstr ""
#: src/esx/esx_vi.c:1292
msgid "(esx execute response)"
msgstr ""
#: src/esx/esx_vi.c:1310
#, c-format
msgid ""
"HTTP response code %d for call to '%s'. Fault is unknown, XPath evaluation "
"failed"
msgstr ""
"Codice risposta HTTP %d per la chiamata a '%s'. Errore sconosciuto, "
"valutazione XPath fallita"
#: src/esx/esx_vi.c:1318
#, c-format
msgid ""
"HTTP response code %d for call to '%s'. Fault is unknown, deserialization "
"failed"
msgstr ""
"Codice risposta HTTP %d per la chiamata a '%s'. Errore sconosciuto, "
"deserializzazione fallita"
#: src/esx/esx_vi.c:1325
#, c-format
msgid "HTTP response code %d for call to '%s'. Fault: %s - %s"
msgstr "Codice risposta HTTP %d per la chiamata a '%s'. Errore: %s - %s"
#: src/esx/esx_vi.c:1347
#, c-format
msgid "XPath evaluation of response for call to '%s' failed"
msgstr ""
#: src/esx/esx_vi.c:1359 src/esx/esx_vi.c:1374
#, c-format
msgid "Call to '%s' returned an empty result, expecting a non-empty result"
msgstr ""
#: src/esx/esx_vi.c:1364 src/esx/esx_vi.c:1385
#, c-format
msgid "Call to '%s' returned a list, expecting exactly one item"
msgstr ""
#: src/esx/esx_vi.c:1399
#, c-format
msgid "Call to '%s' returned something, expecting an empty result"
msgstr ""
#: src/esx/esx_vi.c:1408
msgid "Invalid argument (occurrence)"
msgstr ""
#: src/esx/esx_vi.c:1414
#, c-format
msgid "HTTP response code %d for call to '%s'"
msgstr "Codice risposta HTTP %d per la chiamata a '%s'"
#: src/esx/esx_vi.c:1472 src/esx/esx_vi_types.c:930
#, c-format
msgid "Expecting type '%s' but found '%s'"
msgstr ""
#: src/esx/esx_vi.c:1486 src/esx/esx_vi.c:1558 src/esx/esx_vi_types.c:362
#: src/esx/esx_vi_types.c:1066
#, c-format
msgid "Unknown value '%s' for %s"
msgstr "Valore '%s' sconosciuto per %s"
#: src/esx/esx_vi.c:1652
#, c-format
msgid "Expecting type to begin with 'ArrayOf' but found '%s'"
msgstr ""
#: src/esx/esx_vi.c:1661 src/esx/esx_vi.c:1734 src/esx/esx_vi_types.c:303
#, c-format
msgid "Wrong XML element type %d"
msgstr "Tipo elemento XML %d errato"
#: src/esx/esx_vi.c:1943
msgid "Invalid call, no mutex"
msgstr ""
#: src/esx/esx_vi.c:1950
msgid "Invalid call, no session"
msgstr ""
#: src/esx/esx_vi.c:2009
msgid "Key of the current session differs from the key at last login"
msgstr ""
"La chiave della sessione corrente differisce dalla chiave dell'ultimo login"
#: src/esx/esx_vi.c:2064 src/esx/esx_vi.c:2076 src/esx/esx_vi.c:2090
#: src/esx/esx_vi.c:2099
#, c-format
msgid "Invalid lookup of '%s' from '%s'"
msgstr "Lookup di '%s' non valido da '%s'"
#: src/esx/esx_vi.c:2105
#, c-format
msgid "Invalid lookup from '%s'"
msgstr "Lookup non valido da '%s'"
#: src/esx/esx_vi.c:2146
#, c-format
msgid "Could not lookup '%s' from '%s'"
msgstr "Impossibile effettuare il lookup di '%s' da '%s'"
#: src/esx/esx_vi.c:2152
#, c-format
msgid "Could not lookup '%s' list from '%s'"
msgstr "Impossibile effettuare il lookup della lista '%s' da '%s'"
#: src/esx/esx_vi.c:2158
msgid "Invalid occurrence value"
msgstr "Valore occorrenza non valido"
#: src/esx/esx_vi.c:2212
#, c-format
msgid "Missing '%s' property while looking for ManagedEntityStatus"
msgstr "Proprietà '%s' mancante durante la ricerca di ManagedEntityStatus"
#: src/esx/esx_vi.c:2235
msgid "Missing 'runtime.powerState' property"
msgstr "Proprietà 'runtime.powerState' mancante"
#: src/esx/esx_vi.c:2296 src/esx/esx_vi.c:2329 src/esx/esx_vi.c:2365
#: src/esx/esx_vi.c:2401
#, c-format
msgid "Missing '%s' property"
msgstr "Proprietà '%s' mancante"
#: src/esx/esx_vi.c:2472
msgid "ObjectContent does not reference a virtual machine"
msgstr "ObjectContent non referenzia una virtual machine"
#: src/esx/esx_vi.c:2480
#, c-format
msgid "Could not parse positive integer from '%s'"
msgstr "Errore nel parsing di un intero positivo da '%s'"
#: src/esx/esx_vi.c:2510
msgid "Domain name contains invalid escape sequence"
msgstr "Il nome del dominio contiene una sequenza di escape non valida"
#: src/esx/esx_vi.c:2520
msgid "Could not get name of virtual machine"
msgstr "Impossibile determinare il nome della virtual machine"
#: src/esx/esx_vi.c:2548
msgid "Could not get UUID of virtual machine"
msgstr "Impossibile determinare l'UUID della virtual machine"
#: src/esx/esx_vi.c:2693
#, c-format
msgid "Could not find snapshot with name '%s'"
msgstr "Impossibile trovare uno snapshot con nome '%s'"
#: src/esx/esx_vi.c:2728
#, c-format
msgid "Could not find domain snapshot with internal name '%s'"
msgstr "Impossibile trovare uno snapshot di dominio con nome interno '%s'"
#: src/esx/esx_vi.c:2794
#, c-format
msgid "Could not find domain with UUID '%s'"
msgstr "Impossibile trovare un dominio con UUID '%s'"
#: src/esx/esx_vi.c:2869
#, c-format
msgid "Could not find domain with name '%s'"
msgstr "Impossibile trovare un dominio con nome '%s'"
#: src/esx/esx_vi.c:2922
msgid "Other tasks are pending for this domain"
msgstr "Ci sono altri task sospesi per questo dominio"
#: src/esx/esx_vi.c:3003
#, c-format
msgid "Could not find datastore with name '%s'"
msgstr "Impossibile trovare il datastore con nome '%s'"
#: src/esx/esx_vi.c:3090
#, c-format
msgid "Could not find datastore containing absolute path '%s'"
msgstr "Impossibile trovare il datastore contenente il percorso assoluto '%s'"
#: src/esx/esx_vi.c:3161
msgid "Could not lookup datastore host mount"
msgstr "Impossibile effettuare il lookup del datastore host mount"
#: src/esx/esx_vi.c:3437
msgid "Domain has no current snapshot"
msgstr "Il dominio non ha uno snapshot corrente"
#: src/esx/esx_vi.c:3444
msgid "Could not lookup root snapshot list"
msgstr "Impossibile effettuare il lookup la lista root degli snapshot"
#: src/esx/esx_vi.c:3532
#, c-format
msgid "Datastore path '%s' doesn't reference a file"
msgstr "Il percorso '%s' del datastore non referenzia un file"
#: src/esx/esx_vi.c:3619
#, c-format
msgid "Could not search in datastore '%s': %s"
msgstr "Impossibile cercare nel datastore '%s': %s"
#: src/esx/esx_vi.c:3638
#, c-format
msgid "No storage volume with key or path '%s'"
msgstr "Nessun volume di storage con chiave o percorso '%s'"
#: src/esx/esx_vi.c:3764
#, c-format
msgid "Could not serach in datastore '%s': %s"
msgstr "Impossibile cercare nel datastore '%s': %s"
#: src/esx/esx_vi.c:3892
msgid "Could not retrieve the AutoStartDefaults object"
msgstr "Impossibile recuperare l'oggetto AutoStartDefaults"
#: src/esx/esx_vi.c:4037
#, c-format
msgid "Could not find physical NIC with name '%s'"
msgstr ""
#: src/esx/esx_vi.c:4086
#, c-format
msgid "Could not find physical NIC with MAC address '%s'"
msgstr ""
#: src/esx/esx_vi.c:4181
#, c-format
msgid "Could not find HostVirtualSwitch with name '%s'"
msgstr ""
#: src/esx/esx_vi.c:4304 src/esx/esx_vi.c:4338
#, c-format
msgid ""
"Pending question blocks virtual machine execution, question is '%s', no "
"possible answers"
msgstr ""
"Una domanda pendente sta bloccando l'esecuzione della virtual machine: la "
"domanda è '%s', non ci sono risposte possibili"
#: src/esx/esx_vi.c:4312
#, c-format
msgid ""
"Pending question blocks virtual machine execution, question is '%s', "
"possible answers are %s, but no default answer is specified"
msgstr ""
"Una domanda pendente sta bloccando l'esecuzione della virtual machine: la "
"domanda è '%s', le possibili risposte sono %s, ma non c'è alcuna risposta "
"predefinita specificata"
#: src/esx/esx_vi.c:4333
#, c-format
msgid ""
"Pending question blocks virtual machine execution, question is '%s', "
"possible answers are %s"
msgstr ""
"Una domanda pendente sta bloccando l'esecuzione della virtual machine: la "
"domanda è '%s', le possibili risposte sono %s"
#: src/esx/esx_vi.c:4452
msgid ""
"Cancelable task is blocked by an unanswered question but cancellation failed"
msgstr ""
#: src/esx/esx_vi.c:4457
msgid "Non-cancelable task is blocked by an unanswered question"
msgstr "Task non annullabile bloccato da una domanda non risposta"
#: src/esx/esx_vi.c:4602
#, c-format
msgid "HostCpuIdInfo register '%s' has an unexpected length"
msgstr "Registro '%s' di HostCpuIdInfo ha una lunghezza non attesa"
#: src/esx/esx_vi.c:4616
#, c-format
msgid "HostCpuIdInfo register '%s' has an unexpected format"
msgstr "Registro '%s' di HostCpuIdInfo ha un formato non atteso"
#: src/esx/esx_vi.c:4669
msgid "Unexpected product version"
msgstr "Versione prodotto non attesa"
#: src/esx/esx_vi.c:4687
msgid "Unable to obtain hostInternetScsiHba"
msgstr ""
#: src/esx/esx_vi.c:4706
#, c-format
msgid "Could not find storage pool with name: %s"
msgstr ""
#: src/esx/esx_vi.c:4899
msgid "Target not found"
msgstr ""
#: src/esx/esx_vi.c:5160
#, c-format
msgid "Missing 'name' property in %s lookup"
msgstr ""
#: src/esx/esx_vi.c:5193
#, c-format
msgid "Could not find %s with name '%s'"
msgstr ""
#: src/esx/esx_vi_types.c:85 src/esx/esx_vi_types.c:775
#, c-format
msgid "%s object has invalid dynamic type"
msgstr ""
#: src/esx/esx_vi_types.c:215 src/esx/esx_vi_types.c:230
#, c-format
msgid "Call to %s for unexpected type '%s', expected '%s'"
msgstr ""
#: src/esx/esx_vi_types.c:355
#, c-format
msgid "XML node doesn't contain text, expecting an %s value"
msgstr ""
#: src/esx/esx_vi_types.c:369
#, c-format
msgid "Value '%s' is not representable as %s"
msgstr ""
#: src/esx/esx_vi_types.c:494 src/esx/esx_vi_types.c:758
#, c-format
msgid "%s object is missing the required '%s' property"
msgstr ""
#: src/esx/esx_vi_types.c:551 src/esx/esx_vi_types.c:697
#, c-format
msgid "Call to %s for unexpected type '%s'"
msgstr "Chiamata a %s per il tipo sconosciuto '%s'"
#: src/esx/esx_vi_types.c:724 src/esx/esx_vi_types.c:1869
#, c-format
msgid "%s is missing 'type' property"
msgstr "Proprietà 'type' mancante in %s"
#: src/esx/esx_vi_types.c:733
#, c-format
msgid "Unknown value '%s' for %s 'type' property"
msgstr "Valore '%s' sconosciuto per la proprietà 'type' di %s"
#: src/esx/esx_vi_types.c:960 src/esx/esx_vi_types.c:1026
msgid "Could not copy an XML node"
msgstr "Impossibile copiare un nodo XML"
#: src/esx/esx_vi_types.c:1037
msgid "AnyType is missing 'type' property"
msgstr "Proprietà 'type' mancante in AnyType"
#: src/esx/esx_vi_types.c:1045
#, c-format
msgid "Unknown value '%s' for AnyType 'type' property"
msgstr "Valore '%s' sconosciuto per la proprietà 'type' di AnyType"
#: src/esx/esx_vi_types.c:1074
#, c-format
msgid "Value '%s' is out of %s range"
msgstr "Il valore '%s' è fuori dall'intervallo %s"
#: src/esx/esx_vi_types.c:1090
#, c-format
msgid "Unknown value '%s' for xsd:boolean"
msgstr "Valore '%s' sconosciuto per xsd:boolean"
#: src/esx/esx_vi_types.c:1521
msgid "XML node doesn't contain text, expecting an xsd:dateTime value"
msgstr "Il nodo XML non contiene testo, era atteso un valore xsd:dateTime"
#: src/esx/esx_vi_types.c:1554
#, c-format
msgid "xsd:dateTime value '%s' too long for destination"
msgstr "Il valore '%s' di xsd:dateTime è troppo lungo per la destinazione"
#: src/esx/esx_vi_types.c:1576 src/esx/esx_vi_types.c:1586
#: src/esx/esx_vi_types.c:1599 src/esx/esx_vi_types.c:1613
#, c-format
msgid "xsd:dateTime value '%s' has unexpected format"
msgstr "Il valore '%s' di xsd:dateTime ha un formato non atteso"
#: src/esx/esx_vi_types.c:1696
msgid "MethodFault is missing 'type' property"
msgstr ""
#: src/esx/esx_vi_types.c:1791
msgid "ManagedObjectReference is missing 'type' property"
msgstr ""
#: src/fdstream.c:83 src/fdstream.c:120 src/fdstream.c:202 src/fdstream.c:364
#: src/fdstream.c:416
msgid "stream is not open"
msgstr ""
#: src/fdstream.c:90 src/fdstream.c:127
msgid "stream does not have a callback registered"
msgstr ""
#: src/fdstream.c:209
msgid "stream already has a callback registered"
msgstr ""
#: src/fdstream.c:219
msgid "cannot register file watch on stream"
msgstr ""
#: src/fdstream.c:298
#, c-format
msgid "I/O helper exited with status %d"
msgstr ""
#: src/fdstream.c:302
msgid "I/O helper exited abnormally"
msgstr ""
#: src/fdstream.c:358
msgid "Too many bytes to write to stream"
msgstr ""
#: src/fdstream.c:373 src/fdstream.c:392
msgid "cannot write to stream"
msgstr ""
#: src/fdstream.c:410
msgid "Too many bytes to read from stream"
msgstr ""
#: src/fdstream.c:442
msgid "cannot read from stream"
msgstr ""
#: src/fdstream.c:490 src/locking/lock_daemon.c:141
#: src/locking/lock_daemon.c:186 src/qemu/qemu_capabilities.c:2589
#: src/util/vireventpoll.c:681 src/util/virnodesuspend.c:66
#: src/util/virobject.c:223
msgid "Unable to initialize mutex"
msgstr "Impossibile inizializzare il mutex"
#: src/fdstream.c:520
msgid "Unable to open UNIX socket"
msgstr ""
#: src/fdstream.c:563
msgid "UNIX domain sockets are not supported on this platform"
msgstr "Gli UNIX domain socket non sono supportati su questa piattaforma"
#: src/fdstream.c:593
#, c-format
msgid "Unable to open stream for '%s'"
msgstr "Impossibile aprire uno stream per '%s'"
#: src/fdstream.c:600
#, c-format
msgid "Unable to access stream for '%s'"
msgstr "Impossibile accedere allo stream per '%s'"
#: src/fdstream.c:608 src/util/iohelper.c:64
#, c-format
msgid "Unable to seek %s to %llu"
msgstr ""
#: src/fdstream.c:625
#, c-format
msgid "%s: Cannot request read and write flags together"
msgstr ""
#: src/fdstream.c:632 src/lxc/lxc_process.c:1157
msgid "Unable to create pipe"
msgstr ""
#: src/fdstream.c:683
#, c-format
msgid "Attempt to create %s without specifying mode"
msgstr ""
#: src/hyperv/hyperv_driver.c:171
msgid "Could not create openwsman client"
msgstr ""
#: src/hyperv/hyperv_driver.c:177
msgid "Could not initialize openwsman transport"
msgstr ""
#: src/hyperv/hyperv_driver.c:198
#, c-format
msgid "%s is not a Hyper-V server"
msgstr ""
#: src/hyperv/hyperv_driver.c:255 src/hyperv/hyperv_driver.c:297
#: src/hyperv/hyperv_driver.c:316
#, c-format
msgid "Could not lookup %s"
msgstr ""
#: src/hyperv/hyperv_driver.c:343
#, c-format
msgid "CPU model %s too long for destination"
msgstr ""
#: src/hyperv/hyperv_driver.c:507 src/hyperv/hyperv_wmi.c:679
#, c-format
msgid "No domain with UUID %s"
msgstr ""
#: src/hyperv/hyperv_driver.c:540
#, c-format
msgid "No domain with name %s"
msgstr ""
#: src/hyperv/hyperv_driver.c:568
msgid "Domain is not active"
msgstr ""
#: src/hyperv/hyperv_driver.c:597
msgid "Domain is not paused"
msgstr ""
#: src/hyperv/hyperv_driver.c:629 src/hyperv/hyperv_driver.c:1190
msgid "Domain is not active or is in state transition"
msgstr ""
#: src/hyperv/hyperv_driver.c:704 src/hyperv/hyperv_driver.c:725
#: src/hyperv/hyperv_driver.c:747 src/hyperv/hyperv_driver.c:846
#: src/hyperv/hyperv_driver.c:867 src/hyperv/hyperv_driver.c:889
#, c-format
msgid "Could not lookup %s for domain %s"
msgstr ""
#: src/hyperv/hyperv_driver.c:1067
msgid "Domain is already active or is in state transition"
msgstr ""
#: src/hyperv/hyperv_driver.c:1245
msgid "Domain has no managed save image"
msgstr ""
#: src/hyperv/hyperv_driver.c:1444
#, c-format
msgid "openwsman error: %s"
msgstr ""
#: src/hyperv/hyperv_wmi.c:60
#, c-format
msgid "Transport error during %s: %s (%d)"
msgstr ""
#: src/hyperv/hyperv_wmi.c:70
#, c-format
msgid "Unexpected HTTP response during %s: %d"
msgstr ""
#: src/hyperv/hyperv_wmi.c:77
#, c-format
msgid "Empty response during %s"
msgstr ""
#: src/hyperv/hyperv_wmi.c:92
#, c-format
msgid "SOAP fault during %s: code '%s', subcode '%s', reason '%s', detail '%s'"
msgstr ""
#: src/hyperv/hyperv_wmi.c:144 src/hyperv/hyperv_wmi.c:426
msgid "Could not initialize options"
msgstr ""
#: src/hyperv/hyperv_wmi.c:153
msgid "Could not create filter"
msgstr ""
#: src/hyperv/hyperv_wmi.c:180
msgid "Could not lookup SOAP body"
msgstr ""
#: src/hyperv/hyperv_wmi.c:188
msgid "Could not lookup pull response"
msgstr ""
#: src/hyperv/hyperv_wmi.c:196
msgid "Could not lookup pull response items"
msgstr ""
#: src/hyperv/hyperv_wmi.c:209
msgid "Could not deserialize pull response item"
msgstr ""
#: src/hyperv/hyperv_wmi.c:258 src/hyperv/hyperv_wmi.c:299
msgid "Could not free deserialized data"
msgstr ""
#: src/hyperv/hyperv_wmi.c:319
msgid "Completed with no error"
msgstr ""
#: src/hyperv/hyperv_wmi.c:322 src/hyperv/hyperv_wmi.c:358
msgid "Not supported"
msgstr ""
#: src/hyperv/hyperv_wmi.c:328
msgid "Cannot complete within timeout period"
msgstr ""
#: src/hyperv/hyperv_wmi.c:331 src/hyperv/hyperv_wmi.c:352
msgid "Failed"
msgstr ""
#: src/hyperv/hyperv_wmi.c:334 src/hyperv/hyperv_wmi.c:367
msgid "Invalid parameter"
msgstr ""
#: src/hyperv/hyperv_wmi.c:337
msgid "In use"
msgstr ""
#: src/hyperv/hyperv_wmi.c:340
msgid "Transition started"
msgstr ""
#: src/hyperv/hyperv_wmi.c:343
msgid "Invalid state transition"
msgstr ""
#: src/hyperv/hyperv_wmi.c:346
msgid "Timeout parameter not supported"
msgstr ""
#: src/hyperv/hyperv_wmi.c:349
msgid "Busy"
msgstr ""
#: src/hyperv/hyperv_wmi.c:355
msgid "Access denied"
msgstr ""
#: src/hyperv/hyperv_wmi.c:361
msgid "Status is unknown"
msgstr ""
#: src/hyperv/hyperv_wmi.c:364
msgid "Timeout"
msgstr ""
#: src/hyperv/hyperv_wmi.c:370
msgid "System is in use"
msgstr ""
#: src/hyperv/hyperv_wmi.c:373
msgid "Invalid state for this operation"
msgstr ""
#: src/hyperv/hyperv_wmi.c:376
msgid "Incorrect data type"
msgstr ""
#: src/hyperv/hyperv_wmi.c:379
msgid "System is not available"
msgstr ""
#: src/hyperv/hyperv_wmi.c:382 tools/virsh.c:2112 tools/virsh.c:2157
#: tools/virsh.c:2568 tools/virsh.c:2574 tools/virsh-domain.c:4421
#: tools/virsh-domain.c:6182 tools/virsh-pool.c:1313 tools/virsh-pool.c:1406
#: tools/virsh-snapshot.c:453 tools/virsh-volume.c:1538
msgid "Out of memory"
msgstr "Memoria esaurita"
#: src/hyperv/hyperv_wmi.c:385
msgid "Unknown return code"
msgstr ""
#: src/hyperv/hyperv_wmi.c:446 src/hyperv/hyperv_wmi.c:463
#: src/hyperv/hyperv_wmi.c:480
#, c-format
msgid "Could not lookup %s for %s invocation"
msgstr ""
#: src/hyperv/hyperv_wmi.c:453
#, c-format
msgid "Could not parse return code from '%s'"
msgstr ""
#: src/hyperv/hyperv_wmi.c:505
#, c-format
msgid "Concrete job for %s invocation is in error state"
msgstr ""
#: src/hyperv/hyperv_wmi.c:511
#, c-format
msgid "Concrete job for %s invocation is in unknown state"
msgstr ""
#: src/hyperv/hyperv_wmi.c:518
#, c-format
msgid "Invocation of %s returned an error: %s (%d)"
msgstr ""
#: src/interface/interface_backend_netcf.c:107
#: src/interface/interface_backend_netcf.c:337
#: src/interface/interface_backend_netcf.c:424
#, c-format
msgid "couldn't find interface named '%s': %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:112
#: src/interface/interface_backend_netcf.c:429
#: src/interface/interface_backend_udev.c:425
#: src/interface/interface_backend_udev.c:1000
#: src/interface/interface_backend_udev.c:1133
#, c-format
msgid "couldn't find interface named '%s'"
msgstr ""
#: src/interface/interface_backend_netcf.c:191
#, c-format
msgid "failed to get number of interfaces on host: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:211
#: src/interface/interface_backend_netcf.c:317
#, c-format
msgid "failed to list host interfaces: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:232
#, c-format
msgid "failed to get number of defined interfaces on host: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:253
#, c-format
msgid "failed to list host defined interfaces: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:293
#, c-format
msgid "failed to get number of host interfaces: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:355
#: src/interface/interface_backend_netcf.c:700
#, c-format
msgid "failed to get status of interface %s: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:457
#, c-format
msgid "couldn't find interface with MAC address '%s': %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:464
#: src/interface/interface_backend_udev.c:472
#, c-format
msgid "couldn't find interface with MAC address '%s'"
msgstr ""
#: src/interface/interface_backend_netcf.c:470
msgid "multiple interfaces with matching MAC address"
msgstr ""
#: src/interface/interface_backend_netcf.c:510
#: src/interface/interface_backend_netcf.c:567
#, c-format
msgid "could not get interface XML description: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:601
#, c-format
msgid "failed to undefine interface %s: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:635
#, c-format
msgid "failed to create (start) interface %s: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:669
#, c-format
msgid "failed to destroy (stop) interface %s: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:729
#, c-format
msgid "failed to begin transaction: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:752
#, c-format
msgid "failed to commit transaction: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:775
#, c-format
msgid "failed to rollback transaction: %s%s%s"
msgstr ""
#: src/interface/interface_backend_netcf.c:812
msgid "failed to register netcf interface driver"
msgstr ""
#: src/interface/interface_backend_udev.c:120
msgid "failed to create udev context"
msgstr ""
#: src/interface/interface_backend_udev.c:165
#, c-format
msgid "failed to get number of %s interfaces on host"
msgstr ""
#: src/interface/interface_backend_udev.c:207
#: src/interface/interface_backend_udev.c:315
#, c-format
msgid "failed to get list of %s interfaces on host"
msgstr ""
#: src/interface/interface_backend_udev.c:455
#, c-format
msgid "failed to lookup interface with MAC address '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:480
#, c-format
msgid "the MAC address '%s' matches multiple interfaces"
msgstr ""
#: src/interface/interface_backend_udev.c:607
#, c-format
msgid "Could not retrieve 'bonding/downdelay' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:612
#, c-format
msgid "Could not parse 'bonding/downdelay' '%s' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:621
#, c-format
msgid "Could not retrieve 'bonding/updelay' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:626
#, c-format
msgid "Could not parse 'bonding/updelay' '%s' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:635
#, c-format
msgid "Could not retrieve 'bonding/miimon' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:640
#, c-format
msgid "Could not parse 'bonding/miimon' '%s' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:649
#, c-format
msgid "Could not retrieve 'bonding/arp_interval' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:654
#, c-format
msgid "Could not parse 'bonding/arp_interval' '%s' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:668
#, c-format
msgid "Could not retrieve 'bonding/mode' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:674
#, c-format
msgid "Invalid format for 'bonding/mode' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:679
#, c-format
msgid "Unable to find correct value in 'bonding/mode' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:685
#, c-format
msgid "Could not parse 'bonding/mode' '%s' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:698
#, c-format
msgid "Could not retrieve 'bonding/arp_validate' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:704
#, c-format
msgid "Invalid format for 'bonding/arp_validate' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:709
#, c-format
msgid "Unable to find correct value in 'bonding/arp_validate' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:715
#, c-format
msgid "Could not parse 'bonding/arp_validate' '%s' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:725
#, c-format
msgid "Could not retrieve 'bonding/use_carrier' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:730
#, c-format
msgid "Could not parse 'bonding/use_carrier' '%s' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:750
#, c-format
msgid "Could not retrieve 'bonding/arp_ip_target' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:766
#, c-format
msgid "Could not get slaves of bond '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:784
#, c-format
msgid "Invalid enslaved interface name '%s' seen for bond '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:795
#, c-format
msgid ""
"Could not get interface information for '%s', which is a enslaved in bond "
"'%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:837
#, c-format
msgid "Could not retrieve 'bridge/forward_delay' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:851
#, c-format
msgid "Could not retrieve 'bridge/stp_state' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:857
#, c-format
msgid "Could not parse 'bridge/stp_state' '%s' for '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:870
#, c-format
msgid "Invalid STP state value %d received for '%s'. Must be -1, 0, or 1."
msgstr ""
#: src/interface/interface_backend_udev.c:891
#, c-format
msgid "Could not get members of bridge '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:909
#, c-format
msgid ""
"Could not get interface information for '%s', which is a member of bridge "
"'%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:950
#, c-format
msgid "failed to find the VID for the VLAN device '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:1015
#, c-format
msgid "Could not parse MTU value '%s'"
msgstr ""
#: src/interface/interface_backend_udev.c:1169
msgid "failed to register udev interface driver"
msgstr ""
#: src/internal.h:247 src/internal.h:269
#, c-format
msgid "unsupported flags (0x%lx) in function %s"
msgstr ""
#: src/libvirt.c:597 src/libvirt.c:624 src/libvirt.c:651 src/libvirt.c:678
#: src/libvirt.c:705 src/libvirt.c:732 src/libvirt.c:762 src/libvirt.c:790
#, c-format
msgid "Too many drivers, cannot register %s"
msgstr "Troppi driver, impossibile registrare %s"
#: src/libvirt.c:825
#, c-format
msgid "Initialization of %s state driver failed"
msgstr ""
#: src/libvirt.c:1001
msgid "Expected a list for 'uri_aliases' config parameter"
msgstr ""
#: src/libvirt.c:1013
msgid "Expected a string for 'uri_aliases' config parameter list entry"
msgstr ""
#: src/libvirt.c:1019
#, c-format
msgid ""
"Malformed 'uri_aliases' config entry '%s', expected 'alias=uri://host/path'"
msgstr ""
#: src/libvirt.c:1027
#, c-format
msgid ""
"Malformed 'uri_aliases' config entry '%s', aliases may only contain 'a-Z, "
"0-9, _, -'"
msgstr ""
#: src/libvirt.c:1082
msgid "Expected a string for 'uri_default' config parameter"
msgstr ""
#: src/libvirt.c:1195
#, c-format
msgid "libvirt was built without the '%s' driver"
msgstr ""
#: src/libvirt.c:2126 src/libvirt.c:10505 src/libvirt.c:12422
#: src/libvirt.c:15250 src/libvirt.c:16910
#, c-format
msgid "uuidstr in %s must be a valid UUID"
msgstr ""
#: src/libvirt.c:2613 src/libvirt.c:2708
msgid "could not build absolute output file path"
msgstr ""
#: src/libvirt.c:2697 src/libvirt.c:2835 src/libvirt.c:2984
msgid "running and paused flags are mutually exclusive"
msgstr ""
#: src/libvirt.c:2764 src/libvirt.c:2846 src/libvirt.c:2914 src/libvirt.c:2995
msgid "could not build absolute input file path"
msgstr ""
#: src/libvirt.c:2903
msgid "virDomainSaveImageGetXMLDesc with secure flag"
msgstr ""
#: src/libvirt.c:3064
msgid "crash and live flags are mutually exclusive"
msgstr ""
#: src/libvirt.c:3070
msgid "crash and reset flags are mutually exclusive"
msgstr ""
#: src/libvirt.c:3076
msgid "live and reset flags are mutually exclusive"
msgstr ""
#: src/libvirt.c:3087
msgid "could not build absolute core file path"
msgstr ""
#: src/libvirt.c:3580
#, c-format
msgid "result too large: %llu"
msgstr ""
#: src/libvirt.c:3781
#, c-format
msgid "string parameter name '%.*s' too long"
msgstr ""
#: src/libvirt.c:3790
#, c-format
msgid "NULL string parameter '%s'"
msgstr ""
#: src/libvirt.c:3796
#, c-format
msgid "string parameter '%s' unsupported"
msgstr ""
#: src/libvirt.c:3927 src/libvirt.c:4187 src/libvirt.c:7167 src/libvirt.c:8982
#: src/libvirt.c:9206 src/libvirt.c:9717 src/libvirt.c:20401
#, c-format
msgid "flags 'affect live' and 'affect config' in %s are mutually exclusive"
msgstr ""
#: src/libvirt.c:4387
msgid "virDomainGetXMLDesc with secure flag"
msgstr ""
#: src/libvirt.c:4569
msgid "domainMigratePrepare did not set uri"
msgstr "domainMigratePrepare non ha impostato l'uri"
#: src/libvirt.c:4688 src/qemu/qemu_migration.c:3134
msgid "domainMigratePrepare2 did not set uri"
msgstr "domainMigratePrepare2 non ha impostato l'uri"
#: src/libvirt.c:4834 src/qemu/qemu_migration.c:3279
msgid "domainMigratePrepare3 did not set uri"
msgstr ""
#: src/libvirt.c:4989 src/libvirt.c:4997
#, c-format
msgid "unable to parse server from dconnuri in %s"
msgstr ""
#: src/libvirt.c:5026 src/libvirt.c:5098 src/libvirt.c:5550 src/libvirt.c:5562
msgid "Unable to change target guest XML during migration"
msgstr ""
#: src/libvirt.c:5031
msgid "Unable to override peer2peer migration URI"
msgstr ""
#: src/libvirt.c:5231 src/libvirt.c:5471 src/libvirt.c:5684 src/libvirt.c:5848
#, c-format
msgid ""
"flags 'shared disk' and 'shared incremental' in %s are mutually exclusive"
msgstr ""
#: src/libvirt.c:5241 src/libvirt.c:5481 src/libvirt.c:5694
msgid "offline migration is not supported by the source host"
msgstr ""
#: src/libvirt.c:5248 src/libvirt.c:5488 src/qemu/qemu_migration.c:3462
msgid "offline migration is not supported by the destination host"
msgstr ""
#: src/libvirt.c:5288 src/libvirt.c:5525
msgid "cannot enforce change protection"
msgstr ""
#: src/libvirt.c:5294 src/libvirt.c:5531
msgid "cannot perform tunnelled migration without using peer2peer flag"
msgstr ""
#: src/libvirt.c:5721 src/libvirt.c:5876
msgid "direct migration is not supported by the connection driver"
msgstr ""
#: src/libvirt.c:6166 src/libvirt.c:6334
#, c-format
msgid "conn in %s must match stream connection"
msgstr ""
#: src/libvirt.c:6672
#, c-format
msgid "cpuNum in %s only accepts %d as a negative value"
msgstr ""
#: src/libvirt.c:6761
#, c-format
msgid "cellNum in %s only accepts %d as a negative value"
msgstr ""
#: src/libvirt.c:7361 src/libvirt.c:7506
#, c-format
msgid "size in %s must not exceed %zu"
msgstr ""
#: src/libvirt.c:7981
#, c-format
msgid "flags in %s must include VIR_MEMORY_VIRTUAL or VIR_MEMORY_PHYSICAL"
msgstr ""
#: src/libvirt.c:8918 src/libvirt.c:9049 src/libvirt.c:9129
#, c-format
msgid "input too large: %u"
msgstr ""
#: src/libvirt.c:9197 src/libvirt.c:9423
#, c-format
msgid "input too large: %d * %d"
msgstr ""
#: src/libvirt.c:9641
#, c-format
msgid "metadata title in %s can't contain newlines"
msgstr ""
#: src/libvirt.c:14167
#, c-format
msgid "capacity in %s cannot be zero without 'delta' or 'shrink' flags set"
msgstr ""
#: src/libvirt.c:16053
msgid "data sources cannot be used for non-blocking streams"
msgstr ""
#: src/libvirt.c:16152
msgid "data sinks cannot be used for non-blocking streams"
msgstr ""
#: src/libvirt.c:17859
#, c-format
msgid "eventID in %s must be less than %d"
msgstr ""
#: src/libvirt.c:17968 src/libvirt.c:19202
#, c-format
msgid "running and paused flags in %s are mutually exclusive"
msgstr ""
#: src/libvirt.c:18287
#, c-format
msgid "use of 'current' flag in %s requires 'redefine' flag"
msgstr ""
#: src/libvirt.c:18294
#, c-format
msgid "'redefine' and 'no metadata' flags in %s are mutually exclusive"
msgstr ""
#: src/libvirt.c:18301
#, c-format
msgid "'redefine' and 'halt' flags in %s are mutually exclusive"
msgstr ""
#: src/libvirt.c:18355
msgid "virDomainSnapshotGetXMLDesc with secure flag"
msgstr ""
#: src/libvirt.c:19270
#, c-format
msgid "children and children_only flags in %s are mutually exclusive"
msgstr ""
#: src/libvirt.c:19847
#, c-format
msgid "use of flags in %s requires a copy job"
msgstr ""
#: src/libvirt.c:20021
#, c-format
msgid "Unable to access file descriptor %d"
msgstr ""
#: src/libvirt.c:20027
#, c-format
msgid "fd %d in %s must be a socket"
msgstr ""
#: src/libvirt.c:20195
msgid "A close callback is already registered"
msgstr ""
#: src/libvirt.c:20245
msgid "A different callback was requested"
msgstr ""
#: src/libvirt.c:20527
#, c-format
msgid "ncpus in %s must be 1 when start_cpu is -1"
msgstr ""
#: src/libvirt.c:20542
#, c-format
msgid "input too large: %u * %u"
msgstr ""
#: src/libvirt-lxc.c:214 src/security/security_selinux.c:767
#: src/security/security_selinux.c:873
#, c-format
msgid "unable to get PID %d security context"
msgstr ""
#: src/libvirt-lxc.c:221 src/security/security_selinux.c:880
#, c-format
msgid "security label exceeds maximum length: %d"
msgstr ""
#: src/libvirt-lxc.c:233 src/security/security_selinux.c:894
msgid "error calling security_getenforce()"
msgstr ""
#: src/libvirt-lxc.c:240
#, fuzzy, c-format
msgid "Cannot set context %s"
msgstr "Impossibile determinare il contesto di '%s'"
#: src/libvirt-lxc.c:246
msgid "Support for SELinux is not enabled"
msgstr ""
#: src/libvirt-lxc.c:251
#, c-format
msgid "Security model %s cannot be entered"
msgstr ""
#: src/libvirt-qemu.c:164
#, c-format
msgid "pid_value in %s is too large"
msgstr ""
#: src/locking/lock_daemon.c:197
msgid "Missing defaultLockspace data from JSON file"
msgstr ""
#: src/locking/lock_daemon.c:207
msgid "Missing lockspaces data from JSON file"
msgstr ""
#: src/locking/lock_daemon.c:213
msgid "Malformed lockspaces data from JSON file"
msgstr ""
#: src/locking/lock_daemon.c:234
msgid "Missing server data from JSON file"
msgstr ""
#: src/locking/lock_daemon.c:811 src/locking/lock_daemon.c:819
#, c-format
msgid "Disallowing client %llu with uid %llu"
msgstr ""
#: src/locking/lock_daemon.c:850
msgid "Missing restricted data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:855
msgid "Missing ownerPid data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:861
msgid "Missing ownerId data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:866
msgid "Missing ownerName data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:875 src/locking/lock_daemon.c:880
msgid "Missing ownerUUID data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:904
msgid "Cannot set restricted data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:909
msgid "Cannot set ownerPid data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:914
msgid "Cannot set ownerId data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:919
msgid "Cannot set ownerName data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:925
msgid "Cannot set ownerUUID data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:985
msgid "Missing magic data in JSON document"
msgstr ""
#: src/locking/lock_daemon.c:1085
#, c-format
msgid "Unable to save state file %s"
msgstr ""
#: src/locking/lock_daemon.c:1092
msgid "Unable to restart self"
msgstr ""
#: src/locking/lock_daemon.c:1110
#, c-format
msgid ""
"\n"
"Usage:\n"
" %s [options]\n"
"\n"
"Options:\n"
" -v | --verbose Verbose messages.\n"
" -d | --daemon Run as a daemon & write PID file.\n"
" -f | --config <file> Configuration file.\n"
" | --version Display version information.\n"
" -p | --pid-file <file> Change name of PID file.\n"
"\n"
"libvirt lock management daemon:\n"
msgstr ""
#: src/locking/lock_daemon.c:1125
#, c-format
msgid ""
"\n"
" Default paths:\n"
"\n"
" Configuration file (unless overridden by -f):\n"
" %s/libvirt/virtlockd.conf\n"
"\n"
" Sockets:\n"
" %s/run/libvirt/virtlockd-sock\n"
"\n"
" PID file (unless overridden by -p):\n"
" %s/run/virtlockd.pid\n"
"\n"
msgstr ""
#: src/locking/lock_daemon.c:1142
msgid ""
"\n"
" Default paths:\n"
"\n"
" Configuration file (unless overridden by -f):\n"
" $XDG_CONFIG_HOME/libvirt/virtlockd.conf\n"
"\n"
" Sockets:\n"
" $XDG_RUNTIME_DIR/libvirt/virtlockd-sock\n"
"\n"
" PID file:\n"
" $XDG_RUNTIME_DIR/libvirt/virtlockd.pid\n"
"\n"
msgstr ""
#: src/locking/lock_daemon.c:1242
#, c-format
msgid "%s: internal error: unknown flag: %c\n"
msgstr ""
#: src/locking/lock_daemon_dispatch.c:58
#: src/locking/lock_daemon_dispatch.c:116
#: src/locking/lock_daemon_dispatch.c:165
#: src/locking/lock_daemon_dispatch.c:214
#: src/locking/lock_daemon_dispatch.c:269
#: src/locking/lock_daemon_dispatch.c:318
#: src/locking/lock_daemon_dispatch.c:368
#: src/locking/lock_daemon_dispatch.c:405
msgid "lock manager connection has been restricted"
msgstr ""
#: src/locking/lock_daemon_dispatch.c:64
#: src/locking/lock_daemon_dispatch.c:122
#: src/locking/lock_daemon_dispatch.c:171
#: src/locking/lock_daemon_dispatch.c:220
#: src/locking/lock_daemon_dispatch.c:324
#: src/locking/lock_daemon_dispatch.c:374
msgid "lock owner details have not been registered"
msgstr ""
#: src/locking/lock_daemon_dispatch.c:70
#: src/locking/lock_daemon_dispatch.c:128
#: src/locking/lock_daemon_dispatch.c:177
#: src/locking/lock_daemon_dispatch.c:330
#, c-format
msgid "Lockspace for path %s does not exist"
msgstr ""
#: src/locking/lock_daemon_dispatch.c:226
msgid "the default lockspace already exists"
msgstr ""
#: src/locking/lock_daemon_dispatch.c:232
#: src/locking/lock_daemon_dispatch.c:411
#, c-format
msgid "Lockspace for path %s already exists"
msgstr ""
#: src/locking/lock_daemon_dispatch.c:275
msgid "lock owner details have already been registered"
msgstr ""
#: src/locking/lock_driver_lockd.c:106 src/locking/lock_driver_sanlock.c:106
#, c-format
msgid "Unable to access config file %s"
msgstr ""
#: src/locking/lock_driver_lockd.c:481
#, c-format
msgid "Unexpected parameter %s for object"
msgstr ""
#: src/locking/lock_driver_lockd.c:487
msgid "Missing ID parameter for domain object"
msgstr ""
#: src/locking/lock_driver_lockd.c:492
msgid "Missing PID parameter for domain object"
msgstr ""
#: src/locking/lock_driver_lockd.c:497
msgid "Missing name parameter for domain object"
msgstr ""
#: src/locking/lock_driver_lockd.c:502
msgid "Missing UUID parameter for domain object"
msgstr ""
#: src/locking/lock_driver_lockd.c:509 src/locking/lock_driver_lockd.c:671
#, c-format
msgid "Unknown lock manager object type %d"
msgstr ""
#: src/locking/lock_driver_lockd.c:529
msgid "Unable to compute sha256 checksum"
msgstr ""
#: src/locking/lock_driver_lockd.c:570
msgid "Unexpected parameters for disk resource"
msgstr ""
#: src/locking/lock_driver_lockd.c:641
msgid "Offset must be zero for this lock manager"
msgstr ""
#: src/locking/lock_driver_lockd.c:650
#, c-format
msgid "Unexpected parameter %s for lease resource"
msgstr ""
#: src/locking/lock_driver_lockd.c:657
msgid "Missing path or lockspace for lease resource"
msgstr ""
#: src/locking/lock_driver_lockd.c:720 src/locking/lock_driver_sanlock.c:921
msgid ""
"Read/write, exclusive access, disks were present, but no leases specified"
msgstr ""
#: src/locking/lock_driver_sanlock.c:212 src/locking/lock_driver_sanlock.c:221
#, c-format
msgid "Lockspace path '%s' exceeded %d characters"
msgstr ""
#: src/locking/lock_driver_sanlock.c:240
#, c-format
msgid ""
"Unable to create lockspace %s: parent directory does not exist or is not a "
"directory"
msgstr ""
#: src/locking/lock_driver_sanlock.c:252 src/locking/lock_driver_sanlock.c:686
#: src/util/virlockspace.c:283
#, c-format
msgid "Unable to create lockspace %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:262 src/locking/lock_driver_sanlock.c:317
#: src/locking/lock_driver_sanlock.c:696 src/storage/storage_backend.c:285
#: src/util/virutil.c:818 src/util/virutil.c:1116
#, c-format
msgid "cannot chown '%s' to (%u, %u)"
msgstr ""
#: src/locking/lock_driver_sanlock.c:272 src/locking/lock_driver_sanlock.c:706
#, c-format
msgid "Unable to query sector size %s: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:276 src/locking/lock_driver_sanlock.c:710
#, c-format
msgid "Unable to query sector size %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:286
#, c-format
msgid "Unable to allocate lockspace %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:293
#, c-format
msgid "Unable to save lockspace %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:301
#, c-format
msgid "Unable to initialize lockspace %s: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:305
#, c-format
msgid "Unable to initialize lockspace %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:327
#, c-format
msgid "cannot chmod '%s' to 0660"
msgstr ""
#: src/locking/lock_driver_sanlock.c:361
#, c-format
msgid "Unable to add lockspace %s: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:365
#, c-format
msgid "Unable to add lockspace %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:422
msgid "Automatic disk lease mode enabled, but no host ID is set"
msgstr ""
#: src/locking/lock_driver_sanlock.c:464
msgid "Sanlock plugin is not initialized"
msgstr ""
#: src/locking/lock_driver_sanlock.c:470
#, c-format
msgid "Unsupported object type %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:489 src/locking/lock_driver_sanlock.c:932
#, c-format
msgid "Domain name '%s' exceeded %d characters"
msgstr ""
#: src/locking/lock_driver_sanlock.c:537
msgid "String length too small to store md5 checksum"
msgstr ""
#: src/locking/lock_driver_sanlock.c:543
msgid "Unable to compute md5 checksum"
msgstr ""
#: src/locking/lock_driver_sanlock.c:575
#, c-format
msgid "Resource name '%s' exceeds %d characters"
msgstr ""
#: src/locking/lock_driver_sanlock.c:584 src/locking/lock_driver_sanlock.c:648
#, c-format
msgid "Lease path '%s' exceeds %d characters"
msgstr ""
#: src/locking/lock_driver_sanlock.c:593 src/locking/lock_driver_sanlock.c:657
#, c-format
msgid "Resource lockspace '%s' exceeds %d characters"
msgstr ""
#: src/locking/lock_driver_sanlock.c:627
msgid "Unexpected lock parameters for disk resource"
msgstr ""
#: src/locking/lock_driver_sanlock.c:720
#, c-format
msgid "Unable to allocate lease %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:727
#, c-format
msgid "Unable to save lease %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:735
#, c-format
msgid "Unable to initialize lease %s: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:739
#, c-format
msgid "Unable to initialize lease %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:770
#, c-format
msgid "Too many resources %d for object"
msgstr ""
#: src/locking/lock_driver_sanlock.c:825
#, c-format
msgid "Failure action %s is not supported by sanlock"
msgstr ""
#: src/locking/lock_driver_sanlock.c:855
#, c-format
msgid "Sanlock helper path is longer than %d: '%s'"
msgstr ""
#: src/locking/lock_driver_sanlock.c:861
#, c-format
msgid "Sanlock helper arguments are longer than %d: '%s'"
msgstr ""
#: src/locking/lock_driver_sanlock.c:870
#, c-format
msgid "Failed to register lock failure action: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:874
msgid "Failed to register lock failure action"
msgstr ""
#: src/locking/lock_driver_sanlock.c:894
msgid "sanlock is too old to support lock failure action"
msgstr ""
#: src/locking/lock_driver_sanlock.c:943
#, c-format
msgid "Unable to parse lock state %s: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:947
#, c-format
msgid "Unable to parse lock state %s"
msgstr ""
#: src/locking/lock_driver_sanlock.c:968
#, c-format
msgid "Failed to open socket to sanlock daemon: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:972
msgid "Failed to open socket to sanlock daemon"
msgstr ""
#: src/locking/lock_driver_sanlock.c:992
#, c-format
msgid "Failed to acquire lock: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:995
msgid "Failed to acquire lock"
msgstr ""
#: src/locking/lock_driver_sanlock.c:1016
#, c-format
msgid "Failed to restrict process: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:1019
msgid "Failed to restrict process"
msgstr ""
#: src/locking/lock_driver_sanlock.c:1065
#: src/locking/lock_driver_sanlock.c:1109
#, c-format
msgid "Failed to inquire lock: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:1068
#: src/locking/lock_driver_sanlock.c:1112
msgid "Failed to inquire lock"
msgstr ""
#: src/locking/lock_driver_sanlock.c:1080
#, c-format
msgid "Failed to release lock: error %d"
msgstr ""
#: src/locking/lock_driver_sanlock.c:1083
msgid "Failed to release lock"
msgstr ""
#: src/locking/lock_manager.c:45 src/locking/lock_manager.c:53
#, c-format
msgid "Missing '%s' field in lock manager driver"
msgstr ""
#: src/locking/lock_manager.c:166
#, c-format
msgid "Plugin %s not accessible"
msgstr ""
#: src/locking/lock_manager.c:174
#, c-format
msgid "Failed to load plugin %s: %s"
msgstr ""
#: src/locking/lock_manager.c:181
msgid "Missing plugin initialization symbol 'virLockDriverImpl'"
msgstr ""
#: src/locking/lock_manager.c:222
msgid "this platform is missing dlopen"
msgstr ""
#: src/locking/sanlock_helper.c:23
#, c-format
msgid "%s uri uuid action\n"
msgstr ""
#: src/locking/sanlock_helper.c:32
#, c-format
msgid "invalid failure action: '%s'\n"
msgstr ""
#: src/locking/sanlock_helper.c:125
#, c-format
msgid "unsupported failure action: '%s'\n"
msgstr ""
#: src/lxc/lxc_cgroup.c:42 src/qemu/qemu_cgroup.c:414
#, c-format
msgid "Unable to set io cpu shares for domain %s"
msgstr ""
#: src/lxc/lxc_cgroup.c:51
#, c-format
msgid "Unable to set io cpu quota for domain %s"
msgstr ""
#: src/lxc/lxc_cgroup.c:60
#, c-format
msgid "Unable to set io cpu period for domain %s"
msgstr ""
#: src/lxc/lxc_cgroup.c:83
#, fuzzy
msgid "failed to convert cpumask"
msgstr "impossibile creare un socket"
#: src/lxc/lxc_cgroup.c:90 src/qemu/qemu_cgroup.c:546
msgid "Unable to set cpuset.cpus"
msgstr ""
#: src/lxc/lxc_cgroup.c:107 src/qemu/qemu_cgroup.c:437
msgid "failed to convert memory nodemask"
msgstr ""
#: src/lxc/lxc_cgroup.c:113
#, fuzzy
msgid "Unable to set cpuset.mems"
msgstr "impossibile ottenere l'ora attuale"
#: src/lxc/lxc_cgroup.c:131
#, c-format
msgid "Unable to set Blkio weight for domain %s"
msgstr ""
#: src/lxc/lxc_cgroup.c:152
#, c-format
msgid "Unable to set memory limit for domain %s"
msgstr "Impossibile impostare il limite della memoria per il dominio %s"
#: src/lxc/lxc_cgroup.c:161 src/qemu/qemu_cgroup.c:377
#, c-format
msgid "Unable to set memory hard limit for domain %s"
msgstr "Impossibile impostare l'hard limit della memoria per il dominio %s"
#: src/lxc/lxc_cgroup.c:171 src/qemu/qemu_cgroup.c:385
#, c-format
msgid "Unable to set memory soft limit for domain %s"
msgstr "Impossibile impostare il soft limit della memoria per il dominio %s"
#: src/lxc/lxc_cgroup.c:181 src/qemu/qemu_cgroup.c:395
#, c-format
msgid "Unable to set swap hard limit for domain %s"
msgstr "Impossibile impostare l'hard limit dello swap per il dominio %s"
#: src/lxc/lxc_cgroup.c:240
msgid "cannot get the path of MEMORY cgroup controller"
msgstr ""
#: src/lxc/lxc_cgroup.c:299
msgid "Unable to get cgroup for container"
msgstr ""
#: src/lxc/lxc_cgroup.c:306
msgid "Unable to get memory cgroup stat info"
msgstr ""
#: src/lxc/lxc_cgroup.c:313
msgid "Unable to get memory cgroup total"
msgstr ""
#: src/lxc/lxc_cgroup.c:320
msgid "Unable to get memory cgroup stat usage"
msgstr ""
#: src/lxc/lxc_cgroup.c:358 src/qemu/qemu_cgroup.c:189
#, c-format
msgid "Unable to allow device %s"
msgstr ""
#: src/lxc/lxc_cgroup.c:380
#, c-format
msgid "Unable to deny device %s"
msgstr ""
#: src/lxc/lxc_cgroup.c:409
#, c-format
msgid "Unable to deny devices for domain %s"
msgstr "Impossibile eseguire la negazione dei dispositivi per il dominio %s"
#: src/lxc/lxc_cgroup.c:423
#, c-format
msgid "Unable to allow device %c:%d:%d for domain %s"
msgstr "Impossibile abilitare il dispositivo %c:%d:%d per il dominio %s"
#: src/lxc/lxc_cgroup.c:441 src/lxc/lxc_cgroup.c:458
#, c-format
msgid "Unable to allow device %s for domain %s"
msgstr ""
#: src/lxc/lxc_cgroup.c:515
#, c-format
msgid "Unable to allow PTY devices for domain %s"
msgstr ""
#: src/lxc/lxc_cgroup.c:536
msgid "Unable to get cgroup for driver"
msgstr "Impossibile ottenere cgroup per il driver"
#: src/lxc/lxc_cgroup.c:543
#, c-format
msgid "Unable to create cgroup for domain %s"
msgstr "Impossibile creare il cgroup per il dominio %s"
#: src/lxc/lxc_cgroup.c:551
#, c-format
msgid "Unable to add task %d to cgroup for domain %s"
msgstr "Impossibile aggiungere il compito %d su cgroup per il dominio %s"
#: src/lxc/lxc_fuse.c:144
#, c-format
msgid "Cannot open %s"
msgstr ""
#: src/lxc/lxc_fuse.c:150
msgid "fseek failed"
msgstr ""
#: src/lxc/lxc_fuse.c:275
msgid "fuse_loop failed"
msgstr ""
#: src/lxc/lxc_fuse.c:301
#, c-format
msgid "Cannot create %s"
msgstr ""
#: src/lxc/lxc_hostdev.c:93 src/qemu/qemu_hostdev.c:626
#, c-format
msgid "USB device %s is in use by domain %s"
msgstr "Il dispositivo USB %s è già in uso dal dominio %s"
#: src/lxc/lxc_hostdev.c:97 src/qemu/qemu_hostdev.c:630
#, c-format
msgid "USB device %s is already in use"
msgstr "Il dispositivo USB %s è già in uso"
#: src/lxc/lxc_hostdev.c:177 src/qemu/qemu_hostdev.c:711
#, c-format
msgid ""
"Multiple USB devices for %x:%x were found, but none of them is at bus:%u "
"device:%u"
msgstr ""
#: src/lxc/lxc_hostdev.c:182 src/qemu/qemu_hostdev.c:716
#, c-format
msgid "Multiple USB devices for %x:%x, use <address> to specify one"
msgstr ""
#: src/lxc/lxc_hostdev.c:300 src/lxc/lxc_hostdev.c:313
#, c-format
msgid "Unsupported hostdev type %s"
msgstr ""
#: src/lxc/lxc_hostdev.c:322
#, c-format
msgid "Unsupported hostdev mode %s"
msgstr ""
#: src/lxc/lxc_container.c:151
#, c-format
msgid "Malformed ctrl-alt-del setting '%s'"
msgstr ""
#: src/lxc/lxc_container.c:169
msgid "Unable to clone to check reboot support"
msgstr ""
#: src/lxc/lxc_container.c:235
msgid "setsid failed"
msgstr "setsid fallito"
#: src/lxc/lxc_container.c:241
msgid "ioctl(TIOCSTTY) failed"
msgstr "ioctl(TIOCSTTY) fallito"
#: src/lxc/lxc_container.c:256
msgid "dup2(stdin) failed"
msgstr "dup2(stdin) fallito"
#: src/lxc/lxc_container.c:262
msgid "dup2(stdout) failed"
msgstr "dup2(stdout) fallito"
#: src/lxc/lxc_container.c:268
msgid "dup2(stderr) failed"
msgstr "dup2(stderr) fallito"
#: src/lxc/lxc_container.c:423
#, fuzzy
msgid "Unexpected root filesystem without loop device"
msgstr "tipo di filesystem %d inaspettato"
#: src/lxc/lxc_container.c:429
#, fuzzy, c-format
msgid "Unsupported root filesystem type %s"
msgstr "tipo di filesystem %d inaspettato"
#: src/lxc/lxc_container.c:469
msgid "Failed to make root private"
msgstr ""
#: src/lxc/lxc_container.c:480 src/lxc/lxc_container.c:502
#: src/lxc/lxc_container.c:832 src/lxc/lxc_container.c:1113
#: src/lxc/lxc_container.c:1175
#, c-format
msgid "Failed to create %s"
msgstr "Impossibile creare %s"
#: src/lxc/lxc_container.c:489
#, c-format
msgid "Failed to mount empty tmpfs at %s"
msgstr "Impossibile montare tmpfs vuoto su %s"
#: src/lxc/lxc_container.c:510
#, c-format
msgid "Failed to bind new root %s into tmpfs"
msgstr ""
#: src/lxc/lxc_container.c:518
#, c-format
msgid "Failed to make new root %s readonly"
msgstr ""
#: src/lxc/lxc_container.c:528
#, c-format
msgid "Failed to chroot into %s"
msgstr "Impossibile eseguire chroot in %s"
#: src/lxc/lxc_container.c:536
msgid "Failed to pivot root"
msgstr ""
#: src/lxc/lxc_container.c:600
#, c-format
msgid "Failed to mkdir %s"
msgstr "Impossibile eseguire mkdir %s"
#: src/lxc/lxc_container.c:609
#, c-format
msgid "Failed to mount %s on %s type %s flags=%x opts=%s"
msgstr ""
#: src/lxc/lxc_container.c:633
#, c-format
msgid "Failed to mount %s on %s type %s (%s)"
msgstr ""
#: src/lxc/lxc_container.c:663
#, c-format
msgid "Failed to mount %s on /proc/meminfo"
msgstr ""
#: src/lxc/lxc_container.c:692
msgid "Cannot create /dev/pts"
msgstr "Impossibile creare /dev/pts"
#: src/lxc/lxc_container.c:701
#, fuzzy, c-format
msgid "Failed to mount %s on /dev/pts"
msgstr "Impossibile montare devpts su %s"
#: src/lxc/lxc_container.c:743
#, c-format
msgid "Failed to make device %s"
msgstr "Impossibile creare il dispositivo %s"
#: src/lxc/lxc_container.c:752
#, c-format
msgid "Failed to symlink device %s to %s"
msgstr ""
#: src/lxc/lxc_container.c:765
msgid "Failed to bind /dev/pts/ptmx on to /dev/ptmx"
msgstr ""
#: src/lxc/lxc_container.c:774
msgid "Failed to make device /dev/ptmx"
msgstr "Impossibile creare il dispositivo /dev/ptmx"
#: src/lxc/lxc_container.c:788
#, c-format
msgid "Failed to symlink %s to %s"
msgstr ""
#: src/lxc/lxc_container.c:796
#, c-format
msgid "Failed to symlink %s to /dev/console"
msgstr ""
#: src/lxc/lxc_container.c:819
#, c-format
msgid "Unable to stat bind target %s"
msgstr ""
#: src/lxc/lxc_container.c:825
#, c-format
msgid "Unable to stat bind source %s"
msgstr ""
#: src/lxc/lxc_container.c:842
#, c-format
msgid "Failed to create bind target %s"
msgstr ""
#: src/lxc/lxc_container.c:849
#, c-format
msgid "Failed to close bind target %s"
msgstr ""
#: src/lxc/lxc_container.c:858
#, c-format
msgid "Failed to bind mount directory %s to %s"
msgstr ""
#: src/lxc/lxc_container.c:867 src/lxc/lxc_container.c:1191
#, c-format
msgid "Failed to make directory %s readonly"
msgstr ""
#: src/lxc/lxc_container.c:894
#, c-format
msgid "Unable to open filesystem %s"
msgstr ""
#: src/lxc/lxc_container.c:900
msgid "Unable to create blkid library handle"
msgstr ""
#: src/lxc/lxc_container.c:905
#, c-format
msgid "Unable to associate device %s with blkid library"
msgstr ""
#: src/lxc/lxc_container.c:921
#, c-format
msgid "Too many filesystems detected for %s"
msgstr ""
#: src/lxc/lxc_container.c:925
#, c-format
msgid "Unable to detect filesystem for %s"
msgstr ""
#: src/lxc/lxc_container.c:933
#, c-format
msgid "Unable to find filesystem type for %s"
msgstr ""
#: src/lxc/lxc_container.c:1006 src/util/iohelper.c:152
#, c-format
msgid "Unable to read %s"
msgstr ""
#: src/lxc/lxc_container.c:1036
#, c-format
msgid "%s has unexpected '*' before last line"
msgstr ""
#: src/lxc/lxc_container.c:1059
#, c-format
msgid "Failed to mount device %s to %s"
msgstr ""
#: src/lxc/lxc_container.c:1082
#, c-format
msgid "Failed to mount device %s to %s, unable to detect filesystem"
msgstr ""
#: src/lxc/lxc_container.c:1125
#, c-format
msgid "Failed to mount device %s to %s as %s"
msgstr ""
#: src/lxc/lxc_container.c:1182
#, c-format
msgid "Failed to mount directory %s as tmpfs"
msgstr ""
#: src/lxc/lxc_container.c:1230
#, c-format
msgid "Unexpected filesystem type %s"
msgstr ""
#: src/lxc/lxc_container.c:1235
#, c-format
msgid "Cannot mount filesystem type %s"
msgstr ""
#: src/lxc/lxc_container.c:1280 src/lxc/lxc_driver.c:3151
msgid "Can't setup disk for non-block device"
msgstr ""
#: src/lxc/lxc_container.c:1285 src/lxc/lxc_driver.c:3156
msgid "Can't setup disk without media"
msgstr ""
#: src/lxc/lxc_container.c:1301 src/lxc/lxc_container.c:1398
#: src/lxc/lxc_container.c:1462 src/lxc/lxc_container.c:1520
#: src/lxc/lxc_driver.c:3168 src/lxc/lxc_driver.c:3458
#: src/lxc/lxc_driver.c:3542 src/lxc/lxc_driver.c:3655
#, c-format
msgid "Unable to access %s"
msgstr ""
#: src/lxc/lxc_container.c:1307 src/lxc/lxc_driver.c:3174
#, c-format
msgid "Disk source %s must be a character/block device"
msgstr ""
#: src/lxc/lxc_container.c:1329 src/lxc/lxc_container.c:1421
#: src/lxc/lxc_container.c:1481 src/lxc/lxc_container.c:1539
#: src/lxc/lxc_driver.c:3207 src/lxc/lxc_driver.c:3481
#: src/lxc/lxc_driver.c:3579 src/lxc/lxc_driver.c:3692
#, c-format
msgid "Unable to create device %s"
msgstr ""
#: src/lxc/lxc_container.c:1404 src/lxc/lxc_driver.c:3464
#, c-format
msgid "USB source %s was not a character device"
msgstr ""
#: src/lxc/lxc_container.c:1413 src/lxc/lxc_driver.c:3473
#, c-format
msgid "Unable to create %s"
msgstr ""
#: src/lxc/lxc_container.c:1451 src/lxc/lxc_container.c:1509
msgid "Missing storage host block path"
msgstr ""
#: src/lxc/lxc_container.c:1469
#, c-format
msgid "Storage source %s must be a block device"
msgstr ""
#: src/lxc/lxc_container.c:1527
#, c-format
msgid "Storage source %s must be a character device"
msgstr ""
#: src/lxc/lxc_container.c:1566 src/lxc/lxc_container.c:1587
#: src/lxc/lxc_container.c:1614 src/lxc/lxc_driver.c:3800
#: src/lxc/lxc_driver.c:4267
#, c-format
msgid "Unsupported host device mode %s"
msgstr ""
#: src/lxc/lxc_container.c:1643 src/lxc/lxc_container.c:1776
msgid "Failed to read /proc/mounts"
msgstr "Impossibile leggere /proc/mounts"
#: src/lxc/lxc_container.c:1707
#, c-format
msgid "Failed to unmount '%s' and could not detach subtree '%s'"
msgstr ""
#: src/lxc/lxc_container.c:1715
#, c-format
msgid "Failed to unmount '%s' and could not unmount old root '%s'"
msgstr ""
#: src/lxc/lxc_container.c:1795
#, c-format
msgid "Cgroup %s is not mounted under %s"
msgstr ""
#: src/lxc/lxc_container.c:1825
#, c-format
msgid "Unable to read directory %s"
msgstr ""
#: src/lxc/lxc_container.c:1848
#, c-format
msgid "Unable to resolve link %s"
msgstr ""
#: src/lxc/lxc_container.c:1900 src/lxc/lxc_container.c:1934
#, c-format
msgid "Unable to create directory %s"
msgstr ""
#: src/lxc/lxc_container.c:1914
#, c-format
msgid "Failed to mount %s on %s type %s"
msgstr ""
#: src/lxc/lxc_container.c:1926
#, c-format
msgid "Unable to symlink directory %s to %s"
msgstr ""
#: src/lxc/lxc_container.c:1942
#, c-format
msgid "Failed to mount cgroup on '%s'"
msgstr ""
#: src/lxc/lxc_container.c:2076
msgid "Failed to make / slave"
msgstr ""
#: src/lxc/lxc_container.c:2083
msgid "Failed to make root readonly"
msgstr ""
#: src/lxc/lxc_container.c:2200
#, c-format
msgid "Failed to remove capabilities: %d"
msgstr ""
#: src/lxc/lxc_container.c:2206
#, c-format
msgid "Failed to apply capabilities: %d"
msgstr ""
#: src/lxc/lxc_container.c:2248
msgid "lxcChild() passed invalid vm definition"
msgstr "lxcChild() ha passato una definizione vm non valida"
#: src/lxc/lxc_container.c:2288
#, c-format
msgid "Failed to open tty %s"
msgstr "Impossibile aprire la tty %s"
#: src/lxc/lxc_container.c:2300
#, c-format
msgid "cannot find init path '%s' relative to container root"
msgstr ""
#: src/lxc/lxc_container.c:2308
msgid "Failed to read the container continue message"
msgstr "Impossibile leggere il mesaggio di continua contenitore"
#: src/lxc/lxc_container.c:2327
msgid "failed to send continue signal to controller"
msgstr ""
#: src/lxc/lxc_container.c:2445
msgid "Failed to run clone container"
msgstr ""
#: src/lxc/lxc_conf.c:78 src/qemu/qemu_conf.c:585 src/uml/uml_conf.c:84
msgid "cannot get the host uuid"
msgstr ""
#: src/lxc/lxc_controller.c:304
msgid "Unable to set console file descriptor non-blocking"
msgstr ""
#: src/lxc/lxc_controller.c:316
msgid "error sending continue signal to daemon"
msgstr ""
#: src/lxc/lxc_controller.c:328
#, c-format
msgid "expecting %zu veths, but got %zu"
msgstr ""
#: src/lxc/lxc_controller.c:341
#, c-format
msgid "expecting %zu consoles, but got %zu tty file handlers"
msgstr ""
#: src/lxc/lxc_controller.c:434
#, fuzzy, c-format
msgid "disk driver %s is not supported"
msgstr "Tipo di rete %d non supportata"
#: src/lxc/lxc_controller.c:446
#, fuzzy, c-format
msgid "disk format %s is not supported"
msgstr "Tipo di rete %d non supportata"
#: src/lxc/lxc_controller.c:682
#, c-format
msgid "failed to apply capabilities: %d"
msgstr "impossibile applicare le funzioni: %d"
#: src/lxc/lxc_controller.c:757 src/lxc/lxc_controller.c:793
msgid "Unable to add epoll fd"
msgstr ""
#: src/lxc/lxc_controller.c:768 src/lxc/lxc_controller.c:805
msgid "Unable to remove epoll fd"
msgstr ""
#: src/lxc/lxc_controller.c:835
msgid "Unable to wait on epoll"
msgstr ""
#: src/lxc/lxc_controller.c:893
msgid "Unable to read container pty"
msgstr ""
#: src/lxc/lxc_controller.c:921
msgid "Unable to write to container pty"
msgstr ""
#: src/lxc/lxc_controller.c:987
msgid "Unable to create epoll fd"
msgstr ""
#: src/lxc/lxc_controller.c:997
msgid "Unable to watch epoll FD"
msgstr ""
#: src/lxc/lxc_controller.c:1007 src/lxc/lxc_controller.c:1017
msgid "Unable to watch host console PTY"
msgstr ""
#: src/lxc/lxc_controller.c:1093
#, c-format
msgid "Unable to request personality for %s on %s"
msgstr ""
#: src/lxc/lxc_controller.c:1162
msgid "Cannot unshare mount namespace"
msgstr ""
#: src/lxc/lxc_controller.c:1168
msgid "Failed to switch root mount into slave mode"
msgstr "Errore durante l'impostazione del root mount in slave mode"
#: src/lxc/lxc_controller.c:1190
#, c-format
msgid "Expected exactly one console, but got %zu"
msgstr ""
#: src/lxc/lxc_controller.c:1232
#, c-format
msgid "Failed to make path %s"
msgstr "Impossibile creare il percorso %s"
#: src/lxc/lxc_controller.c:1249
#, c-format
msgid "Failed to mount devpts on %s"
msgstr "Impossibile montare devpts su %s"
#: src/lxc/lxc_controller.c:1287 src/lxc/lxc_controller.c:1296
#: src/lxc/lxc_process.c:1126
msgid "Failed to allocate tty"
msgstr "Errore durante l'allocazione di tty"
#: src/lxc/lxc_controller.c:1418
msgid "sockpair failed"
msgstr "sockpair fallita"
#: src/lxc/lxc_controller.c:1424
msgid "socketpair failed"
msgstr ""
#: src/lxc/lxc_controller.c:1469
msgid "Unable to send container continue message"
msgstr ""
#: src/lxc/lxc_controller.c:1475
msgid "error receiving signal from container"
msgstr ""
#: src/lxc/lxc_controller.c:1685
#, c-format
msgid "Unable to write pid file '%s/%s.pid'"
msgstr "Impossibile scrivere sul file pid '%s/%s.pid'"
#: src/lxc/lxc_controller.c:1699
msgid "Unable to change to root dir"
msgstr "Impossibile cambiare la root dir"
#: src/lxc/lxc_controller.c:1705
msgid "Unable to become session leader"
msgstr "impossibile diventare il leader della sessione"
#: src/lxc/lxc_controller.c:1719
msgid "Unknown failure in libvirt_lxc startup"
msgstr ""
#: src/lxc/lxc_driver.c:138
#, c-format
msgid "Unexpected LXC URI path '%s', try lxc:///"
msgstr "Percorso URI LCX '%s' non atteso, provare con lxc:///"
#: src/lxc/lxc_driver.c:146
msgid "lxc state driver is not active"
msgstr "il driver lxc state non è attivo"
#: src/lxc/lxc_driver.c:215
#, c-format
msgid "No domain with matching id %d"
msgstr "Non ci sono domini con id corrispondente a: %d"
#: src/lxc/lxc_driver.c:244 src/lxc/lxc_driver.c:298 src/lxc/lxc_driver.c:323
#: src/lxc/lxc_driver.c:347 src/lxc/lxc_driver.c:483 src/lxc/lxc_driver.c:540
#: src/lxc/lxc_driver.c:606 src/lxc/lxc_driver.c:633 src/lxc/lxc_driver.c:664
#: src/lxc/lxc_driver.c:689 src/lxc/lxc_driver.c:721 src/lxc/lxc_driver.c:796
#: src/lxc/lxc_driver.c:866 src/lxc/lxc_driver.c:960 src/lxc/lxc_driver.c:998
#: src/lxc/lxc_driver.c:1331 src/lxc/lxc_driver.c:2255
#: src/lxc/lxc_driver.c:2310 src/lxc/lxc_driver.c:2337
#: src/lxc/lxc_driver.c:2505 src/lxc/lxc_driver.c:2570
#: src/lxc/lxc_driver.c:2802 src/lxc/lxc_driver.c:2896
#: src/libxl/libxl_driver.c:1584 src/libxl/libxl_driver.c:1642
#: src/libxl/libxl_driver.c:1700 src/libxl/libxl_driver.c:1753
#: src/libxl/libxl_driver.c:1796 src/libxl/libxl_driver.c:1851
#: src/libxl/libxl_driver.c:2188 src/libxl/libxl_driver.c:2296
#: src/libxl/libxl_driver.c:2386 src/libxl/libxl_driver.c:2461
#: src/libxl/libxl_driver.c:2490 src/libxl/libxl_driver.c:3000
#: src/libxl/libxl_driver.c:3740 src/libxl/libxl_driver.c:3768
#: src/vmware/vmware_driver.c:668
#, c-format
msgid "No domain with matching uuid '%s'"
msgstr "Non ci sono domini con uuid corrispondente a '%s'"
#: src/lxc/lxc_driver.c:270
#, c-format
msgid "No domain with matching name '%s'"
msgstr "Non ci sono domini con nome corrispondente a '%s'"
#: src/lxc/lxc_driver.c:426 src/lxc/lxc_driver.c:1004
#: src/lxc/lxc_driver.c:1082
msgid "System lacks NETNS support"
msgstr "Non è presente il supporto NETNS di sistema"
#: src/lxc/lxc_driver.c:489
msgid "Cannot undefine transient domain"
msgstr ""
#: src/lxc/lxc_driver.c:552 src/lxc/lxc_driver.c:745 src/lxc/lxc_driver.c:879
#, c-format
msgid "Unable to get cgroup for %s"
msgstr "Impossibile determinare cgroup per %s"
#: src/lxc/lxc_driver.c:558
msgid "Cannot read cputime for domain"
msgstr "Impossibile leggere cputime per il dominio"
#: src/lxc/lxc_driver.c:563
msgid "Cannot read memory usage for domain"
msgstr "Impossibile leggere l'uso della memoria per il dominio"
#: src/lxc/lxc_driver.c:695
msgid "Cannot set max memory lower than current memory"
msgstr ""
"Impossibile impostare la memoria ad un valore minore di quello corrente"
#: src/lxc/lxc_driver.c:727
msgid "Cannot set memory higher than max memory"
msgstr "Impossibile impostare la memoria ad un valore maggiore del massimo"
#: src/lxc/lxc_driver.c:733 src/lxc/lxc_driver.c:1337
#: src/lxc/lxc_driver.c:2261 src/lxc/lxc_driver.c:2511
#: src/lxc/lxc_driver.c:2576 src/lxc/lxc_driver.c:2811
#: src/lxc/lxc_driver.c:2904 src/lxc/lxc_driver.c:4529
#: src/libxl/libxl_driver.c:1588 src/libxl/libxl_driver.c:1647
#: src/libxl/libxl_driver.c:1706 src/libxl/libxl_driver.c:1759
#: src/libxl/libxl_driver.c:1802 src/libxl/libxl_driver.c:2193
#: src/libxl/libxl_driver.c:2301 src/libxl/libxl_driver.c:2391
#: src/libxl/libxl_driver.c:2688 src/libxl/libxl_driver.c:2796
#: src/libxl/libxl_driver.c:3545 src/libxl/libxl_driver.c:3841
#: src/libxl/libxl_driver.c:3908 src/libxl/libxl_driver.c:3989
#: src/openvz/openvz_driver.c:568 src/openvz/openvz_driver.c:606
#: tools/virsh-domain.c:8774 tools/virsh-domain.c:8943
msgid "Domain is not running"
msgstr "Il dominio non è in esecuzione"
#: src/lxc/lxc_driver.c:739
msgid "cgroups must be configured on the host"
msgstr "cgroups deve essere configurato sull'host"
#: src/lxc/lxc_driver.c:751
msgid "Failed to set memory for domain"
msgstr "Errore durante l'impostazione della memoria per il dominio"
#: src/lxc/lxc_driver.c:802 src/lxc/lxc_driver.c:1821
#: src/lxc/lxc_driver.c:1965 src/lxc/lxc_driver.c:2070
#: src/lxc/lxc_driver.c:2175 src/lxc/lxc_driver.c:3228
#: src/lxc/lxc_driver.c:3448 src/lxc/lxc_driver.c:3597
#: src/lxc/lxc_driver.c:3710 src/lxc/lxc_driver.c:3887
#: src/lxc/lxc_driver.c:4026 src/lxc/lxc_driver.c:4105
#: src/lxc/lxc_driver.c:4176 src/qemu/qemu_driver.c:6935
#: src/qemu/qemu_driver.c:7100 src/qemu/qemu_driver.c:7289
#: src/qemu/qemu_driver.c:7419 src/qemu/qemu_driver.c:7585
#: src/qemu/qemu_driver.c:7744 src/qemu/qemu_driver.c:7954
#: src/qemu/qemu_driver.c:8244 src/qemu/qemu_driver.c:14649
#, c-format
msgid "cannot find cgroup for domain %s"
msgstr "impossibile trovare un cgroup per il dominio %s"
#: src/lxc/lxc_driver.c:814 src/qemu/qemu_driver.c:7335
msgid "unable to set memory hard_limit tunable"
msgstr ""
#: src/lxc/lxc_driver.c:821 src/qemu/qemu_driver.c:7349
msgid "unable to set memory soft_limit tunable"
msgstr ""
#: src/lxc/lxc_driver.c:828
msgid "unable to set swap_hard_limit tunable"
msgstr ""
#: src/lxc/lxc_driver.c:892 src/qemu/qemu_driver.c:7480
msgid "unable to get memory hard limit"
msgstr ""
#: src/lxc/lxc_driver.c:903 src/qemu/qemu_driver.c:7493
msgid "unable to get memory soft limit"
msgstr ""
#: src/lxc/lxc_driver.c:914 src/qemu/qemu_driver.c:7506
msgid "unable to get swap hard limit"
msgstr ""
#: src/lxc/lxc_driver.c:1010 src/libxl/libxl_driver.c:3006
#: src/vmware/vmware_driver.c:677
msgid "Domain is already running"
msgstr "Il dominio è già in esecuzione"
#: src/lxc/lxc_driver.c:1139 src/lxc/lxc_driver.c:2627
#: src/lxc/lxc_driver.c:2706 src/lxc/lxc_driver.c:4338
#: src/lxc/lxc_driver.c:4522 src/libxl/libxl_driver.c:3097
#: src/openvz/openvz_driver.c:1972 src/parallels/parallels_driver.c:67
#: src/parallels/parallels_driver.c:1161 src/qemu/qemu_driver.c:202
#: src/qemu/qemu_driver.c:1318 src/qemu/qemu_driver.c:1582
#: src/qemu/qemu_driver.c:1664 src/qemu/qemu_driver.c:1965
#: src/qemu/qemu_driver.c:2194 src/qemu/qemu_driver.c:2977
#: src/qemu/qemu_driver.c:3284 src/qemu/qemu_driver.c:4495
#: src/qemu/qemu_driver.c:4551 src/qemu/qemu_driver.c:5159
#: src/qemu/qemu_driver.c:5501 src/qemu/qemu_driver.c:5649
#: src/qemu/qemu_driver.c:6439 src/qemu/qemu_driver.c:6640
#: src/qemu/qemu_driver.c:9563 src/qemu/qemu_driver.c:9649
#: src/qemu/qemu_driver.c:9830 src/qemu/qemu_driver.c:9898
#: src/qemu/qemu_driver.c:11555 src/qemu/qemu_driver.c:12261
#: src/qemu/qemu_driver.c:12630 src/qemu/qemu_driver.c:13232
#: src/qemu/qemu_driver.c:13786 src/qemu/qemu_driver.c:13881
#: src/qemu/qemu_driver.c:14042 src/test/test_driver.c:2175
#: src/uml/uml_driver.c:1675 src/uml/uml_driver.c:1700
#: src/uml/uml_driver.c:1733 src/uml/uml_driver.c:2074
#: src/uml/uml_driver.c:2192 src/uml/uml_driver.c:2425
#: src/vmware/vmware_driver.c:714
#, c-format
msgid "no domain with matching uuid '%s'"
msgstr "non ci sono domini con uuid corrispondente a '%s'"
#: src/lxc/lxc_driver.c:1145 src/qemu/qemu_driver.c:3785
#: src/qemu/qemu_driver.c:4501 src/qemu/qemu_driver.c:4557
#, c-format
msgid "unknown virt type in domain definition '%d'"
msgstr "tipo di virt sconosciuto nella definizione del dominio '%d'"
#: src/lxc/lxc_driver.c:1169 src/lxc/lxc_driver.c:2732
#: src/lxc/lxc_driver.c:4535
msgid "Init pid is not yet available"
msgstr ""
#: src/lxc/lxc_driver.c:1176 src/qemu/qemu_driver.c:4524
#: src/qemu/qemu_driver.c:4592
msgid "Failed to get security label"
msgstr ""
#: src/lxc/lxc_driver.c:1207 src/qemu/qemu_driver.c:4630
#, c-format
msgid "security model string exceeds max %d bytes"
msgstr ""
#: src/lxc/lxc_driver.c:1216 src/qemu/qemu_driver.c:4640
#, c-format
msgid "security DOI string exceeds max %d bytes"
msgstr ""
#: src/lxc/lxc_driver.c:1409 src/qemu/qemu_driver.c:373
msgid "Failed to initialize security drivers"
msgstr ""
#: src/lxc/lxc_driver.c:1600
#, c-format
msgid "Unknown release: %s"
msgstr "Release sconosciuta: %s"
#: src/lxc/lxc_driver.c:1669 src/lxc/lxc_driver.c:1816
#: src/lxc/lxc_driver.c:1959 src/qemu/qemu_driver.c:6737
#: src/qemu/qemu_driver.c:7949 src/qemu/qemu_driver.c:8238
msgid "cgroup CPU controller is not mounted"
msgstr ""
#: src/lxc/lxc_driver.c:1702 src/qemu/qemu_driver.c:8082
msgid "unable to get cpu bandwidth period tunable"
msgstr ""
#: src/lxc/lxc_driver.c:1709 src/qemu/qemu_driver.c:8089
msgid "unable to get cpu bandwidth tunable"
msgstr ""
#: src/lxc/lxc_driver.c:1731 src/qemu/qemu_cgroup.c:478
msgid "Unable to get cpu bandwidth period"
msgstr ""
#: src/lxc/lxc_driver.c:1738 src/qemu/qemu_cgroup.c:485
msgid "Unable to set cpu bandwidth period"
msgstr ""
#: src/lxc/lxc_driver.c:1747 src/qemu/qemu_cgroup.c:494
msgid "Unable to set cpu bandwidth quota"
msgstr ""
#: src/lxc/lxc_driver.c:1759 src/qemu/qemu_cgroup.c:506
msgid "Unable to rollback cpu bandwidth period"
msgstr ""
#: src/lxc/lxc_driver.c:1798 src/lxc/lxc_driver.c:1940
#: src/lxc/lxc_driver.c:2053 src/lxc/lxc_driver.c:2151
#: src/qemu/qemu_driver.c:6915 src/qemu/qemu_driver.c:7073
#: src/qemu/qemu_driver.c:7399 src/qemu/qemu_driver.c:7564
#: src/qemu/qemu_driver.c:7718 src/qemu/qemu_driver.c:7926
#: src/qemu/qemu_driver.c:8214 src/qemu/qemu_driver.c:8742
#: src/qemu/qemu_driver.c:8910 src/qemu/qemu_driver.c:14630
#, c-format
msgid "No such domain %s"
msgstr "Nessun dominio %s"
#: src/lxc/lxc_driver.c:1835 src/qemu/qemu_driver.c:7969
msgid "unable to set cpu shares tunable"
msgstr ""
#: src/lxc/lxc_driver.c:1972 src/qemu/qemu_driver.c:8251
msgid "unable to get cpu shares tunable"
msgstr ""
#: src/lxc/lxc_driver.c:2064 src/lxc/lxc_driver.c:2169
#: src/qemu/qemu_driver.c:6929 src/qemu/qemu_driver.c:7094
msgid "blkio cgroup isn't mounted"
msgstr ""
#: src/lxc/lxc_driver.c:2082 src/lxc/lxc_driver.c:2105
#: src/qemu/qemu_driver.c:6950 src/qemu/qemu_driver.c:7006
msgid "out of blkio weight range."
msgstr ""
#: src/lxc/lxc_driver.c:2089 src/qemu/qemu_driver.c:6958
msgid "unable to set blkio weight tunable"
msgstr ""
#: src/lxc/lxc_driver.c:2188 src/qemu/qemu_driver.c:7115
msgid "unable to get blkio weight"
msgstr ""
#: src/lxc/lxc_driver.c:2278
#, c-format
msgid "Invalid path, '%s' is not a known interface"
msgstr "Percorso non valido, '%s' è una interfaccia sconosciuta"
#: src/lxc/lxc_driver.c:2343
msgid "Cannot set autostart for transient domain"
msgstr ""
#: src/lxc/lxc_driver.c:2366
#, c-format
msgid "Cannot create autostart directory %s"
msgstr ""
#: src/lxc/lxc_driver.c:2373 src/libxl/libxl_driver.c:3796
#: src/qemu/qemu_driver.c:6668 src/uml/uml_driver.c:2311
#, c-format
msgid "Failed to create symlink '%s to '%s'"
msgstr "Impossibile creare il symlink '%s' verso '%s'"
#: src/lxc/lxc_driver.c:2380 src/libxl/libxl_driver.c:3803
#: src/network/bridge_driver.c:3562 src/qemu/qemu_driver.c:6675
#: src/storage/storage_driver.c:1047 src/uml/uml_driver.c:2318
#, c-format
msgid "Failed to delete symlink '%s'"
msgstr "Impossibile eliminare il symlink '%s'"
#: src/lxc/lxc_driver.c:2518
msgid "Suspend operation failed"
msgstr "Operazione di sospenzione fallita"
#: src/lxc/lxc_driver.c:2583
msgid "Resume operation failed"
msgstr "Operazione di resume fallita"
#: src/lxc/lxc_driver.c:2654 src/uml/uml_driver.c:2452
#, c-format
msgid "cannot find console device '%s'"
msgstr ""
#: src/lxc/lxc_driver.c:2655 src/uml/uml_driver.c:2453
msgid "default"
msgstr ""
#: src/lxc/lxc_driver.c:2661 src/qemu/qemu_driver.c:12922
#: src/uml/uml_driver.c:2459 src/xen/xen_driver.c:2285
#, c-format
msgid "character device %s is not using a PTY"
msgstr "il dispositivo a caratteri %s non sta usando una PTY"
#: src/lxc/lxc_driver.c:2695
#, c-format
msgid "signum value %d is out of range"
msgstr ""
#: src/lxc/lxc_driver.c:2726
msgid "Only the init process may be killed"
msgstr ""
#: src/lxc/lxc_driver.c:2742
#, c-format
msgid "Unable to send %d signal to process %d"
msgstr ""
#: src/lxc/lxc_driver.c:2817 src/lxc/lxc_driver.c:2910
msgid "Init process ID is not yet known"
msgstr ""
#: src/lxc/lxc_driver.c:2832
msgid "Cannot shutdown container using initctl without separated namespace"
msgstr ""
#: src/lxc/lxc_driver.c:2845 src/lxc/lxc_driver.c:2929
msgid "Container does not provide an initctl pipe"
msgstr ""
#: src/lxc/lxc_driver.c:2853 src/lxc/lxc_driver.c:2942
#, c-format
msgid "Unable to send SIGTERM to init pid %llu"
msgstr ""
#: src/lxc/lxc_driver.c:2972 src/libxl/libxl_driver.c:3362
#, c-format
msgid "target %s already exists."
msgstr ""
#: src/lxc/lxc_driver.c:2998 src/qemu/qemu_driver.c:6182
msgid "device is already in the domain configuration"
msgstr ""
#: src/lxc/lxc_driver.c:3011 src/libxl/libxl_driver.c:3375
#: src/qemu/qemu_driver.c:6228
msgid "persistent attach of device is not supported"
msgstr ""
#: src/lxc/lxc_driver.c:3035 src/lxc/lxc_driver.c:3091
#: src/lxc/lxc_driver.c:3929 src/qemu/qemu_driver.c:6263
#: src/qemu/qemu_hotplug.c:2604
#, c-format
msgid "multiple devices matching mac address %s found"
msgstr ""
#: src/lxc/lxc_driver.c:3040 src/lxc/lxc_driver.c:3096
#: src/qemu/qemu_driver.c:6268
msgid "no matching network device was found"
msgstr ""
#: src/lxc/lxc_driver.c:3054 src/libxl/libxl_driver.c:3497
#: src/qemu/qemu_driver.c:6392
msgid "persistent update of device is not supported"
msgstr ""
#: src/lxc/lxc_driver.c:3079 src/libxl/libxl_driver.c:3413
#: src/qemu/qemu_driver.c:6252
#, c-format
msgid "no target device %s"
msgstr ""
#: src/lxc/lxc_driver.c:3108 src/qemu/qemu_driver.c:6279
#: src/qemu/qemu_driver.c:6303
msgid "device not present in domain configuration"
msgstr ""
#: src/lxc/lxc_driver.c:3119 src/libxl/libxl_driver.c:3421
#: src/qemu/qemu_driver.c:6313
msgid "persistent detach of device is not supported"
msgstr ""
#: src/lxc/lxc_driver.c:3145 src/lxc/lxc_driver.c:3271
#: src/lxc/lxc_driver.c:3859 src/lxc/lxc_driver.c:4077
#: src/lxc/lxc_driver.c:4148
msgid "Cannot attach disk until init PID is known"
msgstr ""
#: src/lxc/lxc_driver.c:3162 src/libxl/libxl_driver.c:3230
#: src/qemu/qemu_driver.c:6151 src/qemu/qemu_hotplug.c:234
#: src/qemu/qemu_hotplug.c:477 src/qemu/qemu_hotplug.c:600
#: src/uml/uml_driver.c:2020
#, c-format
msgid "target %s already exists"
msgstr "il target %s esiste già"
#: src/lxc/lxc_driver.c:3222 src/lxc/lxc_driver.c:3442
#: src/lxc/lxc_driver.c:3591 src/lxc/lxc_driver.c:3704
#: src/lxc/lxc_driver.c:3881 src/lxc/lxc_driver.c:4020
#: src/lxc/lxc_driver.c:4099 src/lxc/lxc_driver.c:4170
msgid "devices cgroup isn't mounted"
msgstr ""
#: src/lxc/lxc_driver.c:3238 src/lxc/lxc_driver.c:3605
#: src/lxc/lxc_driver.c:3718
#, c-format
msgid "cannot allow device %s for domain %s"
msgstr ""
#: src/lxc/lxc_driver.c:3295 src/lxc/lxc_process.c:500
msgid "No bridge name specified"
msgstr ""
#: src/lxc/lxc_driver.c:3320 src/lxc/lxc_process.c:467
#: src/qemu/qemu_command.c:225 src/qemu/qemu_hotplug.c:1311
#, c-format
msgid "Network '%s' is not active."
msgstr ""
#: src/lxc/lxc_driver.c:3356
msgid "Network device type is not supported"
msgstr ""
#: src/lxc/lxc_driver.c:3409
msgid "host USB device already exists"
msgstr ""
#: src/lxc/lxc_driver.c:3530 src/lxc/lxc_driver.c:3643
msgid "Missing storage block path"
msgstr ""
#: src/lxc/lxc_driver.c:3536 src/lxc/lxc_driver.c:3649
msgid "host device already exists"
msgstr ""
#: src/lxc/lxc_driver.c:3549 src/lxc/lxc_driver.c:3662
#, c-format
msgid "Hostdev source %s must be a block device"
msgstr ""
#: src/lxc/lxc_driver.c:3750 src/lxc/lxc_driver.c:3771
#: src/lxc/lxc_driver.c:4217 src/lxc/lxc_driver.c:4238
#, c-format
msgid "Unsupported host device type %s"
msgstr ""
#: src/lxc/lxc_driver.c:3787 src/lxc/lxc_driver.c:4254
msgid "Cannot attach hostdev until init PID is known"
msgstr ""
#: src/lxc/lxc_driver.c:3837 src/libxl/libxl_driver.c:3344
#: src/qemu/qemu_driver.c:5924 src/uml/uml_driver.c:2102
#, c-format
msgid "device type '%s' cannot be attached"
msgstr ""
#: src/lxc/lxc_driver.c:3867 src/libxl/libxl_driver.c:3292
#: src/qemu/qemu_hotplug.c:2042 src/qemu/qemu_hotplug.c:2164
#: src/uml/uml_driver.c:2151
#, c-format
msgid "disk %s not found"
msgstr "disco %s non trovato"
#: src/lxc/lxc_driver.c:3895 src/lxc/lxc_driver.c:4038
#: src/lxc/lxc_driver.c:4113 src/lxc/lxc_driver.c:4184
#, c-format
msgid "Unable to remove device %s"
msgstr ""
#: src/lxc/lxc_driver.c:3934 src/qemu/qemu_hotplug.c:2610
#, c-format
msgid "network device %s not found"
msgstr ""
#: src/lxc/lxc_driver.c:3959
msgid "Only bridged veth devices can be detached"
msgstr ""
#: src/lxc/lxc_driver.c:4000
msgid "usb device not found"
msgstr ""
#: src/lxc/lxc_driver.c:4085 src/lxc/lxc_driver.c:4156
#, c-format
msgid "hostdev %s not found"
msgstr ""
#: src/lxc/lxc_driver.c:4296 src/libxl/libxl_driver.c:3394
#: src/xen/xm_internal.c:1449
#, c-format
msgid "device type '%s' cannot be detached"
msgstr ""
#: src/lxc/lxc_driver.c:4351 src/qemu/qemu_driver.c:6456
msgid "cannot do live update a device on inactive domain"
msgstr ""
#: src/lxc/lxc_driver.c:4359 src/libxl/libxl_driver.c:3552
#: src/qemu/qemu_driver.c:6464
msgid "cannot modify device on transient domain"
msgstr ""
#: src/lxc/lxc_driver.c:4399 src/lxc/lxc_driver.c:4420
#: src/libxl/libxl_driver.c:3580 src/libxl/libxl_driver.c:3605
#: src/qemu/qemu_driver.c:6509 src/qemu/qemu_driver.c:6533
#, c-format
msgid "unknown domain modify action %d"
msgstr ""
#: src/lxc/lxc_process.c:344 src/network/bridge_driver.c:2497
#: src/qemu/qemu_command.c:298 src/qemu/qemu_driver.c:8841
#: src/util/virnetdevmacvlan.c:957
#, c-format
msgid "cannot set bandwidth limits on %s"
msgstr ""
#: src/lxc/lxc_process.c:378
msgid "Unable to set network bandwidth on direct interfaces"
msgstr ""
#: src/lxc/lxc_process.c:392
msgid "Unable to set port profile on direct interfaces"
msgstr ""
#: src/lxc/lxc_process.c:525
#, c-format
msgid "Unsupported network type %s"
msgstr ""
#: src/lxc/lxc_process.c:658
#, fuzzy, c-format
msgid "Unable to stat %s"
msgstr "Impossibile aprire %s"
#: src/lxc/lxc_process.c:757
#, c-format
msgid "Invalid PID %d for container"
msgstr "PID %d non valido per il contenitore"
#: src/lxc/lxc_process.c:776
msgid "Failed to kill container PIDs"
msgstr ""
#: src/lxc/lxc_process.c:782
msgid "Some container PIDs refused to die"
msgstr ""
#: src/lxc/lxc_process.c:906
#, fuzzy
msgid "Failure while reading log output"
msgstr "Errore durante la lettura dell'output di log %s"
#: src/lxc/lxc_process.c:927
#, fuzzy, c-format
msgid "Out of space while reading log output: %s"
msgstr "Errore durante la lettura dell'output di log %s"
#: src/lxc/lxc_process.c:942
#, fuzzy, c-format
msgid "Timed out while reading log output: %s"
msgstr "Errore durante la lettura dell'output di log %s"
#: src/lxc/lxc_process.c:962
#, fuzzy, c-format
msgid "Unable to open log file %s"
msgstr "Impossibile aprire %s"
#: src/lxc/lxc_process.c:969
#, fuzzy, c-format
msgid "Unable to seek log file %s to %llu"
msgstr "errore nella creazione del file di log %s"
#: src/lxc/lxc_process.c:1020
msgid "The 'cpuacct', 'devices' & 'memory' cgroups controllers must be mounted"
msgstr ""
#: src/lxc/lxc_process.c:1027
msgid "Unable to find 'cpuacct' cgroups controller mount"
msgstr ""
#: src/lxc/lxc_process.c:1033
msgid "Unable to find 'devices' cgroups controller mount"
msgstr ""
#: src/lxc/lxc_process.c:1039
msgid "Unable to find 'memory' cgroups controller mount"
msgstr ""
#: src/lxc/lxc_process.c:1045
#, c-format
msgid "Cannot create log directory '%s'"
msgstr "Impossibile creare la directory di log '%s'"
#: src/lxc/lxc_process.c:1120
msgid "Only PTY console types are supported"
msgstr ""
#: src/lxc/lxc_process.c:1150
#, c-format
msgid "Failed to open '%s'"
msgstr "Impossibile aprire '%s'"
#: src/lxc/lxc_process.c:1209
msgid "could not close handshake fd"
msgstr ""
#: src/lxc/lxc_process.c:1225 src/lxc/lxc_process.c:1248
#, c-format
msgid "guest failed to start: %s"
msgstr ""
#: src/lxc/lxc_process.c:1228
#, c-format
msgid "Failed to read pid file %s/%s.pid"
msgstr "Impossibile leggere il file %s/%s.pid"
#: src/lxc/lxc_process.c:1295
msgid "could not close logfile"
msgstr "errore durante la chiusura del logfile"
#: src/lxc/lxc_process.c:1365 src/libxl/libxl_driver.c:455
#: src/qemu/qemu_driver.c:271 src/uml/uml_driver.c:195
#, c-format
msgid "Failed to autostart VM '%s': %s"
msgstr "Errore durante l'autostart della VM '%s': %s"
#: src/libxl/libxl_driver.c:407
msgid "Failed libxl context initialization"
msgstr ""
#: src/libxl/libxl_driver.c:457 src/qemu/qemu_driver.c:265
#: src/qemu/qemu_driver.c:273 src/qemu/qemu_hostdev.c:859
#: src/qemu/qemu_hostdev.c:883 src/qemu/qemu_hostdev.c:932
#: src/secret/secret_driver.c:510 src/uml/uml_driver.c:196
#: src/xenapi/xenapi_utils.c:265 tools/virsh.c:283
#: tools/virsh-domain-monitor.c:56
msgid "unknown error"
msgstr "errore sconosciuto"
#: src/libxl/libxl_driver.c:476 src/libxl/libxl_driver.c:3678
msgid "libxl_get_physinfo_info failed"
msgstr ""
#: src/libxl/libxl_driver.c:482 src/libxl/libxl_driver.c:3684
msgid "libxl_get_version_info failed"
msgstr ""
#: src/libxl/libxl_driver.c:488
#, c-format
msgid "machine type %s too big for destination"
msgstr ""
#: src/libxl/libxl_driver.c:528
msgid "cannot read domain image"
msgstr "impossibile leggere l'immagine del dominio"
#: src/libxl/libxl_driver.c:534
msgid "failed to read libxl header"
msgstr ""
#: src/libxl/libxl_driver.c:539 src/qemu/qemu_driver.c:4709
msgid "image magic is incorrect"
msgstr "image magic non è corretto"
#: src/libxl/libxl_driver.c:545 src/qemu/qemu_driver.c:4735
#, c-format
msgid "image version is not supported (%d > %d)"
msgstr "versione immagine non supportata (%d > %d)"
#: src/libxl/libxl_driver.c:552 src/qemu/qemu_driver.c:4742
#, c-format
msgid "invalid XML length: %d"
msgstr ""
#: src/libxl/libxl_driver.c:562 src/qemu/qemu_driver.c:4753
msgid "failed to read XML"
msgstr "impossibile leggere XML"
#: src/libxl/libxl_driver.c:665
#, c-format
msgid "Unable to cleanup domain %d"
msgstr ""
#: src/libxl/libxl_driver.c:807 src/libxl/libxl_driver.c:2740
#, c-format
msgid "Failed to pin vcpu '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:903 src/qemu/qemu_driver.c:5118
#, c-format
msgid ""
"cannot restore domain '%s' uuid %s from a file which belongs to domain '%s' "
"uuid %s"
msgstr ""
#: src/libxl/libxl_driver.c:928
#, c-format
msgid "libxenlight failed to get free memory for domain '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:945
#, c-format
msgid "libxenlight failed to create new domain '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:949
#, c-format
msgid "libxenlight failed to restore domain '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:961
msgid "libxenlight failed to store userdata"
msgstr ""
#: src/libxl/libxl_driver.c:1179
#, c-format
msgid "Failed to create log dir '%s': %s"
msgstr ""
#: src/libxl/libxl_driver.c:1184 src/qemu/qemu_driver.c:601
#, c-format
msgid "Failed to create state dir '%s': %s"
msgstr ""
#: src/libxl/libxl_driver.c:1189 src/qemu/qemu_driver.c:606
#, c-format
msgid "Failed to create lib dir '%s': %s"
msgstr ""
#: src/libxl/libxl_driver.c:1194 src/qemu/qemu_driver.c:616
#: src/qemu/qemu_driver.c:621 src/xen/xen_driver.c:423
#, c-format
msgid "Failed to create save dir '%s': %s"
msgstr ""
#: src/libxl/libxl_driver.c:1205 src/qemu/qemu_domain.c:1381
#: src/uml/uml_driver.c:1048
#, c-format
msgid "failed to create logfile %s"
msgstr "errore nella creazione del file di log %s"
#: src/libxl/libxl_driver.c:1238
msgid "cannot create capabilities for libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1339
msgid "libxenlight state driver is not active"
msgstr ""
#: src/libxl/libxl_driver.c:1349 src/xen/xen_driver.c:304
#, c-format
msgid "unexpected Xen URI path '%s', try xen:///"
msgstr ""
#: src/libxl/libxl_driver.c:1597
#, c-format
msgid "Failed to suspend domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1656
#, c-format
msgid "Failed to resume domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1713
#, c-format
msgid "Failed to shutdown domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1766
#, c-format
msgid "Failed to reboot domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1811 src/libxl/libxl_driver.c:2150
#: src/libxl/libxl_driver.c:2331
#, c-format
msgid "Failed to destroy domain '%d'"
msgstr ""
#: src/libxl/libxl_driver.c:1876 src/libxl/libxl_driver.c:1907
#: src/libxl/libxl_driver.c:2029 src/libxl/libxl_driver.c:2076
#: src/libxl/libxl_driver.c:2548 src/libxl/libxl_driver.c:2667
#: src/libxl/libxl_driver.c:2724 src/libxl/libxl_driver.c:2791
#: src/libxl/libxl_driver.c:2855 src/libxl/libxl_driver.c:3532
#: src/libxl/libxl_driver.c:3836 src/libxl/libxl_driver.c:3902
#: src/libxl/libxl_driver.c:3984 src/openvz/openvz_driver.c:249
#: src/openvz/openvz_driver.c:396 src/openvz/openvz_driver.c:444
#: src/openvz/openvz_driver.c:518 src/openvz/openvz_driver.c:562
#: src/openvz/openvz_driver.c:600 src/openvz/openvz_driver.c:643
#: src/openvz/openvz_driver.c:694 src/openvz/openvz_driver.c:1189
#: src/openvz/openvz_driver.c:1238 src/openvz/openvz_driver.c:1268
#: src/openvz/openvz_driver.c:1363 src/openvz/openvz_driver.c:2070
#: src/uml/uml_driver.c:1645 src/uml/uml_driver.c:1770
#: src/uml/uml_driver.c:1816 src/uml/uml_driver.c:1845
#: src/uml/uml_driver.c:1897 src/uml/uml_driver.c:1974
#: src/uml/uml_driver.c:2257 src/uml/uml_driver.c:2283
#: src/uml/uml_driver.c:2358 src/vbox/vbox_tmpl.c:2093
#: src/vbox/vbox_tmpl.c:2153 src/vbox/vbox_tmpl.c:5313
#: src/vbox/vbox_tmpl.c:5408 src/vbox/vbox_tmpl.c:5643
#: src/vbox/vbox_tmpl.c:8775 src/vbox/vbox_tmpl.c:9139
#: src/vmware/vmware_driver.c:398 src/vmware/vmware_driver.c:458
#: src/vmware/vmware_driver.c:507 src/vmware/vmware_driver.c:551
#: src/vmware/vmware_driver.c:914 src/vmware/vmware_driver.c:1041
#: src/vmware/vmware_driver.c:1079
msgid "no domain with matching uuid"
msgstr "non ci sono domini con uuid corrispondente"
#: src/libxl/libxl_driver.c:1928
msgid "cannot set memory on an inactive domain"
msgstr ""
#: src/libxl/libxl_driver.c:1951
#, c-format
msgid "Failed to set maximum memory for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:1972 src/qemu/qemu_driver.c:2126
#: src/uml/uml_driver.c:1745
msgid "cannot set memory higher than max memory"
msgstr "impossibile impostare la memoria al di sopra della memoria massima"
#: src/libxl/libxl_driver.c:1981
#, c-format
msgid "Failed to set memory for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2040
#, c-format
msgid "libxl_domain_info failed for domain '%d'"
msgstr ""
#: src/libxl/libxl_driver.c:2105
#, c-format
msgid "Domain '%d' has to be running because libxenlight will suspend it"
msgstr ""
#: src/libxl/libxl_driver.c:2113
#, c-format
msgid "Failed to create domain save file '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:2128
msgid "Failed to write save file header"
msgstr ""
#: src/libxl/libxl_driver.c:2134
msgid "Failed to write xml description"
msgstr ""
#: src/libxl/libxl_driver.c:2140
#, c-format
msgid "Failed to save domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2160 src/libxl/libxl_driver.c:2262
msgid "cannot close file"
msgstr ""
#: src/libxl/libxl_driver.c:2177 src/libxl/libxl_driver.c:2234
#: src/test/test_driver.c:1802 src/test/test_driver.c:1915
#: src/xen/xen_driver.c:1090 src/xen/xen_driver.c:1185
msgid "xml modification unsupported"
msgstr ""
#: src/libxl/libxl_driver.c:2311
#, c-format
msgid "Before dumping core, failed to suspend domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2322
#, c-format
msgid "Failed to dump core of domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2352
#, c-format
msgid "After dumping core, failed to resume domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2396 src/qemu/qemu_driver.c:3043
msgid "cannot do managed save for transient domain"
msgstr ""
#: src/libxl/libxl_driver.c:2534 src/libxl/libxl_driver.c:2681
#: src/test/test_driver.c:2220 src/xen/xen_driver.c:1227
#, c-format
msgid "invalid flag combination: (0x%x)"
msgstr ""
#: src/libxl/libxl_driver.c:2539
msgid "nvcpus is zero"
msgstr ""
#: src/libxl/libxl_driver.c:2554
msgid "cannot set vcpus on an inactive domain"
msgstr ""
#: src/libxl/libxl_driver.c:2566 src/qemu/qemu_driver.c:3792
#: src/xen/xend_internal.c:2071 src/xen/xm_internal.c:712
msgid "could not determine max vcpus for the domain"
msgstr "impossibile determinare le vcpu massime per il dominio"
#: src/libxl/libxl_driver.c:2576 src/qemu/qemu_driver.c:3802
#: src/xen/xend_internal.c:2076 src/xen/xm_internal.c:721
#, c-format
msgid ""
"requested vcpus is greater than max allowable vcpus for the domain: %d > %d"
msgstr ""
"le vcpu richieste sono maggiori delle vcpu massime permesse per il dominio: "
"%d > %d"
#: src/libxl/libxl_driver.c:2614 src/libxl/libxl_driver.c:2623
#, c-format
msgid "Failed to set vcpus for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2695
msgid "domain is transient"
msgstr ""
#: src/libxl/libxl_driver.c:2730 src/test/test_driver.c:2410
msgid "cannot pin vcpus on an inactive domain"
msgstr "impossibile collegare le vcpu su di un dominio inattivo"
#: src/libxl/libxl_driver.c:2757
msgid "failed to update or add vcpupin xml"
msgstr ""
#: src/libxl/libxl_driver.c:2804
#, c-format
msgid "Failed to list vcpus for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2882 src/libxl/libxl_driver.c:2925
#: src/qemu/qemu_driver.c:5225 src/qemu/qemu_driver.c:5273
#: src/xen/xen_driver.c:1384 src/xen/xen_driver.c:1433
#, c-format
msgid "unsupported config type %s"
msgstr ""
#: src/libxl/libxl_driver.c:2887 src/libxl/libxl_driver.c:2930
msgid "cannot get version information from libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:2895
msgid "parsing xm config failed"
msgstr ""
#: src/libxl/libxl_driver.c:3103 src/qemu/qemu_driver.c:5655
#: src/uml/uml_driver.c:1980 src/vmware/vmware_driver.c:720
msgid "cannot undefine transient domain"
msgstr "impossibile rimuovere la definizione di un dominio transitorio"
#: src/libxl/libxl_driver.c:3115 src/qemu/qemu_driver.c:5680
msgid "Failed to remove domain managed save image"
msgstr ""
#: src/libxl/libxl_driver.c:3120 src/qemu/qemu_driver.c:5686
#: tools/virsh-domain.c:3068
msgid "Refusing to undefine while domain managed save image exists"
msgstr ""
#: src/libxl/libxl_driver.c:3178 src/qemu/qemu_driver.c:5777
#: src/qemu/qemu_driver.c:6053
#, c-format
msgid "No device with bus '%s' and target '%s'"
msgstr "Nessun dispositivo con bus '%s' e target '%s'"
#: src/libxl/libxl_driver.c:3185 src/qemu/qemu_hotplug.c:74
#, c-format
msgid "Removable media not supported for %s device"
msgstr ""
#: src/libxl/libxl_driver.c:3195
#, c-format
msgid "libxenlight failed to change media for disk '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:3236 src/qemu/qemu_hotplug.c:619
#: src/uml/uml_driver.c:2027
msgid "disk source path is missing"
msgstr ""
#: src/libxl/libxl_driver.c:3251
#, c-format
msgid "libxenlight failed to attach disk '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:3260 src/qemu/qemu_driver.c:5823
#: src/uml/uml_driver.c:2097
#, c-format
msgid "disk bus '%s' cannot be hotplugged."
msgstr ""
#: src/libxl/libxl_driver.c:3266 src/qemu/qemu_driver.c:5829
#, c-format
msgid "disk device type '%s' cannot be hotplugged"
msgstr ""
#: src/libxl/libxl_driver.c:3304
#, c-format
msgid "libxenlight failed to detach disk '%s'"
msgstr ""
#: src/libxl/libxl_driver.c:3314
#, c-format
msgid "disk bus '%s' cannot be hot unplugged."
msgstr ""
#: src/libxl/libxl_driver.c:3320
#, c-format
msgid "device type '%s' cannot hot unplugged"
msgstr ""
#: src/libxl/libxl_driver.c:3446 src/qemu/qemu_driver.c:6088
#, c-format
msgid "disk bus '%s' cannot be updated."
msgstr ""
#: src/libxl/libxl_driver.c:3453 src/qemu/qemu_driver.c:6127
#, c-format
msgid "device type '%s' cannot be updated"
msgstr ""
#: src/libxl/libxl_driver.c:3474 src/openvz/openvz_driver.c:2018
#: src/qemu/qemu_driver.c:6336
#, c-format
msgid "target %s doesn't exist."
msgstr ""
#: src/libxl/libxl_driver.c:3480 src/qemu/qemu_driver.c:6343
msgid "this disk doesn't support update"
msgstr ""
#: src/libxl/libxl_driver.c:3774 src/qemu/qemu_driver.c:6646
#: src/uml/uml_driver.c:2289
msgid "cannot set autostart for transient domain"
msgstr "impossibile impostare l'autostart di un dominio transitorio"
#: src/libxl/libxl_driver.c:3789 src/qemu/qemu_driver.c:6661
#: src/storage/storage_driver.c:1032 src/uml/uml_driver.c:2304
#, c-format
msgid "cannot create autostart directory %s"
msgstr "impossibile creare la cartella di avvio automatico %s"
#: src/libxl/libxl_driver.c:3867
#, c-format
msgid "Failed to get scheduler id for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:3918 src/libxl/libxl_driver.c:3999
msgid "Only 'credit' scheduler is supported"
msgstr ""
#: src/libxl/libxl_driver.c:3924 src/libxl/libxl_driver.c:4005
#, c-format
msgid "Failed to get scheduler parameters for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_driver.c:4022
#, c-format
msgid "Failed to set scheduler parameters for domain '%d' with libxenlight"
msgstr ""
#: src/libxl/libxl_conf.c:330
#, c-format
msgid "libxenlight failed to resolve security label '%s'"
msgstr ""
#: src/libxl/libxl_conf.c:338
#, c-format
msgid "libxenlight failed to parse UUID '%s'"
msgstr ""
#: src/libxl/libxl_conf.c:511 src/libxl/libxl_conf.c:523
#, c-format
msgid "libxenlight does not support disk driver %s"
msgstr ""
#: src/libxl/libxl_conf.c:543
msgid "libxenlight does not support transient disks"
msgstr ""
#: src/libxl/libxl_conf.c:619 src/qemu/qemu_command.c:3763
#: src/xenxs/xen_sxpr.c:1929
#, c-format
msgid "scripts are not supported on interfaces of type %s"
msgstr ""
#: src/libxl/libxl_conf.c:693
msgid "Unable to find an unused VNC port"
msgstr "Impossibile trovare una porta VNC non utilizzata"
#: src/libxl/libxl_conf.c:782 src/storage/storage_backend.c:1496
#: src/storage/storage_backend_logical.c:213
#, c-format
msgid "Failed to compile regex %s"
msgstr "Compilazione regex %s fallita"
#: src/libxl/libxl_conf.c:788
msgid "Failed to get node physical info from libxenlight"
msgstr ""
#: src/libxl/libxl_conf.c:794
msgid "Failed to get version info from libxenlight"
msgstr ""
#: src/network/bridge_driver.c:735
#, c-format
msgid ""
"Publicly routable address %s is prohibited. The version of dnsmasq on this "
"host (%d.%d) doesn't support the bind-dynamic option or use SO_BINDTODEVICE "
"on listening sockets, one of which is required for safe operation on a "
"publicly routable subnet (see CVE-2012-3411). You must either upgrade "
"dnsmasq, or use a private/local subnet range for this network (as described "
"in RFC1918/RFC3484/RFC4193)."
msgstr ""
#: src/network/bridge_driver.c:821
msgid "For IPv4, multiple DHCP definitions cannot be specified."
msgstr ""
#: src/network/bridge_driver.c:834
#, c-format
msgid ""
"The version of dnsmasq on this host (%d.%d) doesn't adequately support IPv6 "
"dhcp range or dhcp host specification. Version %d.%d or later is required."
msgstr ""
#: src/network/bridge_driver.c:847
msgid "For IPv6, multiple DHCP definitions cannot be specified."
msgstr ""
#: src/network/bridge_driver.c:1025
#, c-format
msgid "couldn't write dnsmasq config file '%s'"
msgstr ""
#: src/network/bridge_driver.c:1055 src/network/bridge_driver.c:1061
#: src/network/bridge_driver.c:1073 src/network/bridge_driver.c:1370
#: src/network/bridge_driver.c:1376
#, c-format
msgid "cannot create directory %s"
msgstr "impossibile creare la cartella %s"
#: src/network/bridge_driver.c:1261
#, c-format
msgid "bridge '%s' has an invalid prefix"
msgstr ""
#: src/network/bridge_driver.c:1324
#, c-format
msgid "couldn't write radvd config file '%s'"
msgstr ""
#: src/network/bridge_driver.c:1362
#, c-format
msgid "Cannot find %s - Possibly the package isn't installed"
msgstr ""
#: src/network/bridge_driver.c:1532 src/network/bridge_driver.c:1722
#, c-format
msgid "Invalid prefix or netmask for '%s'"
msgstr "Prefisso o netmask non valida per '%s'"
#: src/network/bridge_driver.c:1544
#, c-format
msgid "failed to add iptables rule to allow forwarding from '%s'"
msgstr ""
"Impossibile aggiungere la regola iptables per abilitare il forwarding da '%s'"
#: src/network/bridge_driver.c:1558
#, c-format
msgid "failed to add iptables rule to allow forwarding to '%s'"
msgstr ""
"impossibile aggiungere la regola iptables per abilitare il forwarding a '%s'"
#: src/network/bridge_driver.c:1596
#, c-format
msgid "failed to add iptables rule to enable masquerading to %s"
msgstr ""
#: src/network/bridge_driver.c:1597
msgid "failed to add iptables rule to enable masquerading"
msgstr ""
#: src/network/bridge_driver.c:1612
#, c-format
msgid "failed to add iptables rule to enable UDP masquerading to %s"
msgstr ""
#: src/network/bridge_driver.c:1613
msgid "failed to add iptables rule to enable UDP masquerading"
msgstr ""
#: src/network/bridge_driver.c:1628
#, c-format
msgid "failed to add iptables rule to enable TCP masquerading to %s"
msgstr ""
#: src/network/bridge_driver.c:1629
msgid "failed to add iptables rule to enable TCP masquerading"
msgstr ""
#: src/network/bridge_driver.c:1734
#, c-format
msgid "failed to add iptables rule to allow routing from '%s'"
msgstr ""
"impossibile aggiungere la regola iptables per abilitare l'instradamento da "
"'%s'"
#: src/network/bridge_driver.c:1746
#, c-format
msgid "failed to add iptables rule to allow routing to '%s'"
msgstr ""
"impossibile aggiungere la regola iptables per abilitare l'instradamento a "
"'%s'"
#: src/network/bridge_driver.c:1806
#, c-format
msgid "failed to add ip6tables rule to block outbound traffic from '%s'"
msgstr ""
#: src/network/bridge_driver.c:1814
#, c-format
msgid "failed to add ip6tables rule to block inbound traffic to '%s'"
msgstr ""
#: src/network/bridge_driver.c:1823
#, c-format
msgid "failed to add ip6tables rule to allow cross bridge traffic on '%s'"
msgstr ""
#: src/network/bridge_driver.c:1836 src/network/bridge_driver.c:1844
#, c-format
msgid "failed to add ip6tables rule to allow DNS requests from '%s'"
msgstr ""
#: src/network/bridge_driver.c:1852
#, c-format
msgid "failed to add ip6tables rule to allow DHCP6 requests from '%s'"
msgstr ""
#: src/network/bridge_driver.c:1917 src/network/bridge_driver.c:1925
#, c-format
msgid "failed to add iptables rule to allow DHCP requests from '%s'"
msgstr ""
"impossibile aggiungere la regola iptables per abilitare le richieste DHCP da "
"'%s'"
#: src/network/bridge_driver.c:1948 src/network/bridge_driver.c:1956
#, c-format
msgid "failed to add iptables rule to allow DNS requests from '%s'"
msgstr ""
"impossibile aggiungere la regola iptables per abilitare le richieste DNS da "
"'%s'"
#: src/network/bridge_driver.c:1966
#, c-format
msgid "failed to add iptables rule to allow TFTP requests from '%s'"
msgstr ""
#: src/network/bridge_driver.c:1976
#, c-format
msgid "failed to add iptables rule to block outbound traffic from '%s'"
msgstr ""
"impossibile aggiungere la regola iptables per bloccare il traffico in uscita "
"da '%s'"
#: src/network/bridge_driver.c:1984
#, c-format
msgid "failed to add iptables rule to block inbound traffic to '%s'"
msgstr ""
"impossibile aggiungere la regola iptables per bloccare il traffico in "
"entrata su '%s'"
#: src/network/bridge_driver.c:1993
#, c-format
msgid "failed to add iptables rule to allow cross bridge traffic on '%s'"
msgstr ""
"impossibile aggiungere la regola iptables per abilitare il traffico cross "
"bridge su '%s'"
#: src/network/bridge_driver.c:2219
#, c-format
msgid "cannot write to %s to disable IPv6 on bridge %s"
msgstr ""
#: src/network/bridge_driver.c:2241 src/network/bridge_driver.c:2257
#, c-format
msgid "cannot disable %s"
msgstr "impossibile disabilitare %s"
#: src/network/bridge_driver.c:2350
#, c-format
msgid "Network is already in use by interface %s"
msgstr ""
#: src/network/bridge_driver.c:2371
#, c-format
msgid "bridge '%s' has an invalid netmask or IP address"
msgstr ""
#: src/network/bridge_driver.c:2471
msgid "failed to enable IP forwarding"
msgstr "errore nell'abilitazione dell'IP forwarding"
#: src/network/bridge_driver.c:2633
msgid "network is already active"
msgstr "la rete è già attiva"
#: src/network/bridge_driver.c:2736 src/network/bridge_driver.c:3182
#: src/network/bridge_driver.c:3241 src/network/bridge_driver.c:3374
#: src/network/bridge_driver.c:3397 src/network/bridge_driver.c:3442
#: src/network/bridge_driver.c:3502 src/network/bridge_driver.c:3527
#: src/parallels/parallels_network.c:486 src/parallels/parallels_network.c:537
#: src/parallels/parallels_network.c:603 src/test/test_driver.c:3254
msgid "no network with matching uuid"
msgstr "non ci sono reti con uuid corrispondente"
#: src/network/bridge_driver.c:2759 src/network/bridge_driver.c:3741
#: src/network/bridge_driver.c:4123 src/network/bridge_driver.c:4300
#: src/network/bridge_driver.c:4453 src/parallels/parallels_network.c:510
#, c-format
msgid "no network with matching name '%s'"
msgstr "nessuna rete con nome corrispondente '%s'"
#: src/network/bridge_driver.c:2968
#, c-format
msgid "Unsupported <ip> element in network %s with forward mode='%s'"
msgstr ""
#: src/network/bridge_driver.c:2976
#, c-format
msgid "Unsupported <dns> element in network %s with forward mode='%s'"
msgstr ""
#: src/network/bridge_driver.c:2984
#, c-format
msgid "Unsupported <domain> element in network %s with forward mode='%s'"
msgstr ""
#: src/network/bridge_driver.c:3002
msgid ""
"Multiple IPv4 dhcp sections found -- dhcp is supported only for a single "
"IPv4 address on each network"
msgstr ""
#: src/network/bridge_driver.c:3015
msgid ""
"Multiple IPv6 dhcp sections found -- dhcp is supported only for a single "
"IPv6 address on each network"
msgstr ""
#: src/network/bridge_driver.c:3057
#, c-format
msgid ""
"network '%s' has multiple default <portgroup> elements (%s and %s), but only "
"one default is allowed"
msgstr ""
#: src/network/bridge_driver.c:3075
#, c-format
msgid ""
"<vlan> element specified for network %s, whose type doesn't support vlan "
"configuration"
msgstr ""
#: src/network/bridge_driver.c:3403
msgid "network is not active"
msgstr "la rete non è attiva"
#: src/network/bridge_driver.c:3470
msgid "no network with matching id"
msgstr "nessuna rete con id corrispondente"
#: src/network/bridge_driver.c:3476 src/test/test_driver.c:3384
#, c-format
msgid "network '%s' does not have a bridge name."
msgstr "la rete '%s' non ha un nome di bridge."
#: src/network/bridge_driver.c:3533
msgid "cannot set autostart for transient network"
msgstr "impossibile impostare autostart per una rete transitoria"
#: src/network/bridge_driver.c:3548
#, c-format
msgid "cannot create autostart directory '%s'"
msgstr "impossibile creare la cartella di avvio automatico '%s'"
#: src/network/bridge_driver.c:3555 src/storage/storage_driver.c:1039
#, c-format
msgid "Failed to create symlink '%s' to '%s'"
msgstr "Impossibile creare il symlink '%s' verso '%s'"
#: src/network/bridge_driver.c:3645
#, c-format
msgid "Could not get Virtual functions on %s"
msgstr ""
#: src/network/bridge_driver.c:3652
#, c-format
msgid "No Vf's present on SRIOV PF %s"
msgstr ""
#: src/network/bridge_driver.c:3679
msgid "Direct mode types require interface names"
msgstr ""
#: src/network/bridge_driver.c:3841
#, c-format
msgid ""
"<virtualport type='%s'> not supported for network '%s' which uses a bridge "
"device"
msgstr ""
#: src/network/bridge_driver.c:3872 src/network/bridge_driver.c:4013
#, c-format
msgid ""
"network '%s' requires exclusive access to interfaces, but none are available"
msgstr ""
#: src/network/bridge_driver.c:3901
#, c-format
msgid ""
"<virtualport type='%s'> not supported for network '%s' which uses an SR-IOV "
"Virtual Function via PCI passthrough"
msgstr ""
#: src/network/bridge_driver.c:3958
#, c-format
msgid ""
"<virtualport type='%s'> not supported for network '%s' which uses a macvtap "
"device"
msgstr ""
#: src/network/bridge_driver.c:3971
#, c-format
msgid ""
"network '%s' uses a direct mode, but has no forward dev and no interface pool"
msgstr ""
#: src/network/bridge_driver.c:4046
#, c-format
msgid ""
"an interface connecting to network '%s' is requesting a vlan tag, but that "
"is not supported for this type of network"
msgstr ""
#: src/network/bridge_driver.c:4052
#, c-format
msgid ""
"an interface of type '%s' is requesting a vlan tag, but that is not "
"supported for this type of connection"
msgstr ""
#: src/network/bridge_driver.c:4142
#, c-format
msgid ""
"network '%s' uses a direct or hostdev mode, but has no forward dev and no "
"interface pool"
msgstr ""
#: src/network/bridge_driver.c:4154 src/network/bridge_driver.c:4333
msgid "the interface uses a direct mode, but has no source dev"
msgstr ""
#: src/network/bridge_driver.c:4171 src/network/bridge_driver.c:4349
#, c-format
msgid "network '%s' doesn't have dev='%s' in use by domain"
msgstr ""
#: src/network/bridge_driver.c:4188
#, c-format
msgid "network '%s' claims dev='%s' is already in use by a different domain"
msgstr ""
#: src/network/bridge_driver.c:4205 src/network/bridge_driver.c:4365
msgid "the interface uses a hostdev mode, but has no hostdev"
msgstr ""
#: src/network/bridge_driver.c:4223 src/network/bridge_driver.c:4381
#, c-format
msgid "network '%s' doesn't have PCI device %04x:%02x:%02x.%x in use by domain"
msgstr ""
#: src/network/bridge_driver.c:4240
#, c-format
msgid ""
"network '%s' claims the PCI device at domain=%d bus=%d slot=%d function=%d "
"is already in use by a different domain"
msgstr ""
#: src/network/bridge_driver.c:4321
#, c-format
msgid ""
"network '%s' uses a direct/hostdev mode, but has no forward dev and no "
"interface pool"
msgstr ""
#: src/network/bridge_driver.c:4467
#, c-format
msgid "network '%s' doesn't have an IPv4 address"
msgstr ""
#: src/network/bridge_driver.c:4489
#, c-format
msgid "network '%s' has no associated interface or bridge"
msgstr ""
#: src/network/bridge_driver.c:4543
#, c-format
msgid ""
"Invalid use of 'floor' on interface with MAC address %s - network '%s' has "
"no inbound QoS set"
msgstr ""
#: src/network/bridge_driver.c:4563
#, c-format
msgid ""
"Cannot plug '%s' interface into '%s' because it would overcommit 'peak' on "
"network '%s'"
msgstr ""
#: src/network/bridge_driver.c:4574
#, c-format
msgid ""
"Cannot plug '%s' interface into '%s' because it would overcommit 'average' "
"on network '%s'"
msgstr ""
#: src/network/bridge_driver.c:4640
#, c-format
msgid "Cannot set bandwidth on interface '%s' of type %d"
msgstr ""
#: src/network/bridge_driver.c:4648
msgid "Could not generate next class ID"
msgstr ""
#: src/node_device/node_device_driver.c:87
#, c-format
msgid "cannot resolve driver link %s"
msgstr "impossibile risolvere il link del driver %s"
#: src/node_device/node_device_driver.c:289
#: src/node_device/node_device_driver.c:319
#: src/node_device/node_device_driver.c:355
#: src/node_device/node_device_driver.c:386 src/test/test_driver.c:5369
#: src/test/test_driver.c:5395 src/test/test_driver.c:5431
#: src/test/test_driver.c:5462
#, c-format
msgid "no node device with matching name '%s'"
msgstr "nessun nodo dispositivo con un nome corrispondente '%s'"
#: src/node_device/node_device_driver.c:330 src/test/test_driver.c:5406
msgid "no parent for this device"
msgstr ""
#: src/node_device/node_device_driver.c:419
msgid "Could not get current time"
msgstr "Impossibile determinare l'ora corrente"
#: src/node_device/node_device_hal.c:619
#, c-format
msgid "DBus not available, disabling HAL driver: %s"
msgstr ""
#: src/node_device/node_device_hal.c:628
msgid "libhal_ctx_new returned NULL"
msgstr "libhal_ctx_new ha ritornato NULL"
#: src/node_device/node_device_hal.c:633
msgid "libhal_ctx_set_dbus_connection failed"
msgstr "libhal_ctx_set_dbus_connection fallita"
#: src/node_device/node_device_hal.c:637
msgid "libhal_ctx_init failed, haldaemon is probably not running"
msgstr ""
#: src/node_device/node_device_hal.c:662
msgid "setting up HAL callbacks failed"
msgstr "impostazione callback per HAL fallita"
#: src/node_device/node_device_hal.c:668 src/node_device/node_device_hal.c:729
msgid "libhal_get_all_devices failed"
msgstr "libhal_get_all_devices fallita"
#: src/node_device/node_device_hal.c:681 src/qemu/qemu_migration.c:1259
#: src/qemu/qemu_migration.c:1616 src/qemu/qemu_migration.c:1648
#: src/qemu/qemu_migration.c:1654 src/qemu/qemu_migration.c:2760
#, c-format
msgid "%s: %s"
msgstr "%s: %s"
#: src/node_device/node_device_linux_sysfs.c:56
#, c-format
msgid "Failed to read WWPN for host%d"
msgstr ""
#: src/node_device/node_device_linux_sysfs.c:64
#, c-format
msgid "Failed to read WWNN for host%d"
msgstr ""
#: src/node_device/node_device_linux_sysfs.c:72
#, c-format
msgid "Failed to read fabric WWN for host%d"
msgstr ""
#: src/node_device/node_device_linux_sysfs.c:85
#, fuzzy, c-format
msgid "Failed to read max_npiv_vports for host%d"
msgstr "Impossibile leggere il file %s/%s.pid"
#: src/node_device/node_device_linux_sysfs.c:94
#, fuzzy, c-format
msgid "Failed to read npiv_vports_inuse for host%d"
msgstr "Impossibile creare il dispositivo per '%s'"
#: src/node_device/node_device_linux_sysfs.c:101
#, fuzzy, c-format
msgid "Failed to parse value of max_npiv_vports '%s'"
msgstr "Impossibile eseguire il parsing della modalità '%s'"
#: src/node_device/node_device_linux_sysfs.c:108
#, fuzzy, c-format
msgid "Failed to parse value of npiv_vports_inuse '%s'"
msgstr "Impossibile eseguire il parsing della modalità '%s'"
#: src/node_device/node_device_udev.c:64
#, c-format
msgid "Failed to convert '%s' to unsigned long long"
msgstr "Impossibile convertire '%s' a unsigned long long"
#: src/node_device/node_device_udev.c:82 src/util/virpci.c:1858
#, c-format
msgid "Failed to convert '%s' to unsigned int"
msgstr ""
#: src/node_device/node_device_udev.c:99
#, c-format
msgid "Failed to convert '%s' to int"
msgstr "Impossibile convertire '%s' a int"
#: src/node_device/node_device_udev.c:129
#, c-format
msgid ""
"Failed to allocate memory for property value for property key '%s' on device "
"with sysname '%s'"
msgstr ""
#: src/node_device/node_device_udev.c:218
#, c-format
msgid ""
"Failed to allocate memory for sysfs attribute value for sysfs attribute '%s' "
"on device with sysname '%s'"
msgstr ""
#: src/node_device/node_device_udev.c:336
#, c-format
msgid "Buffer error when generating device name for device with sysname '%s'"
msgstr ""
#: src/node_device/node_device_udev.c:659
#, c-format
msgid "SCSI host found, but its udev name '%s' does not begin with 'host'"
msgstr ""
"Dispositivo SCSI trovato, ma il suo nome udev '%s' non inizia per 'host'"
#: src/node_device/node_device_udev.c:826
#, c-format
msgid "Failed to process SCSI device with sysfs path '%s'"
msgstr "Impossibile processare il dispositivo SCSI con percorso sysfs '%s'"
#: src/node_device/node_device_udev.c:1198
#, c-format
msgid "Unknown device type %d"
msgstr "Tipo di dispositivo %d sconosciuto"
#: src/node_device/node_device_udev.c:1249
#, c-format
msgid "Could not get syspath for parent of '%s'"
msgstr ""
#: src/node_device/node_device_udev.c:1331
#: src/node_device/node_device_udev.c:1595
#, c-format
msgid "Failed to create device for '%s'"
msgstr "Impossibile creare il dispositivo per '%s'"
#: src/node_device/node_device_udev.c:1383
#, c-format
msgid "udev scan devices returned %d"
msgstr ""
#: src/node_device/node_device_udev.c:1459
#, c-format
msgid ""
"File descriptor returned by udev %d does not match node device file "
"descriptor %d"
msgstr ""
#: src/node_device/node_device_udev.c:1466
msgid "udev_monitor_receive_device returned NULL"
msgstr "udev_monitor_receive_device ha ritornato NULL"
#: src/node_device/node_device_udev.c:1505
#, c-format
msgid "Failed to get udev device for syspath '%s' or '%s'"
msgstr ""
#: src/node_device/node_device_udev.c:1631
#, c-format
msgid "Failed to initialize libpciaccess: %s"
msgstr "Impossibile inizializzare libpciaccess: %s"
#: src/node_device/node_device_udev.c:1655
msgid "Failed to initialize mutex for driverState"
msgstr ""
#: src/node_device/node_device_udev.c:1676
msgid "udev_monitor_new_from_netlink returned NULL"
msgstr "udev_monitor_new_from_netlink ha ritornato NULL"
#: src/nodeinfo.c:71
msgid "Cannot obtain CPU count"
msgstr ""
#: src/nodeinfo.c:132 src/nodeinfo.c:171 src/nodeinfo.c:879 src/nodeinfo.c:952
#: src/nodeinfo.c:1017 src/uml/uml_driver.c:2380 src/util/vircommand.c:314
#: src/util/virpci.c:1673
#, c-format
msgid "cannot open %s"
msgstr "impossibile aprire %s"
#: src/nodeinfo.c:137 src/nodeinfo.c:177
#, c-format
msgid "cannot read from %s"
msgstr "impossibile leggere da %s"
#: src/nodeinfo.c:142
#, c-format
msgid "could not convert '%s' to an integer"
msgstr ""
#: src/nodeinfo.c:259
#, c-format
msgid "cannot opendir %s"
msgstr ""
#: src/nodeinfo.c:288 src/nodeinfo.c:350 src/nodeinfo.c:523
#, c-format
msgid "problem reading %s"
msgstr ""
#: src/nodeinfo.c:325
msgid "CPU socket topology has changed"
msgstr ""
#: src/nodeinfo.c:371 src/nodeinfo.c:587
#, c-format
msgid "problem closing %s"
msgstr ""
#: src/nodeinfo.c:408 src/nodeinfo.c:431 src/nodeinfo.c:457
msgid "parsing cpu MHz from cpuinfo"
msgstr ""
#: src/nodeinfo.c:551
msgid "no CPUs found"
msgstr "nessuna CPU trovata"
#: src/nodeinfo.c:556
msgid "no sockets found"
msgstr "nessun socket trovato"
#: src/nodeinfo.c:561
msgid "no threads found"
msgstr "nessun thread trovato"
#: src/nodeinfo.c:618
#, c-format
msgid "nparams in %s must be equal to %d"
msgstr ""
#: src/nodeinfo.c:650 src/nodeinfo.c:659 src/nodeinfo.c:668 src/nodeinfo.c:677
msgid "Field kernel cpu time too long for destination"
msgstr ""
#: src/nodeinfo.c:694
#, c-format
msgid "Invalid cpuNum in %s"
msgstr ""
#: src/nodeinfo.c:739
#, c-format
msgid "nparams in %s must be %d"
msgstr ""
#: src/nodeinfo.c:763
msgid "no prefix found"
msgstr ""
#: src/nodeinfo.c:782
msgid "Field kernel memory too long for destination"
msgstr ""
#: src/nodeinfo.c:796
msgid "no available memory line found"
msgstr ""
#: src/nodeinfo.c:823 src/nodeinfo.c:1271
#, c-format
msgid "failed to parse %s"
msgstr ""
#: src/nodeinfo.c:910
msgid "cannot obtain CPU freq"
msgstr ""
#: src/nodeinfo.c:922
msgid "cannot obtain memory size"
msgstr ""
#: src/nodeinfo.c:933
msgid "node info not implemented on this platform"
msgstr ""
#: src/nodeinfo.c:962
msgid "node CPU stats not implemented on this platform"
msgstr ""
#: src/nodeinfo.c:992 src/nodeinfo.c:1618 src/nodeinfo.c:1656
msgid "NUMA not supported on this host"
msgstr "NUMA non supportato su questo host"
#: src/nodeinfo.c:1001
#, c-format
msgid "cellNum in %s must be less than or equal to %d"
msgstr ""
#: src/nodeinfo.c:1029
msgid "node memory stats not implemented on this platform"
msgstr ""
#: src/nodeinfo.c:1061
msgid "host cpu counting not supported on this node"
msgstr ""
#: src/nodeinfo.c:1071
msgid "host cpu counting not implemented on this platform"
msgstr ""
#: src/nodeinfo.c:1112
msgid "node cpumap not implemented on this platform"
msgstr ""
#: src/nodeinfo.c:1143 src/util/virutil.c:3338
#, c-format
msgid "failed to set %s"
msgstr ""
#: src/nodeinfo.c:1175
#, c-format
msgid "Parameter '%s' is not supported by this kernel"
msgstr ""
#: src/nodeinfo.c:1224
msgid "node set memory parameters not implemented on this platform"
msgstr ""
#: src/nodeinfo.c:1426
msgid "node get memory parameters not implemented on this platform"
msgstr ""
#: src/nodeinfo.c:1495
msgid "Failed to parse thread siblings"
msgstr ""
#: src/nodeinfo.c:1624
#, c-format
msgid "start cell %d out of range (0-%d)"
msgstr ""
#: src/nodeinfo.c:1636
#, c-format
msgid "Failed to query NUMA free memory for node: %d"
msgstr ""
#: src/nodeinfo.c:1664
msgid "Failed to query NUMA free memory"
msgstr "Impossibile interrogare la memoria disponibile di NUMA"
#: src/nodeinfo.c:1694
#, fuzzy, c-format
msgid "cell %d out of range (0-%d)"
msgstr "numero vcpu fuori dalla gamma %d > %d"
#: src/nodeinfo.c:1703
#, fuzzy, c-format
msgid "Failed to query NUMA total memory for node: %d"
msgstr "Impossibile interrogare la memoria disponibile di NUMA"
#: src/nodeinfo.c:1727 src/nodeinfo.c:1734
msgid "NUMA memory information not available on this platform"
msgstr "Informazioni memoria NUMA non disponibili su questa piattaforma"
#: src/nwfilter/nwfilter_dhcpsnoop.c:578
#, c-format
msgid "virNWFilterSnoopReqNew called with invalid key \"%s\" (%zu)"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:891
msgid "virNWFilterSnoopListDel failed"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1118
msgid "pcap_create failed"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1126
msgid "setup of pcap handle failed"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1132
#, c-format
msgid "pcap_compile: %s"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1138
#, c-format
msgid "pcap_setfilter: %s"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1144
#, c-format
msgid "pcap_setdirection: %s"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1179
#, c-format
msgid "Instantiation of rules failed on interface '%s'"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1485
#, c-format
msgid "interface '%s' failing; reopening"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1539
#, c-format
msgid "Job submission failed on interface '%s'"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1645
#: src/nwfilter/nwfilter_learnipaddr.c:677
msgid ""
"IP parameter must be provided since snooping the IP address does not work "
"possibly due to missing tools"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1657
msgid "applyDHCPOnlyRules failed - spoofing not protected!"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1664
#, c-format
msgid "virNWFilterDHCPSnoopReq: can't copy variables on if %s"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1674
#, c-format
msgid ""
"virNWFilterDHCPSnoopReq ifname map failed on interface \"%s\" key \"%s\""
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1683
#, c-format
msgid "virNWFilterDHCPSnoopReq req add failed on interface \"%s\" ifkey \"%s\""
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1695
#, c-format
msgid "virNWFilterDHCPSnoopReq virThreadCreate failed on interface '%s'"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1705
#, c-format
msgid "Activation of snoop request failed on interface '%s'"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1712
#, c-format
msgid "Restoring of leases failed on interface '%s'"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1791
msgid "lease file write failed"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1898
#, c-format
msgid "unlink(\"%s\")"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1903
#, c-format
msgid "open(\"%s\")"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1917 src/qemu/qemu_driver.c:2766
#: src/qemu/qemu_driver.c:2784 src/qemu/qemu_driver.c:3433
#: src/vbox/vbox_tmpl.c:9214
#, c-format
msgid "unable to close %s"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1923
#, c-format
msgid "rename(\"%s\", \"%s\")"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1953
#: src/nwfilter/nwfilter_dhcpsnoop.c:1962
#, c-format
msgid "virNWFilterSnoopLeaseFileLoad lease file line %d corrupt"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1979
#, c-format
msgid "virNWFilterSnoopLeaseFileLoad req add failed on interface \"%s\""
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:1987
#, c-format
msgid "line %d corrupt ipaddr \"%s\""
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:2131
#, c-format
msgid "ifname \"%s\" not in key map"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:2145
#, c-format
msgid "ifkey \"%s\" has no req"
msgstr ""
#: src/nwfilter/nwfilter_dhcpsnoop.c:2227
msgid "libvirt was not compiled with libpcap and \""
msgstr ""
#: src/nwfilter/nwfilter_driver.c:212
msgid "DBus matches could not be installed. Disabling nwfilter driver"
msgstr ""
#: src/nwfilter/nwfilter_driver.c:378 src/nwfilter/nwfilter_driver.c:583
#: src/nwfilter/nwfilter_driver.c:631
msgid "no nwfilter with matching uuid"
msgstr ""
#: src/nwfilter/nwfilter_driver.c:404
#, c-format
msgid "no nwfilter with matching name '%s'"
msgstr ""
#: src/nwfilter/nwfilter_driver.c:590
msgid "nwfilter is in use"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:257
#, c-format
msgid "Buffer too small to print variable '%s' into"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:293
msgid "buffer too small for IP address"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:307
msgid "buffer too small for IPv6 address"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:318
msgid "Buffer too small for MAC address"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:330
#: src/nwfilter/nwfilter_ebiptables_driver.c:360
msgid "Buffer too small for uint8 type"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:340
msgid "Buffer too small for uint32 type"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:350
msgid "Buffer too small for uint16 type"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:368
msgid "Buffer to small for ipset name"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:400
msgid "Buffer too small for IPSETFLAGS type"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:409
#, c-format
msgid "Unhandled datatype %x"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:1323
#, c-format
msgid "cannot create rule since %s tool is missing."
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:2041
msgid "cannot create rule since ebtables tool is missing."
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:2142
#, c-format
msgid ""
"STP filtering in %s direction with source MAC address set is not supported"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:2709
msgid "illegal protocol type"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:3225
#: src/nwfilter/nwfilter_ebiptables_driver.c:3322
#: src/nwfilter/nwfilter_ebiptables_driver.c:3458
msgid "cannot create rules since ebtables tool is missing."
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:3284
#: src/nwfilter/nwfilter_ebiptables_driver.c:3434
#: src/nwfilter/nwfilter_ebiptables_driver.c:3504
msgid "Some rules could not be created."
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:3609
#, c-format
msgid "To enable ip%stables filtering for the VM do 'echo 1 > %s'"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:3936
#, c-format
msgid "Some rules could not be created for interface %s%s%s"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:4076
msgid "error while executing CLI commands"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:4262
#, c-format
msgid "Testing of ebtables command failed: %s"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:4279
#, c-format
msgid "Testing of iptables command failed: %s"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:4296
#, c-format
msgid "Testing of ip6tables command failed: %s"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:4332
msgid "essential tools to support ip(6)tables firewalls could not be located"
msgstr ""
#: src/nwfilter/nwfilter_ebiptables_driver.c:4339
msgid "firewall tools were not found or cannot be used"
msgstr ""
#: src/nwfilter/nwfilter_gentech_driver.c:165
msgid "Could not add variable 'MAC' to hashmap"
msgstr ""
#: src/nwfilter/nwfilter_gentech_driver.c:179
msgid "Could not add variable 'IP' to hashmap"
msgstr ""
#: src/nwfilter/nwfilter_gentech_driver.c:431
#: src/nwfilter/nwfilter_gentech_driver.c:543
#: src/nwfilter/nwfilter_gentech_driver.c:862
#, c-format
msgid "Filter '%s' is in use."
msgstr ""
#: src/nwfilter/nwfilter_gentech_driver.c:479
#: src/nwfilter/nwfilter_gentech_driver.c:586
#, c-format
msgid "referenced filter '%s' is missing"
msgstr ""
#: src/nwfilter/nwfilter_gentech_driver.c:725
#, c-format
msgid "filter '%s' learning value '%s' invalid."
msgstr ""
#: src/nwfilter/nwfilter_gentech_driver.c:801
#, c-format
msgid ""
"Cannot instantiate filter due to unresolvable variables or unavailable list "
"elements: %s"
msgstr ""
#: src/nwfilter/nwfilter_gentech_driver.c:844
#: src/nwfilter/nwfilter_gentech_driver.c:1072
#: src/nwfilter/nwfilter_gentech_driver.c:1098
#: src/nwfilter/nwfilter_gentech_driver.c:1123
#, c-format
msgid "Could not get access to ACL tech driver '%s'"
msgstr ""
#: src/nwfilter/nwfilter_gentech_driver.c:855
#, c-format
msgid "Could not find filter '%s'"
msgstr "Impossibile trovare il filtro '%s'"
#: src/nwfilter/nwfilter_gentech_driver.c:1201
#, c-format
msgid "Failure while applying current filter on VM %s"
msgstr ""
#: src/nwfilter/nwfilter_learnipaddr.c:152
msgid "mutex initialization failed"
msgstr ""
#: src/nwfilter/nwfilter_learnipaddr.c:159
#, c-format
msgid "interface name %s does not fit into buffer "
msgstr ""
#: src/nwfilter/nwfilter_learnipaddr.c:594
#, c-format
msgid "Failed to add IP address %s to IP address cache for interface %s"
msgstr ""
#: src/nwfilter/nwfilter_learnipaddr.c:613
#, c-format
msgid "encountered an error on interface %s index %d"
msgstr ""
#: src/nwfilter/nwfilter_learnipaddr.c:705
#, c-format
msgid "Destination buffer for ifname ('%s') not large enough"
msgstr ""
#: src/nwfilter/nwfilter_learnipaddr.c:713
#, c-format
msgid "Destination buffer for linkdev ('%s') not large enough"
msgstr ""
#: src/nwfilter/nwfilter_learnipaddr.c:765
msgid ""
"IP parameter must be given since libvirt was not compiled with IP address "
"learning support"
msgstr ""
#: src/openvz/openvz_conf.c:123
msgid "Could not extract vzctl version"
msgstr ""
#: src/openvz/openvz_conf.c:234
#, c-format
msgid "Could not read 'IP_ADDRESS' from config for container %d"
msgstr ""
#: src/openvz/openvz_conf.c:266
#, c-format
msgid "Could not read 'NETIF' from config for container %d"
msgstr ""
#: src/openvz/openvz_conf.c:292
msgid "Too long network device name"
msgstr "Nome del dispositivo di rete troppo lungo"
#: src/openvz/openvz_conf.c:301
#, c-format
msgid "Network ifname %s too long for destination"
msgstr ""
#: src/openvz/openvz_conf.c:309
msgid "Too long bridge device name"
msgstr "Nome dispositivo bridge troppo lungo"
#: src/openvz/openvz_conf.c:318
#, c-format
msgid "Bridge name %s too long for destination"
msgstr ""
#: src/openvz/openvz_conf.c:326
msgid "Wrong length MAC address"
msgstr "Lunghezza indirizzo MAC non valida"
#: src/openvz/openvz_conf.c:331
#, c-format
msgid "MAC address %s too long for destination"
msgstr ""
#: src/openvz/openvz_conf.c:336
msgid "Wrong MAC address"
msgstr "Indirizzo MAC errato"
#: src/openvz/openvz_conf.c:411
#, c-format
msgid "Could not read 'OSTEMPLATE' from config for container %d"
msgstr ""
#: src/openvz/openvz_conf.c:425
#, c-format
msgid "Could not read 'VE_PRIVATE' from config for container %d"
msgstr ""
#: src/openvz/openvz_conf.c:449 src/openvz/openvz_conf.c:503
#: src/openvz/openvz_conf.c:525
#, c-format
msgid "Could not read '%s' from config for container %d"
msgstr ""
#: src/openvz/openvz_conf.c:457
msgid "Unable to parse quota"
msgstr ""
#: src/openvz/openvz_conf.c:510
#, c-format
msgid "Could not parse barrier of '%s' from config for container %d"
msgstr ""
#: src/openvz/openvz_conf.c:532
#, c-format
msgid "Could not parse barrier and limit of '%s' from config for container %d"
msgstr ""
#: src/openvz/openvz_conf.c:595 src/openvz/openvz_conf.c:1181
#: src/openvz/openvz_driver.c:1928
msgid "Failed to parse vzlist output"
msgstr "Impossibile analizzare l'output di vzlist"
#: src/openvz/openvz_conf.c:617 src/parallels/parallels_driver.c:710
msgid "UUID in config file malformed"
msgstr "UUID nel file di configurazione malformato"
#: src/openvz/openvz_conf.c:629
#, c-format
msgid "Could not read config for container %d"
msgstr ""
#: src/openvz/openvz_conf.c:1036
#, c-format
msgid "invalid uuid %s"
msgstr "uuid %s non valido"
#: src/openvz/openvz_conf.c:1143
msgid "Failed to scan configuration directory"
msgstr "Errore nella scansione della directory di configurazione"
#: src/openvz/openvz_driver.c:115
msgid "Container is not defined"
msgstr "Il contenitore non è definito"
#: src/openvz/openvz_driver.c:140
msgid "only one filesystem supported"
msgstr "solo un filesystem supportato"
#: src/openvz/openvz_driver.c:149
msgid "filesystem is not of type 'template' or 'mount'"
msgstr ""
#: src/openvz/openvz_driver.c:160 src/openvz/openvz_driver.c:2077
msgid "Could not convert domain name to VEID"
msgstr ""
#: src/openvz/openvz_driver.c:166
msgid "Could not copy default config"
msgstr "Impossibile copiare la configurazione predefinita"
#: src/openvz/openvz_driver.c:172
msgid "Could not set the source dir for the filesystem"
msgstr ""
#: src/openvz/openvz_driver.c:219
msgid "Can't set soft limit without hard limit"
msgstr ""
#: src/openvz/openvz_driver.c:260
#, c-format
msgid "Hostname of '%s' is unset"
msgstr ""
#: src/openvz/openvz_driver.c:409
#, c-format
msgid "cannot read cputime for domain %d"
msgstr "impossibile leggere la cputime del dominio %d"
#: src/openvz/openvz_driver.c:653 src/openvz/openvz_driver.c:704
#: src/vmware/vmware_driver.c:407 src/vmware/vmware_driver.c:466
#: src/vmware/vmware_driver.c:564
msgid "domain is not in running state"
msgstr "Il dominio non è in stato di esecuzione"
#: src/openvz/openvz_driver.c:794
msgid "Container ID is not specified"
msgstr "L'ID del contenitore non è specificato"
#: src/openvz/openvz_driver.c:830
msgid "Could not generate eth name for container"
msgstr "Impossibile generare il nome eth per il contenitore"
#: src/openvz/openvz_driver.c:842
msgid "Could not generate veth name"
msgstr "Impossibile generare il nome veth"
#: src/openvz/openvz_driver.c:894
#, c-format
msgid "Could not put argument to %s"
msgstr "Impossibile inserire argomenti a %s"
#: src/openvz/openvz_driver.c:923
msgid "Could not configure network"
msgstr "Impossibile configurare la rete"
#: src/openvz/openvz_driver.c:934
msgid "cannot replace NETIF config"
msgstr "impossibile sostituire la configurazione NETIF"
#: src/openvz/openvz_driver.c:966
#, c-format
msgid "Already an OPENVZ VM active with the id '%s'"
msgstr "Un OPENVZ VM attivo possiede già un id '%s'"
#: src/openvz/openvz_driver.c:978 src/openvz/openvz_driver.c:1069
msgid "Error creating initial configuration"
msgstr "Errore nella creazione della configurazione iniziale"
#: src/openvz/openvz_driver.c:985 src/openvz/openvz_driver.c:1076
msgid "Could not set disk quota"
msgstr ""
#: src/openvz/openvz_driver.c:992 src/openvz/openvz_driver.c:1083
msgid "Could not set UUID"
msgstr "Impossibile impostare l'UUID"
#: src/openvz/openvz_driver.c:1001 src/vbox/vbox_tmpl.c:5106
msgid "current vcpu count must equal maximum"
msgstr ""
#: src/openvz/openvz_driver.c:1007 src/openvz/openvz_driver.c:1103
#: src/openvz/openvz_driver.c:1375
msgid "Could not set number of vCPUs"
msgstr ""
#: src/openvz/openvz_driver.c:1015
msgid "Could not set memory size"
msgstr "Impossibile impostare la dimensione della memoria"
#: src/openvz/openvz_driver.c:1053
#, c-format
msgid "Already an OPENVZ VM defined with the id '%s'"
msgstr "Un OPENVZ VM è già stato definito con l'id '%s'"
#: src/openvz/openvz_driver.c:1137
msgid "no domain with matching id"
msgstr "non ci sono domini con id corrispondente"
#: src/openvz/openvz_driver.c:1146 src/vmware/vmware_driver.c:285
msgid "domain is not in shutoff state"
msgstr "il dominio non è in uno stato di interruzione"
#: src/openvz/openvz_driver.c:1274
msgid "Could not read container config"
msgstr "Impossibile leggere la configurazione del contenitore"
#: src/openvz/openvz_driver.c:1298 src/qemu/qemu_driver.c:1184
#, c-format
msgid "unknown type '%s'"
msgstr "tipo '%s' sconosciuto"
#: src/openvz/openvz_driver.c:1308 src/openvz/openvz_driver.c:1353
#, c-format
msgid "unsupported flags (0x%x)"
msgstr ""
#: src/openvz/openvz_driver.c:1369
msgid "Number of vCPUs should be >= 1"
msgstr ""
#: src/openvz/openvz_driver.c:1424
#, c-format
msgid "unexpected OpenVZ URI path '%s', try openvz:///system"
msgstr ""
#: src/openvz/openvz_driver.c:1431
msgid "OpenVZ control file /proc/vz does not exist"
msgstr ""
#: src/openvz/openvz_driver.c:1437
msgid "OpenVZ control file /proc/vz is not accessible"
msgstr ""
#: src/openvz/openvz_driver.c:1535 src/openvz/openvz_driver.c:1590
#, c-format
msgid "Could not parse VPS ID %s"
msgstr "Impossibile analizzare l'ID VPS %s"
#: src/openvz/openvz_driver.c:1546 src/openvz/openvz_driver.c:1605
msgid "failed to close file"
msgstr "chiusura del file fallita"
#: src/openvz/openvz_driver.c:1722
#, c-format
msgid "Failed to get %s for %s: %d"
msgstr ""
#: src/openvz/openvz_driver.c:1731
msgid "Can't parse limit from "
msgstr ""
#: src/openvz/openvz_driver.c:1738
msgid "Can't parse barrier from "
msgstr ""
#: src/openvz/openvz_driver.c:1762
#, c-format
msgid "Failed to set %s for %s: value too large"
msgstr ""
#: src/openvz/openvz_driver.c:1773
#, c-format
msgid "Failed to set %s for %s: %d"
msgstr ""
#: src/openvz/openvz_driver.c:1995 src/qemu/qemu_driver.c:8683
#: src/test/test_driver.c:2907
#, c-format
msgid "invalid path, '%s' is not a known interface"
msgstr "percorso non valido, '%s' non è una interfaccia conosciuta"
#: src/openvz/openvz_driver.c:2030
msgid "Can only modify disk quota"
msgstr ""
#: src/openvz/openvz_driver.c:2041
#, c-format
msgid "Can't modify device type '%s'"
msgstr ""
#: src/openvz/openvz_util.c:49
msgid "Can't determine page size"
msgstr ""
#: src/parallels/parallels_driver.c:455
#, c-format
msgid "Invalid MAC address format '%s'"
msgstr ""
#: src/parallels/parallels_driver.c:740
msgid "Can't get node info"
msgstr ""
#: src/parallels/parallels_driver.c:975
#, c-format
msgid "Unexpected Parallels URI path '%s', try parallels:///system"
msgstr ""
#: src/parallels/parallels_driver.c:1188 src/qemu/qemu_driver.c:1341
#: src/qemu/qemu_driver.c:9607 src/qemu/qemu_driver.c:9865
#, c-format
msgid "no domain with matching name '%s'"
msgstr ""
#: src/parallels/parallels_driver.c:1386
#, c-format
msgid "domain '%s' not %s"
msgstr ""
#: src/parallels/parallels_driver.c:1519
msgid "changing display parameters is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:1567
msgid "changing serial device parameters is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:1582
msgid "Only one video device is supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:1591
msgid "Only VGA video device is supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:1598
msgid "Only one monitor is supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:1608
msgid ""
"Changing video acceleration parameters is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:1616
msgid "Video RAM size should be multiple of 1Mb."
msgstr ""
#: src/parallels/parallels_driver.c:1644
#, c-format
msgid "Invalid disk bus: %d"
msgstr ""
#: src/parallels/parallels_driver.c:1678 src/parallels/parallels_driver.c:2239
#, c-format
msgid "Can't find volume with path '%s'"
msgstr ""
#: src/parallels/parallels_driver.c:1685 src/parallels/parallels_driver.c:2259
#, c-format
msgid "Can't find storage pool with name '%s'"
msgstr ""
#: src/parallels/parallels_driver.c:1693 src/parallels/parallels_driver.c:2267
#, c-format
msgid "Can't find storage volume definition for path '%s'"
msgstr ""
#: src/parallels/parallels_driver.c:1743
#, c-format
msgid "Can't remove disk '%s' in the specified config"
msgstr ""
#: src/parallels/parallels_driver.c:1767
#, c-format
msgid "Unsupported disk bus: %d"
msgstr ""
#: src/parallels/parallels_driver.c:1817
msgid "Changing network type is not supported"
msgstr ""
#: src/parallels/parallels_driver.c:1823
msgid "Changing network device model is not supported"
msgstr ""
#: src/parallels/parallels_driver.c:1830
msgid "Changing network portgroup is not supported"
msgstr ""
#: src/parallels/parallels_driver.c:1837
msgid "Changing virtual port profile is not supported"
msgstr ""
#: src/parallels/parallels_driver.c:1843
msgid "Setting send buffer size is not supported"
msgstr ""
#: src/parallels/parallels_driver.c:1849
msgid "Setting startup script is not supported"
msgstr ""
#: src/parallels/parallels_driver.c:1855
msgid "Changing filter params is not supported"
msgstr ""
#: src/parallels/parallels_driver.c:1861
msgid "Setting bandwidth params is not supported"
msgstr ""
#: src/parallels/parallels_driver.c:1868
msgid "Setting vlan params is not supported"
msgstr ""
#: src/parallels/parallels_driver.c:2000
msgid "titles are not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2006
msgid "blkio parameters are not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2014
msgid "changing balloon parameters is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2021
msgid "Memory size should be multiple of 1Mb."
msgstr ""
#: src/parallels/parallels_driver.c:2040
msgid "Memory parameter is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2048
msgid "current vcpus must be equal to maxvcpus"
msgstr ""
#: src/parallels/parallels_driver.c:2062
msgid "changing cpu placement mode is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2072
msgid "changing cpu mask is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2083
msgid "cputune is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2094
msgid "numa parameters are not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2104
msgid ""
"on_reboot, on_poweroff and on_crash parameters are not supported by "
"parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2123 src/parallels/parallels_driver.c:2133
#: src/parallels/parallels_driver.c:2143
msgid "changing OS parameters is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2152
msgid "changing emulator is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2159
msgid "changing features is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2168
msgid "changing clock parameters is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2184
msgid "changing devices parameters is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2196
msgid "changing input devices parameters is not supported by parallels driver"
msgstr ""
#: src/parallels/parallels_driver.c:2251
#, c-format
msgid "Can't create VM '%s' without hard disks"
msgstr ""
#: src/parallels/parallels_driver.c:2252 src/parallels/parallels_driver.c:2361
msgid "(unnamed)"
msgstr ""
#: src/parallels/parallels_driver.c:2305
msgid "There must be only 1 template FS for container creation"
msgstr ""
#: src/parallels/parallels_driver.c:2337
msgid "Can't parse XML desc"
msgstr ""
#: src/parallels/parallels_driver.c:2352
#, c-format
msgid "Unsupported OS type: %s"
msgstr ""
#: src/parallels/parallels_driver.c:2360
#, c-format
msgid "Domain for '%s' is not defined after creation"
msgstr ""
#: src/parallels/parallels_driver.c:2376
msgid "Can't allocate domobj"
msgstr ""
#: src/parallels/parallels_driver.c:2437
msgid "Can't find prlctl command in the PATH env"
msgstr ""
#: src/parallels/parallels_network.c:37 src/parallels/parallels_utils.h:36
msgid "Can't parse prlctl output"
msgstr ""
#: src/parallels/parallels_network.c:63
#, c-format
msgid "cannot read link '%s'"
msgstr ""
#: src/parallels/parallels_network.c:80
#, c-format
msgid "Error reading file '%s'"
msgstr ""
#: src/parallels/parallels_network.c:87
#, c-format
msgid "Error reading MAC from '%s'"
msgstr ""
#: src/parallels/parallels_network.c:93
#, c-format
msgid "Can't parse MAC '%s'"
msgstr ""
#: src/parallels/parallels_network.c:270
msgid "Can't parse UUID"
msgstr ""
#: src/parallels/parallels_utils.c:78
#, c-format
msgid "invalid output from prlctl: %s"
msgstr ""
#: src/parallels/parallels_storage.c:45
#, c-format
msgid "pool '%s' not found"
msgstr ""
#: src/parallels/parallels_storage.c:97 src/parallels/parallels_storage.c:355
#: src/storage/storage_backend_fs.c:822
#, c-format
msgid "cannot open path '%s'"
msgstr "Impossibile aprire il percorso '%s'"
#: src/parallels/parallels_storage.c:192
msgid "Can't generate UUID"
msgstr ""
#: src/parallels/parallels_storage.c:278
msgid "failed to get disk size from the disk descriptor xml"
msgstr ""
#: src/parallels/parallels_storage.c:371
#, c-format
msgid "cannot stat path '%s'"
msgstr ""
#: src/parallels/parallels_storage.c:446
msgid "Failed to load pool configs"
msgstr ""
#: src/parallels/parallels_storage.c:707 src/storage/storage_backend_fs.c:906
#, c-format
msgid "cannot statvfs path '%s'"
msgstr "impossibile eseguire lo stat del percorso del vfs '%s'"
#: src/parallels/parallels_storage.c:738
msgid "Only local directories are supported"
msgstr ""
#: src/parallels/parallels_storage.c:795 src/storage/storage_driver.c:609
#: src/storage/storage_driver.c:816
#, c-format
msgid "storage pool '%s' is still active"
msgstr ""
#: src/parallels/parallels_storage.c:834 src/storage/storage_driver.c:671
#: src/storage/storage_driver.c:718 src/test/test_driver.c:4145
#: src/test/test_driver.c:4319 src/test/test_driver.c:4355
#: src/test/test_driver.c:4426
#, c-format
msgid "storage pool '%s' is already active"
msgstr "lo storage pool '%s' è già attivo"
#: src/parallels/parallels_storage.c:864 src/parallels/parallels_storage.c:901
#: src/parallels/parallels_storage.c:1048
#: src/parallels/parallels_storage.c:1083
#: src/parallels/parallels_storage.c:1127
#: src/parallels/parallels_storage.c:1329
#: src/parallels/parallels_storage.c:1370
#: src/parallels/parallels_storage.c:1516
#: src/parallels/parallels_storage.c:1574
#: src/parallels/parallels_storage.c:1619
#: src/parallels/parallels_storage.c:1658 src/storage/storage_driver.c:756
#: src/storage/storage_driver.c:870 src/storage/storage_driver.c:1082
#: src/storage/storage_driver.c:1115 src/storage/storage_driver.c:1166
#: src/storage/storage_driver.c:1229 src/storage/storage_driver.c:1366
#: src/storage/storage_driver.c:1502 src/storage/storage_driver.c:1508
#: src/storage/storage_driver.c:1656 src/storage/storage_driver.c:1719
#: src/storage/storage_driver.c:1783 src/storage/storage_driver.c:2078
#: src/storage/storage_driver.c:2143 src/storage/storage_driver.c:2225
#: src/storage/storage_driver.c:2282 src/storage/storage_driver.c:2330
#: src/test/test_driver.c:4384 src/test/test_driver.c:4461
#: src/test/test_driver.c:4616 src/test/test_driver.c:4651
#: src/test/test_driver.c:4765 src/test/test_driver.c:4882
#: src/test/test_driver.c:4967 src/test/test_driver.c:5071
#: src/test/test_driver.c:5149 src/test/test_driver.c:5197
#: src/test/test_driver.c:5237
#, c-format
msgid "storage pool '%s' is not active"
msgstr "lo storage pool '%s' non è attivo"
#: src/parallels/parallels_storage.c:1017 src/storage/storage_driver.c:1022
#: src/test/test_driver.c:4583
msgid "pool has no config file"
msgstr "il pool non ha un file di configurazione"
#: src/parallels/parallels_storage.c:1135
#: src/parallels/parallels_storage.c:1387
#: src/parallels/parallels_storage.c:1510
#: src/parallels/parallels_storage.c:1568
#: src/parallels/parallels_storage.c:1613
#: src/parallels/parallels_storage.c:1652 src/storage/storage_driver.c:1237
#: src/storage/storage_driver.c:1519 src/storage/storage_driver.c:1664
#: src/storage/storage_driver.c:1727 src/storage/storage_driver.c:1794
#: src/storage/storage_driver.c:2086 src/storage/storage_driver.c:2154
#: src/storage/storage_driver.c:2233 src/storage/storage_driver.c:2290
#: src/storage/storage_driver.c:2338 src/test/test_driver.c:4773
#: src/test/test_driver.c:4984 src/test/test_driver.c:5064
#: src/test/test_driver.c:5142 src/test/test_driver.c:5190
#: src/test/test_driver.c:5230
#, c-format
msgid "no storage vol with matching name '%s'"
msgstr "nessun vol di storage corrispondente al nome '%s'"
#: src/parallels/parallels_storage.c:1179 src/test/test_driver.c:4818
#, c-format
msgid "no storage vol with matching key '%s'"
msgstr "nessun vol di storage con chiave corrispondente a '%s'"
#: src/parallels/parallels_storage.c:1211 src/test/test_driver.c:4853
#, c-format
msgid "no storage vol with matching path '%s'"
msgstr "nessun vol di storage con percorso corrispondente a '%s'"
#: src/parallels/parallels_storage.c:1248
#: src/parallels/parallels_storage.c:1380 src/test/test_driver.c:4892
#: src/test/test_driver.c:4977
msgid "storage vol already exists"
msgstr "il volume di storage esiste già"
#: src/parallels/parallels_storage.c:1257
#: src/parallels/parallels_storage.c:1396 src/test/test_driver.c:4900
#: src/test/test_driver.c:4993
#, c-format
msgid "Not enough free space in pool for volume '%s'"
msgstr "Non c'è abbastanza spazio ibero su disco nel pool per il volume '%s'"
#: src/parallels/parallels_storage.c:1287
msgid "Can't create file with volume description"
msgstr ""
#: src/parallels/parallels_storage.c:1458
#, c-format
msgid "Can't remove file '%s'"
msgstr ""
#: src/phyp/phyp_driver.c:133 src/phyp/phyp_driver.c:146
#: src/phyp/phyp_driver.c:171 src/phyp/phyp_driver.c:184
#: src/phyp/phyp_driver.c:721 src/phyp/phyp_driver.c:760
msgid "unable to wait on libssh2 socket"
msgstr ""
#: src/phyp/phyp_driver.c:436
#, c-format
msgid "Cannot parse number from '%s'"
msgstr ""
#: src/phyp/phyp_driver.c:467 src/phyp/phyp_driver.c:473
msgid "Unable to write information to local file."
msgstr ""
#: src/phyp/phyp_driver.c:479 src/phyp/phyp_driver.c:768
#, c-format
msgid "Could not close %s"
msgstr ""
#: src/phyp/phyp_driver.c:540
#, c-format
msgid "Failed to read from %s"
msgstr ""
#: src/phyp/phyp_driver.c:817
msgid "Unable to determine number of domains."
msgstr "Impossibile determinare il numero di domini."
#: src/phyp/phyp_driver.c:982 src/phyp/phyp_driver.c:1063
msgid "No authentication callback provided."
msgstr ""
#: src/phyp/phyp_driver.c:1003
#, c-format
msgid "Error while getting %s address info"
msgstr ""
#: src/phyp/phyp_driver.c:1020
#, c-format
msgid "Failed to connect to %s"
msgstr "Connessione a %s fallita"
#: src/phyp/phyp_driver.c:1040
msgid "Failure establishing SSH session."
msgstr "Errore nella creazione della sessione SSH."
#: src/phyp/phyp_driver.c:1082
msgid "Authentication failed"
msgstr "Autenticazione fallita"
#: src/phyp/phyp_driver.c:1138
msgid "Missing server name in phyp:// URI"
msgstr "Nome del server mancante nell'URI phyp://"
#: src/phyp/phyp_driver.c:1181
msgid "Error parsing 'path'. Invalid characters."
msgstr "Errore nel parsing di 'path'. Caratteri non validi."
#: src/phyp/phyp_driver.c:1188
msgid "Error while opening SSH session."
msgstr "Errore nell'apertura della sessione SSH."
#: src/phyp/phyp_driver.c:1578 src/phyp/phyp_driver.c:1623
#: src/phyp/phyp_driver.c:1801
msgid "Unable to get VIOS profile name."
msgstr ""
#: src/phyp/phyp_driver.c:1618 src/phyp/phyp_driver.c:1766
msgid "Unable to get VIOS name"
msgstr ""
#: src/phyp/phyp_driver.c:1628
msgid "Unable to get free slot number"
msgstr ""
#: src/phyp/phyp_driver.c:1776 src/phyp/phyp_driver.c:1780
msgid "Unable to create new virtual adapter"
msgstr ""
#: src/phyp/phyp_driver.c:1860
msgid ""
"Possibly you don't have IBM Tools installed in your LPAR.Contact your "
"support to enable this feature."
msgstr ""
#: src/phyp/phyp_driver.c:1991
#, c-format
msgid "Unable to create Volume: %s"
msgstr "Impossibile creare il volume: %s"
#: src/phyp/phyp_driver.c:2043 src/phyp/phyp_driver.c:2296
#: src/phyp/phyp_driver.c:2746
msgid "Unable to determine storage pool's name."
msgstr "Impossibile determinare il nome degli storage pool."
#: src/phyp/phyp_driver.c:2048 src/phyp/phyp_driver.c:2751
msgid "Unable to determine storage pool's uuid."
msgstr "Impossibile determinare l'uuid degli storage pool."
#: src/phyp/phyp_driver.c:2054 src/phyp/phyp_driver.c:2757
msgid "Unable to determine storage pools's size."
msgstr "Impossibile determinare la dimensione degli storage pool."
#: src/phyp/phyp_driver.c:2067 src/phyp/phyp_driver.c:2770
msgid "Unable to determine storage pools's source adapter."
msgstr ""
#: src/phyp/phyp_driver.c:2072
msgid "Error parsing volume XML."
msgstr "Errore nel parsing dell'XML del volume."
#: src/phyp/phyp_driver.c:2078
msgid "StoragePool name already exists."
msgstr "Nome dello storage pool già esistente."
#: src/phyp/phyp_driver.c:2087
msgid "Key must be empty, Power Hypervisor will create one for you."
msgstr ""
#: src/phyp/phyp_driver.c:2092
msgid "Capacity cannot be empty."
msgstr ""
#: src/phyp/phyp_driver.c:2267
msgid "Unable to determine storage sp's name."
msgstr ""
#: src/phyp/phyp_driver.c:2272
msgid "Unable to determine storage sp's uuid."
msgstr ""
#: src/phyp/phyp_driver.c:2277
msgid "Unable to determine storage sps's size."
msgstr ""
#: src/phyp/phyp_driver.c:2289
msgid "Unable to determine storage sps's source adapter."
msgstr ""
#: src/phyp/phyp_driver.c:2495
#, c-format
msgid "Unable to destroy Storage Pool: %s"
msgstr ""
#: src/phyp/phyp_driver.c:2534
#, c-format
msgid "Unable to create Storage Pool: %s"
msgstr "Impossibile creare lo storage pool: %s"
#: src/phyp/phyp_driver.c:3343
msgid "Unable to determine domain's name."
msgstr ""
#: src/phyp/phyp_driver.c:3348
msgid "Unable to generate random uuid."
msgstr "Impossibile generare un uuid random."
#: src/phyp/phyp_driver.c:3354
msgid "Unable to determine domain's max memory."
msgstr "Impossibile determinare la memoria massima del dominio."
#: src/phyp/phyp_driver.c:3360
msgid "Unable to determine domain's memory."
msgstr "Impossibile determinare la memoria del dominio."
#: src/phyp/phyp_driver.c:3366
msgid "Unable to determine domain's CPU."
msgstr "Impossibile determinare la CPU del dominio."
#: src/phyp/phyp_driver.c:3569
msgid "Field <memory> on the domain XML file is missing or has invalid value."
msgstr ""
#: src/phyp/phyp_driver.c:3576
msgid ""
"Field <currentMemory> on the domain XML file is missing or has invalid value."
msgstr ""
#: src/phyp/phyp_driver.c:3583
msgid "Domain XML must contain at least one <disk> element."
msgstr ""
#: src/phyp/phyp_driver.c:3589
msgid "Field <src> under <disk> on the domain XML file is missing."
msgstr ""
#: src/phyp/phyp_driver.c:3605
#, c-format
msgid "Unable to create LPAR. Reason: '%s'"
msgstr ""
#: src/phyp/phyp_driver.c:3610
msgid "Unable to add LPAR to the table"
msgstr ""
#: src/phyp/phyp_driver.c:3713
msgid "You are trying to set a number of CPUs bigger than the max possible."
msgstr ""
#: src/phyp/phyp_driver.c:3737
msgid ""
"Possibly you don't have IBM Tools installed in your LPAR. Contact your "
"support to enable this feature."
msgstr ""
#: src/qemu/qemu_agent.c:177 src/qemu/qemu_monitor.c:258
msgid "failed to create socket"
msgstr ""
#: src/qemu/qemu_agent.c:183 src/qemu/qemu_monitor.c:728
msgid "Unable to put monitor into non-blocking mode"
msgstr "Impossibile impostare il monitor in modalità non-blocking"
#: src/qemu/qemu_agent.c:190 src/qemu/qemu_agent.c:256
#: src/qemu/qemu_monitor.c:723
msgid "Unable to set monitor close-on-exec flag"
msgstr "Impossibile impostare il flag close-on-exec del monitor"
#: src/qemu/qemu_agent.c:199
#, c-format
msgid "Agent path %s too big for destination"
msgstr ""
#: src/qemu/qemu_agent.c:225 src/qemu/qemu_monitor.c:284
msgid "failed to connect to monitor socket"
msgstr ""
#: src/qemu/qemu_agent.c:232 src/qemu/qemu_monitor.c:291
msgid "monitor socket did not show up"
msgstr ""
#: src/qemu/qemu_agent.c:250 src/qemu/qemu_monitor.c:309
#, c-format
msgid "Unable to open monitor path %s"
msgstr "Impossibile aprire il percorso %s del monitor"
#: src/qemu/qemu_agent.c:312 src/qemu/qemu_monitor_json.c:157
#, c-format
msgid "Parsed JSON reply '%s' isn't an object"
msgstr ""
#: src/qemu/qemu_agent.c:343 src/qemu/qemu_monitor_json.c:178
#, c-format
msgid "Unexpected JSON reply '%s'"
msgstr ""
#: src/qemu/qemu_agent.c:347 src/qemu/qemu_monitor_json.c:182
#, c-format
msgid "Unknown JSON reply '%s'"
msgstr ""
#: src/qemu/qemu_agent.c:412
#, c-format
msgid "Process %zu %p %p [[[%s]]][[[%s]]]"
msgstr ""
#: src/qemu/qemu_agent.c:459
msgid "Cannot check socket connection status"
msgstr ""
#: src/qemu/qemu_agent.c:465
msgid "Cannot connect to agent socket"
msgstr ""
#: src/qemu/qemu_agent.c:495 src/qemu/qemu_monitor.c:465
msgid "Unable to write to monitor"
msgstr ""
#: src/qemu/qemu_agent.c:535 src/qemu/qemu_monitor.c:505
msgid "Unable to read from monitor"
msgstr ""
#: src/qemu/qemu_agent.c:590 src/qemu/qemu_monitor.c:570
#, c-format
msgid "event from unexpected fd %d!=%d / watch %d!=%d"
msgstr ""
#: src/qemu/qemu_agent.c:630 src/qemu/qemu_monitor.c:605
msgid "End of file from monitor"
msgstr ""
#: src/qemu/qemu_agent.c:638 src/qemu/qemu_monitor.c:613
msgid "Invalid file descriptor while waiting for monitor"
msgstr ""
#: src/qemu/qemu_agent.c:644 src/qemu/qemu_monitor.c:619
#, c-format
msgid "Unhandled event %d for monitor fd %d"
msgstr ""
#: src/qemu/qemu_agent.c:658 src/qemu/qemu_monitor.c:633
msgid "Error while processing monitor IO"
msgstr ""
#: src/qemu/qemu_agent.c:715 src/qemu/qemu_monitor.c:692
msgid "EOF notify callback must be supplied"
msgstr ""
#: src/qemu/qemu_agent.c:728 src/qemu/qemu_monitor.c:710
msgid "cannot initialize monitor condition"
msgstr ""
#: src/qemu/qemu_agent.c:747 src/qemu/qemu_monitor.c:793
#, c-format
msgid "unable to handle monitor type: %s"
msgstr ""
#: src/qemu/qemu_agent.c:768 src/qemu/qemu_monitor.c:745
msgid "unable to register monitor events"
msgstr ""
#: src/qemu/qemu_agent.c:867
msgid "Guest agent not available for now"
msgstr ""
#: src/qemu/qemu_agent.c:871
msgid "Unable to wait on agent monitor condition"
msgstr ""
#: src/qemu/qemu_agent.c:942 src/qemu/qemu_agent.c:1011
#: src/qemu/qemu_monitor_json.c:272
msgid "Missing monitor reply object"
msgstr ""
#: src/qemu/qemu_agent.c:949
msgid "Malformed return value"
msgstr ""
#: src/qemu/qemu_agent.c:956
#, c-format
msgid "Guest agent returned ID: %llu instead of %llu"
msgstr ""
#: src/qemu/qemu_agent.c:1110 src/qemu/qemu_agent.c:1128
#, c-format
msgid "unable to execute QEMU agent command '%s'"
msgstr ""
#: src/qemu/qemu_agent.c:1114
#, c-format
msgid "unable to execute QEMU agent command '%s': %s"
msgstr ""
#: src/qemu/qemu_agent.c:1160 src/qemu/qemu_monitor_json.c:423
#, c-format
msgid "argument key '%s' is too short, missing type prefix"
msgstr ""
#: src/qemu/qemu_agent.c:1214 src/qemu/qemu_monitor_json.c:486
#, c-format
msgid "unsupported data type '%c' for arg '%s'"
msgstr ""
#: src/qemu/qemu_agent.c:1319 src/qemu/qemu_agent.c:1357
msgid "malformed return value"
msgstr ""
#: src/qemu/qemu_bridge_filter.c:43
#, c-format
msgid "failed to add ebtables rule to set default policy to drop on '%s'"
msgstr ""
#: src/qemu/qemu_bridge_filter.c:59
#, c-format
msgid "cannot filter mac addresses on bridge '%s'"
msgstr ""
#: src/qemu/qemu_bridge_filter.c:79 src/qemu/qemu_bridge_filter.c:100
#, c-format
msgid "failed to add ebtables rule to allow routing to '%s'"
msgstr ""
#: src/qemu/qemu_capabilities.c:413
#, c-format
msgid "Cannot find QEMU binary %s"
msgstr "Impossibile trovare il binario di QEMU %s"
#: src/qemu/qemu_capabilities.c:1157
msgid "this qemu binary requires libvirt to be compiled with yajl"
msgstr ""
#: src/qemu/qemu_capabilities.c:1297 src/util/virdnsmasq.c:700
#, c-format
msgid "cannot parse %s version number in '%.*s'"
msgstr ""
#: src/qemu/qemu_capabilities.c:1481
msgid "Malformed QEMU device list string, missing quote"
msgstr ""
#: src/qemu/qemu_capabilities.c:1539
msgid "Malformed QEMU device list string, missing '='"
msgstr ""
#: src/qemu/qemu_capabilities.c:1657
#, c-format
msgid "Cannot find suitable emulator for %s"
msgstr ""
#: src/qemu/qemu_capabilities.c:1979
msgid "unable to probe for add-fd"
msgstr ""
#: src/qemu/qemu_capabilities.c:2450
#, c-format
msgid "Unknown QEMU arch %s"
msgstr ""
#: src/qemu/qemu_capabilities.c:2493
#, c-format
msgid "Failed to kill process %lld: %s"
msgstr ""
#: src/qemu/qemu_capabilities.c:2520
#, c-format
msgid "Cannot check QEMU binary %s"
msgstr ""
#: src/qemu/qemu_capabilities.c:2531
#, c-format
msgid "QEMU binary %s is not executable"
msgstr ""
#: src/qemu/qemu_cgroup.c:88
#, c-format
msgid "Unable to allow access for disk path %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:127
#, c-format
msgid "Unable to deny access for disk path %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:167 src/qemu/qemu_migration.c:4175
#, c-format
msgid "Unable to allow device %s for %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:216
#, c-format
msgid "Unable to create cgroup for %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:232
#, c-format
msgid "Unable to deny all devices for %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:247
msgid "unable to allow /dev/pts/ devices"
msgstr ""
#: src/qemu/qemu_cgroup.c:262
msgid "unable to allow /dev/snd/ devices"
msgstr ""
#: src/qemu/qemu_cgroup.c:280
#, c-format
msgid "unable to allow device %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:322
#, c-format
msgid "Unable to set io weight for domain %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:328 src/qemu/qemu_cgroup.c:351
msgid "Block I/O tuning is not available on this host"
msgstr ""
#: src/qemu/qemu_cgroup.c:343
#, c-format
msgid "Unable to set io device weight for domain %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:404
msgid "Memory cgroup is not available on this host"
msgstr ""
#: src/qemu/qemu_cgroup.c:420
msgid "CPU tuning is not available on this host"
msgstr ""
#: src/qemu/qemu_cgroup.c:445
#, c-format
msgid "Unable to set cpuset.mems for domain %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:537
msgid "failed to convert cpu mask"
msgstr ""
#: src/qemu/qemu_cgroup.c:570 src/qemu/qemu_cgroup.c:677
msgid "cgroup cpu is required for scheduler tuning"
msgstr ""
#: src/qemu/qemu_cgroup.c:584 src/qemu/qemu_cgroup.c:687
#: src/qemu/qemu_cgroup.c:780 src/qemu/qemu_driver.c:5763
#: src/qemu/qemu_driver.c:6039 src/qemu/qemu_driver.c:11232
#: src/qemu/qemu_driver.c:13128 src/qemu/qemu_driver.c:13439
#: src/qemu/qemu_driver.c:13724 src/qemu/qemu_hotplug.c:1146
#: src/qemu/qemu_hotplug.c:2058 src/qemu/qemu_hotplug.c:2187
#: src/qemu/qemu_migration.c:4163
#, c-format
msgid "Unable to find cgroup for %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:602 src/qemu/qemu_driver.c:3620
#, c-format
msgid "Unable to create vcpu cgroup for %s(vcpu: %d)"
msgstr ""
#: src/qemu/qemu_cgroup.c:612 src/qemu/qemu_driver.c:3630
#, c-format
msgid "unable to add vcpu %d task %d to cgroup"
msgstr ""
#: src/qemu/qemu_cgroup.c:695
#, c-format
msgid "Unable to create emulator cgroup for %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:711
#, c-format
msgid ""
"Unable to move tasks from domain cgroup to emulator cgroup in controller %d "
"for %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:803
#, c-format
msgid "unable to find cgroup for domain %s"
msgstr ""
#: src/qemu/qemu_cgroup.c:811
#, c-format
msgid "unable to add domain %s task %d to cgroup"
msgstr ""
#: src/qemu/qemu_command.c:251
#, c-format
msgid "Network type %d is not supported"
msgstr "Tipo di rete %d non supportata"
#: src/qemu/qemu_command.c:288
#, c-format
msgid "failed to add ebtables rule to allow MAC address on '%s'"
msgstr ""
#: src/qemu/qemu_command.c:340
msgid "vhost-net is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:351
msgid "vhost-net is only supported for virtio network interfaces"
msgstr ""
#: src/qemu/qemu_command.c:367
msgid "vhost-net was requested for an interface, but is unavailable"
msgstr ""
#: src/qemu/qemu_command.c:448
#, c-format
msgid "cannot convert disk '%s' to bus/device index"
msgstr "impossibile convertire il disco '%s' in indice bus/dispositivo"
#: src/qemu/qemu_command.c:477
#, c-format
msgid "Unsupported disk name mapping for bus '%s'"
msgstr "Mappatura del nome disco per il bus '%s' non supportata"
#: src/qemu/qemu_command.c:502
msgid "This QEMU doesn't support the LSI 53C895A SCSI controller"
msgstr ""
#: src/qemu/qemu_command.c:510
msgid "This QEMU doesn't support virtio scsi controller"
msgstr ""
#: src/qemu/qemu_command.c:521
msgid "This QEMU doesn't support the LSI SAS1078 controller"
msgstr ""
#: src/qemu/qemu_command.c:528 src/qemu/qemu_command.c:3560
#, c-format
msgid "Unsupported controller model: %s"
msgstr ""
#: src/qemu/qemu_command.c:540
msgid "Unable to determine model for scsi controller"
msgstr ""
#: src/qemu/qemu_command.c:627
msgid "Unable to determine device index for network device"
msgstr ""
#: src/qemu/qemu_command.c:654
msgid "Unable to determine device index for hostdev device"
msgstr ""
#: src/qemu/qemu_command.c:681
msgid "Unable to determine device index for redirected device"
msgstr ""
#: src/qemu/qemu_command.c:869
#, c-format
msgid "The CCW devno '%s' is in use already "
msgstr ""
#: src/qemu/qemu_command.c:880
msgid "There are no more free CCW devnos."
msgstr ""
#: src/qemu/qemu_command.c:1125
#, c-format
msgid "spapr-vio address %#llx already in use"
msgstr ""
#: src/qemu/qemu_command.c:1203
msgid "Only PCI domain 0 and bus 0 are available"
msgstr ""
#: src/qemu/qemu_command.c:1245
#, c-format
msgid ""
"Attempted double use of PCI Address '%s' (may need \"multifunction='on'\" "
"for device on function 0)"
msgstr ""
#: src/qemu/qemu_command.c:1250
#, c-format
msgid "Attempted double use of PCI Address '%s'"
msgstr ""
#: src/qemu/qemu_command.c:1273
#, c-format
msgid ""
"Attempted double use of PCI Address '%s' (need \"multifunction='off'\" for "
"device on function 0)"
msgstr ""
#: src/qemu/qemu_command.c:1417
#, c-format
msgid "unable to reserve PCI address %s"
msgstr ""
#: src/qemu/qemu_command.c:1463
msgid "Only PCI device addresses with function=0 are supported"
msgstr ""
#: src/qemu/qemu_command.c:1562
msgid "No more available PCI addresses"
msgstr "Indirizzi PCI esauriti"
#: src/qemu/qemu_command.c:1653
msgid "Primary IDE controller must have PCI address 0:0:1.1"
msgstr "Il controller IDE primario deve avere indirizzo PCI 0:0:1.1"
#: src/qemu/qemu_command.c:1676
msgid "PIIX3 USB controller must have PCI address 0:0:1.2"
msgstr ""
#: src/qemu/qemu_command.c:1722
msgid "PCI address 0:0:2.0 is in use, QEMU needs it for primary video"
msgstr ""
#: src/qemu/qemu_command.c:1735
msgid "Primary video card must have PCI address 0:0:2.0"
msgstr "La scheda grafica primaria deve avere indirizzo PCI 0:0:2.0"
#: src/qemu/qemu_command.c:1875
msgid "virtio only support device address type 'PCI'"
msgstr ""
#: src/qemu/qemu_command.c:1923 src/qemu/qemu_command.c:4054
msgid "non-primary video device must be type of 'qxl'"
msgstr ""
#: src/qemu/qemu_command.c:1970
msgid "Only PCI device addresses with domain=0 are supported"
msgstr ""
#: src/qemu/qemu_command.c:1975
msgid "Only PCI device addresses with bus=0 are supported"
msgstr ""
#: src/qemu/qemu_command.c:1981
msgid "The function of PCI device addresses must be less than 8"
msgstr ""
#: src/qemu/qemu_command.c:1988
msgid ""
"Only PCI device addresses with function=0 are supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:1994
msgid "'multifunction=on' is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:2043
msgid "rombar and romfile are supported only for PCI devices"
msgstr ""
#: src/qemu/qemu_command.c:2048
msgid "rombar and romfile not supported in this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:2087
#, c-format
msgid "driver serial '%s' contains unsafe characters"
msgstr ""
#: src/qemu/qemu_command.c:2129 src/qemu/qemu_command.c:2575
#, c-format
msgid "could not get the value of the secret for username %s"
msgstr ""
#: src/qemu/qemu_command.c:2145 src/qemu/qemu_command.c:2584
#, c-format
msgid "%s username '%s' specified but secret not found"
msgstr ""
#: src/qemu/qemu_command.c:2325
#, c-format
msgid "Invalid transport/scheme '%s'"
msgstr ""
#: src/qemu/qemu_command.c:2335
#, fuzzy, c-format
msgid "Invalid %s transport type '%s'"
msgstr "stato '%s' del dominio non valido"
#: src/qemu/qemu_command.c:2359
#, c-format
msgid "Invalid query parameter '%s'"
msgstr ""
#: src/qemu/qemu_command.c:2429
#, fuzzy, c-format
msgid "invalid name '%s' for iSCSI disk"
msgstr "Tipo di bus '%s' non valido per il disco"
#: src/qemu/qemu_command.c:2467
#, c-format
msgid "cannot parse nbd filename '%s'"
msgstr ""
#: src/qemu/qemu_command.c:2530
#, c-format
msgid "%s accepts only one host"
msgstr ""
#: src/qemu/qemu_command.c:2638
msgid "nbd accepts only one host"
msgstr ""
#: src/qemu/qemu_command.c:2663
msgid "socket attribute required for unix transport"
msgstr ""
#: src/qemu/qemu_command.c:2671
#, fuzzy, c-format
msgid "nbd does not support transport '%s'"
msgstr "il bus di xen non supporta il dispositivo di input %s"
#: src/qemu/qemu_command.c:2696 src/qemu/qemu_command.c:3061
#: src/qemu/qemu_command.c:6525 src/uml/uml_conf.c:428
#, c-format
msgid "unsupported disk type '%s'"
msgstr "tipo di disco '%s' non supportato"
#: src/qemu/qemu_command.c:2704
msgid "unexpected address type for scsi disk"
msgstr ""
#: src/qemu/qemu_command.c:2713
msgid "SCSI controller only supports 1 bus"
msgstr ""
#: src/qemu/qemu_command.c:2723
msgid "unexpected address type for ide disk"
msgstr ""
#: src/qemu/qemu_command.c:2729 src/qemu/qemu_command.c:2745
#, c-format
msgid "Only 1 %s controller is supported"
msgstr ""
#: src/qemu/qemu_command.c:2739
msgid "unexpected address type for fdc disk"
msgstr ""
#: src/qemu/qemu_command.c:2751
#, c-format
msgid "Only 1 %s bus is supported"
msgstr ""
#: src/qemu/qemu_command.c:2756
msgid "target must be 0 for controller fdc"
msgstr ""
#: src/qemu/qemu_command.c:2783 src/qemu/qemu_command.c:6534
#, c-format
msgid "unsupported disk driver type for '%s'"
msgstr ""
#: src/qemu/qemu_command.c:2789 src/qemu/qemu_command.c:6540
msgid "cannot create virtual FAT disks in read-write mode"
msgstr ""
#: src/qemu/qemu_command.c:2838 src/qemu/qemu_command.c:6494
msgid "tray status 'open' is invalid for block type disk"
msgstr ""
#: src/qemu/qemu_command.c:2886 src/xenxs/xen_sxpr.c:1880
#: src/xenxs/xen_xm.c:1257
msgid "transient disks not supported yet"
msgstr ""
#: src/qemu/qemu_command.c:2925
msgid "disk cache mode 'directsync' is not supported by this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:2931
msgid "disk cache mode 'unsafe' is not supported by this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:2950
msgid "copy_on_read is not supported by this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:2986
msgid "disk aio mode not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:3001 src/qemu/qemu_driver.c:13892
msgid "block I/O throttling not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:3069
msgid "Only ide and scsi disk support wwn"
msgstr ""
#: src/qemu/qemu_command.c:3077
msgid "Only scsi disk supports vendor and product"
msgstr ""
#: src/qemu/qemu_command.c:3088
#, c-format
msgid "disk device='lun' is not supported for bus='%s'"
msgstr ""
#: src/qemu/qemu_command.c:3095
#, fuzzy, c-format
msgid "disk device='lun' is not supported for protocol='%s'"
msgstr "domainBlockPeek non è supportato per dom0"
#: src/qemu/qemu_command.c:3101
#, c-format
msgid "disk device='lun' is not supported for type='%s'"
msgstr ""
#: src/qemu/qemu_command.c:3107
msgid "disk device='lun' is not supported by this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:3112
msgid "Setting wwn is not supported for lun device"
msgstr ""
#: src/qemu/qemu_command.c:3117
msgid "Setting vendor or product is not supported for lun device"
msgstr ""
#: src/qemu/qemu_command.c:3127 src/qemu/qemu_command.c:3258
msgid "target must be 0 for ide controller"
msgstr ""
#: src/qemu/qemu_command.c:3134
msgid "Setting wwn for ide disk is not supported by this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:3156
msgid "This QEMU doesn't support scsi-block for lun passthrough"
msgstr ""
#: src/qemu/qemu_command.c:3165
msgid "Setting wwn for scsi disk is not supported by this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:3176
msgid "Setting vendor or product for scsi disk is not supported by this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:3190
msgid "target must be 0 for controller model 'lsilogic'"
msgstr ""
#: src/qemu/qemu_command.c:3216
msgid "This QEMU doesn't support target greater than 7"
msgstr ""
#: src/qemu/qemu_command.c:3224
msgid "This QEMU only supports both bus and unit equal to 0"
msgstr ""
#: src/qemu/qemu_command.c:3253
msgid "bus must be 0 for ide controller"
msgstr ""
#: src/qemu/qemu_command.c:3309
#, c-format
msgid "unsupported disk bus '%s' with device setup"
msgstr ""
#: src/qemu/qemu_command.c:3356
msgid "only supports mount filesystem type"
msgstr ""
#: src/qemu/qemu_command.c:3362
msgid "Filesystem driver type not supported"
msgstr ""
#: src/qemu/qemu_command.c:3381
msgid "only supports passthrough accessmode"
msgstr ""
#: src/qemu/qemu_command.c:3391
msgid "filesystem writeout not supported"
msgstr ""
#: src/qemu/qemu_command.c:3404
msgid "readonly filesystem is not supported by this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:3431
msgid "can only passthrough directories"
msgstr ""
#: src/qemu/qemu_command.c:3506 src/qemu/qemu_command.c:4021
#, c-format
msgid "%s not supported in this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:3611
#, c-format
msgid "Unknown controller type: %s"
msgstr ""
#: src/qemu/qemu_command.c:3700
msgid "unrecognized virtio-net-pci 'tx' option"
msgstr ""
#: src/qemu/qemu_command.c:3705
msgid "virtio-net-pci 'tx' option not supported in this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:3873 src/qemu/qemu_command.c:7380
msgid "missing watchdog model"
msgstr ""
#: src/qemu/qemu_command.c:3963 src/qemu/qemu_command.c:7342
msgid "invalid sound model"
msgstr "modello audio non valido"
#: src/qemu/qemu_command.c:4047 src/qemu/qemu_command.c:7176
#, c-format
msgid "video type %s is not supported with QEMU"
msgstr ""
#: src/qemu/qemu_command.c:4060 src/qemu/qemu_command.c:7238
#: src/qemu/qemu_command.c:7267
msgid "only one video card is currently supported"
msgstr ""
#: src/qemu/qemu_command.c:4072 src/qemu/qemu_command.c:7193
#, c-format
msgid "value for 'vram' must be less than '%u'"
msgstr ""
#: src/qemu/qemu_command.c:4078 src/qemu/qemu_command.c:7199
#, c-format
msgid "value for 'ram' must be less than '%u'"
msgstr ""
#: src/qemu/qemu_command.c:4124
#, c-format
msgid "Failed opening %s"
msgstr ""
#: src/qemu/qemu_command.c:4191
#, c-format
msgid "Redirection bus %s is not supported by QEMU"
msgstr ""
#: src/qemu/qemu_command.c:4198
msgid "USB redirection is not supported by this version of QEMU"
msgstr ""
#: src/qemu/qemu_command.c:4210
msgid "USB redirection filter is not supported by this version of QEMU"
msgstr ""
#: src/qemu/qemu_command.c:4248
msgid "USB redirection booting is not supported by this version of QEMU"
msgstr ""
#: src/qemu/qemu_command.c:4280 src/qemu/qemu_command.c:4361
msgid "USB host device is missing bus/device information"
msgstr ""
#: src/qemu/qemu_command.c:4318
#, c-format
msgid "hub type %s not supported"
msgstr ""
#: src/qemu/qemu_command.c:4325
msgid "usb-hub not supported by QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:4354
msgid "This QEMU doesn't not support missing USB devices"
msgstr ""
#: src/qemu/qemu_command.c:4460
msgid "spicevmc not supported in this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:4469
#, c-format
msgid "unsupported chardev '%s'"
msgstr ""
#: src/qemu/qemu_command.c:4597
msgid "Cannot use virtio serial for parallel/serial devices"
msgstr ""
#: src/qemu/qemu_command.c:4609
msgid "virtio serial device has invalid address type"
msgstr ""
#: src/qemu/qemu_command.c:4626
#, c-format
msgid "Unsupported spicevmc target name '%s'"
msgstr ""
#: src/qemu/qemu_command.c:4670
msgid "Cannot use slcp with devices other than console"
msgstr ""
#: src/qemu/qemu_command.c:4701
msgid "this qemu doesn't support the rng-random backend"
msgstr ""
#: src/qemu/qemu_command.c:4718
msgid "this qemu doesn't support the rng-egd backend"
msgstr ""
#: src/qemu/qemu_command.c:4758
#, c-format
msgid "this qemu doesn't support RNG device type '%s'"
msgstr ""
#: src/qemu/qemu_command.c:4895
#, c-format
msgid "unsupported clock basis '%s'"
msgstr ""
#: src/qemu/qemu_command.c:4913 src/qemu/qemu_command.c:6012
#, c-format
msgid "unsupported clock offset '%s'"
msgstr ""
#: src/qemu/qemu_command.c:4927
#, c-format
msgid "unsupported rtc timer track '%s'"
msgstr ""
#: src/qemu/qemu_command.c:4951
#, c-format
msgid "unsupported rtc timer tickpolicy '%s'"
msgstr ""
#: src/qemu/qemu_command.c:5018
msgid "CPU specification not supported by hypervisor"
msgstr ""
#: src/qemu/qemu_command.c:5035
#, c-format
msgid "guest and host CPU are not compatible: %s"
msgstr ""
#: src/qemu/qemu_command.c:5039
msgid "guest CPU is not compatible with host CPU"
msgstr ""
#: src/qemu/qemu_command.c:5061
#, c-format
msgid "CPU mode '%s' is not supported by QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:5067
#, c-format
msgid "CPU mode '%s' is only supported with kvm"
msgstr ""
#: src/qemu/qemu_command.c:5215
msgid "dump-guest-core is not available with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:5260
msgid ""
"setting current vcpu count less than maximum is not supported with this QEMU "
"binary"
msgstr ""
#: src/qemu/qemu_command.c:5297
#, fuzzy
msgid "disjoint NUMA cpu ranges are not supported with this QEMU"
msgstr "La migrazione TCP non è supportata da questo binario di QEMU"
#: src/qemu/qemu_command.c:5336
msgid "vnc graphics are not supported with this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:5371 src/qemu/qemu_command.c:5524
msgid "network-based listen not possible, network driver not present"
msgstr ""
#: src/qemu/qemu_command.c:5377 src/qemu/qemu_command.c:5530
#, c-format
msgid "listen network '%s' had no usable address"
msgstr ""
#: src/qemu/qemu_command.c:5454
#, c-format
msgid "sdl not supported by '%s'"
msgstr ""
#: src/qemu/qemu_command.c:5493
msgid "spice graphics are not supported with this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:5503
msgid ""
"spice TLS port set in XML configuration, but TLS is disabled in qemu.conf"
msgstr ""
#: src/qemu/qemu_command.c:5593
msgid ""
"spice secure channels set in XML configuration, but TLS is disabled in qemu."
"conf"
msgstr ""
#: src/qemu/qemu_command.c:5643
#, c-format
msgid "unsupported graphics type '%s'"
msgstr ""
#: src/qemu/qemu_command.c:5740
#, c-format
msgid "the QEMU binary %s does not support kqemu"
msgstr ""
#: src/qemu/qemu_command.c:5754
#, c-format
msgid "the QEMU binary %s does not support kvm"
msgstr ""
#: src/qemu/qemu_command.c:5766
#, c-format
msgid "the QEMU binary %s does not support %s"
msgstr ""
#: src/qemu/qemu_command.c:5828
msgid "hugetlbfs filesystem is not mounted"
msgstr ""
#: src/qemu/qemu_command.c:5833
msgid "hugepages are disabled by administrator config"
msgstr ""
#: src/qemu/qemu_command.c:5838
#, c-format
msgid "hugepage backing not supported by '%s'"
msgstr ""
#: src/qemu/qemu_command.c:5870
#, c-format
msgid "qemu emulator '%s' does not support xen"
msgstr ""
#: src/qemu/qemu_command.c:5883
#, c-format
msgid "the QEMU binary %s does not support smbios settings"
msgstr ""
#: src/qemu/qemu_command.c:5892 src/qemu/qemu_driver.c:1157
msgid "Host SMBIOS information is not available"
msgstr ""
#: src/qemu/qemu_command.c:5901
#, c-format
msgid "Domain '%s' sysinfo are not available"
msgstr ""
#: src/qemu/qemu_command.c:5947
msgid "qemu does not support -device"
msgstr ""
#: src/qemu/qemu_command.c:5952
msgid "qemu does not support SGA"
msgstr ""
#: src/qemu/qemu_command.c:5957
msgid "need at least one serial port to use SGA"
msgstr ""
#: src/qemu/qemu_command.c:6028
#, c-format
msgid "unsupported timer type (name) '%s'"
msgstr ""
#: src/qemu/qemu_command.c:6052 src/qemu/qemu_command.c:6063
#, c-format
msgid "unsupported rtc tickpolicy '%s'"
msgstr ""
#: src/qemu/qemu_command.c:6087 src/qemu/qemu_command.c:6096
#, c-format
msgid "unsupported pit tickpolicy '%s'"
msgstr ""
#: src/qemu/qemu_command.c:6118
msgid "pit timer is not supported"
msgstr ""
#: src/qemu/qemu_command.c:6144
msgid "setting ACPI S3 not supported"
msgstr ""
#: src/qemu/qemu_command.c:6155
msgid "setting ACPI S4 not supported"
msgstr ""
#: src/qemu/qemu_command.c:6177
msgid "hypervisor lacks deviceboot feature"
msgstr ""
#: src/qemu/qemu_command.c:6235
msgid "reboot timeout is not supported by this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:6275
#, fuzzy
msgid "dtb is not supported with this QEMU binary"
msgstr "La migrazione TCP non è supportata da questo binario di QEMU"
#: src/qemu/qemu_command.c:6289 src/qemu/qemu_driver.c:5746
#, c-format
msgid "unsupported driver name '%s' for disk '%s'"
msgstr "nome di volume non supportato '%s' per il disco '%s'"
#: src/qemu/qemu_command.c:6314
msgid "SATA is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:6333
msgid "Multiple legacy USB controllers are not supported"
msgstr ""
#: src/qemu/qemu_command.c:6405 src/qemu/qemu_command.c:6505
#, c-format
msgid "unsupported usb disk type for '%s'"
msgstr "tipo di disco USB '%s' non supportato"
#: src/qemu/qemu_command.c:6553
#, fuzzy
msgid "network disks are only supported with -drive"
msgstr "la rete è già attiva"
#: src/qemu/qemu_command.c:6591
msgid "filesystem passthrough not supported by this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:6667
#, c-format
msgid ""
"PCI device %04x:%02x:%02x.%x allocated from network %s is already in use by "
"domain %s"
msgstr ""
#: src/qemu/qemu_command.c:6794
msgid "this QEMU binary lacks multiple smartcard support"
msgstr ""
#: src/qemu/qemu_command.c:6805 src/qemu/qemu_command.c:6817
msgid "this QEMU binary lacks smartcard host mode support"
msgstr ""
#: src/qemu/qemu_command.c:6827
#, c-format
msgid "invalid certificate name: %s"
msgstr ""
#: src/qemu/qemu_command.c:6838
#, c-format
msgid "invalid database name: %s"
msgstr ""
#: src/qemu/qemu_command.c:6853
msgid "this QEMU binary lacks smartcard passthrough mode support"
msgstr ""
#: src/qemu/qemu_command.c:6966
msgid "guestfwd requires QEMU to support -chardev & -device"
msgstr ""
#: src/qemu/qemu_command.c:6994 src/qemu/qemu_command.c:7061
msgid "virtio channel requires QEMU to support -device"
msgstr ""
#: src/qemu/qemu_command.c:7034
msgid "sclp console requires QEMU to support -device"
msgstr ""
#: src/qemu/qemu_command.c:7039
msgid "sclp console requires QEMU to support s390-sclp"
msgstr ""
#: src/qemu/qemu_command.c:7086
#, c-format
msgid "unsupported console target type %s"
msgstr ""
#: src/qemu/qemu_command.c:7126
msgid "only 1 graphics device is supported"
msgstr ""
#: src/qemu/qemu_command.c:7131
msgid "only 1 graphics device of each type (sdl, vnc, spice) is supported"
msgstr ""
#: src/qemu/qemu_command.c:7169
msgid "This QEMU does not support QXL graphics adapters"
msgstr ""
#: src/qemu/qemu_command.c:7223
#, c-format
msgid "video type %s is only valid as primary video card"
msgstr ""
#: src/qemu/qemu_command.c:7260
#, c-format
msgid "video type %s is not supported with this QEMU"
msgstr ""
#: src/qemu/qemu_command.c:7349
msgid "this QEMU binary lacks hda support"
msgstr ""
#: src/qemu/qemu_command.c:7396
msgid "invalid watchdog action"
msgstr ""
#: src/qemu/qemu_command.c:7438
msgid "booting from assigned devices is only supported for PCI and USB devices"
msgstr ""
#: src/qemu/qemu_command.c:7445
msgid ""
"booting from assigned PCI devices is not supported with this version of qemu"
msgstr ""
#: src/qemu/qemu_command.c:7452
msgid ""
"booting from assigned USB devices is not supported with this version of qemu"
msgstr ""
#: src/qemu/qemu_command.c:7510 src/qemu/qemu_monitor_text.c:1886
msgid "PCI device assignment is not supported by this version of qemu"
msgstr ""
#: src/qemu/qemu_command.c:7524
msgid "TCP migration is not supported with this QEMU binary"
msgstr "La migrazione TCP non è supportata da questo binario di QEMU"
#: src/qemu/qemu_command.c:7541
msgid "STDIO migration is not supported with this QEMU binary"
msgstr "La migrazione di STDIO non è supportata con questo binario di QEMU"
#: src/qemu/qemu_command.c:7548
msgid "EXEC migration is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:7556
msgid "FD migration is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:7565
msgid "UNIX migration is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:7572
msgid "unknown migration protocol"
msgstr ""
#: src/qemu/qemu_command.c:7591
#, c-format
msgid ""
"Memory balloon device type '%s' is not supported by this version of qemu"
msgstr ""
#: src/qemu/qemu_command.c:7641
msgid "QEMU does not support seccomp sandboxes"
msgstr ""
#: src/qemu/qemu_command.c:7686
msgid "usb-serial is not supported in this QEMU binary"
msgstr ""
#: src/qemu/qemu_command.c:7893
#, c-format
msgid "malformed keyword arguments in '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8052 src/qemu/qemu_command.c:9303
#, c-format
msgid "cannot parse sheepdog filename '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8136
#, c-format
msgid "cannot parse drive index '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8142
#, c-format
msgid "cannot parse drive bus '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8148
#, c-format
msgid "cannot parse drive unit '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8157
#, c-format
msgid "cannot parse io mode '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8165
#, c-format
msgid "cannot parse cylinders value'%s'"
msgstr ""
#: src/qemu/qemu_command.c:8174
#, c-format
msgid "cannot parse heads value'%s'"
msgstr ""
#: src/qemu/qemu_command.c:8183
#, c-format
msgid "cannot parse sectors value'%s'"
msgstr ""
#: src/qemu/qemu_command.c:8194
#, c-format
msgid "cannot parse translation value'%s'"
msgstr ""
#: src/qemu/qemu_command.c:8207
#, c-format
msgid "missing file parameter in drive '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8218
#, c-format
msgid "missing index/unit/bus parameter in drive '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8264
#, c-format
msgid "invalid device name '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8305
#, c-format
msgid "cannot parse NIC vlan in '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8317
#, c-format
msgid "cannot find NIC definition for vlan %d"
msgstr ""
#: src/qemu/qemu_command.c:8374
#, c-format
msgid "cannot parse vlan in '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8404
#, c-format
msgid "cannot parse NIC definition '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8452
#, c-format
msgid "cannot parse sndbuf size in '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8491
#, c-format
msgid "unknown PCI device syntax '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8498
#, c-format
msgid "cannot extract PCI device bus '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8504
#, c-format
msgid "cannot extract PCI device slot '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8510
#, c-format
msgid "cannot extract PCI device function '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8544
#, c-format
msgid "unknown USB device syntax '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8552
#, c-format
msgid "cannot extract USB device vendor '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8558
#, c-format
msgid "cannot extract USB device product '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8564
#, c-format
msgid "cannot extract USB device bus '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8570
#, c-format
msgid "cannot extract USB device address '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8675
#, c-format
msgid "cannot find port number in character device %s"
msgstr ""
#: src/qemu/qemu_command.c:8715
#, c-format
msgid "unknown character device syntax %s"
msgstr ""
#: src/qemu/qemu_command.c:8826
msgid "conflicting occurrences of kvmclock feature"
msgstr ""
#: src/qemu/qemu_command.c:8870
#, c-format
msgid "unsupported HyperV Enlightenment feature '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8914
#, c-format
msgid "unknown CPU syntax '%s'"
msgstr ""
#: src/qemu/qemu_command.c:8993
#, c-format
msgid "cannot parse CPU topology '%s'"
msgstr ""
#: src/qemu/qemu_command.c:9055
msgid "no emulator path found"
msgstr ""
#: src/qemu/qemu_command.c:9068
msgid "failed to generate uuid"
msgstr ""
#: src/qemu/qemu_command.c:9120
#, c-format
msgid "missing value for %s argument"
msgstr ""
#: src/qemu/qemu_command.c:9180
#, c-format
msgid "missing VNC port number in '%s'"
msgstr ""
#: src/qemu/qemu_command.c:9187
#, c-format
msgid "cannot parse VNC port '%s'"
msgstr ""
#: src/qemu/qemu_command.c:9214
#, c-format
msgid "cannot parse memory level '%s'"
msgstr ""
#: src/qemu/qemu_command.c:9226
#, c-format
msgid "cannot parse UUID '%s'"
msgstr ""
#: src/qemu/qemu_command.c:9338
#, c-format
msgid "Cannot assign address for device name '%s'"
msgstr ""
#: src/qemu/qemu_command.c:9402
msgid "cannot parse reboot-timeout value"
msgstr ""
#: src/qemu/qemu_command.c:9648
#, c-format
msgid "unknown video adapter type '%s'"
msgstr ""
#: src/qemu/qemu_command.c:9704
#, c-format
msgid "invalid value for disable_s3 parameter: '%s'"
msgstr ""
#: src/qemu/qemu_command.c:9721
#, c-format
msgid "invalid value for disable_s4 parameter: '%s'"
msgstr ""
#: src/qemu/qemu_command.c:9757
msgid "CEPH_ARGS was set without an rbd disk"
msgstr ""
#: src/qemu/qemu_command.c:9764
#, c-format
msgid "could not parse CEPH_ARGS '%s'"
msgstr ""
#: src/qemu/qemu_command.c:9802
#, c-format
msgid "found no rbd hosts in CEPH_ARGS '%s'"
msgstr ""
#: src/qemu/qemu_command.c:10029
#, c-format
msgid "Unable to resolve %s for pid %u"
msgstr ""
#: src/qemu/qemu_conf.c:246
msgid "unable to find hugetlbfs mountpoint"
msgstr ""
#: src/qemu/qemu_conf.c:378
msgid "security_driver must be a list of strings"
msgstr ""
#: src/qemu/qemu_conf.c:417
#, c-format
msgid "%s: remote_display_port_min: port must be greater than or equal to %d"
msgstr ""
#: src/qemu/qemu_conf.c:427
#, c-format
msgid ""
"%s: remote_display_port_max: port must be between the minimal port and %d"
msgstr ""
#: src/qemu/qemu_conf.c:435
#, c-format
msgid "%s: remote_display_port_min: min port must not be greater than max port"
msgstr ""
#: src/qemu/qemu_conf.c:462
msgid "cgroup_controllers must be a list of strings"
msgstr ""
#: src/qemu/qemu_conf.c:469
#, c-format
msgid "Unknown cgroup controller '%s'"
msgstr ""
#: src/qemu/qemu_conf.c:495
msgid "cgroup_device_acl must be a list of strings"
msgstr ""
#: src/qemu/qemu_conf.c:714
#, c-format
msgid ""
"Close callback for domain %s already registered with another connection %p"
msgstr ""
#: src/qemu/qemu_conf.c:721
#, c-format
msgid "Another close callback is already defined for domain %s"
msgstr ""
#: src/qemu/qemu_conf.c:768
#, c-format
msgid "Trying to remove mismatching close callback for domain %s"
msgstr ""
#: src/qemu/qemu_conf.c:948
#, c-format
msgid "Unable to get minor number of device '%s'"
msgstr ""
#: src/qemu/qemu_conf.c:1018
#, c-format
msgid "sgio of shared disk '%s' conflicts with other active domains"
msgstr ""
#: src/qemu/qemu_domain.c:250
msgid "Unexpected QEMU monitor still active during domain deletion"
msgstr ""
#: src/qemu/qemu_domain.c:254
msgid "Unexpected QEMU agent still active during domain deletion"
msgstr ""
#: src/qemu/qemu_domain.c:354
msgid "no monitor path"
msgstr "nessun percorso del monitor"
#: src/qemu/qemu_domain.c:381
#, c-format
msgid "unsupported monitor type '%s'"
msgstr "tipo di monitor non supportato '%s'"
#: src/qemu/qemu_domain.c:412
msgid "failed to parse qemu capabilities flags"
msgstr ""
#: src/qemu/qemu_domain.c:425
#, c-format
msgid "Unknown qemu capabilities flag %s"
msgstr ""
#: src/qemu/qemu_domain.c:445
#, c-format
msgid "Unknown job type %s"
msgstr ""
#: src/qemu/qemu_domain.c:458
#, c-format
msgid "Unknown async job type %s"
msgstr ""
#: src/qemu/qemu_domain.c:469
#, c-format
msgid "Unknown job phase %s"
msgstr ""
#: src/qemu/qemu_domain.c:532
#, c-format
msgid "Failed to register xml namespace '%s'"
msgstr ""
#: src/qemu/qemu_domain.c:555
msgid "No qemu command-line argument specified"
msgstr ""
#: src/qemu/qemu_domain.c:581
msgid "No qemu environment name specified"
msgstr ""
#: src/qemu/qemu_domain.c:586
msgid "Empty qemu environment name specified"
msgstr ""
#: src/qemu/qemu_domain.c:591
msgid "Invalid environment name, it must begin with a letter or underscore"
msgstr ""
#: src/qemu/qemu_domain.c:596
msgid ""
"Invalid environment name, it must contain only alphanumerics and underscore"
msgstr ""
#: src/qemu/qemu_domain.c:840
msgid "cannot acquire state change lock"
msgstr ""
#: src/qemu/qemu_domain.c:844
msgid "cannot acquire state change lock due to max_queued limit"
msgstr ""
#: src/qemu/qemu_domain.c:848
msgid "cannot acquire job mutex"
msgstr ""
#: src/qemu/qemu_domain.c:889
#, c-format
msgid "unexpected async job %d"
msgstr "job asincrono %d non atteso"
#: src/qemu/qemu_domain.c:981
msgid "domain is no longer running"
msgstr ""
#: src/qemu/qemu_domain.c:1145
msgid "cannot get host CPU capabilities"
msgstr ""
#: src/qemu/qemu_domain.c:1386
#, c-format
msgid "failed to set close-on-exec flag on %s"
msgstr ""
#: src/qemu/qemu_domain.c:1393
#, c-format
msgid "failed to truncate %s"
msgstr ""
#: src/qemu/qemu_domain.c:1450
#, c-format
msgid "unable to seek to end of log for %s"
msgstr ""
#: src/qemu/qemu_domain.c:1454
#, c-format
msgid "unable to seek to %lld from start for %s"
msgstr ""
#: src/qemu/qemu_domain.c:1484
#, c-format
msgid "Unable to write to domain logfile %s"
msgstr ""
#: src/qemu/qemu_domain.c:1507 src/storage/storage_backend.c:860
#: src/storage/storage_backend_fs.c:1231
msgid "unable to find kvm-img or qemu-img"
msgstr ""
#: src/qemu/qemu_domain.c:1534
#, c-format
msgid "cannot create snapshot directory '%s'"
msgstr ""
#: src/qemu/qemu_domain.c:1596
#, c-format
msgid "Disk device '%s' does not support snapshotting"
msgstr ""
#: src/qemu/qemu_domain.c:1827 src/qemu/qemu_domain.c:1835
#, c-format
msgid "cannot access file '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:228
#, c-format
msgid "no domain snapshot with matching name '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:263
#, c-format
msgid "Failed to start job on VM '%s': %s"
msgstr ""
#: src/qemu/qemu_driver.c:403
#, c-format
msgid "Failed to allocate memory for snapshot directory for domain %s"
msgstr ""
#: src/qemu/qemu_driver.c:416
#, c-format
msgid "Failed to open snapshot directory %s for domain %s: %s"
msgstr ""
#: src/qemu/qemu_driver.c:431
msgid "Failed to allocate memory for path"
msgstr ""
#: src/qemu/qemu_driver.c:437
#, c-format
msgid "Failed to read snapshot file %s: %s"
msgstr ""
#: src/qemu/qemu_driver.c:449
#, c-format
msgid "Failed to parse snapshot XML from file '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:470
#, c-format
msgid "Too many snapshots claiming to be current for domain %s"
msgstr ""
#: src/qemu/qemu_driver.c:476
#, c-format
msgid "Snapshots have inconsistent relations for domain %s"
msgstr ""
#: src/qemu/qemu_driver.c:611
#, c-format
msgid "Failed to create cache dir '%s': %s"
msgstr ""
#: src/qemu/qemu_driver.c:626
#, c-format
msgid "Failed to create dump dir '%s': %s"
msgstr ""
#: src/qemu/qemu_driver.c:652
#, c-format
msgid "failed to enable mac filter in '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:659
#, c-format
msgid "failed to add rule to drop all frames in '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:691
#, c-format
msgid "unable to set ownership of '%s' to user %d:%d"
msgstr ""
#: src/qemu/qemu_driver.c:697 src/qemu/qemu_driver.c:703
#: src/qemu/qemu_driver.c:709
#, c-format
msgid "unable to set ownership of '%s' to %d:%d"
msgstr ""
#: src/qemu/qemu_driver.c:745
#, c-format
msgid "unable to create hugepage path %s"
msgstr ""
#: src/qemu/qemu_driver.c:753
#, c-format
msgid "unable to set ownership on %s to %d:%d"
msgstr ""
#: src/qemu/qemu_driver.c:1025
msgid "qemu state driver is not active"
msgstr ""
#: src/qemu/qemu_driver.c:1031
#, c-format
msgid "no QEMU URI path given, try %s"
msgstr ""
#: src/qemu/qemu_driver.c:1041
#, c-format
msgid "unexpected QEMU URI path '%s', try qemu:///system"
msgstr ""
#: src/qemu/qemu_driver.c:1048
#, c-format
msgid "unexpected QEMU URI path '%s', try qemu:///session"
msgstr ""
#: src/qemu/qemu_driver.c:1122 src/util/iohelper.c:58 src/util/virfile.c:545
#: src/util/virfile.c:600 src/util/virprocess.c:542
#, c-format
msgid "Unable to open %s"
msgstr "Impossibile aprire %s"
#: src/qemu/qemu_driver.c:1293 src/uml/uml_driver.c:1562
#: src/uml/uml_driver.c:1603 src/vbox/vbox_tmpl.c:1255
#: src/vbox/vbox_tmpl.c:1576 src/vbox/vbox_tmpl.c:1628
#: src/vbox/vbox_tmpl.c:1682 src/vbox/vbox_tmpl.c:1740
#: src/vbox/vbox_tmpl.c:1791 src/vbox/vbox_tmpl.c:1867
#: src/vbox/vbox_tmpl.c:2175
#, c-format
msgid "no domain with matching id %d"
msgstr "non ci sono domini con id corrispondente: %d"
#: src/qemu/qemu_driver.c:1617 src/qemu/qemu_driver.c:1682
msgid "domain is pmsuspended"
msgstr ""
#: src/qemu/qemu_driver.c:1690 src/qemu/qemu_migration.c:3945
#: src/qemu/qemu_migration.c:4090 src/qemu/qemu_process.c:582
#: src/qemu/qemu_process.c:3809
msgid "resume operation failed"
msgstr "operazione di ripristino fallita"
#: src/qemu/qemu_driver.c:1741 src/qemu/qemu_driver.c:1835
#: src/qemu/qemu_driver.c:10661 src/qemu/qemu_driver.c:10688
#: src/qemu/qemu_driver.c:14732 src/qemu/qemu_driver.c:14854
#: src/qemu/qemu_driver.c:14933
msgid "QEMU guest agent is not available due to an error"
msgstr ""
#: src/qemu/qemu_driver.c:1752 src/qemu/qemu_driver.c:1841
#: src/qemu/qemu_driver.c:10667 src/qemu/qemu_driver.c:10695
#: src/qemu/qemu_driver.c:14739 src/qemu/qemu_driver.c:14861
#: src/qemu/qemu_driver.c:14927
msgid "QEMU guest agent is not configured"
msgstr ""
#: src/qemu/qemu_driver.c:1818
msgid "flags for acpi power button and guest agent are mutually exclusive"
msgstr ""
#: src/qemu/qemu_driver.c:1849
msgid "Reboot is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_driver.c:1855
msgid "Reboot is not supported without the JSON monitor"
msgstr ""
#: src/qemu/qemu_driver.c:2106
msgid "cannot resize the maximum memory on an active domain"
msgstr ""
#: src/qemu/qemu_driver.c:2143
msgid ""
"Unable to change memory of active domain without the balloon device and "
"guest OS balloon driver"
msgstr ""
#: src/qemu/qemu_driver.c:2255
#, c-format
msgid "cannot translate keycode %u of %s codeset to rfb keycode"
msgstr ""
#: src/qemu/qemu_driver.c:2311 src/uml/uml_driver.c:1781
msgid "cannot read cputime for domain"
msgstr "impossibile leggere la cputimeper il dominio"
#: src/qemu/qemu_driver.c:2507
#, c-format
msgid "failed to write header to domain save file '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:2515 src/qemu/qemu_driver.c:5073
#, c-format
msgid "failed to write xml to '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:2539
#, c-format
msgid "Invalid compressed save format %d"
msgstr ""
#: src/qemu/qemu_driver.c:2602
#, c-format
msgid "unable to open %s"
msgstr ""
#: src/qemu/qemu_driver.c:2617 src/qemu/qemu_driver.c:2641
#, c-format
msgid "Failed to create file '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:2632
#, c-format
msgid "Failed to create file '%s': couldn't determine fs type"
msgstr ""
#: src/qemu/qemu_driver.c:2653
#, c-format
msgid "Error from child process creating '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:2736 src/qemu/qemu_driver.c:3184
#: src/qemu/qemu_driver.c:4677
msgid "bypass cache unsupported by this system"
msgstr ""
#: src/qemu/qemu_driver.c:2779
#, c-format
msgid "unable to write %s"
msgstr ""
#: src/qemu/qemu_driver.c:2840 src/qemu/qemu_driver.c:3312
#: src/qemu/qemu_driver.c:10870 src/qemu/qemu_driver.c:11389
#: src/qemu/qemu_driver.c:12393 src/qemu/qemu_driver.c:12445
#: src/qemu/qemu_driver.c:13113 src/qemu/qemu_hotplug.c:451
#: src/qemu/qemu_hotplug.c:844 src/qemu/qemu_migration.c:2818
#: src/qemu/qemu_migration.c:3127 src/qemu/qemu_migration.c:3470
#: src/qemu/qemu_migration.c:3865 src/qemu/qemu_process.c:560
#: src/qemu/qemu_process.c:573
msgid "guest unexpectedly quit"
msgstr ""
#: src/qemu/qemu_driver.c:2873
msgid "failed to get domain xml"
msgstr "impossibile ottenere l'xml del dominio"
#: src/qemu/qemu_driver.c:2960
msgid "Invalid save image format specified in configuration file"
msgstr ""
#: src/qemu/qemu_driver.c:2966
msgid ""
"Compression program for image format in configuration file isn't available"
msgstr ""
#: src/qemu/qemu_driver.c:3124
#, c-format
msgid "Failed to remove managed save file '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:3146
msgid "dump-guest-memory is not supported"
msgstr ""
#: src/qemu/qemu_driver.c:3212
#, c-format
msgid "unable to close file %s"
msgstr ""
#: src/qemu/qemu_driver.c:3245
msgid "Invalid dump image format specified in configuration file, using raw"
msgstr ""
#: src/qemu/qemu_driver.c:3251
msgid ""
"Compression program for dump image format in configuration file isn't "
"available, using raw"
msgstr ""
#: src/qemu/qemu_driver.c:3352
msgid "resuming after dump failed"
msgstr ""
#: src/qemu/qemu_driver.c:3407
msgid "currently is supported only taking screenshots of screen ID 0"
msgstr ""
#: src/qemu/qemu_driver.c:3418 src/qemu/qemu_driver.c:9158
#: src/vbox/vbox_tmpl.c:9166
#, c-format
msgid "mkostemp(\"%s\") failed"
msgstr ""
#: src/qemu/qemu_driver.c:3439 src/vbox/vbox_tmpl.c:9220
msgid "unable to open stream"
msgstr ""
#: src/qemu/qemu_driver.c:3503
msgid "Dump failed"
msgstr ""
#: src/qemu/qemu_driver.c:3511
msgid "Resuming after dump failed"
msgstr ""
#: src/qemu/qemu_driver.c:3594
msgid "qemu didn't unplug the vCPUs properly"
msgstr ""
#: src/qemu/qemu_driver.c:3602 src/qemu/qemu_process.c:1779
#, c-format
msgid "got wrong number of vCPU pids from QEMU monitor. got %d, wanted %d"
msgstr ""
#: src/qemu/qemu_driver.c:3665 src/qemu/qemu_driver.c:3937
#, c-format
msgid "failed to set cpuset.cpus in cgroup for vcpu %d"
msgstr ""
#: src/qemu/qemu_driver.c:3674 src/qemu/qemu_driver.c:3944
#, c-format
msgid "failed to set cpu affinity for vcpu %d"
msgstr ""
#: src/qemu/qemu_driver.c:3694
#, c-format
msgid "Unable to access vcpu cgroup for %s(vcpu: %d)"
msgstr ""
#: src/qemu/qemu_driver.c:3730
msgid "cannot change vcpu count of this domain"
msgstr ""
#: src/qemu/qemu_driver.c:3755 src/test/test_driver.c:2225
#: src/xen/xen_driver.c:1232
#, c-format
msgid "argument out of range: %d"
msgstr ""
#: src/qemu/qemu_driver.c:3779
msgid "cannot adjust maximum on running domain"
msgstr ""
#: src/qemu/qemu_driver.c:3886
#, c-format
msgid "vcpu number out of range %d > %d"
msgstr "numero vcpu fuori dalla gamma %d > %d"
#: src/qemu/qemu_driver.c:3905 src/qemu/qemu_driver.c:4231
#: src/qemu/qemu_process.c:1942
msgid "cpu affinity is not supported"
msgstr "affinità cpu non supportata"
#: src/qemu/qemu_driver.c:3926 src/qemu/qemu_driver.c:4182
msgid "failed to update vcpupin"
msgstr ""
#: src/qemu/qemu_driver.c:3953
msgid "failed to delete vcpupin xml of a running domain"
msgstr ""
#: src/qemu/qemu_driver.c:3978
msgid "failed to delete vcpupin xml of a persistent domain"
msgstr ""
#: src/qemu/qemu_driver.c:3996
msgid "failed to update or add vcpupin xml of a persistent domain"
msgstr ""
#: src/qemu/qemu_driver.c:4149
msgid ""
"Changing affinity for emulator thread dynamically is not allowed when CPU "
"placement is 'auto'"
msgstr ""
#: src/qemu/qemu_driver.c:4199
msgid "failed to set cpuset.cpus in cgroup for emulator threads"
msgstr ""
#: src/qemu/qemu_driver.c:4208
msgid "failed to set cpu affinity for emulator threads"
msgstr ""
#: src/qemu/qemu_driver.c:4217
msgid "failed to delete emulatorpin xml of a running domain"
msgstr ""
#: src/qemu/qemu_driver.c:4244
msgid "failed to delete emulatorpin xml of a persistent domain"
msgstr ""
#: src/qemu/qemu_driver.c:4251
msgid "failed to update or add emulatorpin xml of a persistent domain"
msgstr ""
#: src/qemu/qemu_driver.c:4365
msgid "cannot list vcpu pinning for an inactive domain"
msgstr ""
#: src/qemu/qemu_driver.c:4396
msgid "cannot get vCPU placement & pCPU time"
msgstr ""
#: src/qemu/qemu_driver.c:4424
msgid "cpu affinity is not available"
msgstr "affinità cpu non disponibile"
#: src/qemu/qemu_driver.c:4697 src/qemu/qemu_driver.c:4717
#, c-format
msgid "cannot remove corrupt file: %s"
msgstr ""
#: src/qemu/qemu_driver.c:4704
msgid "failed to read qemu header"
msgstr "impossibile leggere l'intestazione qemu"
#: src/qemu/qemu_driver.c:4713
msgid "save image is incomplete"
msgstr ""
#: src/qemu/qemu_driver.c:4761 src/qemu/qemu_driver.c:4866
#, c-format
msgid "cannot close file: %s"
msgstr ""
#: src/qemu/qemu_driver.c:4890
msgid "failed to resume domain"
msgstr "impossibile ripristinare il dominio"
#: src/qemu/qemu_driver.c:5058
msgid "new xml too large to fit in file"
msgstr ""
#: src/qemu/qemu_driver.c:5067
#, c-format
msgid "cannot seek in '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:5435
#, c-format
msgid "cannot remove managed save file %s"
msgstr ""
#: src/qemu/qemu_driver.c:5510
msgid "domain is already running"
msgstr ""
#: src/qemu/qemu_driver.c:5578 src/qemu/qemu_driver.c:11571
#: src/qemu/qemu_driver.c:12272
msgid "domain has active block copy job"
msgstr ""
#: src/qemu/qemu_driver.c:5663
#, c-format
msgid "cannot delete inactive domain with %d snapshots"
msgstr ""
#: src/qemu/qemu_driver.c:5812
msgid "disk device='lun' is not supported for usb bus"
msgstr ""
#: src/qemu/qemu_driver.c:5864
#, c-format
msgid "disk controller bus '%s' cannot be hotplugged."
msgstr ""
#: src/qemu/qemu_driver.c:5950 src/uml/uml_driver.c:2213
msgid "This type of disk cannot be hot unplugged"
msgstr ""
#: src/qemu/qemu_driver.c:5954
#, c-format
msgid "disk device type '%s' cannot be detached"
msgstr ""
#: src/qemu/qemu_driver.c:5979
#, c-format
msgid "disk controller bus '%s' cannot be hotunplugged."
msgstr ""
#: src/qemu/qemu_driver.c:6011 src/uml/uml_driver.c:2217
msgid "This type of device cannot be hot unplugged"
msgstr ""
#: src/qemu/qemu_driver.c:6198
#, c-format
msgid "Lease %s in lockspace %s already exists"
msgstr ""
#: src/qemu/qemu_driver.c:6214
msgid "Target already exists"
msgstr ""
#: src/qemu/qemu_driver.c:6291 src/qemu/qemu_hotplug.c:2844
#, c-format
msgid "Lease %s in lockspace %s does not exist"
msgstr ""
#: src/qemu/qemu_driver.c:6370 src/qemu/qemu_driver.c:6376
#, c-format
msgid "couldn't find matching device with mac address %s"
msgstr ""
#: src/qemu/qemu_driver.c:6840
#, c-format
msgid "unable to parse device weight '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:6978
#, c-format
msgid "Unable to set io device weight for path %s"
msgstr ""
#: src/qemu/qemu_driver.c:7167 src/qemu/qemu_driver.c:7207
#: src/util/virtypedparam.c:125 src/util/virtypedparam.c:187
#, c-format
msgid "Field name '%s' too long"
msgstr ""
#: src/qemu/qemu_driver.c:7283 src/qemu/qemu_driver.c:7413
#: src/qemu/qemu_driver.c:7738
msgid "cgroup memory controller is not mounted"
msgstr ""
#: src/qemu/qemu_driver.c:7312
msgid "memory hard_limit tunable value must be lower than swap_hard_limit"
msgstr ""
#: src/qemu/qemu_driver.c:7321
msgid "unable to set memory swap_hard_limit tunable"
msgstr ""
#: src/qemu/qemu_driver.c:7579
msgid "cgroup cpuset controller is not mounted"
msgstr ""
#: src/qemu/qemu_driver.c:7599
msgid "can't change numa mode for running domain"
msgstr ""
#: src/qemu/qemu_driver.c:7616
msgid "Failed to parse nodeset"
msgstr ""
#: src/qemu/qemu_driver.c:7625
msgid "change of nodeset for running domain requires strict numa mode"
msgstr ""
#: src/qemu/qemu_driver.c:7635
msgid "Failed to format nodeset"
msgstr ""
#: src/qemu/qemu_driver.c:7643
msgid "unable to set numa tunable"
msgstr ""
#: src/qemu/qemu_driver.c:7773
msgid "unable to get numa nodeset"
msgstr ""
#: src/qemu/qemu_driver.c:7825
#, c-format
msgid "Unable to find vcpu cgroup for %s(vcpu: %d)"
msgstr ""
#: src/qemu/qemu_driver.c:7863 src/qemu/qemu_driver.c:8159
#, c-format
msgid "Unable to find emulator cgroup for %s"
msgstr ""
#: src/qemu/qemu_driver.c:7882
#, c-format
msgid "value of '%s' is out of range [%lld, %lld]"
msgstr ""
#: src/qemu/qemu_driver.c:8121
#, c-format
msgid "Unable to find vcpu cgroup for %s(vcpu: 0)"
msgstr ""
#: src/qemu/qemu_driver.c:8354
msgid "empty path"
msgstr ""
#: src/qemu/qemu_driver.c:8362
#, c-format
msgid "size must be less than %llu"
msgstr ""
#: src/qemu/qemu_driver.c:8385 src/qemu/qemu_driver.c:8442
#: src/qemu/qemu_driver.c:8523 src/test/test_driver.c:2852
#, c-format
msgid "invalid path: %s"
msgstr "percorso non valido: %s"
#: src/qemu/qemu_driver.c:8449 src/qemu/qemu_driver.c:8530
#: src/qemu/qemu_hotplug.c:67
#, c-format
msgid "missing disk device alias name for %s"
msgstr ""
#: src/qemu/qemu_driver.c:8697
msgid "interface stats not implemented on this platform"
msgstr ""
#: src/qemu/qemu_driver.c:8759 src/qemu/qemu_driver.c:8767
#: src/qemu/qemu_driver.c:8934
#, c-format
msgid "Can't find device %s"
msgstr "Dispositivo %s non trovato"
#: src/qemu/qemu_driver.c:9038
msgid "cannot get RSS for domain"
msgstr ""
#: src/qemu/qemu_driver.c:9075 src/qemu/qemu_driver.c:9230
#: src/uml/uml_driver.c:2364
msgid "NULL or empty path"
msgstr "percorso vuoto o NULL"
#: src/qemu/qemu_driver.c:9082 src/uml/uml_driver.c:2371
#, c-format
msgid "invalid path '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:9091
#, c-format
msgid "%s: failed to open"
msgstr "%s: impossibile aprire"
#: src/qemu/qemu_driver.c:9102
#, c-format
msgid "%s: failed to seek or read"
msgstr "%s: impossibile scorrere o leggere il file"
#: src/qemu/qemu_driver.c:9137
msgid "flags parameter must be VIR_MEMORY_VIRTUAL or VIR_MEMORY_PHYSICAL"
msgstr ""
"il parametro dei flag deve essere VIR_MEMORY_VIRTUAL or VIR_MEMORY_PHYSICAL"
#: src/qemu/qemu_driver.c:9182
#, c-format
msgid "failed to read temporary file created with template %s"
msgstr "impossibile leggere il file temporaneo creato con il template %s"
#: src/qemu/qemu_driver.c:9237
#, c-format
msgid "invalid path %s not assigned to domain"
msgstr ""
#: src/qemu/qemu_driver.c:9243
#, c-format
msgid "disk %s does not currently have a source assigned"
msgstr ""
#: src/qemu/qemu_driver.c:9253
#, c-format
msgid "failed to open path '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:9268
#, c-format
msgid "no disk format for %s and probing is disabled"
msgstr "nessun formato disco per %s e il probing è disabilitato"
#: src/qemu/qemu_driver.c:9280 src/storage/storage_backend.c:1041
#: src/storage/storage_backend.c:1069 src/storage/storage_backend.c:1189
#: src/util/virstoragefile.c:696 src/util/virstoragefile.c:842
#, c-format
msgid "cannot stat file '%s'"
msgstr "impossibile eseguire lo stat del file '%s'"
#: src/qemu/qemu_driver.c:9302
#, c-format
msgid "failed to seek to end of %s"
msgstr ""
#: src/qemu/qemu_driver.c:9447 src/qemu/qemu_driver.c:9516
#: src/qemu/qemu_driver.c:9748 src/qemu/qemu_driver.c:9782
msgid "no domain XML passed"
msgstr "nessun dominio XML fornito"
#: src/qemu/qemu_driver.c:9452 src/qemu/qemu_driver.c:9787
msgid "PrepareTunnel called but no TUNNELLED flag set"
msgstr ""
#: src/qemu/qemu_driver.c:9457 src/qemu/qemu_driver.c:9792
msgid "tunnelled migration requested but NULL stream passed"
msgstr ""
#: src/qemu/qemu_driver.c:9463 src/qemu/qemu_driver.c:9500
#: src/qemu/qemu_driver.c:9553
#, c-format
msgid "Cannot use migrate v2 protocol with lock manager %s"
msgstr ""
#: src/qemu/qemu_driver.c:9510 src/qemu/qemu_driver.c:9742
msgid "Tunnelled migration requested but invalid RPC method called"
msgstr ""
#: src/qemu/qemu_driver.c:9692 src/qemu/qemu_migration.c:2209
msgid "domain disappeared"
msgstr ""
#: src/qemu/qemu_driver.c:9973 src/xen/xen_driver.c:2095
#, c-format
msgid "device %s is not a PCI device"
msgstr ""
#: src/qemu/qemu_driver.c:10041
#, c-format
msgid "PCI device %s is still in use by domain %s"
msgstr ""
#: src/qemu/qemu_driver.c:10045
#, c-format
msgid "PCI device %s is still in use"
msgstr ""
#: src/qemu/qemu_driver.c:10342
msgid "no job is active on the domain"
msgstr ""
#: src/qemu/qemu_driver.c:10346
msgid "cannot abort incoming migration; use virDomainDestroy instead"
msgstr ""
#: src/qemu/qemu_driver.c:10396
msgid "domain is not being migrated"
msgstr ""
#: src/qemu/qemu_driver.c:10448 src/qemu/qemu_driver.c:10500
msgid "Compressed migration is not supported by QEMU binary"
msgstr ""
#: src/qemu/qemu_driver.c:10773
#, c-format
msgid "unknown image format of '%s' and format probing is disabled"
msgstr ""
#: src/qemu/qemu_driver.c:10903 src/qemu/qemu_driver.c:11478
msgid "resuming after snapshot failed"
msgstr ""
#: src/qemu/qemu_driver.c:10938
msgid "reuse is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_driver.c:10957
#, c-format
msgid "internal snapshot for disk %s unsupported for storage type %s"
msgstr ""
#: src/qemu/qemu_driver.c:10966
#, c-format
msgid ""
"active qemu domains require external disk snapshots; disk %s requested "
"internal"
msgstr ""
#: src/qemu/qemu_driver.c:10980
#, c-format
msgid "external snapshot format for disk %s is unsupported: %s"
msgstr ""
#: src/qemu/qemu_driver.c:10989 src/qemu/qemu_driver.c:13496
#, c-format
msgid "unable to stat for disk %s: %s"
msgstr ""
#: src/qemu/qemu_driver.c:10994
#, c-format
msgid "missing existing file for disk %s: %s"
msgstr ""
#: src/qemu/qemu_driver.c:11000
#, c-format
msgid ""
"external snapshot file for disk %s already exists and is not a block device: "
"%s"
msgstr ""
#: src/qemu/qemu_driver.c:11014 src/qemu/qemu_driver.c:11091
msgid "unexpected code path"
msgstr ""
#: src/qemu/qemu_driver.c:11023
msgid ""
"internal checkpoints require at least one disk to be selected for snapshot"
msgstr ""
#: src/qemu/qemu_driver.c:11031
msgid ""
"disk-only snapshots require at least one disk to be selected for snapshot"
msgstr ""
#: src/qemu/qemu_driver.c:11041
msgid "mixing internal and external snapshots is not supported yet"
msgstr ""
#: src/qemu/qemu_driver.c:11056
msgid "atomic live snapshot of multiple disks is unsupported"
msgstr ""
#: src/qemu/qemu_driver.c:11245
msgid "live disk snapshot not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_driver.c:11540
msgid "quiesce requires disk-only"
msgstr ""
#: src/qemu/qemu_driver.c:11566 src/qemu/qemu_migration.c:1416
msgid "domain is marked for auto destroy"
msgstr ""
#: src/qemu/qemu_driver.c:11577
msgid "cannot halt after transient domain snapshot"
msgstr ""
#: src/qemu/qemu_driver.c:11594
#, c-format
msgid "invalid snapshot name '%s': name can't contain '/'"
msgstr ""
#: src/qemu/qemu_driver.c:11602
#, c-format
msgid "invalid snapshot name '%s': name can't start with '.'"
msgstr ""
#: src/qemu/qemu_driver.c:11615
msgid "live snapshot creation is supported only with external checkpoints"
msgstr ""
#: src/qemu/qemu_driver.c:11623
msgid "disk-only snapshot creation is not compatible with memory snapshot"
msgstr ""
#: src/qemu/qemu_driver.c:11633
#, c-format
msgid "cannot set snapshot %s as its own parent"
msgstr ""
#: src/qemu/qemu_driver.c:11640
#, c-format
msgid "parent %s for snapshot %s not found"
msgstr ""
#: src/qemu/qemu_driver.c:11647
#, c-format
msgid "parent %s would create cycle to %s"
msgstr ""
#: src/qemu/qemu_driver.c:11665
#, c-format
msgid "disk-only flag for snapshot %s requires disk-snapshot state"
msgstr ""
#: src/qemu/qemu_driver.c:11675
#, c-format
msgid "definition for snapshot %s must use uuid %s"
msgstr ""
#: src/qemu/qemu_driver.c:11687
#, c-format
msgid "cannot change between online and offline snapshot state in snapshot %s"
msgstr ""
#: src/qemu/qemu_driver.c:11696
#, c-format
msgid ""
"cannot change between disk snapshot and system checkpoint in snapshot %s"
msgstr ""
#: src/qemu/qemu_driver.c:11865
#, c-format
msgid "unable to save metadata for snapshot %s"
msgstr ""
#: src/qemu/qemu_driver.c:12120
msgid "the domain does not have a current snapshot"
msgstr ""
#: src/qemu/qemu_driver.c:12285
msgid ""
"transient domain needs to request run or pause to revert to inactive snapshot"
msgstr ""
#: src/qemu/qemu_driver.c:12291
msgid "revert to external disk snapshot not supported yet"
msgstr ""
#: src/qemu/qemu_driver.c:12298
#, c-format
msgid "snapshot '%s' lacks domain '%s' rollback info"
msgstr ""
#: src/qemu/qemu_driver.c:12308
msgid "must respawn qemu to start inactive snapshot"
msgstr ""
#: src/qemu/qemu_driver.c:12648
#, c-format
msgid "deletion of %d external disk snapshots not supported yet"
msgstr ""
#: src/qemu/qemu_driver.c:12675
#, c-format
msgid "failed to set snapshot '%s' as current"
msgstr ""
#: src/qemu/qemu_driver.c:12797
#, c-format
msgid "No monitor connection for pid %u"
msgstr ""
#: src/qemu/qemu_driver.c:12802
#, c-format
msgid "Cannot connect to monitor connection of type '%s' for pid %u"
msgstr ""
#: src/qemu/qemu_driver.c:12915
#, c-format
msgid "cannot find character device %s"
msgstr ""
#: src/qemu/qemu_driver.c:12935
msgid "Active console session exists for this domain"
msgstr ""
#: src/qemu/qemu_driver.c:12987
#, c-format
msgid "cannot find channel %s"
msgstr ""
#: src/qemu/qemu_driver.c:12994
#, c-format
msgid "channel %s is not using a UNIX socket"
msgstr ""
#: src/qemu/qemu_driver.c:13007
msgid "Active channel stream exists for this domain"
msgstr ""
#: src/qemu/qemu_driver.c:13046
msgid "No device found for specified path"
msgstr ""
#: src/qemu/qemu_driver.c:13090
#, c-format
msgid "disk '%s' not ready for pivot yet"
msgstr ""
#: src/qemu/qemu_driver.c:13205
msgid "resuming after drive-reopen failed"
msgstr ""
#: src/qemu/qemu_driver.c:13246
msgid "block jobs not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_driver.c:13250
msgid "partial block pull not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_driver.c:13255
msgid ""
"setting bandwidth at start of block pull not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_driver.c:13267 src/qemu/qemu_driver.c:13451
#, c-format
msgid "disk '%s' already in active block copy job"
msgstr ""
#: src/qemu/qemu_driver.c:13275
#, c-format
msgid "pivot of disk '%s' requires an active copy job"
msgstr ""
#: src/qemu/qemu_driver.c:13459
msgid "block copy is not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_driver.c:13468
msgid "domain is not transient"
msgstr ""
#: src/qemu/qemu_driver.c:13487
#, c-format
msgid "disk '%s' has backing file, so raw shallow copy is not possible"
msgstr ""
#: src/qemu/qemu_driver.c:13501
#, c-format
msgid "missing destination file for disk %s: %s"
msgstr ""
#: src/qemu/qemu_driver.c:13508
#, c-format
msgid ""
"external destination file for disk %s already exists and is not a block "
"device: %s"
msgstr ""
#: src/qemu/qemu_driver.c:13525
#, c-format
msgid "unrecognized format '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:13656
msgid "online commit not supported with this QEMU binary"
msgstr ""
#: src/qemu/qemu_driver.c:13667
#, c-format
msgid "disk %s has no source file to be committed"
msgstr ""
#: src/qemu/qemu_driver.c:13682
#, c-format
msgid "could not find top '%s' in chain for '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:13688
#, c-format
msgid "top '%s' in chain for '%s' has no backing file"
msgstr ""
#: src/qemu/qemu_driver.c:13697
#, c-format
msgid "could not find base '%s' below '%s' in chain for '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:13708
#, c-format
msgid "base '%s' is not immediately below '%s' in chain for '%s'"
msgstr ""
#: src/qemu/qemu_driver.c:13800
#, c-format
msgid "No graphics backend with index %d"
msgstr ""
#: src/qemu/qemu_driver.c:13812
#, c-format
msgid "Can only open VNC or SPICE graphics backends, not %s"
msgstr ""
#: src/qemu/qemu_driver.c:13941
msgid "total and read/write of bytes_sec cannot be set at the same time"
msgstr ""
#: src/qemu/qemu_driver.c:13948
msgid "total and read/write of iops_sec cannot be set at the same time"
msgstr ""
#: src/qemu/qemu_driver.c:13995
msgid "Write to config file failed"
msgstr ""
#: src/qemu/qemu_driver.c:14274
msgid "QEmu driver does not support modifying <metadata> element"
msgstr ""
#: src/qemu/qemu_driver.c:14280 src/qemu/qemu_driver.c:14307
#: src/qemu/qemu_driver.c:14373
msgid "unknown metadata type"
msgstr ""
#: src/qemu/qemu_driver.c:14302 src/qemu/qemu_driver.c:14367
msgid "QEMU driver does not support <metadata> element"
msgstr ""
#: src/qemu/qemu_driver.c:14380
msgid "Requested metadata element is not present"
msgstr ""
#: src/qemu/qemu_driver.c:14410 src/qemu/qemu_driver.c:14424
msgid "unable to get cpu account"
msgstr ""
#: src/qemu/qemu_driver.c:14477
msgid "error accessing cgroup cpuacct for vcpu"
msgstr ""
#: src/qemu/qemu_driver.c:14488 src/qemu/qemu_driver.c:14564
msgid "cpuacct parse error"
msgstr ""
#: src/qemu/qemu_driver.c:14541
#, c-format
msgid "start_cpu %d larger than maximum of %d"
msgstr ""
#: src/qemu/qemu_driver.c:14643
msgid "cgroup CPUACCT controller is not mounted"
msgstr ""
#: src/qemu/qemu_driver.c:14680
msgid "Duration not supported. Use 0 for now"
msgstr ""
#: src/qemu/qemu_driver.c:14688
#, c-format
msgid "Unknown suspend target: %u"
msgstr ""
#: src/qemu/qemu_driver.c:14708
msgid "Unable to suspend domain due to missing system_wakeup monitor command"
msgstr ""
#: src/qemu/qemu_driver.c:14718
msgid "S3 state is disabled for this domain"
msgstr ""
#: src/qemu/qemu_driver.c:14725
msgid "S4 state is disabled for this domain"
msgstr ""
#: src/qemu/qemu_driver.c:14793
msgid "Unable to wake up domain due to missing system_wakeup monitor command"
msgstr ""
#: src/qemu/qemu_driver.c:14879
msgid "Failed to execute agent command"
msgstr ""
#: src/qemu/qemu_driver.c:14909
msgid "Specifying mount point is not supported for now"
msgstr ""
#: src/qemu/qemu_hostdev.c:292
#, c-format
msgid ""
"virtualport type %s is currently not supported on interfaces of type hostdev"
msgstr ""
#: src/qemu/qemu_hostdev.c:330 src/qemu/qemu_hostdev.c:395
msgid ""
"Interface type hostdev is currently supported on SR-IOV Virtual Functions "
"only"
msgstr ""
#: src/qemu/qemu_hostdev.c:344
#, c-format
msgid ""
"direct setting of the vlan tag is not allowed for hostdev devices using %s "
"mode"
msgstr ""
#: src/qemu/qemu_hostdev.c:357
msgid "vlan trunking is not supported by SR-IOV network devices"
msgstr ""
#: src/qemu/qemu_hostdev.c:363
#, c-format
msgid "vlan can only be set for SR-IOV VFs, but %s is not a VF"
msgstr ""
#: src/qemu/qemu_hostdev.c:453
#, c-format
msgid "PCI device %s is not assignable"
msgstr ""
#: src/qemu/qemu_hostdev.c:465
#, c-format
msgid "PCI device %s is in use by domain %s"
msgstr ""
#: src/qemu/qemu_hostdev.c:469
#, c-format
msgid "PCI device %s is already in use"
msgstr ""
#: src/qemu/qemu_hostdev.c:858
#, c-format
msgid "Failed to re-attach PCI device: %s"
msgstr ""
#: src/qemu/qemu_hostdev.c:882
#, c-format
msgid "Failed to allocate PCI device list: %s"
msgstr ""
#: src/qemu/qemu_hostdev.c:931
#, c-format
msgid "Failed to reset PCI device: %s"
msgstr ""
#: src/qemu/qemu_hotplug.c:115
msgid "Unable to eject media before changing it"
msgstr ""
#: src/qemu/qemu_hotplug.c:356
#, c-format
msgid "target %s:%d already exists"
msgstr ""
#: src/qemu/qemu_hotplug.c:372
msgid "USB controller hotplug unsupported in this QEMU binary"
msgstr ""
#: src/qemu/qemu_hotplug.c:496
#, c-format
msgid "unexpected disk address type %s"
msgstr ""
#: src/qemu/qemu_hotplug.c:524
#, c-format
msgid "SCSI controller %d was missing its PCI address"
msgstr ""
#: src/qemu/qemu_hotplug.c:729
msgid "installed qemu version does not support host_net_add"
msgstr ""
#: src/qemu/qemu_hotplug.c:777
msgid "virtio-s390 net device cannot be hotplugged."
msgstr ""
#: src/qemu/qemu_hotplug.c:792
msgid "Unable to attach network devices without vlan"
msgstr ""
#: src/qemu/qemu_hotplug.c:880
msgid "device alias not found: cannot set link state to down"
msgstr ""
#: src/qemu/qemu_hotplug.c:892
msgid "setting of link state not supported: Link is up"
msgstr ""
#: src/qemu/qemu_hotplug.c:1021
msgid "guest unexpectedly quit during hotplug"
msgstr ""
#: src/qemu/qemu_hotplug.c:1198 src/qemu/qemu_hotplug.c:2544
#, c-format
msgid "hostdev mode '%s' not supported"
msgstr ""
#: src/qemu/qemu_hotplug.c:1243 src/qemu/qemu_hotplug.c:2516
#, c-format
msgid "hostdev subsys type '%s' not supported"
msgstr ""
#: src/qemu/qemu_hotplug.c:1286
msgid "interface is missing bridge name"
msgstr ""
#: src/qemu/qemu_hotplug.c:1301
#, c-format
msgid "Couldn't find network '%s'"
msgstr ""
#: src/qemu/qemu_hotplug.c:1323
#, c-format
msgid "Interface type %d has no bridge name"
msgstr ""
#: src/qemu/qemu_hotplug.c:1351
#, c-format
msgid "bridge %s doesn't exist"
msgstr ""
#: src/qemu/qemu_hotplug.c:1375
#, c-format
msgid "unable to recover former state by adding port to bridge %s"
msgstr ""
#: src/qemu/qemu_hotplug.c:1402
#, c-format
msgid "filters not supported on interfaces of type %s"
msgstr ""
#: src/qemu/qemu_hotplug.c:1413
#, c-format
msgid ""
"failed to add new filter rules to '%s' - attempting to restore old rules"
msgstr ""
#: src/qemu/qemu_hotplug.c:1437
msgid "can't change link state: device alias not found"
msgstr ""
#: src/qemu/qemu_hotplug.c:1475
msgid "cannot find existing network device to modify"
msgstr ""
#: src/qemu/qemu_hotplug.c:1483
#, c-format
msgid "cannot change config of '%s' network type"
msgstr ""
#: src/qemu/qemu_hotplug.c:1506
#, c-format
msgid "cannot change network interface mac address from %s to %s"
msgstr ""
#: src/qemu/qemu_hotplug.c:1515
#, c-format
msgid "cannot modify network device model from %s to %s"
msgstr ""
#: src/qemu/qemu_hotplug.c:1527
msgid "cannot modify virtio network device driver attributes"
msgstr ""
#: src/qemu/qemu_hotplug.c:1541
msgid "cannot modify network device script attribute"
msgstr ""
#: src/qemu/qemu_hotplug.c:1553
msgid "cannot modify network device tap name"
msgstr ""
#: src/qemu/qemu_hotplug.c:1571
msgid "cannot modify network device guest PCI address"
msgstr ""
#: src/qemu/qemu_hotplug.c:1582
msgid "cannot modify network device alias"
msgstr ""
#: src/qemu/qemu_hotplug.c:1587
msgid "cannot modify network device rom bar setting"
msgstr ""
#: src/qemu/qemu_hotplug.c:1592
msgid "cannot modify network rom file"
msgstr ""
#: src/qemu/qemu_hotplug.c:1597
msgid "cannot modify network device boot index setting"
msgstr ""
#: src/qemu/qemu_hotplug.c:1624
#, c-format
msgid "cannot change network interface type to '%s'"
msgstr ""
#: src/qemu/qemu_hotplug.c:1682 src/qemu/qemu_hotplug.c:1753
#, c-format
msgid "unable to change config on '%s' network type"
msgstr ""
#: src/qemu/qemu_hotplug.c:1851
msgid "cannot find existing graphics device to modify"
msgstr ""
#: src/qemu/qemu_hotplug.c:1866
msgid "cannot change port settings on vnc graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1871
msgid "cannot change listen address setting on vnc graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1876
msgid "cannot change listen network setting on vnc graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1881
msgid "cannot change keymap setting on vnc graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1921
msgid "cannot change port settings on spice graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1926
msgid "cannot change listen address setting on spice graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1931
msgid "cannot change listen network setting on spice graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1937
msgid "cannot change keymap setting on spice graphics"
msgstr ""
#: src/qemu/qemu_hotplug.c:1978
#, c-format
msgid "unable to change config on '%s' graphics type"
msgstr ""
#: src/qemu/qemu_hotplug.c:2050 src/qemu/qemu_hotplug.c:2321
#, c-format
msgid "cannot hot unplug multifunction PCI device: %s"
msgstr ""
#: src/qemu/qemu_hotplug.c:2069
msgid "device cannot be detached without a valid CCW address"
msgstr ""
#: src/qemu/qemu_hotplug.c:2076
msgid "device cannot be detached without a valid PCI address"
msgstr ""
#: src/qemu/qemu_hotplug.c:2170
#, c-format
msgid "Underlying qemu does not support %s disk removal"
msgstr ""
#: src/qemu/qemu_hotplug.c:2179
#, c-format
msgid "disk '%s' is in an active block copy job"
msgstr ""
#: src/qemu/qemu_hotplug.c:2304
#, c-format
msgid "disk controller %s:%d not found"
msgstr ""
#: src/qemu/qemu_hotplug.c:2315 src/qemu/qemu_hotplug.c:2389
#: src/qemu/qemu_hotplug.c:2635
msgid "device cannot be detached without a PCI address"
msgstr ""
#: src/qemu/qemu_hotplug.c:2328
msgid "device cannot be detached: device is busy"
msgstr ""
#: src/qemu/qemu_hotplug.c:2380
#, c-format
msgid "cannot hot unplug multifunction PCI device: %.4x:%.2x:%.2x.%.1x"
msgstr ""
#: src/qemu/qemu_hotplug.c:2453
msgid "device cannot be detached without a device alias"
msgstr ""
#: src/qemu/qemu_hotplug.c:2459
msgid "device cannot be detached with this QEMU version"
msgstr ""
#: src/qemu/qemu_hotplug.c:2501
#, c-format
msgid "device not found in hostdevs list (%zu entries)"
msgstr ""
#: src/qemu/qemu_hotplug.c:2555
#, c-format
msgid "host pci device %.4x:%.2x:%.2x.%.1x not found"
msgstr ""
#: src/qemu/qemu_hotplug.c:2562
#, c-format
msgid "host usb device %03d.%03d not found"
msgstr ""
#: src/qemu/qemu_hotplug.c:2566
#, c-format
msgid "host usb device vendor=0x%.4x product=0x%.4x not found"
msgstr ""
#: src/qemu/qemu_hotplug.c:2628
msgid "device cannot be detached without a CCW address"
msgstr ""
#: src/qemu/qemu_hotplug.c:2641
#, c-format
msgid "cannot hot unplug multifunction PCI device :%s"
msgstr ""
#: src/qemu/qemu_hotplug.c:2649
msgid "unable to determine original VLAN"
msgstr ""
#: src/qemu/qemu_hotplug.c:2718
#, c-format
msgid "failed to remove ebtables rule on '%s'"
msgstr ""
#: src/qemu/qemu_hotplug.c:2771
msgid "Graphics password only supported for VNC"
msgstr ""
#: src/qemu/qemu_hotplug.c:2797
msgid "Expiry of passwords is not supported"
msgstr ""
#: src/qemu/qemu_migration.c:235
#, c-format
msgid "unable to read server cert %s"
msgstr ""
#: src/qemu/qemu_migration.c:242
#, c-format
msgid "cannot initialize cert object: %s"
msgstr ""
#: src/qemu/qemu_migration.c:253
#, c-format
msgid "cannot load cert data from %s: %s"
msgstr ""
#: src/qemu/qemu_migration.c:369 src/util/virnetdevopenvswitch.c:205
#, c-format
msgid "Unable to run command to get OVS port data for interface %s"
msgstr ""
#: src/qemu/qemu_migration.c:410
msgid "Unable to obtain host UUID"
msgstr ""
#: src/qemu/qemu_migration.c:431
msgid "Migration graphics data already present"
msgstr ""
#: src/qemu/qemu_migration.c:457
msgid "Migration lockstate data already present"
msgstr ""
#: src/qemu/qemu_migration.c:488
msgid "Migration persistent data already present"
msgstr ""
#: src/qemu/qemu_migration.c:509
msgid "Network migration data already present"
msgstr ""
#: src/qemu/qemu_migration.c:690
msgid "missing type attribute in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:695
#, c-format
msgid "unknown graphics type %s"
msgstr ""
#: src/qemu/qemu_migration.c:702
msgid "missing port attribute in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:708
msgid "missing tlsPort attribute in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:714
msgid "missing listen attribute in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:745
msgid "missing interface information"
msgstr ""
#: src/qemu/qemu_migration.c:760
msgid "missing vporttype attribute in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:806
msgid "missing name element in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:811
#, c-format
msgid "Incoming cookie data had unexpected name %s vs %s"
msgstr ""
#: src/qemu/qemu_migration.c:821
msgid "missing uuid element in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:827
#, c-format
msgid "Incoming cookie data had unexpected UUID %s vs %s"
msgstr ""
#: src/qemu/qemu_migration.c:835
msgid "missing hostname element in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:840 src/qemu/qemu_migration.c:857
#, c-format
msgid "Attempt to migrate guest to the same host %s"
msgstr ""
#: src/qemu/qemu_migration.c:847
msgid "missing hostuuid element in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:852
msgid "malformed hostuuid element in migration data"
msgstr ""
#: src/qemu/qemu_migration.c:873
msgid "missing feature name"
msgstr ""
#: src/qemu/qemu_migration.c:879
#, c-format
msgid "Unknown migration cookie feature %s"
msgstr ""
#: src/qemu/qemu_migration.c:887
#, c-format
msgid "Unsupported migration cookie feature %s"
msgstr ""
#: src/qemu/qemu_migration.c:905
msgid "Missing lock driver name in migration cookie"
msgstr ""
#: src/qemu/qemu_migration.c:917
#, c-format
msgid "Too many domain elements in migration cookie: %d"
msgstr ""
#: src/qemu/qemu_migration.c:950
#, c-format
msgid "Malformed nbd port '%s'"
msgstr ""
#: src/qemu/qemu_migration.c:981
msgid "(qemu_migration_cookie)"
msgstr ""
#: src/qemu/qemu_migration.c:1052
msgid "Migration cookie was not NULL terminated"
msgstr ""
#: src/qemu/qemu_migration.c:1072
#, c-format
msgid "Missing %s lock state for migration cookie"
msgstr ""
#: src/qemu/qemu_migration.c:1079
#, c-format
msgid "Source host lock driver %s different from target %s"
msgstr ""
#: src/qemu/qemu_migration.c:1261 src/qemu/qemu_migration.c:1654
#: src/qemu/qemu_migration.c:2762
msgid "canceled by client"
msgstr ""
#: src/qemu/qemu_migration.c:1428
#, c-format
msgid "cannot migrate domain with %d snapshots"
msgstr ""
#: src/qemu/qemu_migration.c:1436
msgid "domain has an active block job"
msgstr ""
#: src/qemu/qemu_migration.c:1457
msgid "domain has assigned non-USB host devices"
msgstr ""
#: src/qemu/qemu_migration.c:1491
msgid "Migration may lead to data corruption if disks use cache != none"
msgstr ""
#: src/qemu/qemu_migration.c:1545
msgid "Compressed migration is not supported by target QEMU binary"
msgstr ""
#: src/qemu/qemu_migration.c:1549
msgid "Compressed migration is not supported by source QEMU binary"
msgstr ""
#: src/qemu/qemu_migration.c:1616
msgid "is not active"
msgstr ""
#: src/qemu/qemu_migration.c:1648
msgid "unexpectedly failed"
msgstr ""
#: src/qemu/qemu_migration.c:1672 src/qemu/qemu_migration.c:2830
msgid "migration job"
msgstr ""
#: src/qemu/qemu_migration.c:1675
msgid "domain save job"
msgstr ""
#: src/qemu/qemu_migration.c:1678
msgid "domain core dump job"
msgstr ""
#: src/qemu/qemu_migration.c:1681
msgid "job"
msgstr ""
#: src/qemu/qemu_migration.c:1695
msgid "Lost connection to destination host"
msgstr ""
#: src/qemu/qemu_migration.c:1771 src/util/virnetdevopenvswitch.c:239
#, c-format
msgid "Unable to run command to set OVS port data for interface %s"
msgstr ""
#: src/qemu/qemu_migration.c:1908 src/qemu/qemu_migration.c:2008
msgid "offline migration cannot handle non-shared storage"
msgstr ""
#: src/qemu/qemu_migration.c:1914 src/qemu/qemu_migration.c:2014
msgid "offline migration must be specified with the persistent flag set"
msgstr ""
#: src/qemu/qemu_migration.c:1920 src/qemu/qemu_migration.c:2020
msgid "tunnelled offline migration does not make sense"
msgstr ""
#: src/qemu/qemu_migration.c:1934
msgid "target domain name doesn't match source name"
msgstr ""
#: src/qemu/qemu_migration.c:2118 src/qemu/qemu_migration.c:3018
msgid "cannot create pipe for tunnelled migration"
msgstr ""
#: src/qemu/qemu_migration.c:2142
msgid "cannot pass pipe for tunnelled migration"
msgstr ""
#: src/qemu/qemu_migration.c:2330
msgid ""
"hostname on destination resolved to localhost, but migration requires an FQDN"
msgstr ""
#: src/qemu/qemu_migration.c:2352
msgid "only tcp URIs are supported for KVM/QEMU migrations"
msgstr ""
#: src/qemu/qemu_migration.c:2376
msgid "URI ended with incorrect ':port'"
msgstr ""
#: src/qemu/qemu_migration.c:2482
msgid "poll failed in migration tunnel"
msgstr ""
#: src/qemu/qemu_migration.c:2500
msgid "failed to read from wakeup fd"
msgstr ""
#: src/qemu/qemu_migration.c:2522
msgid "tunnelled migration failed to read from qemu"
msgstr ""
#: src/qemu/qemu_migration.c:2566
msgid "Unable to make pipe"
msgstr ""
#: src/qemu/qemu_migration.c:2582
msgid "Unable to create migration thread"
msgstr ""
#: src/qemu/qemu_migration.c:2606
msgid "failed to wakeup migration tunnel"
msgstr ""
#: src/qemu/qemu_migration.c:2662
#, fuzzy, c-format
msgid "Unable to set FD %d blocking"
msgstr "Impossibile impostare il monitor in modalità non-blocking"
#: src/qemu/qemu_migration.c:2718
#, c-format
msgid "Migration with lock driver %s requires cookie support"
msgstr ""
#: src/qemu/qemu_migration.c:2838
msgid "failed to accept connection from qemu"
msgstr ""
#: src/qemu/qemu_migration.c:2995
msgid "Source qemu is too old to support tunnelled migration"
msgstr ""
#: src/qemu/qemu_migration.c:3431
#, c-format
msgid "Failed to connect to remote libvirt URI %s"
msgstr ""
#: src/qemu/qemu_migration.c:3456
msgid "Destination libvirt does not support peer-to-peer migration protocol"
msgstr ""
#: src/qemu/qemu_migration.c:3586 src/qemu/qemu_migration.c:3667
#, c-format
msgid "Failed to resume guest %s after failure"
msgstr ""
#: src/qemu/qemu_migration.c:3732
msgid "received unexpected cookie with P2P migration"
msgstr ""
#: src/qemu/qemu_migration.c:3743
msgid "Unexpected dconnuri parameter with non-peer2peer migration"
msgstr ""
#: src/qemu/qemu_migration.c:3779
#, c-format
msgid "Port profile Associate failed for %s"
msgstr ""
#: src/qemu/qemu_migration.c:3921
msgid "can't get vmdef"
msgstr ""
#: src/qemu/qemu_migration.c:4218
msgid "Unable to set cloexec flag"
msgstr ""
#: src/qemu/qemu_migration.c:4316
#, c-format
msgid "migration protocol going backwards %s => %s"
msgstr ""
#: src/qemu/qemu_migration.c:4351
#, c-format
msgid "domain '%s' is not processing incoming migration"
msgstr ""
#: src/qemu/qemu_migration.c:4353
#, c-format
msgid "domain '%s' is not being migrated"
msgstr ""
#: src/qemu/qemu_monitor.c:266
#, c-format
msgid "Monitor path %s too big for destination"
msgstr ""
#: src/qemu/qemu_monitor.c:336
#, c-format
msgid "Process %d %p %p [[[[%s]]][[[%s]]]"
msgstr ""
#: src/qemu/qemu_monitor.c:434
msgid "Monitor does not support sending of file descriptors"
msgstr ""
#: src/qemu/qemu_monitor.c:697
msgid "Error notify callback must be supplied"
msgstr ""
#: src/qemu/qemu_monitor.c:839
msgid "Qemu monitor was closed"
msgstr "Il monitor di Qemu è stato chiuso"
#: src/qemu/qemu_monitor.c:892
msgid "Unable to wait on monitor condition"
msgstr ""
#: src/qemu/qemu_monitor.c:928
msgid "Unable to unescape command"
msgstr ""
#: src/qemu/qemu_monitor.c:1149 src/qemu/qemu_monitor.c:1175
#: src/qemu/qemu_monitor.c:1195 src/qemu/qemu_monitor.c:1236
#: src/qemu/qemu_monitor.c:1255 src/qemu/qemu_monitor.c:1275
#: src/qemu/qemu_monitor.c:1314 src/qemu/qemu_monitor.c:1334
#: src/qemu/qemu_monitor.c:1355 src/qemu/qemu_monitor.c:1402
#: src/qemu/qemu_monitor.c:1456 src/qemu/qemu_monitor.c:1492
#: src/qemu/qemu_monitor.c:1543 src/qemu/qemu_monitor.c:1589
#: src/qemu/qemu_monitor.c:1621 src/qemu/qemu_monitor.c:1643
#: src/qemu/qemu_monitor.c:1662 src/qemu/qemu_monitor.c:1683
#: src/qemu/qemu_monitor.c:1706 src/qemu/qemu_monitor.c:1729
#: src/qemu/qemu_monitor.c:1751 src/qemu/qemu_monitor.c:1771
#: src/qemu/qemu_monitor.c:1791 src/qemu/qemu_monitor.c:1811
#: src/qemu/qemu_monitor.c:1832 src/qemu/qemu_monitor.c:1854
#: src/qemu/qemu_monitor.c:1874 src/qemu/qemu_monitor.c:1900
#: src/qemu/qemu_monitor.c:1933 src/qemu/qemu_monitor.c:1965
#: src/qemu/qemu_monitor.c:2007 src/qemu/qemu_monitor.c:2072
#: src/qemu/qemu_monitor.c:2097 src/qemu/qemu_monitor.c:2116
#: src/qemu/qemu_monitor.c:2180 src/qemu/qemu_monitor.c:2201
#: src/qemu/qemu_monitor.c:2222 src/qemu/qemu_monitor.c:2245
#: src/qemu/qemu_monitor.c:2268 src/qemu/qemu_monitor.c:2289
#: src/qemu/qemu_monitor.c:2311 src/qemu/qemu_monitor.c:2333
#: src/qemu/qemu_monitor.c:2371 src/qemu/qemu_monitor.c:2401
#: src/qemu/qemu_monitor.c:2442 src/qemu/qemu_monitor.c:2474
#: src/qemu/qemu_monitor.c:2514 src/qemu/qemu_monitor.c:2540
#: src/qemu/qemu_monitor.c:2577 src/qemu/qemu_monitor.c:2598
#: src/qemu/qemu_monitor.c:2619 src/qemu/qemu_monitor.c:2645
#: src/qemu/qemu_monitor.c:2666 src/qemu/qemu_monitor.c:2685
#: src/qemu/qemu_monitor.c:2704 src/qemu/qemu_monitor.c:2727
#: src/qemu/qemu_monitor.c:2761 src/qemu/qemu_monitor.c:2782
#: src/qemu/qemu_monitor.c:2801 src/qemu/qemu_monitor.c:2820
#: src/qemu/qemu_monitor.c:2839 src/qemu/qemu_monitor.c:2865
#: src/qemu/qemu_monitor.c:3032 src/qemu/qemu_monitor.c:3174
#: src/qemu/qemu_monitor.c:3200 src/qemu/qemu_monitor.c:3224
#: src/qemu/qemu_monitor.c:3245 src/qemu/qemu_monitor.c:3275
#: src/qemu/qemu_monitor.c:3297 src/qemu/qemu_monitor.c:3319
#: src/qemu/qemu_monitor.c:3342 src/qemu/qemu_monitor.c:3364
#: src/qemu/qemu_monitor.c:3387 src/qemu/qemu_monitor.c:3408
#: src/qemu/qemu_monitor.c:3432 src/qemu/qemu_monitor.c:3450
#: src/qemu/qemu_monitor.c:3472 src/qemu/qemu_monitor.c:3494
#: src/qemu/qemu_monitor.c:3513
msgid "monitor must not be NULL"
msgstr ""
#: src/qemu/qemu_monitor.c:1217
msgid "both monitor and running must not be NULL"
msgstr ""
#: src/qemu/qemu_monitor.c:1295
msgid "monitor || name must not be NULL"
msgstr ""
#: src/qemu/qemu_monitor.c:1373
#, c-format
msgid "unknown block IO status: %s"
msgstr ""
#: src/qemu/qemu_monitor.c:1432
#, c-format
msgid "cannot find info for device '%s'"
msgstr ""
#: src/qemu/qemu_monitor.c:1566
#, c-format
msgid "unsupported protocol type %s"
msgstr ""
#: src/qemu/qemu_monitor.c:1817 src/qemu/qemu_monitor.c:1838
#: src/qemu/qemu_monitor.c:1882 src/qemu/qemu_monitor.c:3206
#: src/qemu/qemu_monitor.c:3230 src/qemu/qemu_monitor.c:3251
#: src/qemu/qemu_monitor.c:3281 src/qemu/qemu_monitor.c:3303
#: src/qemu/qemu_monitor.c:3325 src/qemu/qemu_monitor.c:3348
#: src/qemu/qemu_monitor.c:3370 src/qemu/qemu_monitor.c:3393
#: src/qemu/qemu_monitor.c:3414 src/qemu/qemu_monitor.c:3456
#: src/qemu/qemu_monitor.c:3478 src/qemu/qemu_monitor.c:3500
#: src/qemu/qemu_monitor.c:3519
msgid "JSON monitor is required"
msgstr ""
#: src/qemu/qemu_monitor.c:2013
#, c-format
msgid "file offset must be a multiple of %llu"
msgstr ""
#: src/qemu/qemu_monitor.c:2125
msgid "dump-guest-memory is not supported in text mode"
msgstr ""
#: src/qemu/qemu_monitor.c:2339
msgid "fd must be valid"
msgstr ""
#: src/qemu/qemu_monitor.c:2345 src/qemu/qemu_monitor.c:2413
#, c-format
msgid "qemu is not using a unix socket monitor, cannot send fd %s"
msgstr ""
#: src/qemu/qemu_monitor.c:2407
msgid "fd and fdset must be valid"
msgstr ""
#: src/qemu/qemu_monitor.c:2422
msgid "add fd requires JSON monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:2450
msgid "remove fd requires JSON monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:2488
msgid "JSON monitor should be using AddNetdev"
msgstr ""
#: src/qemu/qemu_monitor.c:2520
msgid "JSON monitor should be using RemoveNetdev"
msgstr ""
#: src/qemu/qemu_monitor.c:2651
msgid "JSON monitor should be using AddDrive"
msgstr ""
#: src/qemu/qemu_monitor.c:2874
msgid "disk snapshot requires JSON monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:2896 src/qemu/qemu_monitor.c:2943
#: src/qemu/qemu_monitor.c:3063
#, c-format
msgid "bandwidth must be less than %llu"
msgstr ""
#: src/qemu/qemu_monitor.c:2907
msgid "drive-mirror requires JSON monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:2923
msgid "transaction requires JSON monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:2953
msgid "block-commit requires JSON monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:2972
msgid "drive pivot requires JSON monitor"
msgstr ""
#: src/qemu/qemu_monitor.c:3074
msgid "block jobs require JSON monitor"
msgstr ""
#: src/qemu/qemu_monitor_json.c:247
msgid "Unable to append command 'id' string"
msgstr ""
#: src/qemu/qemu_monitor_json.c:345 src/qemu/qemu_monitor_json.c:363
#, c-format
msgid "unable to execute QEMU command '%s'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:349
#, c-format
msgid "unable to execute QEMU command '%s': %s"
msgstr ""
#: src/qemu/qemu_monitor_json.c:442
#, c-format
msgid "argument key '%s' must not have null value"
msgstr ""
#: src/qemu/qemu_monitor_json.c:546
#, c-format
msgid "unexpected empty keyword in %s"
msgstr ""
#: src/qemu/qemu_monitor_json.c:943
#, c-format
msgid "Human monitor command is not available to run %s"
msgstr ""
#: src/qemu/qemu_monitor_json.c:953
msgid "human monitor command was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1086
msgid "query-status reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1092
msgid "query-status reply was missing running state"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1189
msgid "cpu reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1195
msgid "cpu information was not an array"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1201
msgid "cpu information was empty"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1215 src/qemu/qemu_monitor_json.c:2931
msgid "character device information was missing array element"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1290
msgid "info kvm reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1297
msgid "info kvm reply missing 'running' field"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1347 src/qemu/qemu_monitor_json.c:1402
msgid "info balloon reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1354
msgid "info balloon reply was missing balloon data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1410
msgid "info balloon reply was missing balloon actual"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1422
msgid "info balloon reply was missing balloon mem_swapped_in"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1433
msgid "info balloon reply was missing balloon mem_swapped_out"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1444
msgid "info balloon reply was missing balloon major_page_faults"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1455
msgid "info balloon reply was missing balloon minor_page_faults"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1466
msgid "info balloon reply was missing balloon free_mem"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1477
msgid "info balloon reply was missing balloon total_mem"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1523
msgid "block info reply was missing device list"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1535 src/qemu/qemu_monitor_json.c:1541
msgid "block info device entry was not in expected format"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1560 src/qemu/qemu_monitor_json.c:1567
#, c-format
msgid "cannot read %s value"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1641 src/qemu/qemu_monitor_json.c:1780
#: src/qemu/qemu_monitor_json.c:1855
msgid "blockstats reply was missing device list"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1651 src/qemu/qemu_monitor_json.c:1657
#: src/qemu/qemu_monitor_json.c:1788 src/qemu/qemu_monitor_json.c:1866
#: src/qemu/qemu_monitor_json.c:1872
msgid "blockstats device entry was not in expected format"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1675 src/qemu/qemu_monitor_json.c:1795
#: src/qemu/qemu_monitor_json.c:1897
msgid "blockstats stats entry was not in expected format"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1681 src/qemu/qemu_monitor_json.c:1687
#: src/qemu/qemu_monitor_json.c:1696 src/qemu/qemu_monitor_json.c:1702
#: src/qemu/qemu_monitor_json.c:1708 src/qemu/qemu_monitor_json.c:1717
#: src/qemu/qemu_monitor_json.c:1726 src/qemu/qemu_monitor_json.c:1735
#: src/qemu/qemu_monitor_json.c:1903
#, c-format
msgid "cannot read %s statistic"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1743 src/qemu/qemu_monitor_json.c:1911
#, c-format
msgid "cannot find statistics for device '%s'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:1890
msgid "blockstats parent entry was not in expected format"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2268
msgid "query-migrate-cache-size reply was missing 'return' data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2316
msgid "info migration reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2322
msgid "info migration reply was missing return status"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2329 src/qemu/qemu_monitor_text.c:1478
#: src/qemu/qemu_monitor_text.c:1486
#, c-format
msgid "unexpected migration status in %s"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2348
msgid "migration was active, but no RAM info was set"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2355
msgid "migration was active, but RAM 'transferred' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2362
msgid "migration was active, but RAM 'remaining' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2369
msgid "migration was active, but RAM 'total' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2387
msgid "disk migration was active, but 'transferred' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2396
msgid "disk migration was active, but 'remaining' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2405
msgid "disk migration was active, but 'total' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2418
msgid "XBZRLE is active, but 'cache-size' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2427
msgid "XBZRLE is active, but 'bytes' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2436
msgid "XBZRLE is active, but 'pages' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2445
msgid "XBZRLE is active, but 'cache-miss' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2454
msgid "XBZRLE is active, but 'overflow' data was missing"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2503
msgid "query-spice reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2650 src/qemu/qemu_monitor_json.c:2660
#: src/qemu/qemu_monitor_json.c:2670
msgid "usb_add not supported in JSON mode"
msgstr "usb_add non supportato in modo JSON"
#: src/qemu/qemu_monitor_json.c:2680 src/qemu/qemu_monitor_json.c:2691
#: src/qemu/qemu_monitor_json.c:2701 src/qemu/qemu_monitor_json.c:3000
msgid "pci_add not supported in JSON mode"
msgstr "pci_add non supportato in modo JSON"
#: src/qemu/qemu_monitor_json.c:2710
msgid "pci_del not supported in JSON mode"
msgstr "pci_del non supportato in modo JSON"
#: src/qemu/qemu_monitor_json.c:2789
msgid "missing return information"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2796
msgid "incomplete return information"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2915
msgid "character device reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2921
msgid "character device information was not an array"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2937 src/qemu/qemu_monitor_json.c:2943
msgid "character device information was missing filename"
msgstr ""
#: src/qemu/qemu_monitor_json.c:2956 src/qemu/qemu_monitor_text.c:2293
#, c-format
msgid "failed to save chardev path '%s'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3009
msgid "query-pci not supported in JSON mode"
msgstr "query-pci non supportato in modo JSON"
#: src/qemu/qemu_monitor_json.c:3093
msgid ""
"deleting disk is not supported. This may leak data if disk is reassigned"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3415
msgid "entry was missing 'device'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3424
msgid "entry was missing 'type'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3438
msgid "entry was missing 'speed'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3445
msgid "entry was missing 'offset'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3451
msgid "entry was missing 'len'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3473
msgid "reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3479
msgid "unrecognized format of block job information"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3485
msgid "unable to determine array size"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3493
msgid "missing array element"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3521
#, c-format
msgid "only modern block pull supports base: %s"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3526
#, c-format
msgid "only modern block pull supports speed: %llu"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3571 src/qemu/qemu_monitor_json.c:3732
#: src/qemu/qemu_monitor_json.c:3765
#, c-format
msgid "No active operation on device: %s"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3575
#, c-format
msgid "Device %s in use"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3578 src/qemu/qemu_monitor_json.c:3735
#: src/qemu/qemu_monitor_json.c:3768
#, c-format
msgid "Operation is not supported for device: %s"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3582 src/qemu/qemu_monitor_text.c:3116
#: src/qemu/qemu_monitor_text.c:3215
#, c-format
msgid "Command '%s' is not found"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3585 src/qemu/qemu_monitor_json.c:3738
#: src/qemu/qemu_monitor_json.c:3771
msgid "Unexpected error"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3630
#, c-format
msgid "block_io_throttle field '%s' missing in qemu's output"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3649
msgid " block_io_throttle reply was missing device list"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3660 src/qemu/qemu_monitor_json.c:3667
msgid "block_io_throttle device entry was not in expected format"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3679
msgid "block_io_throttle inserted entry was not in expected format"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3696
#, c-format
msgid "cannot find throttling info for device '%s'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3835
msgid "query-version reply was missing 'return' data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3841
msgid "query-version reply was missing 'qemu' data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3847
msgid "query-version reply was missing 'major' version"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3852
msgid "query-version reply was missing 'minor' version"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3857
msgid "query-version reply was missing 'micro' version"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3865
msgid "query-version reply was missing 'package' version"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3911
msgid "query-machines reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3917
msgid "query-machines reply data was not an array"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3940
msgid "query-machines reply data was missing 'name'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3952
msgid "query-machines reply has malformed 'is-default' data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:3959
msgid "query-machines reply has malformed 'alias' data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4024
msgid "query-cpu-definitions reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4030
msgid "query-cpu-definitions reply data was not an array"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4045
msgid "query-cpu-definitions reply data was missing 'name'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4098
msgid "query-commands reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4104
msgid "query-commands reply data was not an array"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4119
msgid "query-commands reply data was missing 'name'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4177
msgid "query-events reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4183
msgid "query-events reply data was not an array"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4198
msgid "query-events reply data was missing 'name'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4254
msgid "query-kvm reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4261
msgid "query-kvm replied unexpected data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4302
msgid "qom-list-types reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4308
msgid "qom-list-types reply data was not an array"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4323
msgid "qom-list-types reply data was missing 'name'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4384
msgid "device-list-properties reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4390
msgid "device-list-properties reply data was not an array"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4405
msgid "device-list-properties reply data was missing 'name'"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4453
msgid "query-target reply was missing return data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4459
msgid "query-target reply was missing arch data"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4505
msgid "missing migration capabilities"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4515
msgid "missing entry in migration capabilities list"
msgstr ""
#: src/qemu/qemu_monitor_json.c:4521
msgid "missing migration capability name"
msgstr ""
#: src/qemu/qemu_monitor_text.c:177
msgid "Password request seen, but no handler available"
msgstr ""
#: src/qemu/qemu_monitor_text.c:325
#, c-format
msgid "Unable to extract disk path from %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:431
#, c-format
msgid "unexpected reply from info status: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:475
msgid "'set_link' not supported by this qemu"
msgstr ""
#: src/qemu/qemu_monitor_text.c:482
msgid "device name rejected"
msgstr ""
#: src/qemu/qemu_monitor_text.c:692 src/qemu/qemu_monitor_text.c:698
#, c-format
msgid "unexpected balloon information '%s'"
msgstr ""
#: src/qemu/qemu_monitor_text.c:754
msgid "info block not supported by this qemu"
msgstr ""
#: src/qemu/qemu_monitor_text.c:875 src/qemu/qemu_monitor_text.c:999
msgid "'info blockstats' not supported by this qemu"
msgstr "'info blockstats' non è supportato da questo qemu"
#: src/qemu/qemu_monitor_text.c:973
#, c-format
msgid "no stats found for device %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1050
msgid "unable to query block extent with this QEMU"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1124
msgid "setting VNC password failed"
msgstr "impostazione della password di VNC fallita"
#: src/qemu/qemu_monitor_text.c:1290
#, c-format
msgid "could not eject media on %s: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1331 src/qemu/qemu_monitor_text.c:1338
#, c-format
msgid "could not change media on %s: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1500
#, c-format
msgid "cannot parse migration data transferred statistic %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1513
#, c-format
msgid "cannot parse migration data remaining statistic %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1526
#, c-format
msgid "cannot parse migration data total statistic %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1543
#, c-format
msgid "cannot parse disk migration data transferred statistic %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1556
#, c-format
msgid "cannot parse disk migration data remaining statistic %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1569
#, c-format
msgid "cannot parse disk migration data total statistic %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1629
#, c-format
msgid "migration to '%s' failed: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1636
#, c-format
msgid "migration to '%s' not supported by this qemu: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1717
#, c-format
msgid "unable to add USB disk %s: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1750
msgid "adding usb device failed"
msgstr "aggiunta del dispositivo usb fallita"
#: src/qemu/qemu_monitor_text.c:1892 src/qemu/qemu_monitor_text.c:1973
#, c-format
msgid "parsing pci_add reply failed: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:1941
#, c-format
msgid "adding %s disk failed %s: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2027
#, c-format
msgid "failed to detach PCI device, invalid address %.4x:%.2x:%.2x: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2061
#, c-format
msgid "qemu does not support sending of file handles: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2068
#, c-format
msgid "unable to send file handle '%s': %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2101
#, c-format
msgid "qemu does not support closing of file handles: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2132
#, c-format
msgid "unable to add host net: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2337
#, c-format
msgid "adding %s disk controller failed: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2426 src/qemu/qemu_monitor_text.c:2691
msgid "drive hotplug is not supported"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2438
#, c-format
msgid "adding %s disk failed: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2493
#, c-format
msgid "cannot parse value for %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2604
#, c-format
msgid "detaching %s device failed: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2651
#, c-format
msgid "adding %s device failed: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2697
msgid "open disk image file failed"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2735
msgid ""
"deleting drive is not supported. This may leak data if disk is reassigned"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2747
#, c-format
msgid "deleting %s drive failed: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2786
msgid "setting disk password is not supported"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2790
msgid "the disk password is incorrect"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2821
#, c-format
msgid "Failed to take snapshot: %s"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2826
msgid "this domain does not have a device to take snapshots"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2866
msgid "this domain does not have a device to load snapshots"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2871
#, c-format
msgid "the snapshot '%s' does not exist, and was not loaded"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2920
msgid "this domain does not have a device to delete snapshots"
msgstr ""
#: src/qemu/qemu_monitor_text.c:2997
#, c-format
msgid "keycode %d is invalid: 0x%X"
msgstr ""
#: src/qemu/qemu_monitor_text.c:3022
#, c-format
msgid "failed to send key '%s'"
msgstr ""
#: src/qemu/qemu_monitor_text.c:3196
#, c-format
msgid "No info for device '%s'"
msgstr ""
#: src/qemu/qemu_process.c:232
#, c-format
msgid "Failed to set security context for agent for %s"
msgstr ""
#: src/qemu/qemu_process.c:253
#, c-format
msgid "Failed to clear security context for agent for %s"
msgstr ""
#: src/qemu/qemu_process.c:376
#, c-format
msgid "no disk found with path %s"
msgstr ""
#: src/qemu/qemu_process.c:399
#, c-format
msgid "no disk found with alias %s"
msgstr ""
#: src/qemu/qemu_process.c:419
#, c-format
msgid "disk %s does not have any encryption information"
msgstr ""
#: src/qemu/qemu_process.c:427
msgid "cannot find secrets without a connection"
msgstr ""
#: src/qemu/qemu_process.c:435 src/storage/storage_backend.c:466
msgid "secret storage not supported"
msgstr ""
#: src/qemu/qemu_process.c:444
#, c-format
msgid "invalid <encryption> for volume %s"
msgstr ""
#: src/qemu/qemu_process.c:462
#, c-format
msgid "format='qcow' passphrase for %s must not contain a '\\0'"
msgstr ""
#: src/qemu/qemu_process.c:623
msgid "Failed to create reboot thread, killing domain"
msgstr ""
#: src/qemu/qemu_process.c:1297
#, c-format
msgid "Failed to set security context for monitor for %s"
msgstr ""
#: src/qemu/qemu_process.c:1326
#, c-format
msgid "Failed to clear security context for monitor for %s"
msgstr ""
#: src/qemu/qemu_process.c:1387
#, c-format
msgid "Failure while reading %s log output"
msgstr "Errore durante la lettura dell'output di log %s"
#: src/qemu/qemu_process.c:1409
#, c-format
msgid "Out of space while reading %s log output: %s"
msgstr ""
#: src/qemu/qemu_process.c:1416
#, c-format
msgid "Process exited while reading %s log output: %s"
msgstr ""
#: src/qemu/qemu_process.c:1431
#, c-format
msgid "Timed out while reading %s log output: %s"
msgstr ""
#: src/qemu/qemu_process.c:1517
#, c-format
msgid "no assigned pty for device %s"
msgstr ""
#: src/qemu/qemu_process.c:1734
#, c-format
msgid "process exited while connecting to monitor: %s"
msgstr ""
#: src/qemu/qemu_process.c:1830
msgid "Failed to convert nodeset to cpuset"
msgstr ""
#: src/qemu/qemu_process.c:1909
msgid "Setting of link state is not supported by this qemu"
msgstr ""
#: src/qemu/qemu_process.c:1918
#, c-format
msgid "Couldn't set link state on interface: %s"
msgstr ""
#: src/qemu/qemu_process.c:2308
#, c-format
msgid "cannot find PCI address for VirtIO disk %s"
msgstr ""
#: src/qemu/qemu_process.c:2322
#, c-format
msgid "cannot find PCI address for %s NIC"
msgstr ""
#: src/qemu/qemu_process.c:2336
#, c-format
msgid "cannot find PCI address for controller %s"
msgstr ""
#: src/qemu/qemu_process.c:2350
#, c-format
msgid "cannot find PCI address for video adapter %s"
msgstr ""
#: src/qemu/qemu_process.c:2364
#, c-format
msgid "cannot find PCI address for sound adapter %s"
msgstr ""
#: src/qemu/qemu_process.c:2377
#, c-format
msgid "cannot find PCI address for watchdog %s"
msgstr ""
#: src/qemu/qemu_process.c:2389
#, c-format
msgid "cannot find PCI address for balloon %s"
msgstr ""
#: src/qemu/qemu_process.c:2441
#, c-format
msgid "Unable to pre-create chardev file '%s'"
msgstr ""
#: src/qemu/qemu_process.c:2461
#, c-format
msgid "cannot limit number of processes to %d"
msgstr ""
#: src/qemu/qemu_process.c:2473
#, c-format
msgid "cannot set max opened files to %d"
msgstr "impossibile impostare il numero massimo di file aperti a %d"
#: src/qemu/qemu_process.c:3188
msgid "Could not create thread. QEMU initialization might be incomplete"
msgstr ""
#: src/qemu/qemu_process.c:3309 src/qemu/qemu_process.c:4169
#: src/uml/uml_driver.c:1012
msgid "VM is already active"
msgstr "VM risulta essere già attiva"
#: src/qemu/qemu_process.c:3374
msgid "Unable to set huge path in security driver"
msgstr ""
#: src/qemu/qemu_process.c:3402
msgid "Unable to find an unused port for SPICE"
msgstr ""
#: src/qemu/qemu_process.c:3417
msgid "Unable to find an unused port for SPICE TLS"
msgstr ""
#: src/qemu/qemu_process.c:3449 src/qemu/qemu_process.c:4192
#: src/uml/uml_driver.c:1034
#, c-format
msgid "cannot create log directory %s"
msgstr "impossibile creare la directory di log %s"
#: src/qemu/qemu_process.c:3462
msgid ""
"Domain requires KVM, but it is not available. Check that virtualization is "
"enabled in the host BIOS, and host configuration is setup to load the kvm "
"modules."
msgstr ""
#: src/qemu/qemu_process.c:3534
msgid "Failed to build pidfile path."
msgstr ""
#: src/qemu/qemu_process.c:3541
#, c-format
msgid "Cannot remove stale PID file %s"
msgstr ""
#: src/qemu/qemu_process.c:3617
msgid "Raw I/O is not supported on this platform"
msgstr ""
#: src/qemu/qemu_process.c:3650
#, c-format
msgid "Domain %s didn't show up"
msgstr ""
#: src/qemu/qemu_process.c:3703
#, c-format
msgid "cannot stat fd %d"
msgstr ""
#: src/qemu/qemu_process.c:3790
#, c-format
msgid "unable to set balloon to %lld"
msgstr ""
#: src/qemu/qemu_process.c:3971
#, c-format
msgid "failed to remove ebtables rule to allow MAC address on '%s'"
msgstr ""
#: src/remote/remote_client_bodies.h:17 src/remote/remote_client_bodies.h:1361
#: src/remote/remote_client_bodies.h:1400
#: src/remote/remote_client_bodies.h:1497
#: src/remote/remote_client_bodies.h:1736
#: src/remote/remote_client_bodies.h:1770
#: src/remote/remote_client_bodies.h:2158
#: src/remote/remote_client_bodies.h:5546 src/remote/remote_driver.c:1964
#, c-format
msgid "%s length greater than maximum: %d > %d"
msgstr ""
#: src/remote/remote_client_bodies.h:2868
#: src/remote/remote_client_bodies.h:2887
#: src/remote/remote_client_bodies.h:2931
#: src/remote/remote_client_bodies.h:2950
#: src/remote/remote_client_bodies.h:3675
#: src/remote/remote_client_bodies.h:3692
#: src/remote/remote_client_bodies.h:3736
#: src/remote/remote_client_bodies.h:3753
#: src/remote/remote_client_bodies.h:3797
#: src/remote/remote_client_bodies.h:3814
#: src/remote/remote_client_bodies.h:3858
#: src/remote/remote_client_bodies.h:3875
#: src/remote/remote_client_bodies.h:3919
#: src/remote/remote_client_bodies.h:3936
#: src/remote/remote_client_bodies.h:3980
#: src/remote/remote_client_bodies.h:3997
#: src/remote/remote_client_bodies.h:4041
#: src/remote/remote_client_bodies.h:4058
#: src/remote/remote_client_bodies.h:4102
#: src/remote/remote_client_bodies.h:4119
#: src/remote/remote_client_bodies.h:4163
#: src/remote/remote_client_bodies.h:4180
#: src/remote/remote_client_bodies.h:4708
#: src/remote/remote_client_bodies.h:4726
#: src/remote/remote_client_bodies.h:4911
#: src/remote/remote_client_bodies.h:4930
#: src/remote/remote_client_bodies.h:5904
#: src/remote/remote_client_bodies.h:5922
#, c-format
msgid "too many remote undefineds: %d > %d"
msgstr ""
#: src/remote/remote_driver.c:383
#, c-format
msgid "Failed to parse value of URI component %s"
msgstr ""
#: src/remote/remote_driver.c:455
#, c-format
msgid "using unix socket and remote server '%s' is not supported."
msgstr ""
#: src/remote/remote_driver.c:472
msgid ""
"remote_open: transport in URL not recognised (should be tls|unix|ssh|ext|tcp|"
"libssh2)"
msgstr ""
#: src/remote/remote_driver.c:600
msgid "remote_open: for 'ext' transport, command is required"
msgstr "remote_open: per il trasporto 'ext', è richiesto un comando"
#: src/remote/remote_driver.c:618
msgid "GNUTLS support not available in this build"
msgstr ""
#: src/remote/remote_driver.c:694
#, c-format
msgid ""
"Unable to locate libvirtd daemon in %s (to override, set $LIBVIRTD_PATH to "
"the name of the libvirtd binary)"
msgstr ""
#: src/remote/remote_driver.c:751
msgid "transport methods unix, ssh and ext are not supported under Windows"
msgstr ""
"I metodi di trasporto unix, ssh ed ext non sono supportati sotto Windows"
#: src/remote/remote_driver.c:1207
msgid "remoteNodeGetCPUStats: returned number of stats exceeds limit"
msgstr ""
#: src/remote/remote_driver.c:1226 src/remote/remote_driver.c:1290
#, c-format
msgid "Stats %s too big for destination"
msgstr ""
#: src/remote/remote_driver.c:1271
msgid "remoteNodeGetMemoryStats: returned number of stats exceeds limit"
msgstr ""
#: src/remote/remote_driver.c:1322
#, c-format
msgid "too many NUMA cells: %d > %d"
msgstr "troppe celle NUMA: %d > %d"
#: src/remote/remote_driver.c:1361 src/remote/remote_driver.c:1375
#, c-format
msgid "too many remote domain IDs: %d > %d"
msgstr "troppi ID del dominio remoto: %d > %d"
#: src/remote/remote_driver.c:1558
msgid "returned number of parameters exceeds limit"
msgstr ""
#: src/remote/remote_driver.c:1649
msgid "returned number of disk errors exceeds limit"
msgstr ""
#: src/remote/remote_driver.c:1699
msgid "remoteDomainBlockStatsFlags: returned number of stats exceeds limit"
msgstr ""
#: src/remote/remote_driver.c:1894 src/remote/remote_driver.c:2064
#, c-format
msgid "vCPU count exceeds maximum: %d > %d"
msgstr "il conteggio vCPU eccede il valore massimo: %d > %d"
#: src/remote/remote_driver.c:1902 src/remote/remote_driver.c:2006
#: src/remote/remote_driver.c:2071
#, c-format
msgid "vCPU map buffer length exceeds maximum: %d > %d"
msgstr ""
"la lughezza del buffer della mappa vCPU eccede il valore massimo: %d > %d"
#: src/remote/remote_driver.c:1923 src/remote/remote_driver.c:2088
#, c-format
msgid "host reports too many vCPUs: %d > %d"
msgstr "l'host riporta troppe vCPU: %d > %d"
#: src/remote/remote_driver.c:1930 src/remote/remote_driver.c:2026
#: src/remote/remote_driver.c:2094
#, c-format
msgid "host reports map buffer length exceeds maximum: %d > %d"
msgstr ""
"la lunghezza del buffer della mappa dei report dell'host eccede il valore "
"massimo: %d > %d"
#: src/remote/remote_driver.c:2144
#, c-format
msgid "security label exceeds maximum: %zu"
msgstr ""
#: src/remote/remote_driver.c:2188
#, c-format
msgid "security label exceeds maximum: %zd"
msgstr ""
#: src/remote/remote_driver.c:2260
#, c-format
msgid "security model exceeds maximum: %zu"
msgstr ""
#: src/remote/remote_driver.c:2269
#, c-format
msgid "security doi exceeds maximum: %zu"
msgstr ""
#: src/remote/remote_driver.c:2356
msgid "caller ignores cookie or cookielen"
msgstr ""
#: src/remote/remote_driver.c:2365 src/remote/remote_driver.c:5188
msgid "caller ignores uri_out"
msgstr ""
#: src/remote/remote_driver.c:2469
#, c-format
msgid "too many memory stats requested: %d > %d"
msgstr ""
#: src/remote/remote_driver.c:2513
#, c-format
msgid "block peek request too large for remote protocol, %zi > %d"
msgstr "richiesta block peek troppo grande per il protocollo remoto, %zi > %d"
#: src/remote/remote_driver.c:2534 src/remote/remote_driver.c:2585
msgid "returned buffer is not same size as requested"
msgstr "la dimensione del buffer ritornato non è come quella richiesta"
#: src/remote/remote_driver.c:2565
#, c-format
msgid "memory peek request too large for remote protocol, %zi > %d"
msgstr ""
"la richiesta memory peek è troppo grande per il protocollo remoto, %zi > %d"
#: src/remote/remote_driver.c:2710
#, c-format
msgid "nparams count exceeds maximum: %u > %u"
msgstr ""
#: src/remote/remote_driver.c:2716
#, c-format
msgid "ncpus count exceeds maximum: %u > %u"
msgstr ""
#: src/remote/remote_driver.c:2741
msgid "remoteDomainGetCPUStats: returned number of stats exceeds limit"
msgstr ""
#: src/remote/remote_driver.c:3507
#, c-format
msgid "unknown authentication type %s"
msgstr "tipo di autenticazione sconosciuta %s"
#: src/remote/remote_driver.c:3516
#, c-format
msgid "requested authentication type %s rejected"
msgstr "tipo di autenticazione richiesta %s rifiutata"
#: src/remote/remote_driver.c:3555
#, c-format
msgid "unsupported authentication type %d"
msgstr "tipo di autenticazione %d non supportato"
#: src/remote/remote_driver.c:3842
msgid "Failed to make auth credentials"
msgstr "Impossibile creare le credenziali per l'autenticazione"
#: src/remote/remote_driver.c:3853
msgid "No authentication callback available"
msgstr ""
#: src/remote/remote_driver.c:3859 src/remote/remote_driver.c:4169
msgid "Failed to collect auth credentials"
msgstr "Impossibile raccogliere le credenziali per l'autenticazione"
#: src/remote/remote_driver.c:3963
#, c-format
msgid "SASL mechanism %s not supported by server"
msgstr "il meccanismo SASL %s non è supportato dal server"
#: src/remote/remote_driver.c:3993
#, c-format
msgid "SASL negotiation data too long: %zu bytes"
msgstr ""
#: src/remote/remote_driver.c:4088
#, c-format
msgid "negotiation SSF %d was not strong enough"
msgstr "la negoziazione SSF %d non è abbastanza forte"
#: src/remote/remote_driver.c:4209 src/remote/remote_driver.c:4976
msgid "adding cb to list"
msgstr "aggiunta di cb alla lista"
#: src/remote/remote_driver.c:4690
msgid "no internalFlags support"
msgstr ""
#: src/remote/remote_driver.c:5017 src/remote/remote_driver.c:5024
#, c-format
msgid "unable to find callback ID %d"
msgstr ""
#: src/remote/remote_driver.c:5120 src/remote/remote_driver.c:5179
#: src/remote/remote_driver.c:5262 src/remote/remote_driver.c:5323
#: src/remote/remote_driver.c:5382
msgid "caller ignores cookieout or cookieoutlen"
msgstr ""
#: src/remote/remote_driver.c:5481
msgid ""
"the caller doesn't support keepalive protocol; perhaps it's missing event "
"loop implementation"
msgstr ""
#: src/rpc/virkeepalive.c:255
msgid "keepalive interval already set"
msgstr ""
#: src/rpc/virkeepalive.c:261
#, c-format
msgid "keepalive interval %d too large"
msgstr ""
#: src/rpc/virnetclient.c:308
msgid "unable to make pipe"
msgstr "impossibile generare pipe"
#: src/rpc/virnetclient.c:526
msgid "Unable to register async IO callback"
msgstr ""
#: src/rpc/virnetclient.c:544
msgid "Unable to enable keepalives without async IO support"
msgstr ""
#: src/rpc/virnetclient.c:711 src/rpc/virnetclient.c:1734
msgid "failed to wake up polling thread"
msgstr ""
#: src/rpc/virnetclient.c:822
msgid "Unable to read TLS confirmation"
msgstr ""
#: src/rpc/virnetclient.c:827
msgid "server verification (of our certificate or IP address) failed"
msgstr ""
#: src/rpc/virnetclient.c:981
#, c-format
msgid "no call waiting for reply with prog %d vers %d serial %d"
msgstr ""
#: src/rpc/virnetclient.c:1152
#, c-format
msgid "got unexpected RPC call prog %d vers %d proc %d type %d"
msgstr ""
#: src/rpc/virnetclient.c:1537
msgid "poll on socket failed"
msgstr "poll sul socket fallito"
#: src/rpc/virnetclient.c:1564
msgid "read on wakeup fd failed"
msgstr ""
#: src/rpc/virnetclient.c:1608
msgid "received hangup / error event on socket"
msgstr "ricevuto evento hangup / errore sul socket"
#: src/rpc/virnetclient.c:1752
msgid "failed to wait on condition"
msgstr "attesa su condizione fallita"
#: src/rpc/virnetclient.c:1881
msgid "Attempt to send an asynchronous message with a synchronous reply"
msgstr ""
#: src/rpc/virnetclient.c:1888
msgid "Attempt to send a non-blocking message with a synchronous reply"
msgstr ""
#: src/rpc/virnetclient.c:1900
msgid "cannot initialize condition variable"
msgstr "impossibile inizializzare la variabile condition"
#: src/rpc/virnetclient.c:1965
msgid "client socket is closed"
msgstr ""
#: src/rpc/virnetclientprogram.c:222
#, c-format
msgid "program mismatch in event (actual %x, expected %x)"
msgstr ""
#: src/rpc/virnetclientprogram.c:228
#, c-format
msgid "version mismatch in event (actual %x, expected %x)"
msgstr ""
#: src/rpc/virnetclientprogram.c:234
#, c-format
msgid "status mismatch in event (actual %x, expected %x)"
msgstr ""
#: src/rpc/virnetclientprogram.c:240
#, c-format
msgid "type mismatch in event (actual %x, expected %x)"
msgstr ""
#: src/rpc/virnetclientprogram.c:248
#, c-format
msgid "No event expected with procedure %x"
msgstr ""
#: src/rpc/virnetclientprogram.c:309 src/rpc/virnetclientprogram.c:370
#, c-format
msgid "Cannot duplicate FD %d"
msgstr ""
#: src/rpc/virnetclientprogram.c:315 src/rpc/virnetclientprogram.c:376
#: src/rpc/virnetmessage.c:528
#, c-format
msgid "Cannot set close-on-exec %d"
msgstr ""
#: src/rpc/virnetclientprogram.c:341
#, c-format
msgid "Unexpected message type %d"
msgstr ""
#: src/rpc/virnetclientprogram.c:346
#, c-format
msgid "Unexpected message proc %d != %d"
msgstr ""
#: src/rpc/virnetclientprogram.c:352
#, c-format
msgid "Unexpected message serial %d != %d"
msgstr ""
#: src/rpc/virnetclientprogram.c:393
#, c-format
msgid "Unexpected message status %d"
msgstr ""
#: src/rpc/virnetclientstream.c:435
msgid "multiple stream callbacks not supported"
msgstr ""
#: src/rpc/virnetclientstream.c:471 src/rpc/virnetclientstream.c:493
msgid "no stream callback registered"
msgstr ""
#: src/rpc/virnetmessage.c:121
msgid "Unable to decode message length"
msgstr ""
#: src/rpc/virnetmessage.c:128
#, c-format
msgid "packet %d bytes received from server too small, want %d"
msgstr ""
#: src/rpc/virnetmessage.c:138
#, c-format
msgid "packet %d bytes received from server too large, want %d"
msgstr ""
#: src/rpc/virnetmessage.c:180
msgid "Unable to decode header until len is received"
msgstr ""
#: src/rpc/virnetmessage.c:193
msgid "Unable to decode message header"
msgstr ""
#: src/rpc/virnetmessage.c:239 src/rpc/virnetmessage.c:368
#: src/rpc/virnetmessage.c:433 src/rpc/virnetmessage.c:458
msgid "Unable to encode message length"
msgstr ""
#: src/rpc/virnetmessage.c:244
msgid "Unable to encode message header"
msgstr ""
#: src/rpc/virnetmessage.c:255
msgid "Unable to re-encode message length"
msgstr ""
#: src/rpc/virnetmessage.c:280
#, c-format
msgid "Too many FDs to send %d, expected %d maximum"
msgstr ""
#: src/rpc/virnetmessage.c:286
msgid "Unable to encode number of FDs"
msgstr ""
#: src/rpc/virnetmessage.c:311
msgid "Unable to decode number of FDs"
msgstr ""
#: src/rpc/virnetmessage.c:318
#, c-format
msgid "Received too many FDs %d, expected %d maximum"
msgstr ""
#: src/rpc/virnetmessage.c:355
msgid "Unable to encode message payload"
msgstr ""
#: src/rpc/virnetmessage.c:396
msgid "Unable to decode message payload"
msgstr ""
#: src/rpc/virnetmessage.c:420
#, c-format
msgid "Stream data too long to send (%zu bytes needed, %zu bytes available)"
msgstr ""
#: src/rpc/virnetmessage.c:502
msgid "Library function returned error but did not set virError"
msgstr ""
#: src/rpc/virnetmessage.c:515
#, c-format
msgid "No FD available at slot %zu"
msgstr ""
#: src/rpc/virnetmessage.c:521
#, c-format
msgid "Unable to duplicate FD %d"
msgstr ""
#: src/rpc/virnetsaslcontext.c:84 src/rpc/virnetsaslcontext.c:106
#, c-format
msgid "failed to initialize SASL library: %d (%s)"
msgstr "impossibile inizializzare la libreria SASL: %d (%s)"
#: src/rpc/virnetsaslcontext.c:142 src/rpc/virnettlscontext.c:380
#, c-format
msgid "Malformed TLS whitelist regular expression '%s'"
msgstr ""
#: src/rpc/virnetsaslcontext.c:151
#, c-format
msgid "SASL client identity '%s' not allowed in whitelist"
msgstr ""
#: src/rpc/virnetsaslcontext.c:155
msgid "Client's username is not on the list of allowed clients"
msgstr ""
#: src/rpc/virnetsaslcontext.c:189 src/rpc/virnetsaslcontext.c:225
#, c-format
msgid "Failed to create SASL client context: %d (%s)"
msgstr "Impossibile creare il contesto del client SASL: %d (%s)"
#: src/rpc/virnetsaslcontext.c:247
#, c-format
msgid "cannot set external SSF %d (%s)"
msgstr "impossibile impostare SSF esterno %d (%s)"
#: src/rpc/virnetsaslcontext.c:268
#, c-format
msgid "cannot query SASL username on connection %d (%s)"
msgstr "impossibile interrogare l'username di SASL sulla connessione %d (%s)"
#: src/rpc/virnetsaslcontext.c:275
msgid "no client username was found"
msgstr "nessun username client trovato"
#: src/rpc/virnetsaslcontext.c:296
#, c-format
msgid "cannot query SASL ssf on connection %d (%s)"
msgstr "impossibile interrogare SASL ssf sulla connessione %d (%s)"
#: src/rpc/virnetsaslcontext.c:332
#, c-format
msgid "cannot set security props %d (%s)"
msgstr "impossibile impostare le proposizioni di sicurezza %d (%s)"
#: src/rpc/virnetsaslcontext.c:356
#, c-format
msgid "cannot get security props %d (%s)"
msgstr ""
#: src/rpc/virnetsaslcontext.c:384
#, c-format
msgid "cannot list SASL mechanisms %d (%s)"
msgstr "impossibile elencare i meccanismi di SASL %d (%s)"
#: src/rpc/virnetsaslcontext.c:437 src/rpc/virnetsaslcontext.c:532
#: src/rpc/virnetsaslcontext.c:577
#, c-format
msgid "Failed to start SASL negotiation: %d (%s)"
msgstr "Impossibile avviare la negoziazione SASL: %d (%s)"
#: src/rpc/virnetsaslcontext.c:486
#, c-format
msgid "Failed to step SASL negotiation: %d (%s)"
msgstr ""
#: src/rpc/virnetsaslcontext.c:610 src/rpc/virnetsaslcontext.c:649
#, c-format
msgid "SASL data length %zu too long, max %zu"
msgstr ""
#: src/rpc/virnetsaslcontext.c:624
#, c-format
msgid "failed to encode SASL data: %d (%s)"
msgstr ""
#: src/rpc/virnetsaslcontext.c:662
#, c-format
msgid "failed to decode SASL data: %d (%s)"
msgstr ""
#: src/rpc/virnetsocket.c:159
msgid "Unable to set close-on-exec flag"
msgstr ""
#: src/rpc/virnetsocket.c:164
msgid "Unable to enable non-blocking flag"
msgstr ""
#: src/rpc/virnetsocket.c:186
msgid "Unable to disable nagle algorithm"
msgstr ""
#: src/rpc/virnetsocket.c:239 src/rpc/virnetsocket.c:456
#, c-format
msgid "Unable to resolve address '%s' service '%s': %s"
msgstr ""
#: src/rpc/virnetsocket.c:252 src/rpc/virnetsocket.c:467
msgid "Unable to create socket"
msgstr ""
#: src/rpc/virnetsocket.c:258
msgid "Unable to enable port reuse"
msgstr ""
#: src/rpc/virnetsocket.c:275
msgid "Unable to force bind to IPv6 only"
msgstr ""
#: src/rpc/virnetsocket.c:283 src/rpc/virnetsocket.c:313
msgid "Unable to bind to port"
msgstr ""
#: src/rpc/virnetsocket.c:294 src/rpc/virnetsocket.c:421
#: src/rpc/virnetsocket.c:492 src/rpc/virnetsocket.c:575
#: src/rpc/virnetsocket.c:930 src/rpc/virnetsocket.c:1655
msgid "Unable to get local socket name"
msgstr ""
#: src/rpc/virnetsocket.c:351 src/rpc/virnetsocket.c:539
msgid "Failed to create socket"
msgstr ""
#: src/rpc/virnetsocket.c:358 src/rpc/virnetsocket.c:545
#, c-format
msgid "Path %s too long for unix socket"
msgstr "Il percorso %s è troppo lungo per un socket unix"
#: src/rpc/virnetsocket.c:371
#, c-format
msgid "Failed to bind socket to '%s'"
msgstr ""
#: src/rpc/virnetsocket.c:382
#, c-format
msgid "Failed to change ownership of '%s' to %d:%d"
msgstr ""
#: src/rpc/virnetsocket.c:406 src/rpc/virnetsocket.c:595
msgid "UNIX sockets are not supported on this platform"
msgstr ""
#: src/rpc/virnetsocket.c:485
#, c-format
msgid "unable to connect to server at '%s:%s'"
msgstr ""
#: src/rpc/virnetsocket.c:498
msgid "Unable to get remote socket name"
msgstr ""
#: src/rpc/virnetsocket.c:534
msgid "Auto-spawn of daemon requested, but no binary specified"
msgstr ""
#: src/rpc/virnetsocket.c:568
#, c-format
msgid "Failed to connect socket to '%s'"
msgstr ""
#: src/rpc/virnetsocket.c:617 src/rpc/virnetsocket.c:623
msgid "unable to create socket pair"
msgstr "Impossibile creare la coppia di socket"
#: src/rpc/virnetsocket.c:661
msgid "Tunnelling sockets not supported on this platform"
msgstr ""
#: src/rpc/virnetsocket.c:767
msgid "Failed to parse port number"
msgstr ""
#: src/rpc/virnetsocket.c:787
#, c-format
msgid "Invalid host key verification method: '%s'"
msgstr ""
#: src/rpc/virnetsocket.c:824
#, c-format
msgid "Invalid authentication method: '%s'"
msgstr ""
#: src/rpc/virnetsocket.c:869
msgid "libssh2 transport support was not enabled"
msgstr ""
#: src/rpc/virnetsocket.c:898
msgid "Missing fd data in JSON document"
msgstr ""
#: src/rpc/virnetsocket.c:904
msgid "Missing pid data in JSON document"
msgstr ""
#: src/rpc/virnetsocket.c:910
msgid "Missing errfd data in JSON document"
msgstr ""
#: src/rpc/virnetsocket.c:915
msgid "Missing isClient data in JSON document"
msgstr ""
#: src/rpc/virnetsocket.c:924
msgid "Unable to get peer socket name"
msgstr ""
#: src/rpc/virnetsocket.c:948
msgid "Unable to save socket state when SASL session is active"
msgstr ""
#: src/rpc/virnetsocket.c:955
msgid "Unable to save socket state when TLS session is active"
msgstr ""
#: src/rpc/virnetsocket.c:977
#, c-format
msgid "Cannot disable close-on-exec flag on socket %d"
msgstr ""
#: src/rpc/virnetsocket.c:984
#, c-format
msgid "Cannot disable close-on-exec flag on pipe %d"
msgstr ""
#: src/rpc/virnetsocket.c:1063
msgid "Unable to copy socket file handle"
msgstr ""
#: src/rpc/virnetsocket.c:1114 src/rpc/virnetsocket.c:1138
msgid "Failed to get client socket identity"
msgstr ""
#: src/rpc/virnetsocket.c:1158
msgid "Client socket identity not available"
msgstr ""
#: src/rpc/virnetsocket.c:1179
msgid "Unable to query peer security context"
msgstr ""
#: src/rpc/virnetsocket.c:1359
#, c-format
msgid "Cannot recv data: %s"
msgstr ""
#: src/rpc/virnetsocket.c:1362
msgid "Cannot recv data"
msgstr ""
#: src/rpc/virnetsocket.c:1367
#, c-format
msgid "End of file while reading data: %s"
msgstr ""
#: src/rpc/virnetsocket.c:1370
msgid "End of file while reading data"
msgstr ""
#: src/rpc/virnetsocket.c:1407
msgid "Cannot write data"
msgstr ""
#: src/rpc/virnetsocket.c:1412
msgid "End of file while writing data"
msgstr ""
#: src/rpc/virnetsocket.c:1557
msgid "Sending file descriptors is not supported on this socket"
msgstr ""
#: src/rpc/virnetsocket.c:1568
#, c-format
msgid "Failed to send file descriptor %d"
msgstr ""
#: src/rpc/virnetsocket.c:1591
msgid "Receiving file descriptors is not supported on this socket"
msgstr ""
#: src/rpc/virnetsocket.c:1601
msgid "Failed to recv file descriptor"
msgstr ""
#: src/rpc/virnetsocket.c:1618
msgid "Unable to listen on socket"
msgstr ""
#: src/rpc/virnetsocket.c:1649
msgid "Unable to accept client"
msgstr ""
#: src/rpc/virnetserver.c:261
#, c-format
msgid "Too many active clients (%zu), dropping connection from %s"
msgstr ""
#: src/rpc/virnetserver.c:458
msgid "Missing min_workers data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:463
msgid "Missing max_workers data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:468
msgid "Missing priority_workers data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:473
msgid "Missing max_clients data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:478
msgid "Missing keepaliveInterval data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:483
msgid "Missing keepaliveCount data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:488
msgid "Missing keepaliveRequired data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:495
msgid "Malformed mdnsGroupName data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:509
msgid "Missing services data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:516
msgid "Malformed services data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:525
msgid "Missing service data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:542
msgid "Missing clients data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:549
msgid "Malformed clients data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:558
msgid "Missing client data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:599
msgid "Cannot set min_workers data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:605
msgid "Cannot set max_workers data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:611
msgid "Cannot set priority_workers data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:616
msgid "Cannot set max_clients data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:621
msgid "Cannot set keepaliveInterval data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:626
msgid "Cannot set keepaliveCount data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:631
msgid "Cannot set keepaliveRequired data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:638
msgid "Cannot set mdnsGroupName data in JSON document"
msgstr ""
#: src/rpc/virnetserver.c:801
msgid "Libvirt"
msgstr ""
#: src/rpc/virnetserver.c:802
msgid "Virtual machines need to be saved"
msgstr ""
#: src/rpc/virnetserver.c:867
msgid "Failed to read from signal pipe"
msgstr ""
#: src/rpc/virnetserver.c:884
#, c-format
msgid "Unexpected signal received: %d"
msgstr ""
#: src/rpc/virnetserver.c:899
msgid "Unable to create signal pipe"
msgstr ""
#: src/rpc/virnetserver.c:908
msgid "Failed to add signal handle watch"
msgstr ""
#: src/rpc/virnetserver.c:1080
msgid "Failed to register shutdown timeout"
msgstr "Impossibile registrare il timeout di spegnimento"
#: src/rpc/virnetserverclient.c:453 src/rpc/virnetserverservice.c:284
msgid "Missing auth field in JSON state document"
msgstr ""
#: src/rpc/virnetserverclient.c:458 src/rpc/virnetserverservice.c:289
msgid "Missing readonly field in JSON state document"
msgstr ""
#: src/rpc/virnetserverclient.c:464 src/rpc/virnetserverservice.c:295
msgid "Missing nrequests_client_max field in JSON state document"
msgstr ""
#: src/rpc/virnetserverclient.c:470
msgid "Missing sock field in JSON state document"
msgstr ""
#: src/rpc/virnetserverclient.c:494
msgid "Missing privateData field in JSON state document"
msgstr ""
#: src/rpc/virnetserverclient.c:1076 src/rpc/virnetserverclient.c:1257
#, c-format
msgid "unexpected zero/negative length request %lld"
msgstr ""
#: src/rpc/virnetservermdns.c:292
#, c-format
msgid "Failed to add watch for fd %d events %d"
msgstr ""
#: src/rpc/virnetservermdns.c:347 src/util/virtime.c:245
msgid "Unable to get current time"
msgstr ""
#: src/rpc/virnetservermdns.c:374
#, c-format
msgid "Failed to add timer with timeout %lld"
msgstr ""
#: src/rpc/virnetservermdns.c:462
#, c-format
msgid "Failed to create mDNS client: %s"
msgstr ""
#: src/rpc/virnetservermdns.c:624
msgid "avahi not available at build time"
msgstr ""
#: src/rpc/virnetserverprogram.c:238
#, c-format
msgid "Cannot find program %d version %d"
msgstr ""
#: src/rpc/virnetserverprogram.c:290
#, c-format
msgid "program mismatch (actual %x, expected %x)"
msgstr ""
#: src/rpc/virnetserverprogram.c:297
#, c-format
msgid "version mismatch (actual %x, expected %x)"
msgstr "discordanza della versione (attuale %x, previsto %x)"
#: src/rpc/virnetserverprogram.c:327
#, c-format
msgid "Unexpected message type %u"
msgstr ""
#: src/rpc/virnetserverprogram.c:384
#, c-format
msgid "Unexpected message status %u"
msgstr ""
#: src/rpc/virnetserverprogram.c:393
#, c-format
msgid "unknown procedure: %d"
msgstr "procedura sconosciuta: %d"
#: src/rpc/virnetserverprogram.c:407
msgid "authentication required"
msgstr "autenticazione richiesta"
#: src/rpc/virnetserverservice.c:302
msgid "Missing socks field in JSON state document"
msgstr ""
#: src/rpc/virnetserverservice.c:308
msgid "socks field in JSON was not an array"
msgstr ""
#: src/rpc/virnetsshsession.c:304
#, c-format
msgid "Failed to retrieve ssh host key: %s"
msgstr ""
#: src/rpc/virnetsshsession.c:326
msgid ""
"No user interaction callback provided: Can't verify the session host key"
msgstr ""
#: src/rpc/virnetsshsession.c:343 src/rpc/virnetsshsession.c:736
msgid "no suitable method to retrieve authentication credentials"
msgstr ""
#: src/rpc/virnetsshsession.c:353
msgid "failed to calculate ssh host key hash"
msgstr ""
#: src/rpc/virnetsshsession.c:372
#, c-format
msgid "Accept SSH host key with hash '%s' for host '%s:%d' (%s/%s)?"
msgstr ""
#: src/rpc/virnetsshsession.c:384
msgid "failed to retrieve decision to accept host key"
msgstr ""
#: src/rpc/virnetsshsession.c:396
#, c-format
msgid "SSH host key for '%s' (%s) was not accepted"
msgstr ""
#: src/rpc/virnetsshsession.c:420
msgid "unsupported SSH key type"
msgstr ""
#: src/rpc/virnetsshsession.c:449
#, c-format
msgid "unable to add SSH host key for host '%s': %s"
msgstr ""
#: src/rpc/virnetsshsession.c:464
#, c-format
msgid "failed to write known_host file '%s': %s"
msgstr ""
#: src/rpc/virnetsshsession.c:480
#, c-format
msgid ""
"!!! SSH HOST KEY VERIFICATION FAILED !!!: Identity of host '%s:%d' differs "
"from stored identity. Please verify the new host key '%s' to avoid possible "
"man in the middle attack. The key is stored in '%s'."
msgstr ""
#: src/rpc/virnetsshsession.c:491
#, c-format
msgid "failed to validate SSH host key: %s"
msgstr ""
#: src/rpc/virnetsshsession.c:496
msgid "Unknown error value"
msgstr ""
#: src/rpc/virnetsshsession.c:520
msgid "Failed to connect to ssh agent"
msgstr ""
#: src/rpc/virnetsshsession.c:526
msgid "Failed to list ssh agent identities"
msgstr ""
#: src/rpc/virnetsshsession.c:544 src/rpc/virnetsshsession.c:568
#, c-format
msgid "failed to authenticate using SSH agent: %s"
msgstr ""
#: src/rpc/virnetsshsession.c:556
msgid "SSH Agent did not provide any authentication identity"
msgstr ""
#: src/rpc/virnetsshsession.c:560
msgid "All identities provided by the SSH Agent were rejected"
msgstr ""
#: src/rpc/virnetsshsession.c:601 src/rpc/virnetsshsession.c:660
#, c-format
msgid "authentication with private key '%s' has failed: %s"
msgstr ""
#: src/rpc/virnetsshsession.c:610
msgid ""
"No user interaction callback provided: Can't retrieve private key passphrase"
msgstr ""
#: src/rpc/virnetsshsession.c:628
msgid "no suitable method to retrieve key passphrase"
msgstr ""
#: src/rpc/virnetsshsession.c:633
#, c-format
msgid "Passphrase for key '%s'"
msgstr ""
#: src/rpc/virnetsshsession.c:641
msgid "failed to retrieve private key passphrase: callback has failed"
msgstr ""
#: src/rpc/virnetsshsession.c:693
#, c-format
msgid "tunelled password authentication failed: %s"
msgstr ""
#: src/rpc/virnetsshsession.c:720
msgid ""
"Can't perform keyboard-interactive authentication: Authentication callback "
"not provided "
msgstr ""
#: src/rpc/virnetsshsession.c:744
msgid "failed to retrieve credentials"
msgstr ""
#: src/rpc/virnetsshsession.c:761 src/rpc/virnetsshsession.c:768
#, c-format
msgid "keyboard interactive authentication failed: %s"
msgstr ""
#: src/rpc/virnetsshsession.c:787 src/rpc/virnetsshsession.c:901
msgid "No authentication methods and credentials provided"
msgstr ""
#: src/rpc/virnetsshsession.c:803
#, c-format
msgid "couldn't retrieve authentication methods list: %s"
msgstr ""
#: src/rpc/virnetsshsession.c:848
msgid "No authentication methods supplied"
msgstr ""
#: src/rpc/virnetsshsession.c:853
msgid ""
"None of the requested authentication methods are supported by the server"
msgstr ""
#: src/rpc/virnetsshsession.c:857
msgid ""
"All provided authentication methods with credentials were rejected by the "
"server"
msgstr ""
#: src/rpc/virnetsshsession.c:874
#, c-format
msgid "failed to open ssh channel: %s"
msgstr ""
#: src/rpc/virnetsshsession.c:882
#, c-format
msgid "failed to execute command '%s': %s"
msgstr ""
#: src/rpc/virnetsshsession.c:908
msgid "No channel command provided"
msgstr ""
#: src/rpc/virnetsshsession.c:915
msgid "Hostname is needed for host key verification"
msgstr ""
#: src/rpc/virnetsshsession.c:954
msgid "Username and password must be provided for password authentication"
msgstr ""
#: src/rpc/virnetsshsession.c:992 src/rpc/virnetsshsession.c:1076
msgid "Username must be provided for ssh agent authentication"
msgstr ""
#: src/rpc/virnetsshsession.c:1032
msgid ""
"Username and key file path must be provided for private key authentication"
msgstr ""
#: src/rpc/virnetsshsession.c:1150
#, c-format
msgid "unable to load knownhosts file '%s': %s"
msgstr ""
#: src/rpc/virnetsshsession.c:1156
#, c-format
msgid "known hosts file '%s' does not exist"
msgstr ""
#: src/rpc/virnetsshsession.c:1197
msgid "Failed to initialize libssh2 session"
msgstr ""
#: src/rpc/virnetsshsession.c:1203
msgid "Failed to initialize libssh2 known hosts table"
msgstr ""
#: src/rpc/virnetsshsession.c:1209
msgid "Failed to initialize libssh2 agent handle"
msgstr ""
#: src/rpc/virnetsshsession.c:1241
msgid "Invalid virNetSSHSessionPtr"
msgstr ""
#: src/rpc/virnetsshsession.c:1257
#, c-format
msgid "SSH session handshake failed: %s"
msgstr ""
#: src/rpc/virnetsshsession.c:1302 src/rpc/virnetsshsession.c:1413
#: src/rpc/virnetsshsession.c:1425
#, c-format
msgid "Remote program terminated with non-zero code: %d"
msgstr ""
#: src/rpc/virnetsshsession.c:1307 src/rpc/virnetsshsession.c:1417
msgid "Tried to write socket in error state"
msgstr ""
#: src/rpc/virnetsshsession.c:1378
#, c-format
msgid "Remote command terminated with non-zero code: %d"
msgstr ""
#: src/rpc/virnetsshsession.c:1450
#, c-format
msgid "write failed: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:111
#, c-format
msgid "Cannot read %s '%s'"
msgstr ""
#: src/rpc/virnettlscontext.c:134
msgid "cannot get current time"
msgstr "impossibile ottenere l'ora attuale"
#: src/rpc/virnettlscontext.c:141
#, c-format
msgid "The CA certificate %s has expired"
msgstr ""
#: src/rpc/virnettlscontext.c:143
#, c-format
msgid "The server certificate %s has expired"
msgstr ""
#: src/rpc/virnettlscontext.c:144
#, c-format
msgid "The client certificate %s has expired"
msgstr ""
#: src/rpc/virnettlscontext.c:152
#, c-format
msgid "The CA certificate %s is not yet active"
msgstr ""
#: src/rpc/virnettlscontext.c:154
#, c-format
msgid "The server certificate %s is not yet active"
msgstr ""
#: src/rpc/virnettlscontext.c:155
#, c-format
msgid "The client certificate %s is not yet active"
msgstr ""
#: src/rpc/virnettlscontext.c:185
#, c-format
msgid ""
"The certificate %s basic constraints show a CA, but we need one for a server"
msgstr ""
#: src/rpc/virnettlscontext.c:186
#, c-format
msgid ""
"The certificate %s basic constraints show a CA, but we need one for a client"
msgstr ""
#: src/rpc/virnettlscontext.c:193
#, c-format
msgid "The certificate %s basic constraints do not show a CA"
msgstr ""
#: src/rpc/virnettlscontext.c:200
#, c-format
msgid "The certificate %s is missing basic constraints for a CA"
msgstr ""
#: src/rpc/virnettlscontext.c:206
#, c-format
msgid "Unable to query certificate %s basic constraints %s"
msgstr ""
#: src/rpc/virnettlscontext.c:233
#, c-format
msgid "Unable to query certificate %s key usage %s"
msgstr ""
#: src/rpc/virnettlscontext.c:243
#, c-format
msgid "Certificate %s usage does not permit certificate signing"
msgstr ""
#: src/rpc/virnettlscontext.c:255
#, c-format
msgid "Certificate %s usage does not permit digital signature"
msgstr ""
#: src/rpc/virnettlscontext.c:266
#, c-format
msgid "Certificate %s usage does not permit key encipherment"
msgstr ""
#: src/rpc/virnettlscontext.c:307 src/rpc/virnettlscontext.c:321
#, c-format
msgid "Unable to query certificate %s key purpose %s"
msgstr ""
#: src/rpc/virnettlscontext.c:344
#, c-format
msgid "Certificate %s purpose does not allow use for with a TLS server"
msgstr ""
#: src/rpc/virnettlscontext.c:356
#, c-format
msgid "Certificate %s purpose does not allow use for with a TLS client"
msgstr ""
#: src/rpc/virnettlscontext.c:393
msgid ""
"Client's Distinguished Name is not on the list of allowed clients "
"(tls_allowed_dn_list). Use 'certtool -i --infile clientcert.pem' to view "
"the Distinguished Name field in the client certificate, or run this daemon "
"with --verbose option."
msgstr ""
#: src/rpc/virnettlscontext.c:416
#, c-format
msgid "Certificate %s owner does not match the hostname %s"
msgstr ""
#: src/rpc/virnettlscontext.c:466
#, c-format
msgid "Unable to verify server certificate %s against CA certificate %s"
msgstr ""
#: src/rpc/virnettlscontext.c:467
#, c-format
msgid "Unable to verify client certificate %s against CA certificate %s"
msgstr ""
#: src/rpc/virnettlscontext.c:473 src/rpc/virnettlscontext.c:966
msgid "Invalid certificate"
msgstr "Certificato non valido"
#: src/rpc/virnettlscontext.c:476 src/rpc/virnettlscontext.c:969
msgid "The certificate is not trusted."
msgstr "Il certificato non è sicuro."
#: src/rpc/virnettlscontext.c:479 src/rpc/virnettlscontext.c:972
msgid "The certificate hasn't got a known issuer."
msgstr "Il certificato è stato emesso da un autorità sconosciuta."
#: src/rpc/virnettlscontext.c:482 src/rpc/virnettlscontext.c:975
msgid "The certificate has been revoked."
msgstr "Il certificato è stato revocato."
#: src/rpc/virnettlscontext.c:486 src/rpc/virnettlscontext.c:979
msgid "The certificate uses an insecure algorithm"
msgstr "Il certificato usa un algoritmo non sicuro"
#: src/rpc/virnettlscontext.c:490
#, c-format
msgid "Our own certificate %s failed validation against %s: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:513 src/rpc/virnettlscontext.c:1005
msgid "Unable to initialize certificate"
msgstr "Impossibile inizializzare il certificato"
#: src/rpc/virnettlscontext.c:525
#, c-format
msgid "Unable to import server certificate %s"
msgstr ""
#: src/rpc/virnettlscontext.c:526
#, c-format
msgid "Unable to import client certificate %s"
msgstr ""
#: src/rpc/virnettlscontext.c:601
#, c-format
msgid "Unable to set x509 CA certificate: %s: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:619
#, c-format
msgid "Unable to set x509 certificate revocation list: %s: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:644
#, c-format
msgid "Unable to set x509 key and certificate: %s, %s: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:692
#, c-format
msgid "Unable to allocate x509 credentials: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:713
#, c-format
msgid "Unable to initialize diffie-hellman parameters: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:720
#, c-format
msgid "Unable to generate diffie-hellman parameters: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:960
#, c-format
msgid "Unable to verify TLS peer: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:983
#, c-format
msgid "Certificate failed validation: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:990
msgid "Only x509 certificates are supported"
msgstr "Sono supportati solo i certificati X509"
#: src/rpc/virnettlscontext.c:996
msgid "The certificate has no peers"
msgstr "Il certificato non ha alcun peer"
#: src/rpc/virnettlscontext.c:1011
msgid "Unable to load certificate"
msgstr "Impossibile caricare il certificato"
#: src/rpc/virnettlscontext.c:1026
#, c-format
msgid "Failed to get certificate %s distinguished name: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:1102
msgid "Failed to verify peer's certificate"
msgstr ""
#: src/rpc/virnettlscontext.c:1179
#, c-format
msgid "Failed to initialize TLS session: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:1189
#, c-format
msgid "Failed to set TLS session priority %s"
msgstr ""
#: src/rpc/virnettlscontext.c:1198
#, c-format
msgid "Failed set TLS x509 credentials: %s"
msgstr ""
#: src/rpc/virnettlscontext.c:1330
#, c-format
msgid "TLS handshake failed %s"
msgstr ""
#: src/rpc/virnettlscontext.c:1362
msgid "invalid cipher size for TLS session"
msgstr "dimensione cifratore invalida per la sessione TLS"
#: src/secret/secret_driver.c:181
#, c-format
msgid "mkostemp('%s') failed"
msgstr ""
#: src/secret/secret_driver.c:185
#, c-format
msgid "fchmod('%s') failed"
msgstr ""
#: src/secret/secret_driver.c:191
#, c-format
msgid "error writing to '%s'"
msgstr ""
#: src/secret/secret_driver.c:196
#, c-format
msgid "error closing '%s'"
msgstr ""
#: src/secret/secret_driver.c:202
#, c-format
msgid "rename(%s, %s) failed"
msgstr ""
#: src/secret/secret_driver.c:252
#, c-format
msgid "cannot create '%s'"
msgstr ""
#: src/secret/secret_driver.c:359
#, c-format
msgid "<uuid> does not match secret file name '%s'"
msgstr ""
#: src/secret/secret_driver.c:386 src/secret/secret_driver.c:493
#, c-format
msgid "cannot open '%s'"
msgstr "impossibile aprire '%s'"
#: src/secret/secret_driver.c:390 src/util/virfile.c:494
#, c-format
msgid "cannot stat '%s'"
msgstr ""
#: src/secret/secret_driver.c:395
#, c-format
msgid "'%s' file does not fit in memory"
msgstr ""
#: src/secret/secret_driver.c:404
#, c-format
msgid "cannot read '%s'"
msgstr ""
#: src/secret/secret_driver.c:411
#, c-format
msgid "invalid base64 in '%s'"
msgstr ""
#: src/secret/secret_driver.c:509
#, c-format
msgid "Error reading secret: %s"
msgstr ""
#: src/secret/secret_driver.c:724 src/secret/secret_driver.c:896
#: src/secret/secret_driver.c:932 src/secret/secret_driver.c:987
#: src/secret/secret_driver.c:1033
#, c-format
msgid "no secret with matching uuid '%s'"
msgstr ""
#: src/secret/secret_driver.c:751
#, c-format
msgid "no secret with matching usage '%s'"
msgstr ""
#: src/secret/secret_driver.c:793
#, c-format
msgid "a secret with UUID %s already defined for use with %s"
msgstr ""
#: src/secret/secret_driver.c:813
#, c-format
msgid "a secret with UUID %s is already defined for use with %s"
msgstr ""
#: src/secret/secret_driver.c:820
msgid "cannot change private flag on existing secret"
msgstr ""
#: src/secret/secret_driver.c:868
msgid "list of secrets is inconsistent"
msgstr ""
#: src/secret/secret_driver.c:995
#, c-format
msgid "secret '%s' does not have a value"
msgstr ""
#: src/secret/secret_driver.c:1002
msgid "secret is private"
msgstr ""
#: src/secret/secret_driver.c:1119
msgid "Out of memory initializing secrets"
msgstr ""
#: src/security/security_apparmor.c:95
#, c-format
msgid "Failed to read AppArmor profiles list '%s'"
msgstr ""
#: src/security/security_apparmor.c:144
#, c-format
msgid "Failed to read '%s'"
msgstr ""
#: src/security/security_apparmor.c:253
msgid "could not find libvirtd"
msgstr ""
#: src/security/security_apparmor.c:294 src/security/security_apparmor.c:323
#: src/security/security_apparmor.c:345 src/security/security_apparmor.c:736
#, c-format
msgid "cannot update AppArmor profile '%s'"
msgstr ""
#: src/security/security_apparmor.c:374
#, c-format
msgid "template '%s' does not exist"
msgstr ""
#: src/security/security_apparmor.c:435
msgid "Cannot set a base label with AppArmour"
msgstr ""
#: src/security/security_apparmor.c:442 src/security/security_selinux.c:610
msgid "security label already defined for VM"
msgstr ""
#: src/security/security_apparmor.c:471
#, c-format
msgid "cannot load AppArmor profile '%s'"
msgstr ""
#: src/security/security_apparmor.c:528
msgid "error copying profile name"
msgstr ""
#: src/security/security_apparmor.c:534
msgid "error calling profile_status()"
msgstr ""
#: src/security/security_apparmor.c:580
#, c-format
msgid "could not remove profile for '%s'"
msgstr ""
#: src/security/security_apparmor.c:607 src/security/security_apparmor.c:648
#: src/security/security_selinux.c:1855 src/security/security_selinux.c:1889
#: src/security/security_selinux.c:1926 src/security/security_selinux.c:1958
#: src/security/security_selinux.c:2008 src/security/security_selinux.c:2049
#, c-format
msgid ""
"security label driver mismatch: '%s' model configured for domain, but "
"hypervisor driver is '%s'."
msgstr ""
#: src/security/security_apparmor.c:617
msgid "error calling aa_change_profile()"
msgstr ""
#: src/security/security_apparmor.c:724
#, c-format
msgid "'%s' does not exist"
msgstr ""
#: src/security/security_apparmor.c:764
#, c-format
msgid "Invalid security label '%s'"
msgstr ""
#: src/security/security_dac.c:89
#, c-format
msgid "Missing separator ':' in DAC label \"%s\""
msgstr ""
#: src/security/security_dac.c:153
msgid "Failed to determine default DAC seclabel for an unknown object"
msgstr ""
#: src/security/security_dac.c:163
#, c-format
msgid "DAC seclabel couldn't be determined for domain '%s'"
msgstr ""
#: src/security/security_dac.c:214
msgid "Failed to determine default DAC imagelabel for an unknown object"
msgstr ""
#: src/security/security_dac.c:224
#, c-format
msgid "DAC imagelabel couldn't be determined for domain '%s'"
msgstr ""
#: src/security/security_dac.c:299
#, c-format
msgid "unable to set user and group to '%ld:%ld' on '%s'"
msgstr ""
#: src/security/security_dac.c:319
#, c-format
msgid "cannot resolve symlink %s"
msgstr ""
#: src/security/security_dac.c:931 src/security/security_selinux.c:616
msgid "security image label already defined for VM"
msgstr ""
#: src/security/security_dac.c:939 src/security/security_selinux.c:623
#, c-format
msgid "security label model %s is not supported with selinux"
msgstr ""
#: src/security/security_dac.c:949
#, c-format
msgid "missing label for static security driver in domain %s"
msgstr ""
#: src/security/security_dac.c:963 src/security/security_dac.c:983
#, c-format
msgid "cannot generate dac user and group id for domain %s"
msgstr ""
#: src/security/security_dac.c:973 src/security/security_selinux.c:697
#, c-format
msgid "unexpected security label type '%s'"
msgstr ""
#: src/security/security_driver.c:77
#, c-format
msgid "Security driver %s not enabled"
msgstr ""
#: src/security/security_driver.c:90
#, c-format
msgid "Security driver %s not found"
msgstr ""
#: src/security/security_manager.c:172
msgid "Security driver \"none\" cannot create confined guests"
msgstr ""
#: src/security/security_manager.c:461
msgid "Unconfined guests are not allowed on this host"
msgstr ""
#: src/security/security_selinux.c:122
#, c-format
msgid "Category range c%d-c%d too small"
msgstr ""
#: src/security/security_selinux.c:189 src/security/security_selinux.c:336
msgid "Unable to get current process SELinux context"
msgstr ""
#: src/security/security_selinux.c:194 src/security/security_selinux.c:341
#, c-format
msgid "Unable to parse current SELinux context '%s'"
msgstr ""
#: src/security/security_selinux.c:227 src/security/security_selinux.c:234
#: src/security/security_selinux.c:250 src/security/security_selinux.c:257
#: src/security/security_selinux.c:264
#, c-format
msgid "Cannot parse category in %s"
msgstr ""
#: src/security/security_selinux.c:243
msgid "No category range available"
msgstr ""
#: src/security/security_selinux.c:293
msgid "unable to allocate security context"
msgstr ""
#: src/security/security_selinux.c:299
#, c-format
msgid "unable to set security context range '%s'"
msgstr ""
#: src/security/security_selinux.c:305 src/security/security_selinux.c:379
msgid "Unable to format SELinux context"
msgstr ""
#: src/security/security_selinux.c:349
#, c-format
msgid "Unable to parse base SELinux context '%s'"
msgstr ""
#: src/security/security_selinux.c:357
#, c-format
msgid "Unable to set SELinux context user '%s'"
msgstr ""
#: src/security/security_selinux.c:366
#, c-format
msgid "Unable to set SELinux context role '%s'"
msgstr ""
#: src/security/security_selinux.c:373
#, c-format
msgid "Unable to set SELinux context MCS '%s'"
msgstr ""
#: src/security/security_selinux.c:411 src/security/security_selinux.c:500
msgid "cannot open SELinux label_handle"
msgstr ""
#: src/security/security_selinux.c:419
#, c-format
msgid "cannot open SELinux lxc contexts file '%s'"
msgstr ""
#: src/security/security_selinux.c:427
#, c-format
msgid "cannot read 'process' value from selinux lxc contexts file '%s'"
msgstr ""
#: src/security/security_selinux.c:435 src/security/security_selinux.c:443
#, c-format
msgid "cannot read 'file' value from selinux lxc contexts file '%s'"
msgstr ""
#: src/security/security_selinux.c:455
#, c-format
msgid "cannot allocate memory for LXC SELinux contexts '%s'"
msgstr ""
#: src/security/security_selinux.c:482
msgid "libselinux does not support LXC contexts path"
msgstr ""
#: src/security/security_selinux.c:507
#, c-format
msgid "cannot read SELinux virtual domain context file '%s'"
msgstr ""
#: src/security/security_selinux.c:533
#, c-format
msgid "cannot read SELinux virtual image context file %s"
msgstr ""
#: src/security/security_selinux.c:634
#, c-format
msgid "unable to allocate socket security context '%s'"
msgstr ""
#: src/security/security_selinux.c:686 src/security/security_selinux.c:708
#, c-format
msgid "cannot generate selinux context for %s"
msgstr ""
#: src/security/security_selinux.c:785
#, c-format
msgid "MCS level for existing domain label %s already reserved"
msgstr ""
#: src/security/security_selinux.c:931
#, c-format
msgid "unable to set security context '%s' on '%s'"
msgstr ""
#: src/security/security_selinux.c:940
#, c-format
msgid ""
"Setting security context '%s' on '%s' not supported. Consider setting "
"virt_use_nfs"
msgstr ""
#: src/security/security_selinux.c:996
#, c-format
msgid "unable to set security context '%s' on fd %d"
msgstr ""
#: src/security/security_selinux.c:1709 src/security/security_selinux.c:2106
#, c-format
msgid "unknown smartcard type %d"
msgstr ""
#: src/security/security_selinux.c:1865
#, c-format
msgid "Invalid security label %s"
msgstr ""
#: src/security/security_selinux.c:1899
#, c-format
msgid "unable to set security context '%s'"
msgstr ""
#: src/security/security_selinux.c:1967
#, c-format
msgid "unable to get current process context '%s'"
msgstr ""
#: src/security/security_selinux.c:1978 src/security/security_selinux.c:2019
#, c-format
msgid "unable to set socket security context '%s'"
msgstr ""
#: src/security/security_selinux.c:2059
#, c-format
msgid "unable to clear socket security context '%s'"
msgstr ""
#: src/security/security_selinux.c:2222
#, c-format
msgid "cannot stat tap fd %d"
msgstr ""
#: src/security/security_selinux.c:2228
#, c-format
msgid "tap fd %d is not character device"
msgstr ""
#: src/security/security_selinux.c:2234
#, c-format
msgid "cannot lookup default selinux label for tap fd %d"
msgstr ""
#: src/security/virt-aa-helper.c:103
#, c-format
msgid ""
"\n"
"%s [options] [< def.xml]\n"
"\n"
" Options:\n"
" -a | --add load profile\n"
" -c | --create create profile from template\n"
" -D | --delete unload and delete profile\n"
" -f | --add-file <file> add file to profile\n"
" -F | --append-file <file> append file to profile\n"
" -r | --replace reload profile\n"
" -R | --remove unload profile\n"
" -h | --help this help\n"
" -u | --uuid <uuid> uuid (profile name)\n"
"\n"
msgstr ""
#: src/security/virt-aa-helper.c:116
msgid ""
"This command is intended to be used by libvirtd and not used directly.\n"
msgstr ""
#: src/security/virt-aa-helper.c:124
#, c-format
msgid "%s: error: %s%c"
msgstr ""
#: src/security/virt-aa-helper.c:136
#, c-format
msgid "%s: warning: %s%c"
msgstr ""
#: src/security/virt-aa-helper.c:142
#, c-format
msgid ""
"%s:\n"
"%s%c"
msgstr ""
#: src/security/virt-aa-helper.c:159
msgid "could not find replacement string"
msgstr ""
#: src/security/virt-aa-helper.c:164
msgid "could not allocate memory for string"
msgstr ""
#: src/security/virt-aa-helper.c:176 src/security/virt-aa-helper.c:184
msgid "not enough space in target buffer"
msgstr ""
#: src/security/virt-aa-helper.c:192
msgid "error replacing string"
msgstr ""
#: src/security/virt-aa-helper.c:214
msgid "invalid flag"
msgstr ""
#: src/security/virt-aa-helper.c:222
msgid "profile name exceeds maximum length"
msgstr ""
#: src/security/virt-aa-helper.c:227
msgid "profile does not exist"
msgstr ""
#: src/security/virt-aa-helper.c:236
msgid "failed to run apparmor_parser"
msgstr ""
#: src/security/virt-aa-helper.c:240
msgid "unable to unload already unloaded profile"
msgstr ""
#: src/security/virt-aa-helper.c:242
msgid "apparmor_parser exited with error"
msgstr ""
#: src/security/virt-aa-helper.c:279 src/security/virt-aa-helper.c:284
#: src/security/virt-aa-helper.c:395
msgid "could not allocate memory for profile"
msgstr ""
#: src/security/virt-aa-helper.c:291 src/security/virt-aa-helper.c:390
msgid "invalid length for new profile"
msgstr ""
#: src/security/virt-aa-helper.c:303
msgid "failed to create include file"
msgstr ""
#: src/security/virt-aa-helper.c:309 src/security/virt-aa-helper.c:415
msgid "failed to write to profile"
msgstr ""
#: src/security/virt-aa-helper.c:314 src/security/virt-aa-helper.c:420
msgid "failed to close or write to profile"
msgstr ""
#: src/security/virt-aa-helper.c:345 src/security/virt-aa-helper.c:1237
msgid "profile exists"
msgstr ""
#: src/security/virt-aa-helper.c:350
msgid "template name exceeds maximum length"
msgstr ""
#: src/security/virt-aa-helper.c:355
msgid "template does not exist"
msgstr ""
#: src/security/virt-aa-helper.c:360
msgid "failed to read AppArmor template"
msgstr ""
#: src/security/virt-aa-helper.c:365 src/security/virt-aa-helper.c:370
msgid "no replacement string in template"
msgstr ""
#: src/security/virt-aa-helper.c:376
msgid "could not allocate memory for profile name"
msgstr ""
#: src/security/virt-aa-helper.c:382
msgid "could not allocate memory for profile files"
msgstr ""
#: src/security/virt-aa-helper.c:409
msgid "failed to create profile"
msgstr ""
#: src/security/virt-aa-helper.c:560
msgid "bad pathname"
msgstr ""
#: src/security/virt-aa-helper.c:575
msgid "path does not exist, skipping file type checks"
msgstr ""
#: src/security/virt-aa-helper.c:615
msgid "Invalid context"
msgstr ""
#: src/security/virt-aa-helper.c:621
msgid "Could not find <name>"
msgstr ""
#: src/security/virt-aa-helper.c:628
msgid "Could not find <uuid>"
msgstr ""
#: src/security/virt-aa-helper.c:660
msgid "unexpected root element, expecting <domain>"
msgstr ""
#: src/security/virt-aa-helper.c:670
msgid "os.type is not 'hvm'"
msgstr ""
#: src/security/virt-aa-helper.c:710 src/security/virt-aa-helper.c:728
#: src/security/virt-aa-helper.c:823 src/security/virt-aa-helper.c:832
#: src/security/virt-aa-helper.c:907 src/security/virt-aa-helper.c:1219
#: src/security/virt-aa-helper.c:1223 src/security/virt-aa-helper.c:1283
msgid "could not allocate memory"
msgstr ""
#: src/security/virt-aa-helper.c:715
#, fuzzy
msgid "Failed to create XML config object"
msgstr "Impossibile creare XML"
#: src/security/virt-aa-helper.c:736
msgid "could not parse XML"
msgstr ""
#: src/security/virt-aa-helper.c:741
msgid "could not find name in XML"
msgstr ""
#: src/security/virt-aa-helper.c:746
msgid "bad name"
msgstr ""
#: src/security/virt-aa-helper.c:772
msgid "skipped non-absolute path"
msgstr ""
#: src/security/virt-aa-helper.c:779
msgid "could not find realpath for disk"
msgstr ""
#: src/security/virt-aa-helper.c:793
msgid "skipped restricted file"
msgstr ""
#: src/security/virt-aa-helper.c:912
msgid "given uuid does not match XML uuid"
msgstr ""
#: src/security/virt-aa-helper.c:1065
msgid "failed to allocate file buffer"
msgstr ""
#: src/security/virt-aa-helper.c:1114
msgid "could not allocate memory for disk"
msgstr ""
#: src/security/virt-aa-helper.c:1129 src/security/virt-aa-helper.c:1149
msgid "invalid UUID"
msgstr ""
#: src/security/virt-aa-helper.c:1132
msgid "error copying UUID"
msgstr ""
#: src/security/virt-aa-helper.c:1141
msgid "unsupported option"
msgstr ""
#: src/security/virt-aa-helper.c:1146
msgid "bad command"
msgstr ""
#: src/security/virt-aa-helper.c:1159
msgid "could not read xml file"
msgstr ""
#: src/security/virt-aa-helper.c:1163
msgid "could not get VM definition"
msgstr ""
#: src/security/virt-aa-helper.c:1168
msgid "invalid VM definition"
msgstr ""
#: src/security/virt-aa-helper.c:1200
msgid "could not set PATH"
msgstr ""
#: src/security/virt-aa-helper.c:1204
msgid "could not set IFS"
msgstr ""
#: src/security/virt-aa-helper.c:1215
msgid "could not parse arguments"
msgstr ""
#: src/security/virt-aa-helper.c:1262
msgid "failed to allocate buffer"
msgstr ""
#: src/security/virt-aa-helper.c:1293
msgid "could not create profile"
msgstr ""
#: src/storage/parthelper.c:82
#, c-format
msgid "syntax: %s DEVICE [-g]\n"
msgstr ""
#: src/storage/parthelper.c:103
#, c-format
msgid "unable to access device %s\n"
msgstr ""
#: src/storage/parthelper.c:117
#, c-format
msgid "unable to access disk %s\n"
msgstr ""
#: src/storage/storage_backend.c:149
#, c-format
msgid "could not open input path '%s'"
msgstr ""
#: src/storage/storage_backend.c:185
#, c-format
msgid "failed reading from file '%s'"
msgstr ""
#: src/storage/storage_backend.c:202 src/storage/storage_backend.c:323
#, c-format
msgid "cannot extend file '%s'"
msgstr "impossibile estendere il file '%s'"
#: src/storage/storage_backend.c:209
#, c-format
msgid "failed writing to file '%s'"
msgstr ""
#: src/storage/storage_backend.c:219 src/storage/storage_backend.c:368
#, c-format
msgid "cannot sync data to file '%s'"
msgstr ""
#: src/storage/storage_backend.c:228 src/storage/storage_backend.c:298
#: src/storage/storage_backend_logical.c:771
#, c-format
msgid "cannot close file '%s'"
msgstr "impossibile chiudere il file '%s'"
#: src/storage/storage_backend.c:261 src/storage/storage_backend.c:408
#: src/storage/storage_backend_fs.c:767 src/storage/storage_backend_fs.c:784
#: src/storage/storage_backend_fs.c:1045
#, c-format
msgid "cannot create path '%s'"
msgstr "impossibile creare il percorso '%s'"
#: src/storage/storage_backend.c:276 src/util/virutil.c:807
#: src/util/virutil.c:1110 src/util/virutil.c:1206
#, c-format
msgid "stat of '%s' failed"
msgstr ""
#: src/storage/storage_backend.c:292 src/storage/storage_backend.c:587
#: src/util/virutil.c:829 src/util/virutil.c:1124 src/util/virutil.c:1219
#, c-format
msgid "cannot set mode of '%s' to %04o"
msgstr ""
#: src/storage/storage_backend.c:350 src/storage/storage_backend.c:359
#, c-format
msgid "cannot fill file '%s'"
msgstr "impossibile riempire il file '%s'"
#: src/storage/storage_backend.c:392 src/storage/storage_backend_disk.c:649
#: src/storage/storage_backend_logical.c:710
#: src/storage/storage_backend_rbd.c:439
msgid "storage pool does not support encrypted volumes"
msgstr ""
#: src/storage/storage_backend.c:443
msgid "too many conflicts when generating an uuid"
msgstr ""
#: src/storage/storage_backend.c:473
msgid "secrets already defined"
msgstr ""
#: src/storage/storage_backend.c:570
#, c-format
msgid "failed to create %s"
msgstr ""
#: src/storage/storage_backend.c:580
#, c-format
msgid "cannot chown %s to (%u, %u)"
msgstr ""
#: src/storage/storage_backend.c:623
#, c-format
msgid "unable to parse qemu-img output '%s'"
msgstr ""
#: src/storage/storage_backend.c:675 src/storage/storage_backend.c:681
#, c-format
msgid "unknown storage vol type %d"
msgstr "tipo di storage di volume sconosciuto %d"
#: src/storage/storage_backend.c:687
msgid "metadata preallocation only available with qcow2"
msgstr ""
#: src/storage/storage_backend.c:697
msgid "metadata preallocation conflicts with backing store"
msgstr ""
#: src/storage/storage_backend.c:710
msgid "a different backing store cannot be specified."
msgstr ""
#: src/storage/storage_backend.c:717
#, c-format
msgid "unknown storage vol backing store type %d"
msgstr "tipo di backing store %d del volume di storage sconosciuto"
#: src/storage/storage_backend.c:736
#, c-format
msgid "inaccessible backing store volume %s"
msgstr "volume di backing store %s inaccessibile"
#: src/storage/storage_backend.c:748
#, c-format
msgid "qcow volume encryption unsupported with volume format %s"
msgstr ""
#: src/storage/storage_backend.c:756
#, c-format
msgid "unsupported volume encryption format %d"
msgstr ""
#: src/storage/storage_backend.c:762
msgid "too many secrets for qcow encryption"
msgstr ""
#: src/storage/storage_backend.c:900
msgid "cannot copy from volume with qcow-create"
msgstr ""
#: src/storage/storage_backend.c:906
#, c-format
msgid "unsupported storage vol type %d"
msgstr "tipo di storage di volume non supportato %d"
#: src/storage/storage_backend.c:912
msgid "copy-on-write image not supported with qcow-create"
msgstr "immagine di tipo copy-on-write non supportata con qcow-create"
#: src/storage/storage_backend.c:918
msgid "encrypted volumes not supported with qcow-create"
msgstr ""
#: src/storage/storage_backend.c:950
#, c-format
msgid "Unknown file create tool type '%d'."
msgstr ""
#: src/storage/storage_backend.c:998
msgid "creation of non-raw file images is not supported without qemu-img."
msgstr ""
#: src/storage/storage_backend.c:1062
#, c-format
msgid "cannot open volume '%s'"
msgstr "impossibile aprire il volume '%s'"
#: src/storage/storage_backend.c:1098
#, c-format
msgid "unexpected storage mode for '%s'"
msgstr ""
#: src/storage/storage_backend.c:1222
#, c-format
msgid "cannot seek to end of file '%s'"
msgstr "impossibile determinare la fine del file '%s'"
#: src/storage/storage_backend.c:1252
#, c-format
msgid "cannot get file context of '%s'"
msgstr "Impossibile determinare il contesto di '%s'"
#: src/storage/storage_backend.c:1322
#, c-format
msgid "cannot seek to beginning of file '%s'"
msgstr "impossibile determinare l'inizio del file '%s'"
#: src/storage/storage_backend.c:1329
#, c-format
msgid "cannot read beginning of file '%s'"
msgstr "impossibile leggere l'inizio del file '%s'"
#: src/storage/storage_backend.c:1403
#, c-format
msgid "cannot read dir '%s'"
msgstr "impossibile leggere la cartella '%s'"
#: src/storage/storage_backend.c:1526
msgid "cannot read fd"
msgstr "impossibile leggere fd"
#: src/storage/storage_backend.c:1638
msgid "cannot open file using fd"
msgstr ""
#: src/storage/storage_backend.c:1669
msgid "read error on pipe"
msgstr ""
#: src/storage/storage_backend.c:1698 src/storage/storage_backend.c:1711
#, c-format
msgid "%s not implemented on Win32"
msgstr "%s non implementato su Win32"
#: src/storage/storage_backend_disk.c:110
msgid "cannot parse device start location"
msgstr "impossibile determinare la locazione d'inizio del dispositivo"
#: src/storage/storage_backend_disk.c:117
msgid "cannot parse device end location"
msgstr "impossibile determinare la locazione finale del dispositivo"
#: src/storage/storage_backend_disk.c:331
#, c-format
msgid "device path '%s' doesn't exist"
msgstr ""
#: src/storage/storage_backend_disk.c:396 src/storage/storage_backend_fs.c:746
msgid "Overwrite and no overwrite flags are mutually exclusive"
msgstr ""
#: src/storage/storage_backend_disk.c:412
msgid "Error checking for disk label"
msgstr ""
#: src/storage/storage_backend_disk.c:415
msgid "Disk label already present"
msgstr ""
#: src/storage/storage_backend_disk.c:474
msgid "Invalid partition type"
msgstr ""
#: src/storage/storage_backend_disk.c:483
msgid "extended partition already exists"
msgstr ""
#: src/storage/storage_backend_disk.c:518
msgid "no extended partition found and no primary partition available"
msgstr ""
#: src/storage/storage_backend_disk.c:524
msgid "unknown partition type"
msgstr ""
#: src/storage/storage_backend_disk.c:608
msgid "no large enough free extent"
msgstr "non ci sono extent liberi abbastanza grandi"
#: src/storage/storage_backend_disk.c:726
#, c-format
msgid "Couldn't read volume target path '%s'"
msgstr "Impossibile leggere il percorso '%s' del volume target"
#: src/storage/storage_backend_disk.c:739
#, c-format
msgid "Volume path '%s' did not start with parent pool source device name."
msgstr ""
"Il percorso del volume '%s' non inizia con il nome del dispositivo sorgente "
"di pool principale."
#: src/storage/storage_backend_disk.c:749
#, c-format
msgid "cannot parse partition number from target '%s'"
msgstr "impossibile analizzare il numero partizione per il target '%s'"
#: src/storage/storage_backend_fs.c:112
#, c-format
msgid "cannot probe backing volume format: %s"
msgstr ""
#: src/storage/storage_backend_fs.c:190
#, c-format
msgid "invalid netfs path (no /): %s"
msgstr "percorso netfs non valido (nessun /): %s"
#: src/storage/storage_backend_fs.c:196
#, c-format
msgid "invalid netfs path (ends in /): %s"
msgstr "percorso netfs non valido (finisce con /): %s"
#: src/storage/storage_backend_fs.c:258 src/test/test_driver.c:4194
msgid "hostname must be specified for netfs sources"
msgstr ""
#: src/storage/storage_backend_fs.c:268 src/storage/storage_backend_fs.c:359
#: src/storage/storage_backend_fs.c:457
#: src/storage/storage_backend_iscsi.c:101
#: src/storage/storage_backend_iscsi.c:598
#: src/storage/storage_backend_iscsi.c:662
#: src/storage/storage_backend_iscsi.c:700
msgid "Expected exactly 1 host for the storage pool"
msgstr ""
#: src/storage/storage_backend_fs.c:318
#, c-format
msgid "cannot read mount list '%s'"
msgstr "impossibile leggere la lista di mount '%s'"
#: src/storage/storage_backend_fs.c:364 src/storage/storage_backend_fs.c:462
#: src/storage/storage_backend_iscsi.c:668
#: src/storage/storage_backend_iscsi.c:706
msgid "missing source host"
msgstr "host sorgente mancante"
#: src/storage/storage_backend_fs.c:369
msgid "missing source path"
msgstr "percorso sorgente mancante"
#: src/storage/storage_backend_fs.c:375 src/storage/storage_backend_fs.c:473
#: src/storage/storage_backend_iscsi.c:675
#: src/storage/storage_backend_iscsi.c:713
msgid "missing source device"
msgstr "dispositivo sorgente mancante"
#: src/storage/storage_backend_fs.c:383
#, c-format
msgid "Target '%s' is already mounted"
msgstr ""
#: src/storage/storage_backend_fs.c:467
msgid "missing source dir"
msgstr "directory sorgente mancante"
#: src/storage/storage_backend_fs.c:558
#, c-format
msgid "Not capable of probing for filesystem of type %s"
msgstr ""
#: src/storage/storage_backend_fs.c:567
#, c-format
msgid "Failed to create filesystem probe for device %s"
msgstr ""
#: src/storage/storage_backend_fs.c:591
#, c-format
msgid "Existing filesystem of type '%s' found on device '%s'"
msgstr ""
#: src/storage/storage_backend_fs.c:599
msgid "Found additional probes to run, filesystem probing may be incorrect"
msgstr ""
#: src/storage/storage_backend_fs.c:621
msgid "probing for filesystems is unsupported by this build"
msgstr ""
#: src/storage/storage_backend_fs.c:646
#, c-format
msgid "Failed to make filesystem of type '%s' on device '%s'"
msgstr ""
#: src/storage/storage_backend_fs.c:661
#, c-format
msgid ""
"mkfs is not supported on this platform: Failed to make filesystem of type "
"'%s' on device '%s'"
msgstr ""
#: src/storage/storage_backend_fs.c:679
#, c-format
msgid "No source device specified when formatting pool '%s'"
msgstr ""
#: src/storage/storage_backend_fs.c:690
#, c-format
msgid "Source device does not exist when formatting pool '%s'"
msgstr ""
#: src/storage/storage_backend_fs.c:757
#, c-format
msgid "path '%s' is not absolute"
msgstr ""
#: src/storage/storage_backend_fs.c:889
#, c-format
msgid "cannot probe backing volume info: %s"
msgstr ""
#: src/storage/storage_backend_fs.c:974
#, c-format
msgid "failed to remove pool '%s'"
msgstr ""
#: src/storage/storage_backend_fs.c:1007
#, c-format
msgid "volume target path '%s' already exists"
msgstr ""
#: src/storage/storage_backend_fs.c:1035
msgid "cannot copy from volume to a directory volume"
msgstr ""
#: src/storage/storage_backend_fs.c:1066
msgid ""
"storage pool does not support building encrypted volumes from other volumes"
msgstr ""
#: src/storage/storage_backend_fs.c:1086
msgid "creation of non-raw images is not supported without qemu-img"
msgstr "la creazione di una immagine non-raw non è supportata senza qemu-img"
#: src/storage/storage_backend_fs.c:1143
#, c-format
msgid "cannot unlink file '%s'"
msgstr "impossibile fare l'unlink del file '%s'"
#: src/storage/storage_backend_fs.c:1152
#, c-format
msgid "cannot remove directory '%s'"
msgstr ""
#: src/storage/storage_backend_fs.c:1161
#, c-format
msgid "removing block or network volumes is not supported: %s"
msgstr ""
#: src/storage/storage_backend_iscsi.c:67
#, c-format
msgid "host lookup failed %s"
msgstr "lookup dell'host fallito %s"
#: src/storage/storage_backend_iscsi.c:74
#, c-format
msgid "no IP address for target %s"
msgstr "nessun indirizzo IP per la destinazione %s"
#: src/storage/storage_backend_iscsi.c:83
#, c-format
msgid "cannot format ip addr for %s"
msgstr "impossibile formattare un indirizzo ip per %s"
#: src/storage/storage_backend_iscsi.c:174
msgid "cannot find session"
msgstr "impossibile determinare la sessione"
#: src/storage/storage_backend_iscsi.c:200
#, c-format
msgid "Could not allocate memory for output of '%s'"
msgstr ""
#: src/storage/storage_backend_iscsi.c:215
#, c-format
msgid ""
"Failed to open stream for file descriptor when reading output from '%s': '%s'"
msgstr ""
#: src/storage/storage_backend_iscsi.c:227
#, c-format
msgid "Unexpected line > %d characters when parsing output of '%s'"
msgstr ""
#: src/storage/storage_backend_iscsi.c:245
#, c-format
msgid "Missing space when parsing output of '%s'"
msgstr ""
#: src/storage/storage_backend_iscsi.c:307
#, c-format
msgid "Failed to run command '%s' to create new iscsi interface"
msgstr ""
#: src/storage/storage_backend_iscsi.c:326
#, c-format
msgid "Failed to run command '%s' to update iscsi interface with IQN '%s'"
msgstr ""
#: src/storage/storage_backend_iscsi.c:421
#, c-format
msgid "Failed to get host number for iSCSI session with path '%s'"
msgstr ""
#: src/storage/storage_backend_iscsi.c:429
#, c-format
msgid "Failed to find LUs on host %u"
msgstr ""
#: src/storage/storage_backend_iscsi.c:587
msgid "hostname and device path must be specified for iscsi sources"
msgstr ""
#: src/storage/storage_backend_logical.c:152
msgid "malformed volume extent stripes value"
msgstr ""
#: src/storage/storage_backend_logical.c:166
msgid "malformed volume extent length value"
msgstr "valore lunghezza degli extent del volume malformato"
#: src/storage/storage_backend_logical.c:171
msgid "malformed volume extent size value"
msgstr "valore dimensione degli extent del volume malfomato"
#: src/storage/storage_backend_logical.c:176
msgid "malformed volume allocation value"
msgstr ""
#: src/storage/storage_backend_logical.c:222
msgid "malformed volume extent devices value"
msgstr ""
#: src/storage/storage_backend_logical.c:251
msgid "malformed volume extent offset value"
msgstr "valore di offset degli extent del volume malformato"
#: src/storage/storage_backend_logical.c:457
msgid "failed to get source from sourceList"
msgstr "impossibile ottenere una sorgente dalla sourceList"
#: src/storage/storage_backend_logical.c:528
#, c-format
msgid "cannot open device '%s'"
msgstr "impossibile aprire il dispositivo '%s'"
#: src/storage/storage_backend_logical.c:534
#, c-format
msgid "cannot clear device header of '%s'"
msgstr "impossibile cancellare l'header del dispositivo '%s'"
#: src/storage/storage_backend_logical.c:541
#, c-format
msgid "cannot flush header of device'%s'"
msgstr ""
#: src/storage/storage_backend_logical.c:548
#, c-format
msgid "cannot close device '%s'"
msgstr "impossibile chiudere il dispositivo '%s'"
#: src/storage/storage_backend_logical.c:757
#, c-format
msgid "cannot set file owner '%s'"
msgstr "impossibile impostare il proprietario del file '%s'"
#: src/storage/storage_backend_logical.c:764
#, c-format
msgid "cannot set file mode '%s'"
msgstr "impossibile impostare la modalità del file '%s'"
#: src/storage/storage_backend_logical.c:779
#, c-format
msgid "cannot find newly created volume '%s'"
msgstr "impossibile trovare il volume appena creato '%s'"
#: src/storage/storage_backend_mpath.c:232
#, c-format
msgid "Failed to get %s minor number"
msgstr ""
#: src/storage/storage_backend_rbd.c:70
msgid "failed to initialize RADOS"
msgstr ""
#: src/storage/storage_backend_rbd.c:87
msgid "failed to find the secret"
msgstr ""
#: src/storage/storage_backend_rbd.c:98
msgid "failed to decode the RADOS key"
msgstr ""
#: src/storage/storage_backend_rbd.c:105 src/storage/storage_backend_rbd.c:114
#: src/storage/storage_backend_rbd.c:127 src/storage/storage_backend_rbd.c:161
#, c-format
msgid "failed to set RADOS option: %s"
msgstr ""
#: src/storage/storage_backend_rbd.c:122
msgid "failed to create the RADOS cluster"
msgstr ""
#: src/storage/storage_backend_rbd.c:148
msgid "received malformed monitor, check the XML definition"
msgstr ""
#: src/storage/storage_backend_rbd.c:169
#, c-format
msgid "failed to connect to the RADOS monitor on: %s"
msgstr ""
#: src/storage/storage_backend_rbd.c:217 src/storage/storage_backend_rbd.c:522
#, c-format
msgid "failed to open the RBD image '%s'"
msgstr ""
#: src/storage/storage_backend_rbd.c:225
msgid "failed to stat the RBD image"
msgstr ""
#: src/storage/storage_backend_rbd.c:280 src/storage/storage_backend_rbd.c:391
#: src/storage/storage_backend_rbd.c:432 src/storage/storage_backend_rbd.c:478
#: src/storage/storage_backend_rbd.c:515
#, c-format
msgid "failed to create the RBD IoCTX. Does the pool '%s' exist?"
msgstr ""
#: src/storage/storage_backend_rbd.c:288
msgid "failed to stat the RADOS cluster"
msgstr ""
#: src/storage/storage_backend_rbd.c:295
#, c-format
msgid "failed to stat the RADOS pool '%s'"
msgstr ""
#: src/storage/storage_backend_rbd.c:317
msgid "A problem occurred while listing RBD images"
msgstr ""
#: src/storage/storage_backend_rbd.c:381
msgid "This storage backend does not supported zeroed removal of volumes"
msgstr ""
#: src/storage/storage_backend_rbd.c:398
#, c-format
msgid "failed to remove volume '%s/%s'"
msgstr ""
#: src/storage/storage_backend_rbd.c:445
#, c-format
msgid "failed to create volume '%s/%s'"
msgstr ""
#: src/storage/storage_backend_rbd.c:529
#, c-format
msgid "failed to resize the RBD image '%s'"
msgstr ""
#: src/storage/storage_backend_scsi.c:66
#, c-format
msgid "Could not find typefile '%s'"
msgstr ""
#: src/storage/storage_backend_scsi.c:78
#, c-format
msgid "Could not read typefile '%s'"
msgstr ""
#: src/storage/storage_backend_scsi.c:90
#, c-format
msgid "Device type '%s' is not an integer"
msgstr ""
#: src/storage/storage_backend_scsi.c:271
#, c-format
msgid "Failed to update volume for '%s'"
msgstr ""
#: src/storage/storage_backend_scsi.c:323
#: src/storage/storage_backend_scsi.c:412
#, c-format
msgid "Failed to opendir sysfs path '%s'"
msgstr "Impossibile aprire il percorso sysfs '%s'"
#: src/storage/storage_backend_scsi.c:370
#, c-format
msgid "Failed to parse block name %s"
msgstr ""
#: src/storage/storage_backend_scsi.c:458
#, c-format
msgid "Failed to determine if %u:%u:%u:%u is a Direct-Access LUN"
msgstr "Impossibile determinare se %u:%u:%u:%u è un LUN di tipo Direct-Access"
#: src/storage/storage_backend_scsi.c:525
#: src/storage/storage_backend_scsi.c:567
#, c-format
msgid "Failed to opendir path '%s'"
msgstr ""
#: 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_sheepdog.c:163
msgid "Sheepdog does not support encrypted volumes"
msgstr ""
#: src/storage/storage_driver.c:78
#, c-format
msgid "Missing backend %d"
msgstr ""
#: src/storage/storage_driver.c:86
#, c-format
msgid "Failed to initialize storage pool '%s': %s"
msgstr ""
#: src/storage/storage_driver.c:88 src/storage/storage_driver.c:101
#: src/storage/storage_driver.c:115
msgid "no error message found"
msgstr ""
#: src/storage/storage_driver.c:99 src/storage/storage_driver.c:113
#, c-format
msgid "Failed to autostart storage pool '%s': %s"
msgstr ""
#: src/storage/storage_driver.c:247 src/storage/storage_driver.c:603
#: src/storage/storage_driver.c:662 src/storage/storage_driver.c:709
#: src/storage/storage_driver.c:747 src/storage/storage_driver.c:807
#: src/storage/storage_driver.c:861 src/storage/storage_driver.c:917
#: src/storage/storage_driver.c:957 src/storage/storage_driver.c:987
#: src/storage/storage_driver.c:1016 src/storage/storage_driver.c:1076
#: src/storage/storage_driver.c:1109 src/storage/storage_driver.c:1159
#: src/storage/storage_driver.c:1223 src/storage/storage_driver.c:1360
#: src/storage/storage_driver.c:1489
#, c-format
msgid "no storage pool with matching uuid %s"
msgstr ""
#: src/storage/storage_driver.c:273 src/storage/storage_driver.c:1495
#: src/storage/storage_driver.c:1649 src/storage/storage_driver.c:1712
#: src/storage/storage_driver.c:1776 src/storage/storage_driver.c:2071
#: src/storage/storage_driver.c:2136 src/storage/storage_driver.c:2218
#: src/storage/storage_driver.c:2275 src/storage/storage_driver.c:2323
#, c-format
msgid "no storage pool with matching name '%s'"
msgstr ""
#: src/storage/storage_driver.c:433 src/test/test_driver.c:4205
#, c-format
msgid "pool type '%s' does not support source discovery"
msgstr ""
#: src/storage/storage_driver.c:616 src/storage/storage_driver.c:762
#: src/storage/storage_driver.c:823 src/storage/storage_driver.c:876
#, c-format
msgid "pool '%s' has asynchronous jobs running."
msgstr ""
#: src/storage/storage_driver.c:626
#, c-format
msgid "Failed to delete autostart link '%s': %s"
msgstr ""
#: src/storage/storage_driver.c:830
msgid "pool does not support pool deletion"
msgstr ""
#: src/storage/storage_driver.c:1279
#, c-format
msgid "no storage vol with matching key %s"
msgstr ""
#: src/storage/storage_driver.c:1332
#, c-format
msgid "no storage vol with matching path %s"
msgstr ""
#: src/storage/storage_driver.c:1379
#, c-format
msgid "storage vol '%s' already exists"
msgstr ""
#: src/storage/storage_driver.c:1391
msgid "storage pool does not support volume creation"
msgstr "lo storage pool non supporta la creazione del volume"
#: src/storage/storage_driver.c:1530
#, c-format
msgid "storage volume name '%s' already in use."
msgstr ""
#: src/storage/storage_driver.c:1546
msgid "storage pool does not support volume creation from an existing volume"
msgstr ""
#: src/storage/storage_driver.c:1552 src/storage/storage_driver.c:1671
#: src/storage/storage_driver.c:1734 src/storage/storage_driver.c:1801
#: src/storage/storage_driver.c:2093 src/storage/storage_driver.c:2161
#, c-format
msgid "volume '%s' is still being allocated."
msgstr ""
#: src/storage/storage_driver.c:1815
msgid "can't shrink capacity below existing allocation"
msgstr ""
#: src/storage/storage_driver.c:1822
msgid "Not enough space left on storage pool"
msgstr ""
#: src/storage/storage_driver.c:1828
msgid "storage pool does not support changing of volume capacity"
msgstr ""
#: src/storage/storage_driver.c:1870
#, c-format
msgid "Failed to truncate volume with path '%s' to 0 bytes"
msgstr ""
#: src/storage/storage_driver.c:1879
#, c-format
msgid "Failed to truncate volume with path '%s' to %ju bytes"
msgstr ""
#: src/storage/storage_driver.c:1907
#, c-format
msgid "Failed to seek to position %ju in volume with path '%s'"
msgstr ""
#: src/storage/storage_driver.c:1920
#, c-format
msgid "Failed to write %zu bytes to storage volume with path '%s'"
msgstr ""
#: src/storage/storage_driver.c:1934
#, c-format
msgid "cannot sync data to volume with path '%s'"
msgstr ""
#: src/storage/storage_driver.c:1965
#, c-format
msgid "Failed to open storage volume with path '%s'"
msgstr ""
#: src/storage/storage_driver.c:1972
#, c-format
msgid "Failed to stat storage volume with path '%s'"
msgstr ""
#: src/storage/storage_driver.c:2006
#, c-format
msgid "unsupported algorithm %d"
msgstr ""
#: src/storage/storage_driver.c:2060
#, c-format
msgid "wiping algorithm %d not supported"
msgstr ""
#: src/storage/storage_driver.c:2168
msgid "storage pool does not support vol deletion"
msgstr "lo storage pool non supporta la cancellazione del volume"
#: src/test/test_driver.c:367
#, c-format
msgid "Exceeded max iface limit %d"
msgstr ""
#: src/test/test_driver.c:733
msgid "resolving volume filename"
msgstr ""
#: src/test/test_driver.c:829
msgid "Root element is not 'node'"
msgstr ""
#: src/test/test_driver.c:847
msgid "invalid node cpu nodes value"
msgstr ""
#: src/test/test_driver.c:856
msgid "invalid node cpu sockets value"
msgstr ""
#: src/test/test_driver.c:865
msgid "invalid node cpu cores value"
msgstr ""
#: src/test/test_driver.c:874
msgid "invalid node cpu threads value"
msgstr ""
#: src/test/test_driver.c:886
msgid "invalid node cpu active value"
msgstr ""
#: src/test/test_driver.c:894
msgid "invalid node cpu mhz value"
msgstr ""
#: src/test/test_driver.c:902 src/xenxs/xen_xm.c:712
#, c-format
msgid "Model %s too big for destination"
msgstr ""
#: src/test/test_driver.c:914
msgid "invalid node memory value"
msgstr ""
#: src/test/test_driver.c:931
msgid "resolving domain filename"
msgstr "risoluzione filename del dominio in corso"
#: src/test/test_driver.c:979
msgid "resolving network filename"
msgstr "risoluzione filename della rete"
#: src/test/test_driver.c:1014
msgid "resolving interface filename"
msgstr ""
#: src/test/test_driver.c:1051
msgid "resolving pool filename"
msgstr "risoluzione nome file del contenitore"
#: src/test/test_driver.c:1103
msgid "resolving device filename"
msgstr ""
#: src/test/test_driver.c:1174
msgid "testOpen: supply a path or use test:///default"
msgstr "testOpen: fornire un percorso o usare test:///default"
#: src/test/test_driver.c:1529
#, c-format
msgid "domain '%s' not paused"
msgstr "dominio '%s' non è in pausa"
#: src/test/test_driver.c:1572 src/test/test_driver.c:1616
#, c-format
msgid "domain '%s' not running"
msgstr "Il dominio '%s' non è in esecuzione"
#: src/test/test_driver.c:1737 src/test/test_driver.c:2332
#: src/test/test_driver.c:2858 src/test/test_driver.c:2913
msgid "getting time of day"
msgstr "acquisizione ora del giorno in corso"
#: src/test/test_driver.c:1820
#, c-format
msgid "saving domain '%s' failed to allocate space for metadata"
msgstr ""
"salvataggio del dominio '%s' impossibile assegnare spazio per i metadata"
#: src/test/test_driver.c:1827
#, c-format
msgid "saving domain '%s' to '%s': open failed"
msgstr "salvataggio dominio '%s' in '%s': apertura fallita"
#: src/test/test_driver.c:1834 src/test/test_driver.c:1840
#: src/test/test_driver.c:1846 src/test/test_driver.c:1853
#, c-format
msgid "saving domain '%s' to '%s': write failed"
msgstr "salvataggio dominio '%s' in '%s': scrittura fallita"
#: src/test/test_driver.c:1923
#, c-format
msgid "cannot read domain image '%s'"
msgstr "impossibile leggere l'immagine del dominio '%s'"
#: src/test/test_driver.c:1929
#, c-format
msgid "incomplete save header in '%s'"
msgstr "salvataggio intestazione incompleta in '%s'"
#: src/test/test_driver.c:1935
msgid "mismatched header magic"
msgstr "header magic non corrispondente"
#: src/test/test_driver.c:1940
#, c-format
msgid "failed to read metadata length in '%s'"
msgstr "impossibile leggere la lunghezza dei metadata in '%s'"
#: src/test/test_driver.c:1946
msgid "length of metadata out of range"
msgstr "lunghezza dei metadata fuori dalla gamma"
#: src/test/test_driver.c:1955
#, c-format
msgid "incomplete metdata in '%s'"
msgstr "metadata incompleti in '%s'"
#: src/test/test_driver.c:2027
#, c-format
msgid "domain '%s' coredump: failed to open %s"
msgstr "coredump del dominio '%s': impossibile aprire %s"
#: src/test/test_driver.c:2033
#, c-format
msgid "domain '%s' coredump: failed to write header to %s"
msgstr "dominio '%s' coredump fallita la scrittura di header su %s"
#: src/test/test_driver.c:2039
#, c-format
msgid "domain '%s' coredump: write failed: %s"
msgstr "Coredump dominio %s: scrittura fallita: %s"
#: src/test/test_driver.c:2240
msgid "cannot hotplug vcpus for an inactive domain"
msgstr ""
#: src/test/test_driver.c:2252
#, c-format
msgid "requested cpu amount exceeds maximum (%d > %d)"
msgstr ""
#: src/test/test_driver.c:2324
msgid "cannot list vcpus for an inactive domain"
msgstr ""
#: src/test/test_driver.c:2416
msgid "requested vcpu is higher than allocated vcpus"
msgstr ""
#: src/test/test_driver.c:2558
msgid "Range exceeds available cells"
msgstr "La gamma eccede le celle disponibili"
#: src/test/test_driver.c:2594
#, c-format
msgid "Domain '%s' is already running"
msgstr "Il dominio '%s' è già in esecuzione"
#: src/test/test_driver.c:3217
#, c-format
msgid "Network '%s' is still running"
msgstr "La rete '%s' è ancora in esecuzione"
#: src/test/test_driver.c:3298
#, c-format
msgid "Network '%s' is already running"
msgstr "La rete '%s' è già in esecuzione"
#: src/test/test_driver.c:3653
msgid "there is another transaction running."
msgstr ""
#: src/test/test_driver.c:3681
msgid "no transaction running, nothing to be committed."
msgstr ""
#: src/test/test_driver.c:3709
msgid "no transaction running, nothing to rollback."
msgstr ""
#: src/test/test_driver.c:4235
msgid "storage pool already exists"
msgstr "storage pool già esistente"
#: src/test/test_driver.c:4695
msgid "no storage pool with matching uuid"
msgstr "nessun storage pool con uuid corrispondente"
#: src/test/test_driver.c:4701
msgid "storage pool is not active"
msgstr "lo storage pool non è attivo"
#: src/uml/uml_conf.c:186
msgid "IP address not supported for ethernet interface"
msgstr ""
#: src/uml/uml_conf.c:193
msgid "TCP server networking type not supported"
msgstr ""
#: src/uml/uml_conf.c:198
msgid "TCP client networking type not supported"
msgstr ""
#: src/uml/uml_conf.c:213
#, c-format
msgid "Network '%s' not found"
msgstr "Rete '%s' non trovata"
#: src/uml/uml_conf.c:244
msgid "internal networking type not supported"
msgstr ""
#: src/uml/uml_conf.c:249
msgid "direct networking type not supported"
msgstr ""
#: src/uml/uml_conf.c:254
msgid "hostdev networking type not supported"
msgstr ""
#: src/uml/uml_conf.c:263
msgid "interface script execution not supported by this driver"
msgstr ""
#: src/uml/uml_conf.c:329
msgid "only TCP listen is supported for chr device"
msgstr "è supportato solo l'ascolto TCP per i dispositivi chr"
#: src/uml/uml_conf.c:347
#, c-format
msgid "failed to open chardev file: %s"
msgstr ""
#: src/uml/uml_conf.c:368
#, c-format
msgid "unsupported chr device type %d"
msgstr "tipo di dispositivo chr non supportato %d"
#: src/uml/uml_driver.c:513
msgid "cannot initialize inotify"
msgstr "impossibile inizializzare inotify"
#: src/uml/uml_driver.c:519
#, c-format
msgid "Failed to create monitor directory %s: %s"
msgstr "Impossibile creare la cartella monitor %s : %s"
#: src/uml/uml_driver.c:530
#, c-format
msgid "Failed to create inotify watch on %s: %s"
msgstr ""
#: src/uml/uml_driver.c:563
msgid "umlStartup: out of memory"
msgstr ""
#: src/uml/uml_driver.c:805
#, c-format
msgid "failed to read pid: %s"
msgstr "impossibile leggere il pid: %s"
#: src/uml/uml_driver.c:827
#, c-format
msgid "Unix path %s too long for destination"
msgstr ""
#: src/uml/uml_driver.c:857
msgid "cannot open socket"
msgstr "impossibile aprire il socket"
#: src/uml/uml_driver.c:867
msgid "cannot bind socket"
msgstr "impossibile legare il socket"
#: src/uml/uml_driver.c:921
#, c-format
msgid "cannot send too long command %s (%d bytes)"
msgstr "impossibile inviare il comando troppo lungo %s (%d byte)"
#: src/uml/uml_driver.c:927
#, c-format
msgid "Command %s too long for destination"
msgstr ""
#: src/uml/uml_driver.c:934
#, c-format
msgid "cannot send command %s"
msgstr "impossibile inviare il comando %s"
#: src/uml/uml_driver.c:947
#, c-format
msgid "cannot read reply %s"
msgstr "impossibile leggere la risposta %s"
#: src/uml/uml_driver.c:953
#, c-format
msgid "incomplete reply %s"
msgstr ""
#: src/uml/uml_driver.c:1018
msgid "no kernel specified"
msgstr "nessun kernel specificato"
#: src/uml/uml_driver.c:1027
#, c-format
msgid "Cannot find UML kernel %s"
msgstr "Impossibile trovare il kernel UNL %s"
#: src/uml/uml_driver.c:1057
msgid "Unable to set VM logfile close-on-exec flag"
msgstr "Impossibile impostare il flag close-on-exec del file di log della VM"
#: src/uml/uml_driver.c:1198
#, c-format
msgid "unexpected UML URI path '%s', try uml:///system"
msgstr ""
#: src/uml/uml_driver.c:1205
#, c-format
msgid "unexpected UML URI path '%s', try uml:///session"
msgstr ""
#: src/uml/uml_driver.c:1214
msgid "uml state driver is not active"
msgstr ""
#: src/uml/uml_driver.c:1464
#, c-format
msgid "cannot parse version %s"
msgstr "impossibile analizzare la versione %s"
#: src/uml/uml_driver.c:1569
msgid "shutdown operation failed"
msgstr "operazione di interruzione fallita"
#: src/uml/uml_driver.c:1706
msgid "cannot set max memory lower than current memory"
msgstr ""
"impossibile impostare la memoria massima al di sotto della memoria corrente"
#: src/uml/uml_driver.c:1739
msgid "cannot set memory of an active domain"
msgstr "impossibile impostare la memoria di un dominio attivo"
#: src/uml/uml_driver.c:2080
msgid "cannot attach device on inactive domain"
msgstr "impossibile collegare il dispositivo ad un dominio inattivo"
#: src/uml/uml_driver.c:2126 src/uml/uml_driver.c:2238
#: src/vbox/vbox_tmpl.c:5591 src/vbox/vbox_tmpl.c:5606
#: src/vbox/vbox_tmpl.c:5760
msgid "cannot modify the persistent configuration of a domain"
msgstr ""
#: src/uml/uml_driver.c:2198
msgid "cannot detach device on inactive domain"
msgstr "impossibile scollegare il dispositivo su un dominio inattivo"
#: src/uml/uml_driver.c:2391 tools/virsh-volume.c:665
#, c-format
msgid "cannot read %s"
msgstr "impossibile leggere %s"
#: src/util/iohelper.c:115
msgid "O_DIRECT read needs entire seekable file"
msgstr ""
#: src/util/iohelper.c:128
msgid "O_DIRECT write needs empty seekable file"
msgstr ""
#: src/util/iohelper.c:136
#, c-format
msgid "Unable to process file with flags %d"
msgstr ""
#: src/util/iohelper.c:161
msgid "Too many short reads for O_DIRECT"
msgstr ""
#: src/util/iohelper.c:173
#, c-format
msgid "Unable to write %s"
msgstr ""
#: src/util/iohelper.c:177
#, c-format
msgid "Unable to truncate %s"
msgstr ""
#: src/util/iohelper.c:186
#, c-format
msgid "unable to fsync %s"
msgstr ""
#: src/util/iohelper.c:196
#, c-format
msgid "Unable to close %s"
msgstr ""
#: src/util/iohelper.c:210
#, c-format
msgid "%s: try --help for more details"
msgstr ""
#: src/util/iohelper.c:212
#, c-format
msgid ""
"Usage: %s FILENAME OFLAGS MODE OFFSET LENGTH DELETE\n"
" or: %s FILENAME LENGTH FD\n"
msgstr ""
#: src/util/iohelper.c:254
#, c-format
msgid "%s: malformed file flags %s"
msgstr ""
#: src/util/iohelper.c:259
#, c-format
msgid "%s: malformed file mode %s"
msgstr ""
#: src/util/iohelper.c:264
#, c-format
msgid "%s: malformed file offset %s"
msgstr ""
#: src/util/iohelper.c:269
#, c-format
msgid "%s: malformed delete flag %s"
msgstr ""
#: src/util/iohelper.c:277
#, c-format
msgid "%s: malformed fd %s"
msgstr ""
#: src/util/iohelper.c:291
#, c-format
msgid "%s: unable to determine access mode of fd %d"
msgstr ""
#: src/util/iohelper.c:300
#, c-format
msgid "%s: malformed file length %s"
msgstr ""
#: src/util/iohelper.c:318
#, c-format
msgid "%s: unknown failure with %s\n"
msgstr ""
#: src/util/viraudit.c:60
msgid "Unable to initialize audit layer"
msgstr ""
#: src/util/virauth.c:173
#, c-format
msgid "Enter username for %s [%s]"
msgstr ""
#: src/util/virauth.c:178
#, c-format
msgid "Enter username for %s"
msgstr ""
#: src/util/virauth.c:228
#, c-format
msgid "Enter %s's password for %s"
msgstr ""
#: src/util/virauthconfig.c:141
#, c-format
msgid "Missing item 'credentials' in group '%s' in '%s'"
msgstr ""
#: src/util/virauthconfig.c:153
#, c-format
msgid "Missing group 'credentials-%s' referenced from group '%s' in '%s'"
msgstr ""
#: src/util/vircgroup.c:125
msgid "Unable to open /proc/mounts"
msgstr ""
#: src/util/vircgroup.c:182
msgid "Unable to open /proc/self/cgroup"
msgstr ""
#: src/util/vircgroup.c:241
#, c-format
msgid "Failed to detect mounts for %s"
msgstr ""
#: src/util/vircgroup.c:263
#, c-format
msgid "Could not find placement for controller %s at %s"
msgstr ""
#: src/util/vircgroup.c:276
#, c-format
msgid "Failed to detect mapping for %s"
msgstr ""
#: src/util/vircgroup.c:478
#, c-format
msgid "Failed to get %s %d"
msgstr ""
#: src/util/vircgroup.c:491
#, c-format
msgid "Failed to set %s %d"
msgstr ""
#: src/util/vircgroup.c:509
#, c-format
msgid "Failed to read %s/%s (%d)"
msgstr ""
#: src/util/vircgroup.c:523
#, c-format
msgid "Failed to set %s/%s (%d)"
msgstr ""
#: src/util/vircgroup.c:700
#, c-format
msgid "Unable to open %s (%d)"
msgstr ""
#: src/util/vircgroup.c:711
#, c-format
msgid "Failed to readdir for %s (%d)"
msgstr ""
#: src/util/vircgroup.c:732
#, c-format
msgid "Unable to remove %s (%d)"
msgstr ""
#: src/util/vircgroup.c:909
#, c-format
msgid "Cannot recover cgroup %s from %s"
msgstr ""
#: src/util/vircommand.c:216
msgid "cannot block signals"
msgstr "impossibile bloccare segnali"
#: src/util/vircommand.c:235 src/util/vircommand.c:568
msgid "cannot fork child process"
msgstr "impossibile eseguire il fork del processo figlio"
#: src/util/vircommand.c:247 src/util/vircommand.c:292
msgid "cannot unblock signals"
msgstr "impossibile sbloccare i segnali"
#: src/util/vircommand.c:352
msgid "Unable to notify parent process"
msgstr ""
#: src/util/vircommand.c:362
msgid "Unable to wait on parent process"
msgstr ""
#: src/util/vircommand.c:365
msgid "libvirtd quit during handshake"
msgstr ""
#: src/util/vircommand.c:370
#, c-format
msgid "Unexpected confirm code '%c' from parent"
msgstr ""
#: src/util/vircommand.c:404
#, c-format
msgid "Cannot find '%s' in path"
msgstr ""
#: src/util/vircommand.c:422
msgid "cannot create pipe"
msgstr "impossibile creare la pipe"
#: src/util/vircommand.c:429 src/util/vircommand.c:456
msgid "Failed to set non-blocking file descriptor flag"
msgstr "Impossibile impostare il flag non-blocking del file descriptor"
#: src/util/vircommand.c:449
msgid "Failed to create pipe"
msgstr "Impossibile creare la pipe"
#: src/util/vircommand.c:517
#, c-format
msgid "failed to preserve fd %d"
msgstr ""
#: src/util/vircommand.c:524
msgid "failed to setup stdin file handle"
msgstr "impossibile impostare l'handle del file per lo stdin"
#: src/util/vircommand.c:529
msgid "failed to setup stdout file handle"
msgstr "impossibile impostare l'handle del file per lo stdout"
#: src/util/vircommand.c:534
msgid "failed to setup stderr file handle"
msgstr "impossibile impostare l'handle del file per lo stderr"
#: src/util/vircommand.c:555
msgid "cannot become session leader"
msgstr "impossibile diventare leader della sessione"
#: src/util/vircommand.c:561
msgid "cannot change to root directory"
msgstr ""
#: src/util/vircommand.c:578
#, c-format
msgid "could not write pidfile %s for %d"
msgstr ""
#: src/util/vircommand.c:597
msgid "Could not disable SIGPIPE"
msgstr ""
#: src/util/vircommand.c:614
#, c-format
msgid "unable to set SELinux security context '%s' for '%s'"
msgstr ""
#: src/util/vircommand.c:627
#, c-format
msgid "unable to set AppArmor profile '%s' for '%s'"
msgstr ""
#: src/util/vircommand.c:652
#, c-format
msgid "Unable to change to %s"
msgstr ""
#: src/util/vircommand.c:662
msgid "Could not re-enable SIGPIPE"
msgstr ""
#: src/util/vircommand.c:675
#, c-format
msgid "cannot execute binary %s"
msgstr "impossibile eseguire il binario %s"
#: src/util/vircommand.c:736
msgid "virRun is not implemented for WIN32"
msgstr ""
#: src/util/vircommand.c:748
msgid "virExec is not implemented for WIN32"
msgstr ""
#: src/util/vircommand.c:1749 src/util/vircommand.c:1761
#: src/util/vircommand.c:1954 src/util/vircommand.c:2002
#: src/util/vircommand.c:2153 src/util/vircommand.c:2272
#: src/util/vircommand.c:2413 src/util/vircommand.c:2480
msgid "invalid use of command API"
msgstr ""
#: src/util/vircommand.c:1854
msgid "unable to poll on child"
msgstr ""
#: src/util/vircommand.c:1881
msgid "unable to read child stdout"
msgstr ""
#: src/util/vircommand.c:1882
msgid "unable to read child stderr"
msgstr ""
#: src/util/vircommand.c:1913
msgid "unable to write to child input"
msgstr ""
#: src/util/vircommand.c:1968
msgid "Executing new processes is not supported on Win32 platform"
msgstr ""
#: src/util/vircommand.c:2024
msgid "cannot mix caller fds with blocking execution"
msgstr ""
#: src/util/vircommand.c:2030
msgid "cannot mix string I/O with daemon"
msgstr ""
#: src/util/vircommand.c:2166
msgid "unable to open pipe"
msgstr ""
#: src/util/vircommand.c:2176
msgid "cannot mix string I/O with asynchronous command"
msgstr ""
#: src/util/vircommand.c:2182
#, c-format
msgid "command is already running as pid %lld"
msgstr ""
#: src/util/vircommand.c:2189
msgid "daemonized command cannot use virCommandRunAsync"
msgstr ""
#: src/util/vircommand.c:2194
#, c-format
msgid "daemonized command cannot set working directory %s"
msgstr ""
#: src/util/vircommand.c:2200
msgid "creation of pid file requires daemonized command"
msgstr ""
#: src/util/vircommand.c:2232
msgid "Unable to create thread to process command's IO"
msgstr ""
#: src/util/vircommand.c:2278
msgid "command is not yet running"
msgstr ""
#: src/util/vircommand.c:2295
msgid "Error while processing command's IO"
msgstr ""
#: src/util/vircommand.c:2312
#, c-format
msgid "Child process (%s) unexpected %s%s%s"
msgstr ""
#: src/util/vircommand.c:2419 src/util/vircommand.c:2486
msgid "Handshake is already complete"
msgstr ""
#: src/util/vircommand.c:2427
msgid "Unable to wait for child process"
msgstr ""
#: src/util/vircommand.c:2430
msgid "Child quit during startup handshake"
msgstr ""
#: src/util/vircommand.c:2451
msgid "No error message from child failure"
msgstr ""
#: src/util/vircommand.c:2492
msgid "Unable to notify child process"
msgstr ""
#: src/util/virconf.c:118
#, c-format
msgid "%s:%d: %s"
msgstr ""
#: src/util/virconf.c:364
msgid "unterminated number"
msgstr "numero non terminato"
#: src/util/virconf.c:397 src/util/virconf.c:421 src/util/virconf.c:436
msgid "unterminated string"
msgstr "stringa non terminata"
#: src/util/virconf.c:467 src/util/virconf.c:537
msgid "expecting a value"
msgstr "mancanza di un valore"
#: src/util/virconf.c:478
msgid "lists not allowed in VMX format"
msgstr "gli elenchi non sono permessi in formato VMX"
#: src/util/virconf.c:499
msgid "expecting a separator in list"
msgstr "mancanza separatore in elenco"
#: src/util/virconf.c:522
msgid "list is not closed with ]"
msgstr "l'elenco non termina con ]"
#: src/util/virconf.c:529
msgid "numbers not allowed in VMX format"
msgstr ""
#: src/util/virconf.c:572
msgid "expecting a name"
msgstr "mancanza di un nome"
#: src/util/virconf.c:636
msgid "expecting a separator"
msgstr "mancanza di un separatore"
#: src/util/virconf.c:667
msgid "expecting an assignment"
msgstr "mancanza di un assegnazione"
#: src/util/virconf.c:967
msgid "failed to open file"
msgstr "impossibile aprire un file"
#: src/util/virconf.c:977
msgid "failed to save content"
msgstr "impossibile salvare il contenuto"
#: src/util/virdbus.c:79 src/util/virdbus.c:103
msgid "Unable to run one time DBus initializer"
msgstr ""
#: src/util/virdbus.c:85
#, c-format
msgid "Unable to get DBus system bus connection: %s"
msgstr ""
#: src/util/virdbus.c:109
#, c-format
msgid "Unable to get DBus session bus connection: %s"
msgstr ""
#: src/util/virdbus.c:230 src/util/virdbus.c:237
msgid "DBus support not compiled into this binary"
msgstr ""
#: src/util/virdnsmasq.c:256 src/util/virdnsmasq.c:445
#, c-format
msgid "cannot write config file '%s'"
msgstr "impossibile scrivere il file di configurazione '%s'"
#: src/util/virdnsmasq.c:606
#, c-format
msgid "Failed to make dnsmasq (PID: %d) reload config files."
msgstr ""
#: src/util/virdnsmasq.c:734
#, c-format
msgid "Cannot check dnsmasq binary %s"
msgstr ""
#: src/util/virdnsmasq.c:748
#, c-format
msgid "dnsmasq binary %s is not executable"
msgstr ""
#: src/util/virdnsmasq.c:758
#, c-format
msgid "failed to run '%s --version': %s"
msgstr ""
#: src/util/virdnsmasq.c:769
#, c-format
msgid "failed to run '%s --help': %s"
msgstr ""
#: src/util/vireventpoll.c:637
msgid "Unable to poll on file handles"
msgstr ""
#: src/util/vireventpoll.c:687
msgid "Unable to setup wakeup pipe"
msgstr ""
#: src/util/vireventpoll.c:695
#, c-format
msgid "Unable to add handle %d to event loop"
msgstr ""
#: src/util/virfile.c:179
msgid "invalid use with no flags"
msgstr ""
#: src/util/virfile.c:192
msgid "O_DIRECT unsupported on this platform"
msgstr ""
#: src/util/virfile.c:204
#, c-format
msgid "invalid fd %d for %s"
msgstr ""
#: src/util/virfile.c:210
#, c-format
msgid "unexpected mode %x for %s"
msgstr ""
#: src/util/virfile.c:217
#, c-format
msgid "unable to create pipe for %s"
msgstr ""
#: src/util/virfile.c:244
msgid "unable to close pipe"
msgstr ""
#: src/util/virfile.c:265
msgid "virFileWrapperFd unsupported on this platform"
msgstr ""
#: src/util/virfile.c:417 src/util/virfile.c:463
#, c-format
msgid "cannot create file '%s'"
msgstr ""
#: src/util/virfile.c:423
#, c-format
msgid "cannot write data to file '%s'"
msgstr ""
#: src/util/virfile.c:429
#, c-format
msgid "cannot sync file '%s'"
msgstr ""
#: src/util/virfile.c:435 src/util/virfile.c:469
#, c-format
msgid "cannot save file '%s'"
msgstr ""
#: src/util/virfile.c:441
#, c-format
msgid "cannot rename file '%s' as '%s'"
msgstr ""
#: src/util/virfile.c:489
msgid "invalid mode"
msgstr ""
#: src/util/virfile.c:507
#, c-format
msgid "cannot change permission of '%s'"
msgstr ""
#: src/util/virfile.c:529
msgid "Unable to read /dev"
msgstr ""
#: src/util/virfile.c:556
#, c-format
msgid "Unable to get loop status on %s"
msgstr ""
#: src/util/virfile.c:567
msgid "Unable to find a free loop device in /dev"
msgstr ""
#: src/util/virfile.c:606
#, c-format
msgid "Unable to attach %s to loop device"
msgstr ""
#: src/util/virfile.c:613
msgid "Unable to mark loop device as autoclear"
msgstr ""
#: src/util/virfile.c:640
#, c-format
msgid "Unable to associate file %s with loop device"
msgstr ""
#: src/util/virhash.c:42
msgid "Hash operation not allowed during iteration"
msgstr ""
#: src/util/virhook.c:105
#, c-format
msgid "Invalid hook name for #%d"
msgstr ""
#: src/util/virhook.c:112 src/util/virhook.c:264
#, c-format
msgid "Failed to build path for %s hook"
msgstr ""
#: src/util/virhook.c:251
#, c-format
msgid "Hook for %s, failed to find operation #%d"
msgstr ""
#: src/util/viridentity.c:63
msgid "Cannot initialize thread local for current identity"
msgstr ""
#: src/util/viridentity.c:116
#, fuzzy
msgid "Unable to set thread local identity"
msgstr "Impossibile impostare i parametri dell'interfaccia"
#: src/util/viridentity.c:150
msgid "Unable to lookup SELinux process context"
msgstr ""
#: src/util/viridentity.c:245
msgid "Identity attribute is already set"
msgstr ""
#: src/util/virinitctl.c:147
#, c-format
msgid "Cannot open init control %s"
msgstr ""
#: src/util/virinitctl.c:154
#, c-format
msgid "Failed to send request to init control %s"
msgstr ""
#: src/util/viriptables.c:354
msgid "Only IPv4 or IPv6 addresses can be used with iptables"
msgstr ""
#: src/util/viriptables.c:360
msgid "Failure to mask address"
msgstr ""
#: src/util/viriptables.c:827
#, c-format
msgid "Attempted to NAT '%s'. NAT is only supported for IPv4."
msgstr ""
#: src/util/viriptables.c:866
#, c-format
msgid "Invalid port range '%u-%u'."
msgstr ""
#: src/util/virjson.c:957
msgid "Unable to create JSON parser"
msgstr ""
#: src/util/virjson.c:969
#, c-format
msgid "cannot parse json %s: %s"
msgstr ""
#: src/util/virjson.c:1082
msgid "Unable to create JSON formatter"
msgstr ""
#: src/util/virjson.c:1112 src/util/virjson.c:1119
msgid "No JSON parser implementation is available"
msgstr ""
#: src/util/virkeyfile.c:94
#, c-format
msgid "%s:%zu: %s '%s'"
msgstr ""
#: src/util/virlockspace.c:145
#, c-format
msgid "Unable to open/create resource %s"
msgstr ""
#: src/util/virlockspace.c:152 src/util/virlockspace.c:206
#: src/util/virpidfile.c:393
#, c-format
msgid "Failed to set close-on-exec flag '%s'"
msgstr ""
#: src/util/virlockspace.c:159 src/util/virpidfile.c:401
#, c-format
msgid "Unable to check status of pid file '%s'"
msgstr ""
#: src/util/virlockspace.c:167 src/util/virlockspace.c:214
#: src/util/virlockspace.c:575 src/util/virlockspace.c:607
#: src/util/virlockspace.c:661
#, c-format
msgid "Lockspace resource '%s' is locked"
msgstr ""
#: src/util/virlockspace.c:171 src/util/virlockspace.c:218
#, c-format
msgid "Unable to acquire lock on '%s'"
msgstr ""
#: src/util/virlockspace.c:199
#, c-format
msgid "Unable to open resource %s"
msgstr ""
#: src/util/virlockspace.c:259 src/util/virlockspace.c:315
msgid "Unable to initialize lockspace mutex"
msgstr ""
#: src/util/virlockspace.c:276
#, c-format
msgid "Lockspace location %s exists, but is not a directory"
msgstr ""
#: src/util/virlockspace.c:334
msgid "Missing resources value in JSON document"
msgstr ""
#: src/util/virlockspace.c:340
msgid "Malformed resources value in JSON document"
msgstr ""
#: src/util/virlockspace.c:360
msgid "Missing resource name in JSON document"
msgstr ""
#: src/util/virlockspace.c:372
msgid "Missing resource path in JSON document"
msgstr ""
#: src/util/virlockspace.c:383
msgid "Missing resource fd in JSON document"
msgstr ""
#: src/util/virlockspace.c:389
msgid "Cannot enable close-on-exec flag"
msgstr ""
#: src/util/virlockspace.c:395
msgid "Missing resource lockHeld in JSON document"
msgstr ""
#: src/util/virlockspace.c:402
msgid "Missing resource flags in JSON document"
msgstr ""
#: src/util/virlockspace.c:409
msgid "Missing resource owners in JSON document"
msgstr ""
#: src/util/virlockspace.c:416
msgid "Malformed owners value in JSON document"
msgstr ""
#: src/util/virlockspace.c:434
msgid "Malformed owner value in JSON document"
msgstr ""
#: src/util/virlockspace.c:507
msgid "Cannot disable close-on-exec flag"
msgstr ""
#: src/util/virlockspace.c:618
#, c-format
msgid "Unable to delete lockspace resource %s"
msgstr ""
#: src/util/virlockspace.c:698
#, c-format
msgid "Lockspace resource '%s' is not locked"
msgstr ""
#: src/util/virlockspace.c:711
#, c-format
msgid "owner %lld does not hold the resource lock"
msgstr ""
#: src/util/virnetdev.c:59 src/util/virnetdev.c:483
#: src/util/virnetdevbridge.c:62 src/util/virnetdevtap.c:152
#: src/util/virnetdevtap.c:210
#, c-format
msgid "Network interface name '%s' is too long"
msgstr ""
#: src/util/virnetdev.c:66 src/util/virnetdevbridge.c:70
msgid "Cannot open network interface control socket"
msgstr ""
#: src/util/virnetdev.c:72 src/util/virnetdevbridge.c:76
msgid "Cannot set close-on-exec flag for socket"
msgstr ""
#: src/util/virnetdev.c:112
#, c-format
msgid "Unable to check interface flags for %s"
msgstr ""
#: src/util/virnetdev.c:126
#, c-format
msgid "Unable to check interface %s"
msgstr ""
#: src/util/virnetdev.c:156 src/util/virnetdev.c:210 src/util/virnetdev.c:228
#, c-format
msgid "Cannot get interface MAC on '%s'"
msgstr ""
#: src/util/virnetdev.c:165 src/util/virnetdev.c:181
#, c-format
msgid "Cannot set interface MAC on '%s'"
msgstr ""
#: src/util/virnetdev.c:266
#, c-format
msgid "Unable to preserve mac for %s"
msgstr ""
#: src/util/virnetdev.c:307 src/util/virnetdev.c:1628
#, c-format
msgid "Cannot parse MAC address from '%s'"
msgstr ""
#: src/util/virnetdev.c:342 src/util/virnetdev.c:357
#, c-format
msgid "Cannot get interface MTU on '%s'"
msgstr ""
#: src/util/virnetdev.c:388 src/util/virnetdev.c:403
#, c-format
msgid "Cannot set interface MTU on '%s'"
msgstr ""
#: src/util/virnetdev.c:490
#, c-format
msgid "Unable to rename '%s' to '%s'"
msgstr ""
#: src/util/virnetdev.c:505
#, c-format
msgid "Cannot rename interface '%s' to '%s' on this platform"
msgstr ""
#: src/util/virnetdev.c:535 src/util/virnetdev.c:595 src/util/virnetdev.c:612
#, c-format
msgid "Cannot get interface flags on '%s'"
msgstr ""
#: src/util/virnetdev.c:549 src/util/virnetdev.c:566
#, c-format
msgid "Cannot set interface flags on '%s'"
msgstr ""
#: src/util/virnetdev.c:637 src/util/virnetdev.c:686
msgid "Unable to open control socket"
msgstr ""
#: src/util/virnetdev.c:646 src/util/virnetdev.c:692
#, c-format
msgid "invalid interface name %s"
msgstr ""
#: src/util/virnetdev.c:653
#, c-format
msgid "Unable to get index for interface %s"
msgstr ""
#: src/util/virnetdev.c:669
msgid "Unable to get interface index on this platform"
msgstr ""
#: src/util/virnetdev.c:699
#, c-format
msgid "Unable to get VLAN for interface %s"
msgstr ""
#: src/util/virnetdev.c:716
msgid "Unable to get VLAN on this platform"
msgstr ""
#: src/util/virnetdev.c:834
#, c-format
msgid "Unable to get IPv4 address for interface %s"
msgstr ""
#: src/util/virnetdev.c:854
msgid "Unable to get IPv4 address on this platform"
msgstr ""
#: src/util/virnetdev.c:900
#, c-format
msgid "could not get MAC address of interface %s"
msgstr "impossibile determinare l'indirizzo MAC per l'interfaccia %s"
#: src/util/virnetdev.c:933
msgid "Unable to check interface config on this platform"
msgstr ""
#: src/util/virnetdev.c:1011
msgid "Failed to get PCI Config Address String"
msgstr ""
#: src/util/virnetdev.c:1016
msgid "Failed to get PCI SYSFS file"
msgstr ""
#: src/util/virnetdev.c:1172
msgid "Unable to get virtual functions on this platform"
msgstr ""
#: src/util/virnetdev.c:1180
msgid "Unable to check virtual function status on this platform"
msgstr ""
#: src/util/virnetdev.c:1190
msgid "Unable to get virtual function index on this platform"
msgstr ""
#: src/util/virnetdev.c:1199
msgid "Unable to get physical function status on this platform"
msgstr ""
#: src/util/virnetdev.c:1209
msgid "Unable to get virtual function info on this platform"
msgstr ""
#: src/util/virnetdev.c:1310
#, c-format
msgid "error dumping %s (%d) interface"
msgstr ""
#: src/util/virnetdev.c:1336 src/util/virnetdev.c:1461
#: src/util/virnetdevmacvlan.c:214 src/util/virnetdevmacvlan.c:294
#: src/util/virnetdevvportprofile.c:752
msgid "malformed netlink response message"
msgstr ""
#: src/util/virnetdev.c:1341 src/util/virnetdev.c:1466
#: src/util/virnetdevmacvlan.c:219 src/util/virnetdevmacvlan.c:299
#: src/util/virnetdevvportprofile.c:757
msgid "allocated netlink buffer is too small"
msgstr ""
#: src/util/virnetdev.c:1439
#, c-format
msgid "error during set %s of ifindex %d"
msgstr ""
#: src/util/virnetdev.c:1484
msgid "missing IFLA_VF_INFO in netlink response"
msgstr ""
#: src/util/virnetdev.c:1495
msgid "error parsing IFLA_VF_INFO"
msgstr ""
#: src/util/virnetdev.c:1520
#, c-format
msgid "couldn't find IFLA_VF_INFO for VF %d in netlink response"
msgstr ""
#: src/util/virnetdev.c:1575
#, c-format
msgid "Unable to preserve mac/vlan tag for pf = %s, vf = %d"
msgstr ""
#: src/util/virnetdev.c:1619
#, c-format
msgid "Cannot parse vlan tag from '%s'"
msgstr ""
#: src/util/virnetdev.c:1697
msgid "Unable to dump link info on this platform"
msgstr ""
#: src/util/virnetdev.c:1709
msgid "Unable to replace net config on this platform"
msgstr ""
#: src/util/virnetdev.c:1720
msgid "Unable to restore net config on this platform"
msgstr ""
#: src/util/virnetdevbandwidth.c:395 src/util/virnetdevbandwidth.c:493
#, c-format
msgid "Invalid class ID %d"
msgstr ""
#: src/util/virnetdevbandwidth.c:404
#, c-format
msgid "Bridge '%s' has no QoS set, therefore unable to set 'floor' on '%s'"
msgstr ""
#: src/util/virnetdevbridge.c:119 src/util/virnetdevbridge.c:130
#: src/util/virnetdevbridge.c:137
#, c-format
msgid "Unable to set bridge %s %s"
msgstr ""
#: src/util/virnetdevbridge.c:171 src/util/virnetdevbridge.c:183
#: src/util/virnetdevbridge.c:193
#, c-format
msgid "Unable to get bridge %s %s"
msgstr ""
#: src/util/virnetdevbridge.c:225 src/util/virnetdevbridge.c:239
#, c-format
msgid "Unable to create bridge %s"
msgstr ""
#: src/util/virnetdevbridge.c:263 src/util/virnetdevbridge.c:277
#, c-format
msgid "Unable to delete bridge %s"
msgstr ""
#: src/util/virnetdevbridge.c:304 src/util/virnetdevbridge.c:351
#, c-format
msgid "Unable to get interface index for %s"
msgstr ""
#: src/util/virnetdevbridge.c:310 src/util/virnetdevbridge.c:324
#, c-format
msgid "Unable to add bridge %s port %s"
msgstr ""
#: src/util/virnetdevbridge.c:358 src/util/virnetdevbridge.c:372
#, c-format
msgid "Unable to remove bridge %s port %s"
msgstr ""
#: src/util/virnetdevbridge.c:503
#, c-format
msgid "Unable to set STP delay on %s on this platform"
msgstr ""
#: src/util/virnetdevbridge.c:511
#, c-format
msgid "Unable to get STP delay on %s on this platform"
msgstr ""
#: src/util/virnetdevbridge.c:521
#, c-format
msgid "Unable to set STP on %s on this platform"
msgstr ""
#: src/util/virnetdevbridge.c:529
#, c-format
msgid "Unable to get STP on %s on this platform"
msgstr ""
#: src/util/virnetdevmacvlan.c:80
#, fuzzy
msgid "unable to init mutex"
msgstr "Impossibile inizializzare il mutex"
#: src/util/virnetdevmacvlan.c:193
#, c-format
msgid "error creating %s type of interface attach to %s"
msgstr ""
#: src/util/virnetdevmacvlan.c:273
#, c-format
msgid "error destroying %s interface"
msgstr ""
#: src/util/virnetdevmacvlan.c:326
msgid "buffer for ifindex path is too small"
msgstr ""
#: src/util/virnetdevmacvlan.c:334
#, c-format
msgid "cannot open macvtap file %s to determine interface index"
msgstr ""
#: src/util/virnetdevmacvlan.c:341
msgid "cannot determine macvtap's tap device interface index"
msgstr ""
#: src/util/virnetdevmacvlan.c:353
msgid "internal buffer for tap device is too small"
msgstr ""
#: src/util/virnetdevmacvlan.c:370
#, c-format
msgid "cannot open macvtap tap device %s"
msgstr ""
#: src/util/virnetdevmacvlan.c:404
msgid "cannot get interface flags on macvtap tap"
msgstr ""
#: src/util/virnetdevmacvlan.c:413
msgid "cannot clean IFF_VNET_HDR flag on macvtap tap"
msgstr ""
#: src/util/virnetdevmacvlan.c:417
msgid "cannot get feature flags on macvtap tap"
msgstr ""
#: src/util/virnetdevmacvlan.c:422
msgid "cannot set IFF_VNET_HDR flag on macvtap tap"
msgstr ""
#: src/util/virnetdevmacvlan.c:877
#, c-format
msgid "Unable to create macvlan device %s"
msgstr ""
#: src/util/virnetdevmacvlan.c:914
#, fuzzy
msgid "Unable to create macvlan device"
msgstr "Impossibile creare il volume: %s"
#: src/util/virnetdevmacvlan.c:1088 src/util/virnetdevmacvlan.c:1095
#: src/util/virnetdevmacvlan.c:1113 src/util/virnetdevmacvlan.c:1125
#: src/util/virnetdevmacvlan.c:1137 src/util/virnetdevmacvlan.c:1149
msgid "Cannot create macvlan devices on this platform"
msgstr ""
#: src/util/virnetdevopenvswitch.c:135
#, c-format
msgid "Unable to add port %s to OVS bridge %s"
msgstr ""
#: src/util/virnetdevopenvswitch.c:173
#, c-format
msgid "Unable to delete port %s from OVS"
msgstr ""
#: src/util/virnetdevtap.c:136 src/util/virnetdevtap.c:201
msgid "Unable to open /dev/net/tun, is tun module loaded?"
msgstr ""
#: src/util/virnetdevtap.c:160
#, c-format
msgid "Unable to create tap device %s"
msgstr ""
#: src/util/virnetdevtap.c:168
#, c-format
msgid "Unable to set tap device %s to persistent"
msgstr ""
#: src/util/virnetdevtap.c:217
msgid "Unable to associate TAP device"
msgstr ""
#: src/util/virnetdevtap.c:223
msgid "Unable to make TAP device non-persistent"
msgstr ""
#: src/util/virnetdevtap.c:239
msgid "Unable to create TAP devices on this platform"
msgstr ""
#: src/util/virnetdevtap.c:245
msgid "Unable to delete TAP devices on this platform"
msgstr ""
#: src/util/virnetdevtap.c:308
#, c-format
msgid ""
"Unable to use MAC address starting with reserved value 0xFE - '%02X:%02X:"
"%02X:%02X:%02X:%02X' - "
msgstr ""
#: src/util/virnetdevvportprofile.c:186
#, c-format
msgid "missing %s in <virtualport type='%s'>"
msgstr ""
#: src/util/virnetdevvportprofile.c:243
#, c-format
msgid "extra %s unsupported in <virtualport type='%s'>"
msgstr ""
#: src/util/virnetdevvportprofile.c:271
#, c-format
msgid "attempt to merge virtualports with mismatched types (%s and %s)"
msgstr ""
#: src/util/virnetdevvportprofile.c:286
#, c-format
msgid "attempt to merge virtualports with mismatched managerids (%d and %d)"
msgstr ""
#: src/util/virnetdevvportprofile.c:301
#, c-format
msgid "attempt to merge virtualports with mismatched typeids (%d and %d)"
msgstr ""
#: src/util/virnetdevvportprofile.c:316
#, c-format
msgid ""
"attempt to merge virtualports with mismatched typeidversions (%d and %d)"
msgstr ""
#: src/util/virnetdevvportprofile.c:335
#, c-format
msgid ""
"attempt to merge virtualports with mismatched instanceids ('%s' and '%s')"
msgstr ""
#: src/util/virnetdevvportprofile.c:355
#, c-format
msgid ""
"attempt to merge virtualports with mismatched interfaceids ('%s' and '%s')"
msgstr ""
#: src/util/virnetdevvportprofile.c:372
#, c-format
msgid ""
"attempt to merge virtualports with mismatched profileids ('%s' and '%s')"
msgstr ""
#: src/util/virnetdevvportprofile.c:381
msgid "corrupted profileid string"
msgstr ""
#: src/util/virnetdevvportprofile.c:463
msgid "error parsing pid of lldpad"
msgstr ""
#: src/util/virnetdevvportprofile.c:468
#, c-format
msgid "Error opening file %s"
msgstr ""
#: src/util/virnetdevvportprofile.c:503
msgid "error parsing IFLA_PORT_SELF part"
msgstr ""
#: src/util/virnetdevvportprofile.c:508
msgid "IFLA_PORT_SELF is missing"
msgstr ""
#: src/util/virnetdevvportprofile.c:521
msgid "error while iterating over IFLA_VF_PORTS part"
msgstr ""
#: src/util/virnetdevvportprofile.c:529
msgid "error parsing IFLA_VF_PORT part"
msgstr ""
#: src/util/virnetdevvportprofile.c:548
msgid "Could not find netlink response with expected parameters"
msgstr ""
#: src/util/virnetdevvportprofile.c:554
msgid "IFLA_VF_PORTS is missing"
msgstr ""
#: src/util/virnetdevvportprofile.c:569
msgid "no IFLA_PORT_RESPONSE found in netlink message"
msgstr ""
#: src/util/virnetdevvportprofile.c:731
#, c-format
msgid "error during virtual port configuration of ifindex %d"
msgstr ""
#: src/util/virnetdevvportprofile.c:805
msgid "buffer for root interface name is too small"
msgstr ""
#: src/util/virnetdevvportprofile.c:864
msgid "sending of PortProfileRequest failed."
msgstr ""
#: src/util/virnetdevvportprofile.c:894
#, c-format
msgid "error %d during port-profile setlink on interface %s (%d)"
msgstr ""
#: src/util/virnetdevvportprofile.c:908
msgid "port-profile setlink timed out"
msgstr ""
#: src/util/virnetdevvportprofile.c:997 src/util/virnetdevvportprofile.c:1113
#, c-format
msgid "operation type %d not supported"
msgstr ""
#: src/util/virnetdevvportprofile.c:1260 src/util/virnetdevvportprofile.c:1272
msgid "Virtual port profile association not supported on this platform"
msgstr ""
#: src/util/virnetlink.c:140
msgid "cannot allocate placeholder nlhandle for netlink"
msgstr ""
#: src/util/virnetlink.c:199 src/util/virnetlink.c:461
#: src/util/virnetlink.c:510
#, c-format
msgid "invalid protocol argument: %d"
msgstr ""
#: src/util/virnetlink.c:206
msgid "cannot allocate nlhandle for netlink"
msgstr ""
#: src/util/virnetlink.c:212 src/util/virnetlink.c:542
#, c-format
msgid "cannot connect to netlink socket with protocol %d"
msgstr ""
#: src/util/virnetlink.c:221 src/util/virnetlink.c:549
msgid "cannot get netlink socket fd"
msgstr ""
#: src/util/virnetlink.c:228 src/util/virnetlink.c:555
msgid "cannot add netlink membership"
msgstr ""
#: src/util/virnetlink.c:240
msgid "cannot send to netlink socket"
msgstr ""
#: src/util/virnetlink.c:252
msgid "error in select call"
msgstr ""
#: src/util/virnetlink.c:255
msgid "no valid netlink response was received"
msgstr ""
#: src/util/virnetlink.c:263
msgid "nl_recv failed"
msgstr ""
#: src/util/virnetlink.c:339
msgid "nl_recv returned with error"
msgstr ""
#: src/util/virnetlink.c:484
msgid "netlink event service not running"
msgstr ""
#: src/util/virnetlink.c:536
msgid "cannot allocate nlhandle for virNetlinkEvent server"
msgstr ""
#: src/util/virnetlink.c:561
msgid "cannot set netlink socket nonblocking"
msgstr ""
#: src/util/virnetlink.c:570
msgid "Failed to add netlink event handle watch"
msgstr ""
#: src/util/virnetlink.c:627
msgid "Invalid NULL callback provided"
msgstr ""
#: src/util/virnetlink.c:735
msgid "libnl was not available at build time"
msgstr ""
#: src/util/virnetlink.c:737 src/util/virpci.c:2231
msgid "not supported on non-linux platforms"
msgstr ""
#: src/util/virnodesuspend.c:89
msgid "Suspend duration is too short"
msgstr ""
#: src/util/virnodesuspend.c:195
msgid "Suspend operation already in progress"
msgstr ""
#: src/util/virnodesuspend.c:203
msgid "Suspend-to-RAM"
msgstr ""
#: src/util/virnodesuspend.c:211
msgid "Suspend-to-Disk"
msgstr ""
#: src/util/virnodesuspend.c:219
msgid "Hybrid-Suspend"
msgstr ""
#: src/util/virnodesuspend.c:226
msgid "Invalid suspend target"
msgstr ""
#: src/util/virnodesuspend.c:236
msgid "Failed to create thread to suspend the host"
msgstr ""
#: src/util/virnuma.c:64
msgid "Failed to query numad for the advisory nodeset"
msgstr ""
#: src/util/virnuma.c:76
msgid "numad is not available on this host"
msgstr ""
#: src/util/virnuma.c:111
msgid "Host kernel is not aware of NUMA."
msgstr ""
#: src/util/virnuma.c:122
#, c-format
msgid "Host cannot support NUMA node %d"
msgstr ""
#: src/util/virnuma.c:150
msgid "NUMA memory tuning in 'preferred' mode only supports single node"
msgstr ""
#: src/util/virnuma.c:164
msgid "Invalid mode for memory NUMA tuning."
msgstr ""
#: src/util/virnuma.c:180
msgid "libvirt is compiled without NUMA tuning support"
msgstr ""
#: src/util/virobject.c:129
#, c-format
msgid "object size %zu of %s is smaller than parent class %zu"
msgstr ""
#: src/util/virobject.c:213
#, c-format
msgid "Class %s must derive from virObjectLockable"
msgstr ""
#: src/util/virpci.c:197
#, c-format
msgid "Failed to open config space file '%s'"
msgstr ""
#: src/util/virpci.c:665
#, c-format
msgid "Active %s devices on bus with %s, not doing bus reset"
msgstr ""
#: src/util/virpci.c:675 src/util/virpci.c:1768
#, c-format
msgid "Failed to find parent device for %s"
msgstr ""
#: src/util/virpci.c:690 src/util/virpci.c:739
#, c-format
msgid "Failed to read PCI config space for %s"
msgstr ""
#: src/util/virpci.c:711 src/util/virpci.c:761
#, c-format
msgid "Failed to restore PCI config space for %s"
msgstr ""
#: src/util/virpci.c:795
#, c-format
msgid "Not resetting active device %s"
msgstr ""
#: src/util/virpci.c:827
#, c-format
msgid "Unable to reset PCI device %s: %s"
msgstr ""
#: src/util/virpci.c:829
msgid "no FLR, PM reset or bus reset available"
msgstr ""
#: src/util/virpci.c:933
#, c-format
msgid "Failed to unbind PCI device '%s' from %s"
msgstr ""
#: src/util/virpci.c:951
#, c-format
msgid "Failed to remove slot for PCI device '%s' from %s"
msgstr ""
#: src/util/virpci.c:975
#, c-format
msgid "Failed to trigger a re-probe for PCI device '%s'"
msgstr ""
#: src/util/virpci.c:1033
#, c-format
msgid "Failed to add PCI device ID '%s' to %s"
msgstr ""
#: src/util/virpci.c:1064
#, c-format
msgid "Failed to unbind PCI device '%s'"
msgstr ""
#: src/util/virpci.c:1086
#, c-format
msgid "Failed to add slot for PCI device '%s' to %s"
msgstr ""
#: src/util/virpci.c:1098
#, c-format
msgid "Failed to bind PCI device '%s' to %s"
msgstr ""
#: src/util/virpci.c:1121
#, c-format
msgid "Failed to remove PCI ID '%s' from %s"
msgstr ""
#: src/util/virpci.c:1154 src/util/virpci.c:1184
#, c-format
msgid "Failed to load PCI stub module %s"
msgstr ""
#: src/util/virpci.c:1160
#, c-format
msgid "Not detaching active device %s"
msgstr ""
#: src/util/virpci.c:1190
#, c-format
msgid "Not reattaching active device %s"
msgstr ""
#: src/util/virpci.c:1391
#, c-format
msgid "dev->name buffer overflow: %.4x:%.2x:%.2x.%.1x"
msgstr ""
#: src/util/virpci.c:1403
#, c-format
msgid "Device %s not found: could not access %s"
msgstr ""
#: src/util/virpci.c:1413
#, c-format
msgid "Failed to read product/vendor ID for %s"
msgstr ""
#: src/util/virpci.c:1422
#, c-format
msgid "dev->id buffer overflow: %s %s"
msgstr ""
#: src/util/virpci.c:1557 src/util/virusb.c:452
#, c-format
msgid "Device %s is already in use"
msgstr ""
#: src/util/virpci.c:1823
#, c-format
msgid "Device %s is behind a switch lacking ACS and cannot be assigned"
msgstr ""
#: src/util/virpci.c:1920
#, c-format
msgid "Failed to resolve device link '%s'"
msgstr ""
#: src/util/virpci.c:1933
#, c-format
msgid "Failed to parse PCI config address '%s'"
msgstr ""
#: src/util/virpci.c:2101
#, c-format
msgid "Error getting physical function's '%s' virtual_functions"
msgstr ""
#: src/util/virpidfile.c:386
#, c-format
msgid "Failed to open pid file '%s'"
msgstr ""
#: src/util/virpidfile.c:409
#, c-format
msgid "Failed to acquire pid file '%s'"
msgstr ""
#: src/util/virpidfile.c:439
#, c-format
msgid "Failed to write to pid file '%s'"
msgstr ""
#: src/util/virportallocator.c:115
#, c-format
msgid "Failed to query port %d"
msgstr ""
#: src/util/virportallocator.c:128
msgid "Unable to open test socket"
msgstr ""
#: src/util/virportallocator.c:134
msgid "Unable to set socket reuse addr flag"
msgstr ""
#: src/util/virportallocator.c:141
#, c-format
msgid "Unable to bind to port %d"
msgstr ""
#: src/util/virportallocator.c:151
#, c-format
msgid "Failed to reserve port %d"
msgstr ""
#: src/util/virportallocator.c:181
#, c-format
msgid "Failed to release port %d"
msgstr ""
#: src/util/virprocess.c:54
#, c-format
msgid "exit status %d"
msgstr ""
#: src/util/virprocess.c:57
#, c-format
msgid "fatal signal %d"
msgstr ""
#: src/util/virprocess.c:60
#, c-format
msgid "invalid value %d"
msgstr ""
#: src/util/virprocess.c:155 src/util/virprocess.c:165
#, c-format
msgid "unable to wait for process %lld"
msgstr ""
#: src/util/virprocess.c:174
#, c-format
msgid "Child process (%lld) unexpected %s"
msgstr ""
#: src/util/virprocess.c:290
#, c-format
msgid "Failed to terminate process %lld with SIG%s"
msgstr ""
#: src/util/virprocess.c:353 src/util/virprocess.c:371
#, c-format
msgid "cannot set CPU affinity on process %d"
msgstr ""
#: src/util/virprocess.c:415 src/util/virprocess.c:436
#, c-format
msgid "cannot get CPU affinity of process %d"
msgstr ""
#: src/util/virprocess.c:455
msgid "setting process affinity isn't supported on FreeBSD yet"
msgstr ""
#: src/util/virprocess.c:482 src/util/virprocess.c:491
msgid "Process CPU affinity is not supported on this platform"
msgstr ""
#: src/util/virprocess.c:520
#, c-format
msgid "Cannot read directory %s"
msgstr ""
#: src/util/virprocess.c:576
msgid "Expected at least one file descriptor"
msgstr ""
#: src/util/virprocess.c:582
msgid "Unable to join domain namespace"
msgstr ""
#: src/util/virprocess.c:594
#, c-format
msgid "Cannot get namespaces for %llu"
msgstr ""
#: src/util/virprocess.c:604
msgid "Cannot set namespaces"
msgstr ""
#: src/util/virrandom.c:159
msgid "argument virt_type must not be NULL"
msgstr ""
#: src/util/virrandom.c:176
msgid "Unsupported virt type"
msgstr ""
#: src/util/virsexpr.c:253
#, c-format
msgid "unknown s-expression kind %d"
msgstr ""
#: src/util/virsocketaddr.c:92 src/util/virsocketaddr.c:263
msgid "Missing address"
msgstr ""
#: src/util/virsocketaddr.c:101
#, c-format
msgid "Cannot parse socket address '%s': %s"
msgstr ""
#: src/util/virsocketaddr.c:108
#, c-format
msgid "No socket addresses found for '%s'"
msgstr ""
#: src/util/virsocketaddr.c:287
#, c-format
msgid "Cannot convert socket address to string: %s"
msgstr ""
#: src/util/virstatslinux.c:62
msgid "Could not open /proc/net/dev"
msgstr ""
#: src/util/virstatslinux.c:118 src/xen/xen_hypervisor.c:1501
msgid "/proc/net/dev: Interface not found"
msgstr ""
#: src/util/virstoragefile.c:521
#, c-format
msgid "name too long: '%s'"
msgstr ""
#: src/util/virstoragefile.c:540
#, c-format
msgid "Can't canonicalize path '%s'"
msgstr ""
#: src/util/virstoragefile.c:706
#, c-format
msgid "cannot seek to start of '%s'"
msgstr ""
#: src/util/virstoragefile.c:716 src/util/virstoragefile.c:863
#, c-format
msgid "cannot read header '%s'"
msgstr "impossibile leggere l'header '%s'"
#: src/util/virstoragefile.c:725
#, c-format
msgid "unknown storage file format %d"
msgstr ""
#: src/util/virstoragefile.c:858
#, c-format
msgid "cannot set to start of '%s'"
msgstr ""
#: src/util/virstoragefile.c:894 src/util/virstoragefile.c:953
#, c-format
msgid "cannot open file '%s'"
msgstr ""
#: src/util/virstoragefile.c:945
#, c-format
msgid "backing store for %s is self-referential"
msgstr ""
#: src/util/virstoragefile.c:1053
#, c-format
msgid "Unable to open '%s'"
msgstr ""
#: src/util/virstoragefile.c:1058
#, c-format
msgid "Failed to truncate file '%s'"
msgstr ""
#: src/util/virstoragefile.c:1063
#, c-format
msgid "Unable to save '%s'"
msgstr ""
#: src/util/virstoragefile.c:1114
#, c-format
msgid "Invalid relative path '%s'"
msgstr ""
#: src/util/virstoragefile.c:1132
#, c-format
msgid "cannot determine filesystem for '%s'"
msgstr ""
#: src/util/virstoragefile.c:1244
#, c-format
msgid "Unable to get LVM key for %s"
msgstr ""
#: src/util/virstoragefile.c:1294
#, c-format
msgid "Unable to get SCSI key for %s"
msgstr ""
#: src/util/virsysinfo.c:239 src/util/virsysinfo.c:372
#: src/util/virsysinfo.c:387
#, c-format
msgid "Failed to open %s"
msgstr ""
#: src/util/virsysinfo.c:414
msgid "Host sysinfo extraction not supported on this platform"
msgstr ""
#: src/util/virsysinfo.c:769
#, c-format
msgid "Failed to find path for %s binary"
msgstr ""
#: src/util/virsysinfo.c:979
#, c-format
msgid "unexpected sysinfo type model %d"
msgstr ""
#: src/util/virsysinfo.c:1012
msgid "Target sysinfo does not match source"
msgstr ""
#: src/util/virsysinfo.c:1018
#, c-format
msgid "Target sysinfo %s does not match source %s"
msgstr ""
#: src/util/virsysinfo.c:1028
#, c-format
msgid "Target sysinfo %s %s does not match source %s"
msgstr ""
#: src/util/virerror.c:165
msgid "An error occurred, but the cause is unknown"
msgstr ""
#: src/util/virerror.c:512
msgid "warning"
msgstr "attenzione"
#: src/util/virerror.c:515 tools/virsh-domain-monitor.c:129
msgid "error"
msgstr "errore"
#: src/util/virerror.c:647
msgid "No error message provided"
msgstr "Nessun messaggio d'errore fornito"
#: src/util/virerror.c:709
#, c-format
msgid "internal error %s"
msgstr "errore interno %s"
#: src/util/virerror.c:711
msgid "internal error"
msgstr "errore interno"
#: src/util/virerror.c:714 tools/virsh.c:599
msgid "out of memory"
msgstr "memoria esaurita"
#: src/util/virerror.c:718
msgid "this function is not supported by the connection driver"
msgstr ""
#: src/util/virerror.c:720
#, c-format
msgid "this function is not supported by the connection driver: %s"
msgstr ""
#: src/util/virerror.c:724
msgid "no connection driver available"
msgstr ""
#: src/util/virerror.c:726
#, c-format
msgid "no connection driver available for %s"
msgstr ""
#: src/util/virerror.c:730
msgid "invalid connection pointer in"
msgstr "puntatore di collegamento non valido in"
#: src/util/virerror.c:732
#, c-format
msgid "invalid connection pointer in %s"
msgstr "puntatore di collegamento non valido in %s"
#: src/util/virerror.c:736
msgid "invalid domain pointer in"
msgstr "puntatore di dominio non valido in"
#: src/util/virerror.c:738
#, c-format
msgid "invalid domain pointer in %s"
msgstr "puntatore di dominio non valido in %s"
#: src/util/virerror.c:742 src/xen/xen_hypervisor.c:3285
msgid "invalid argument"
msgstr ""
#: src/util/virerror.c:744
#, c-format
msgid "invalid argument: %s"
msgstr ""
#: src/util/virerror.c:748
#, c-format
msgid "operation failed: %s"
msgstr "operazione fallita: %s"
#: src/util/virerror.c:750
msgid "operation failed"
msgstr "operazione fallita"
#: src/util/virerror.c:754
#, c-format
msgid "GET operation failed: %s"
msgstr "operazione GET fallita: %s"
#: src/util/virerror.c:756
msgid "GET operation failed"
msgstr "operazione GET fallita"
#: src/util/virerror.c:760
#, c-format
msgid "POST operation failed: %s"
msgstr "operazione POST fallita: %s"
#: src/util/virerror.c:762
msgid "POST operation failed"
msgstr "operazione POST fallita"
#: src/util/virerror.c:765
#, c-format
msgid "got unknown HTTP error code %d"
msgstr "ricevuto un codice d'errore HTTP sconosciuto %d"
#: src/util/virerror.c:769
#, c-format
msgid "unknown host %s"
msgstr "host %s sconosciuto"
#: src/util/virerror.c:771
msgid "unknown host"
msgstr "host sconosciuto"
#: src/util/virerror.c:775
#, c-format
msgid "failed to serialize S-Expr: %s"
msgstr "Errore nella serializzazione di S-Expr: %s"
#: src/util/virerror.c:777
msgid "failed to serialize S-Expr"
msgstr "errore nella serializzazione di S-Expr"
#: src/util/virerror.c:781
msgid "could not use Xen hypervisor entry"
msgstr "impossibile usare la voce di hypervisor Xen"
#: src/util/virerror.c:783
#, c-format
msgid "could not use Xen hypervisor entry %s"
msgstr "impossibile usare la voce di hypervisor Xen %s"
#: src/util/virerror.c:787
msgid "could not connect to Xen Store"
msgstr "impossibile collegarsi a Xen Store"
#: src/util/virerror.c:789
#, c-format
msgid "could not connect to Xen Store %s"
msgstr "impossibile collegarsi a Xen Store %s"
#: src/util/virerror.c:792
#, c-format
msgid "failed Xen syscall %s"
msgstr "errore syscall Xen %s"
#: src/util/virerror.c:796
msgid "unknown OS type"
msgstr "Tipo di OS sconosciuto"
#: src/util/virerror.c:798
#, c-format
msgid "unknown OS type %s"
msgstr "Tipo di OS sconosciuto %s"
#: src/util/virerror.c:801
msgid "missing kernel information"
msgstr "informazioni kernel mancanti"
#: src/util/virerror.c:805
msgid "missing root device information"
msgstr "informazioni dispositivo root mancanti"
#: src/util/virerror.c:807
#, c-format
msgid "missing root device information in %s"
msgstr "informazioni dispositivo root mancanti in %s"
#: src/util/virerror.c:811
msgid "missing source information for device"
msgstr "informazioni sorgente mancanti per il dispositivo"
#: src/util/virerror.c:813
#, c-format
msgid "missing source information for device %s"
msgstr "informazioni sorgente mancanti per il dispositivo %s"
#: src/util/virerror.c:817
msgid "missing target information for device"
msgstr "informazioni target mancanti per il dispositivo"
#: src/util/virerror.c:819
#, c-format
msgid "missing target information for device %s"
msgstr "informazioni target mancanti per il dispositivo %s"
#: src/util/virerror.c:823
msgid "missing name information"
msgstr ""
#: src/util/virerror.c:825
#, c-format
msgid "missing name information in %s"
msgstr ""
#: src/util/virerror.c:829
msgid "missing operating system information"
msgstr "informazioni mancanti sul sistema operativo"
#: src/util/virerror.c:831
#, c-format
msgid "missing operating system information for %s"
msgstr "informazioni mancanti sul sistema operativo in %s"
#: src/util/virerror.c:835
msgid "missing devices information"
msgstr "informazioni mancanti sui dispositivi"
#: src/util/virerror.c:837
#, c-format
msgid "missing devices information for %s"
msgstr "informazioni mancanti sui dispositivi per %s"
#: src/util/virerror.c:841
msgid "too many drivers registered"
msgstr "troppi driver registrati"
#: src/util/virerror.c:843
#, c-format
msgid "too many drivers registered in %s"
msgstr "troppi driver registrati in %s"
#: src/util/virerror.c:847
msgid "library call failed, possibly not supported"
msgstr "errore chiamata della libreria, forse non risulta supportata"
#: src/util/virerror.c:849
#, c-format
msgid "library call %s failed, possibly not supported"
msgstr "errore chiamata %s della libreria, forse non risulta supportata"
#: src/util/virerror.c:853
msgid "XML description is invalid or not well formed"
msgstr ""
#: src/util/virerror.c:855
#, c-format
msgid "XML error: %s"
msgstr ""
#: src/util/virerror.c:859
msgid "this domain exists already"
msgstr "questo dominio è già esistente"
#: src/util/virerror.c:861
#, c-format
msgid "domain %s exists already"
msgstr "il dominio %s è già esistente"
#: src/util/virerror.c:865
msgid "operation forbidden for read only access"
msgstr "operazione proibita per un accesso di sola lettura"
#: src/util/virerror.c:867
#, c-format
msgid "operation %s forbidden for read only access"
msgstr "operazione %s proibita per un accesso di sola lettura"
#: src/util/virerror.c:871
msgid "failed to open configuration file for reading"
msgstr "impossibile aprire in lettura il file di configurazione"
#: src/util/virerror.c:873
#, c-format
msgid "failed to open %s for reading"
msgstr "impossibile aprire in lettura %s"
#: src/util/virerror.c:877
msgid "failed to read configuration file"
msgstr "errore di lettura del file di configurazione"
#: src/util/virerror.c:879
#, c-format
msgid "failed to read configuration file %s"
msgstr "errore di lettura del file di configurazione %s"
#: src/util/virerror.c:883
msgid "failed to parse configuration file"
msgstr "errore nel parsing del file di configurazione"
#: src/util/virerror.c:885
#, c-format
msgid "failed to parse configuration file %s"
msgstr "errore nel parsing del file di configurazione %s"
#: src/util/virerror.c:889
msgid "configuration file syntax error"
msgstr "errore di sintassi del file di configurazione"
#: src/util/virerror.c:891
#, c-format
msgid "configuration file syntax error: %s"
msgstr "errore di sintassi del file di configurazione: %s"
#: src/util/virerror.c:895
msgid "failed to write configuration file"
msgstr "errore nella scrittura del file di configurazione"
#: src/util/virerror.c:897
#, c-format
msgid "failed to write configuration file: %s"
msgstr "errore nella scrittura del file di configurazione: %s"
#: src/util/virerror.c:901
msgid "parser error"
msgstr "errore del parser"
#: src/util/virerror.c:907
msgid "invalid network pointer in"
msgstr "puntatore di rete non valido in"
#: src/util/virerror.c:909
#, c-format
msgid "invalid network pointer in %s"
msgstr "puntatore di rete non valido in %s"
#: src/util/virerror.c:913
msgid "this network exists already"
msgstr "questa rete esiste già"
#: src/util/virerror.c:915
#, c-format
msgid "network %s exists already"
msgstr "la rete %s è già esistente"
#: src/util/virerror.c:919
msgid "system call error"
msgstr "errore di system call"
#: src/util/virerror.c:925
msgid "RPC error"
msgstr "errore RPC"
#: src/util/virerror.c:931
msgid "GNUTLS call error"
msgstr "errore chiamata GNUTLS"
#: src/util/virerror.c:937
msgid "Failed to find the network"
msgstr "Impossibile trovare la rete"
#: src/util/virerror.c:939
#, c-format
msgid "Failed to find the network: %s"
msgstr "Impossibile trovare la rete: %s"
#: src/util/virerror.c:943
msgid "Domain not found"
msgstr "Dominio non trovato"
#: src/util/virerror.c:945
#, c-format
msgid "Domain not found: %s"
msgstr "Dominio non trovato: %s"
#: src/util/virerror.c:949
msgid "Network not found"
msgstr "Rete non trovata"
#: src/util/virerror.c:951
#, c-format
msgid "Network not found: %s"
msgstr "Rete non trovata: %s"
#: src/util/virerror.c:955
msgid "invalid MAC address"
msgstr "indirizzo MAC non valido"
#: src/util/virerror.c:957
#, c-format
msgid "invalid MAC address: %s"
msgstr "indirizzo MAC non valido: %s"
#: src/util/virerror.c:963
#, c-format
msgid "authentication failed: %s"
msgstr "autenticazione fallita: %s"
#: src/util/virerror.c:967
msgid "authentication cancelled"
msgstr ""
#: src/util/virerror.c:969
#, c-format
msgid "authentication cancelled: %s"
msgstr ""
#: src/util/virerror.c:973
msgid "Storage pool not found"
msgstr "Storage pool non trovato"
#: src/util/virerror.c:975
#, c-format
msgid "Storage pool not found: %s"
msgstr "Storage pool non trovato: %s"
#: src/util/virerror.c:979
msgid "Storage volume not found"
msgstr "Volume di storage non trovato"
#: src/util/virerror.c:981
#, c-format
msgid "Storage volume not found: %s"
msgstr "Volume di storage non trovato: %s"
#: src/util/virerror.c:985
msgid "Storage pool probe failed"
msgstr ""
#: src/util/virerror.c:987
#, c-format
msgid "Storage pool probe failed: %s"
msgstr ""
#: src/util/virerror.c:991
msgid "Storage pool already built"
msgstr ""
#: src/util/virerror.c:993
#, c-format
msgid "Storage pool already built: %s"
msgstr ""
#: src/util/virerror.c:997
msgid "invalid storage pool pointer in"
msgstr "puntatore al pool di storage non valido in"
#: src/util/virerror.c:999
#, c-format
msgid "invalid storage pool pointer in %s"
msgstr "puntatore al pool di storage non valido in %s"
#: src/util/virerror.c:1003
msgid "invalid storage volume pointer in"
msgstr "puntatore al volume di storage non valido in"
#: src/util/virerror.c:1005
#, c-format
msgid "invalid storage volume pointer in %s"
msgstr "puntatore al volume di storage non valido in %s"
#: src/util/virerror.c:1009
msgid "Failed to find a storage driver"
msgstr "Impossibile trovare un driver di storage"
#: src/util/virerror.c:1011
#, c-format
msgid "Failed to find a storage driver: %s"
msgstr "Impossibile trovare un driver di storage: %s"
#: src/util/virerror.c:1015
msgid "Failed to find a node driver"
msgstr "Impossibile trovare un nodo driver"
#: src/util/virerror.c:1017
#, c-format
msgid "Failed to find a node driver: %s"
msgstr "Impossibile trovare un nodo driver: %s"
#: src/util/virerror.c:1021
msgid "invalid node device pointer"
msgstr "puntatore al nodo dispositivo non valido"
#: src/util/virerror.c:1023
#, c-format
msgid "invalid node device pointer in %s"
msgstr "puntatore al nodo dispositivo non valido in %s"
#: src/util/virerror.c:1027
msgid "Node device not found"
msgstr "Nodo dispositivo non trovato"
#: src/util/virerror.c:1029
#, c-format
msgid "Node device not found: %s"
msgstr "Nodo dispositivo non trovato: %s"
#: src/util/virerror.c:1033
msgid "Security model not found"
msgstr ""
#: src/util/virerror.c:1035
#, c-format
msgid "Security model not found: %s"
msgstr ""
#: src/util/virerror.c:1039
msgid "Requested operation is not valid"
msgstr ""
#: src/util/virerror.c:1041
#, c-format
msgid "Requested operation is not valid: %s"
msgstr ""
#: src/util/virerror.c:1045
msgid "Failed to find the interface"
msgstr ""
#: src/util/virerror.c:1047
#, c-format
msgid "Failed to find the interface: %s"
msgstr ""
#: src/util/virerror.c:1051
msgid "Interface not found"
msgstr ""
#: src/util/virerror.c:1053
#, c-format
msgid "Interface not found: %s"
msgstr ""
#: src/util/virerror.c:1057
msgid "invalid interface pointer in"
msgstr ""
#: src/util/virerror.c:1059
#, c-format
msgid "invalid interface pointer in %s"
msgstr ""
#: src/util/virerror.c:1063
msgid "multiple matching interfaces found"
msgstr ""
#: src/util/virerror.c:1065
#, c-format
msgid "multiple matching interfaces found: %s"
msgstr ""
#: src/util/virerror.c:1069
msgid "Failed to find a secret storage driver"
msgstr ""
#: src/util/virerror.c:1071
#, c-format
msgid "Failed to find a secret storage driver: %s"
msgstr ""
#: src/util/virerror.c:1075
msgid "Invalid secret"
msgstr ""
#: src/util/virerror.c:1077
#, c-format
msgid "Invalid secret: %s"
msgstr ""
#: src/util/virerror.c:1081
msgid "Secret not found"
msgstr ""
#: src/util/virerror.c:1083
#, c-format
msgid "Secret not found: %s"
msgstr ""
#: src/util/virerror.c:1087
msgid "Failed to start the nwfilter driver"
msgstr ""
#: src/util/virerror.c:1089
#, c-format
msgid "Failed to start the nwfilter driver: %s"
msgstr ""
#: src/util/virerror.c:1093
msgid "Invalid network filter"
msgstr ""
#: src/util/virerror.c:1095
#, c-format
msgid "Invalid network filter: %s"
msgstr ""
#: src/util/virerror.c:1099
msgid "Network filter not found"
msgstr ""
#: src/util/virerror.c:1101
#, c-format
msgid "Network filter not found: %s"
msgstr ""
#: src/util/virerror.c:1105
msgid "Error while building firewall"
msgstr ""
#: src/util/virerror.c:1107
#, c-format
msgid "Error while building firewall: %s"
msgstr ""
#: src/util/virerror.c:1111
msgid "unsupported configuration"
msgstr ""
#: src/util/virerror.c:1113
#, c-format
msgid "unsupported configuration: %s"
msgstr ""
#: src/util/virerror.c:1117
msgid "Timed out during operation"
msgstr ""
#: src/util/virerror.c:1119
#, c-format
msgid "Timed out during operation: %s"
msgstr ""
#: src/util/virerror.c:1123
msgid "Failed to make domain persistent after migration"
msgstr ""
#: src/util/virerror.c:1125
#, c-format
msgid "Failed to make domain persistent after migration: %s"
msgstr ""
#: src/util/virerror.c:1129
msgid "Hook script execution failed"
msgstr ""
#: src/util/virerror.c:1131
#, c-format
msgid "Hook script execution failed: %s"
msgstr ""
#: src/util/virerror.c:1135
msgid "Invalid snapshot"
msgstr ""
#: src/util/virerror.c:1137
#, c-format
msgid "Invalid snapshot: %s"
msgstr ""
#: src/util/virerror.c:1141
msgid "Domain snapshot not found"
msgstr ""
#: src/util/virerror.c:1143
#, c-format
msgid "Domain snapshot not found: %s"
msgstr ""
#: src/util/virerror.c:1147
msgid "invalid stream pointer"
msgstr ""
#: src/util/virerror.c:1149
#, c-format
msgid "invalid stream pointer in %s"
msgstr ""
#: src/util/virerror.c:1153
msgid "argument unsupported"
msgstr ""
#: src/util/virerror.c:1155
#, c-format
msgid "argument unsupported: %s"
msgstr ""
#: src/util/virerror.c:1159
msgid "revert requires force"
msgstr ""
#: src/util/virerror.c:1161
#, c-format
msgid "revert requires force: %s"
msgstr ""
#: src/util/virerror.c:1165
msgid "operation aborted"
msgstr "operazione interrotta"
#: src/util/virerror.c:1167
#, c-format
msgid "operation aborted: %s"
msgstr "operazione interrotta: %s"
#: src/util/virerror.c:1171
msgid "metadata not found"
msgstr ""
#: src/util/virerror.c:1173
#, c-format
msgid "metadata not found: %s"
msgstr ""
#: src/util/virerror.c:1177
msgid "Unsafe migration"
msgstr ""
#: src/util/virerror.c:1179
#, c-format
msgid "Unsafe migration: %s"
msgstr ""
#: src/util/virerror.c:1183
msgid "numerical overflow"
msgstr ""
#: src/util/virerror.c:1185
#, c-format
msgid "numerical overflow: %s"
msgstr ""
#: src/util/virerror.c:1189
msgid "block copy still active"
msgstr ""
#: src/util/virerror.c:1191
#, c-format
msgid "block copy still active: %s"
msgstr ""
#: src/util/virerror.c:1195
msgid "Operation not supported"
msgstr ""
#: src/util/virerror.c:1197
#, c-format
msgid "Operation not supported: %s"
msgstr ""
#: src/util/virerror.c:1201
msgid "SSH transport error"
msgstr ""
#: src/util/virerror.c:1203
#, c-format
msgid "SSH transport error: %s"
msgstr ""
#: src/util/virerror.c:1207
msgid "Guest agent is not responding"
msgstr ""
#: src/util/virerror.c:1209
#, c-format
msgid "Guest agent is not responding: %s"
msgstr ""
#: src/util/virerror.c:1213
msgid "resource busy"
msgstr ""
#: src/util/virerror.c:1215
#, c-format
msgid "resource busy %s"
msgstr ""
#: src/util/virerror.h:80
#, c-format
msgid "%s in %s must be NULL"
msgstr ""
#: src/util/virerror.h:91
#, c-format
msgid "%s in %s must not be NULL"
msgstr ""
#: src/util/virerror.h:102
#, c-format
msgid "%s in %s must greater than zero"
msgstr ""
#: src/util/virerror.h:113
#, c-format
msgid "%s in %s must not be zero"
msgstr ""
#: src/util/virerror.h:124
#, c-format
msgid "%s in %s must be zero"
msgstr ""
#: src/util/virerror.h:135
#, c-format
msgid "%s in %s must be zero or greater"
msgstr ""
#: src/util/virtime.c:286
msgid "Unable to break out time format"
msgstr ""
#: src/util/virtime.c:314 src/util/virtime.c:345
msgid "Unable to format time"
msgstr ""
#: src/util/virtypedparam.c:79
#, c-format
msgid "invalid type '%s' for parameter '%s', expected '%s'"
msgstr ""
#: src/util/virtypedparam.c:90
#, c-format
msgid "parameter '%s' not supported"
msgstr ""
#: src/util/virtypedparam.c:97
#, c-format
msgid "parameter '%s' occurs multiple times"
msgstr ""
#: src/util/virtypedparam.c:161 src/util/virtypedparam.c:257
#, c-format
msgid "unexpected type %d for field %s"
msgstr ""
#: src/util/virtypedparam.c:181
#, c-format
msgid "NULL value for field '%s'"
msgstr ""
#: src/util/virtypedparam.c:197
#, c-format
msgid "Invalid value for field '%s': expected int"
msgstr ""
#: src/util/virtypedparam.c:205
#, c-format
msgid "Invalid value for field '%s': expected unsigned int"
msgstr ""
#: src/util/virtypedparam.c:214
#, c-format
msgid "Invalid value for field '%s': expected long long"
msgstr ""
#: src/util/virtypedparam.c:223
#, c-format
msgid "Invalid value for field '%s': expected unsigned long long"
msgstr ""
#: src/util/virtypedparam.c:232
#, c-format
msgid "Invalid value for field '%s': expected double"
msgstr ""
#: src/util/virtypedparam.c:245
#, c-format
msgid "Invalid boolean value for field '%s'"
msgstr ""
#: src/util/virtypedparam.c:303
#, c-format
msgid "Invalid type '%s' requested for parameter '%s', actual type is '%s'"
msgstr ""
#: src/util/virtypedparam.c:570
#, c-format
msgid "Parameter '%s' is already set"
msgstr ""
#: src/util/viruri.c:166
#, c-format
msgid "Unable to parse URI %s"
msgstr ""
#: src/util/virusb.c:107
#, c-format
msgid "Could not parse usb file %s"
msgstr ""
#: src/util/virusb.c:139
#, c-format
msgid "Could not open directory %s"
msgstr ""
#: src/util/virusb.c:164
#, c-format
msgid "Failed to parse dir name '%s'"
msgstr ""
#: src/util/virusb.c:235
#, c-format
msgid "Did not find USB device %x:%x"
msgstr ""
#: src/util/virusb.c:273
#, c-format
msgid "Did not find USB device bus:%u device:%u"
msgstr ""
#: src/util/virusb.c:314
#, c-format
msgid "Did not find USB device %x:%x bus:%u device:%u"
msgstr ""
#: src/util/virusb.c:346
#, c-format
msgid "dev->name buffer overflow: %.3o:%.3o"
msgstr ""
#: src/util/virusb.c:363
#, c-format
msgid "dev->id buffer overflow: %d %d"
msgstr ""
#: src/util/virutil.c:348
msgid "Unknown poll response."
msgstr "Risposta poll sconosciuta."
#: src/util/virutil.c:382
msgid "poll error"
msgstr "errore di poll"
#: src/util/virutil.c:471
#, c-format
msgid "Failed to open file '%s'"
msgstr ""
#: src/util/virutil.c:478
#, c-format
msgid "Failed to read file '%s'"
msgstr ""
#: src/util/virutil.c:859
#, c-format
msgid "failed to create socket needed for '%s'"
msgstr ""
#: src/util/virutil.c:889
#, c-format
msgid "child process failed to create file '%s'"
msgstr ""
#: src/util/virutil.c:906
msgid "child process failed to send fd to parent"
msgstr ""
#: src/util/virutil.c:948 src/util/virutil.c:1166
#, c-format
msgid "failed to wait for child creating '%s'"
msgstr ""
#: src/util/virutil.c:1058
#, c-format
msgid "couldn't determine fs type of mount containing '%s'"
msgstr ""
#: src/util/virutil.c:1084
#, c-format
msgid "failed to create file '%s'"
msgstr ""
#: src/util/virutil.c:1085
#, c-format
msgid "failed to open file '%s'"
msgstr ""
#: src/util/virutil.c:1103
#, c-format
msgid "failed to create directory '%s'"
msgstr ""
#: src/util/virutil.c:1196
#, c-format
msgid "child failed to create directory '%s'"
msgstr ""
#: src/util/virutil.c:1212
#, c-format
msgid "cannot chown '%s' to group %u"
msgstr ""
#: src/util/virutil.c:1250
msgid "virFileOpenAs is not implemented for WIN32"
msgstr ""
#: src/util/virutil.c:1262
msgid "virDirCreate is not implemented for WIN32"
msgstr ""
#: src/util/virutil.c:1766
#, c-format
msgid "invalid scale %llu"
msgstr ""
#: src/util/virutil.c:1782 src/util/virutil.c:1807
#, c-format
msgid "unknown suffix '%s'"
msgstr ""
#: src/util/virutil.c:1813
#, c-format
msgid "value too large: %llu%s"
msgstr ""
#: src/util/virutil.c:2228
#, c-format
msgid "Disk index %d is negative"
msgstr ""
#: src/util/virutil.c:2284
msgid "failed to determine host name"
msgstr "impossibile determinare il nome host"
#: src/util/virutil.c:2379
#, c-format
msgid "Failed to find user record for uid '%u'"
msgstr ""
#: src/util/virutil.c:2432
#, c-format
msgid "Failed to find group record for gid '%u'"
msgstr ""
#: src/util/virutil.c:2586
#, c-format
msgid "Failed to parse user '%s'"
msgstr ""
#: src/util/virutil.c:2670
#, c-format
msgid "Failed to parse group '%s'"
msgstr ""
#: src/util/virutil.c:2694
#, c-format
msgid "cannot change to '%u' group"
msgstr ""
#: src/util/virutil.c:2725
#, c-format
msgid "cannot getpwuid_r(%u)"
msgstr ""
#: src/util/virutil.c:2732
#, c-format
msgid "getpwuid_r failed to retrieve data for uid '%u'"
msgstr ""
#: src/util/virutil.c:2741
#, c-format
msgid "cannot initgroups(\"%s\", %d)"
msgstr ""
#: src/util/virutil.c:2748
#, c-format
msgid "cannot change to uid to '%u'"
msgstr ""
#: src/util/virutil.c:2867
msgid "Unable to determine home directory"
msgstr ""
#: src/util/virutil.c:2883 src/util/virutil.c:2898
msgid "Unable to determine config directory"
msgstr ""
#: src/util/virutil.c:2914
msgid "virGetUserDirectory is not available"
msgstr ""
#: src/util/virutil.c:2923
msgid "virGetUserConfigDirectory is not available"
msgstr ""
#: src/util/virutil.c:2932
msgid "virGetUserCacheDirectory is not available"
msgstr ""
#: src/util/virutil.c:2941
msgid "virGetUserRuntimeDirectory is not available"
msgstr ""
#: src/util/virutil.c:2951
msgid "virGetUserName is not available"
msgstr ""
#: src/util/virutil.c:2960
msgid "virGetUserID is not available"
msgstr ""
#: src/util/virutil.c:2970
msgid "virGetGroupID is not available"
msgstr ""
#: src/util/virutil.c:2980
msgid "virSetUIDGID is not available"
msgstr ""
#: src/util/virutil.c:2988
msgid "virGetGroupName is not available"
msgstr ""
#: src/util/virutil.c:3051
msgid "prctl failed to set KEEPCAPS"
msgstr ""
#: src/util/virutil.c:3058 src/util/virutil.c:3083
#, c-format
msgid "cannot apply process capabilities %d"
msgstr ""
#: src/util/virutil.c:3068
msgid "prctl failed to reset KEEPCAPS"
msgstr ""
#: src/util/virutil.c:3237
#, c-format
msgid "Malformed wwn: %s"
msgstr ""
#: src/util/virutil.c:3298
#, c-format
msgid "Unable to get device ID '%s'"
msgstr ""
#: src/util/virutil.c:3328 src/util/virutil.c:3364
msgid "unpriv_sgio is not supported by this kernel"
msgstr ""
#: src/util/virutil.c:3376
#, c-format
msgid "failed to parse value of %s"
msgstr ""
#: src/util/virutil.c:3520
#, c-format
msgid "Invalid vport operation (%d)"
msgstr ""
#: src/util/virutil.c:3546
#, fuzzy, c-format
msgid "vport operation '%s' is not supported for host%d"
msgstr "versione immagine non supportata (%d > %d)"
#: src/util/virutil.c:3564
#, c-format
msgid "Write of '%s' to '%s' during vport create/delete failed"
msgstr ""
#: src/util/virutil.c:3580 src/util/virutil.c:3588 src/util/virutil.c:3596
#: src/util/virutil.c:3606
#, fuzzy
msgid "Not supported on this platform"
msgstr "NUMA non supportato su questo host"
#: src/util/virxml.c:78
msgid "Invalid parameter to virXPathString()"
msgstr "Parametro per virXPathString() non valido"
#: src/util/virxml.c:118
#, c-format
msgid "'%s' value longer than %zu bytes"
msgstr ""
#: src/util/virxml.c:148
msgid "Invalid parameter to virXPathNumber()"
msgstr "Parametro per virXPathNumber() non valido"
#: src/util/virxml.c:177
msgid "Invalid parameter to virXPathLong()"
msgstr "Parametro per virXPathLong() non valido"
#: src/util/virxml.c:283 src/util/virxml.c:400
msgid "Invalid parameter to virXPathULong()"
msgstr "Parametro per virXPathULong() non valido"
#: src/util/virxml.c:447
msgid "Invalid parameter to virXPathLongLong()"
msgstr ""
#: src/util/virxml.c:507
msgid "Invalid parameter to virXPathBoolean()"
msgstr "Parametro per virXPathBoolean() non valido"
#: src/util/virxml.c:544
msgid "Invalid parameter to virXPathNode()"
msgstr "Parametro per virXPathNode() non valido"
#: src/util/virxml.c:584
msgid "Invalid parameter to virXPathNodeSet()"
msgstr "Parameter per virXPathNodeSet() non valido"
#: src/util/virxml.c:599
#, c-format
msgid "Incorrect xpath '%s'"
msgstr ""
#: src/util/virxml.c:696
#, c-format
msgid ""
"%s:%d: %s%s\n"
"%s"
msgstr ""
#: src/util/virxml.c:704
#, c-format
msgid ""
"at line %d: %s%s\n"
"%s"
msgstr ""
#: src/util/virxml.c:764
msgid "missing root element"
msgstr "elemento radice mancante"
#: src/util/virxml.c:788
msgid "failed to parse xml document"
msgstr "errore nel parsing del documento xml"
#: src/vbox/vbox_MSCOMGlue.c:355 src/vbox/vbox_MSCOMGlue.c:382
#, c-format
msgid "Could not query registry value '%s\\%s'"
msgstr ""
#: src/vbox/vbox_MSCOMGlue.c:361
#, c-format
msgid "Registry value '%s\\%s' has unexpected type"
msgstr ""
#: src/vbox/vbox_MSCOMGlue.c:367
#, c-format
msgid "Registry value '%s\\%s' is too short"
msgstr ""
#: src/vbox/vbox_MSCOMGlue.c:548 src/vbox/vbox_MSCOMGlue.c:556
#, c-format
msgid "Could not parse IID from '%s', rc = 0x%08x"
msgstr ""
#: src/vbox/vbox_MSCOMGlue.c:565
#, c-format
msgid "Could not create VirtualBox instance, rc = 0x%08x"
msgstr ""
#: src/vbox/vbox_MSCOMGlue.c:574
#, c-format
msgid "Could not create Session instance, rc = 0x%08x"
msgstr ""
#: src/vbox/vbox_XPCOMCGlue.c:100
#, c-format
msgid "Library '%s' doesn't exist"
msgstr ""
#: src/vbox/vbox_XPCOMCGlue.c:145
#, c-format
msgid "Could not dlsym %s from '%s': %s"
msgstr ""
#: src/vbox/vbox_XPCOMCGlue.c:153
#, c-format
msgid "Calling %s from '%s' failed"
msgstr ""
#: src/vbox/vbox_driver.c:160 src/vbox/vbox_tmpl.c:1022
msgid "no VirtualBox driver path specified (try vbox:///session)"
msgstr ""
#: src/vbox/vbox_driver.c:167 src/vbox/vbox_tmpl.c:1029
#, c-format
msgid "unknown driver path '%s' specified (try vbox:///session)"
msgstr ""
#: src/vbox/vbox_driver.c:174 src/vbox/vbox_tmpl.c:1036
#, c-format
msgid "unknown driver path '%s' specified (try vbox:///system)"
msgstr ""
#: src/vbox/vbox_driver.c:180
msgid "unable to initialize VirtualBox driver API"
msgstr ""
#: src/vbox/vbox_tmpl.c:928
msgid "nsIEventQueue object is null"
msgstr ""
#: src/vbox/vbox_tmpl.c:937
msgid "IVirtualBox object is null"
msgstr ""
#: src/vbox/vbox_tmpl.c:943
msgid "ISession object is null"
msgstr ""
#: src/vbox/vbox_tmpl.c:976
msgid "Could not extract VirtualBox version"
msgstr "Impossibile estrarre la versione di VirtualBox"
#: src/vbox/vbox_tmpl.c:1154
#, c-format
msgid "Could not get list of Domains, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:1191
#, c-format
msgid "Could not get number of Domains, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:1263 src/vbox/vbox_tmpl.c:1323
#: src/vbox/vbox_tmpl.c:1393 src/vbox/vbox_tmpl.c:1461
#: src/vbox/vbox_tmpl.c:1922 src/vbox/vbox_tmpl.c:3738
#, c-format
msgid "Could not get list of machines, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:1526 src/vbox/vbox_tmpl.c:1551
#: src/vbox/vbox_tmpl.c:2031 src/vbox/vbox_tmpl.c:5948
#: src/vbox/vbox_tmpl.c:6050 src/vbox/vbox_tmpl.c:6155
#: src/vbox/vbox_tmpl.c:6206 src/vbox/vbox_tmpl.c:6295
#: src/vbox/vbox_tmpl.c:6327 src/vbox/vbox_tmpl.c:6369
#: src/vbox/vbox_tmpl.c:6433 src/vbox/vbox_tmpl.c:6494
#: src/vbox/vbox_tmpl.c:6554 src/vbox/vbox_tmpl.c:6698
#: src/vbox/vbox_tmpl.c:6856
msgid "no domain with matching UUID"
msgstr ""
#: src/vbox/vbox_tmpl.c:1597
msgid "error while suspending the domain"
msgstr ""
#: src/vbox/vbox_tmpl.c:1603
msgid "machine not in running state to suspend it"
msgstr ""
#: src/vbox/vbox_tmpl.c:1649
msgid "error while resuming the domain"
msgstr ""
#: src/vbox/vbox_tmpl.c:1655
msgid "machine not paused, so can't resume it"
msgstr ""
#: src/vbox/vbox_tmpl.c:1695
msgid "machine paused, so can't power it down"
msgstr ""
#: src/vbox/vbox_tmpl.c:1699 src/vbox/vbox_tmpl.c:1804
msgid "machine already powered down"
msgstr ""
#: src/vbox/vbox_tmpl.c:1762
msgid "machine not running, so can't reboot it"
msgstr ""
#: src/vbox/vbox_tmpl.c:1880
msgid "memory size can't be changed unless domain is powered down"
msgstr ""
#: src/vbox/vbox_tmpl.c:1896
#, c-format
msgid "could not set the memory size of the domain to: %lu Kb, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:2168
#, c-format
msgid "could not set the number of cpus of the domain to: %u, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:2179
#, c-format
msgid "can't open session to the domain with id %d"
msgstr ""
#: src/vbox/vbox_tmpl.c:2827
#, c-format
msgid ""
"Could not generate medium name for the disk at: controller instance:%u, port:"
"%d, slot:%d"
msgstr ""
#: src/vbox/vbox_tmpl.c:3467
#, c-format
msgid "Could not get list of Defined Domains, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:3517
#, c-format
msgid "Could not get number of Defined Domains, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:3684
msgid "OpenRemoteSession/LaunchVMProcess failed, domain can't be started"
msgstr ""
#: src/vbox/vbox_tmpl.c:3731
msgid "Error while reading the domain name"
msgstr ""
#: src/vbox/vbox_tmpl.c:3768
msgid "machine is not in poweroff|saved|aborted state, so couldn't start it"
msgstr ""
#: src/vbox/vbox_tmpl.c:3903 src/vbox/vbox_tmpl.c:5451
#, c-format
msgid "can't get the uuid of the file to be attached to cdrom: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:3910 src/vbox/vbox_tmpl.c:5460
#, c-format
msgid "could not attach the file to cdrom: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:3967
#, c-format
msgid "can't get the uuid of the file to be attached as harddisk: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:4013
#, c-format
msgid "could not attach the file as harddisk: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:4059 src/vbox/vbox_tmpl.c:5504
#, c-format
msgid ""
"can't get the uuid of the file to be attached to floppy drive: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:4067 src/vbox/vbox_tmpl.c:5511
#, c-format
msgid "could not attach the file to floppy drive: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:4248
#, c-format
msgid ""
"Failed to attach the following disk/dvd/floppy to the machine: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:4258
#, c-format
msgid ""
"can't get the uuid of the file to be attached as harddisk/dvd/floppy: %s, rc="
"%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:4299
#, c-format
msgid ""
"can't get the port/slot number of harddisk/dvd/floppy to be attached: %s, rc="
"%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:4323
#, c-format
msgid "could not attach the file as harddisk/dvd/floppy: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5091 src/vbox/vbox_tmpl.c:5159
#, c-format
msgid "could not define a domain, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5099
#, c-format
msgid "could not set the memory size of the domain to: %llu Kb, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5111
#, c-format
msgid "could not set the number of virtual CPUs to: %u, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5129
#, c-format
msgid "could not change PAE status to: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5131 src/vbox/vbox_tmpl.c:5142
#: src/vbox/vbox_tmpl.c:5150
msgid "Enabled"
msgstr ""
#: src/vbox/vbox_tmpl.c:5131 src/vbox/vbox_tmpl.c:5142
#: src/vbox/vbox_tmpl.c:5150
msgid "Disabled"
msgstr ""
#: src/vbox/vbox_tmpl.c:5140
#, c-format
msgid "could not change ACPI status to: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5148
#, c-format
msgid "could not change APIC status to: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5358
#, c-format
msgid "could not delete the domain, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5556
#, c-format
msgid "could not attach shared folder '%s', rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5674
#, c-format
msgid "could not de-attach the mounted ISO, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5695
#, c-format
msgid "could not attach the file to floppy drive, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5730
#, c-format
msgid "could not detach shared folder '%s', rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:5782 src/vbox/vbox_tmpl.c:6168
#, c-format
msgid "could not get snapshot count for domain %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:5802 src/vbox/vbox_tmpl.c:6229
#, c-format
msgid "could not get root snapshot for domain %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:5815
#, c-format
msgid "unexpected number of snapshots < %u"
msgstr ""
#: src/vbox/vbox_tmpl.c:5823 src/vbox/vbox_tmpl.c:6820
msgid "could not get children snapshots"
msgstr ""
#: src/vbox/vbox_tmpl.c:5832
#, c-format
msgid "unexpected number of snapshots > %u"
msgstr ""
#: src/vbox/vbox_tmpl.c:5878 src/vbox/vbox_tmpl.c:6249
msgid "could not get snapshot name"
msgstr ""
#: src/vbox/vbox_tmpl.c:5893
#, c-format
msgid "domain %s has no snapshots with name %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:5955 src/vbox/vbox_tmpl.c:6625
#: src/vbox/vbox_tmpl.c:6725 src/vbox/vbox_tmpl.c:6867
msgid "could not get domain state"
msgstr ""
#: src/vbox/vbox_tmpl.c:5970 src/vbox/vbox_tmpl.c:6641
#: src/vbox/vbox_tmpl.c:6890
#, c-format
msgid "could not open VirtualBox session with domain %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:5992 src/vbox/vbox_tmpl.c:6000
#, c-format
msgid "could not take snapshot of domain %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:6007 src/vbox/vbox_tmpl.c:6717
#, c-format
msgid "could not get current snapshot of domain %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:6064
#, c-format
msgid "could not get description of snapshot %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:6080
#, c-format
msgid "could not get creation time of snapshot %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:6090 src/vbox/vbox_tmpl.c:6379
#, c-format
msgid "could not get parent of snapshot %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:6098 src/vbox/vbox_tmpl.c:6393
#, c-format
msgid "could not get name of parent of snapshot %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:6113 src/vbox/vbox_tmpl.c:6709
#, c-format
msgid "could not get online state of snapshot %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:6334 src/vbox/vbox_tmpl.c:6440
#: src/vbox/vbox_tmpl.c:6504
msgid "could not get current snapshot"
msgstr ""
#: src/vbox/vbox_tmpl.c:6446
msgid "domain has no snapshots"
msgstr ""
#: src/vbox/vbox_tmpl.c:6453 src/vbox/vbox_tmpl.c:6515
msgid "could not get current snapshot name"
msgstr ""
#: src/vbox/vbox_tmpl.c:6584 src/vbox/vbox_tmpl.c:6771
msgid "could not get snapshot UUID"
msgstr ""
#: src/vbox/vbox_tmpl.c:6591 src/vbox/vbox_tmpl.c:6653
#: src/vbox/vbox_tmpl.c:6663
#, c-format
msgid "could not restore snapshot for domain %s"
msgstr ""
#: src/vbox/vbox_tmpl.c:6618
msgid "could not get domain UUID"
msgstr ""
#: src/vbox/vbox_tmpl.c:6632
#, c-format
msgid "domain %s is already running"
msgstr ""
#: src/vbox/vbox_tmpl.c:6650
msgid "cannot restore domain snapshot for running domain"
msgstr ""
#: src/vbox/vbox_tmpl.c:6732
msgid "cannot revert snapshot of running domain"
msgstr ""
#: src/vbox/vbox_tmpl.c:6783
msgid "cannot delete domain snapshot for running domain"
msgstr ""
#: src/vbox/vbox_tmpl.c:6786 src/vbox/vbox_tmpl.c:6795
msgid "could not delete snapshot"
msgstr ""
#: src/vbox/vbox_tmpl.c:6881
msgid "cannot delete snapshots of running domain"
msgstr ""
#: src/vbox/vbox_tmpl.c:8359
#, c-format
msgid "could not get number of volumes in the pool: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:8411
#, c-format
msgid "could not get the volume list in the pool: %s, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:8493 src/vbox/vbox_tmpl.c:8726
#: src/vbox/vbox_tmpl.c:8894 src/vbox/vbox_tmpl.c:8964
#: src/vbox/vbox_tmpl.c:9071
#, c-format
msgid "Could not parse UUID from '%s'"
msgstr ""
#: src/vbox/vbox_tmpl.c:9146
msgid "unable to get monitor count"
msgstr ""
#: src/vbox/vbox_tmpl.c:9153
#, c-format
msgid "screen ID higher than monitor count (%d)"
msgstr ""
#: src/vbox/vbox_tmpl.c:9192
msgid "unable to get screen resolution"
msgstr ""
#: src/vbox/vbox_tmpl.c:9202
msgid "failed to take screenshot"
msgstr ""
#: src/vbox/vbox_tmpl.c:9208
#, c-format
msgid "unable to write data to '%s'"
msgstr ""
#: src/vbox/vbox_tmpl.c:9290
#, c-format
msgid "Could not get list of domains, rc=%08x"
msgstr ""
#: src/vbox/vbox_tmpl.c:9324
msgid "could not get snapshot count for listed domains"
msgstr ""
#: src/vmware/vmware_conf.c:256
#, c-format
msgid "failed to parse %s version"
msgstr ""
#: src/vmware/vmware_conf.c:262
msgid "version parsing error"
msgstr ""
#: src/vmware/vmware_conf.c:307
#, c-format
msgid "path '%s' doesn't reference a file"
msgstr ""
#: src/vmware/vmware_conf.c:423
#, c-format
msgid "file %s does not exist"
msgstr ""
#: src/vmware/vmware_conf.c:435
#, c-format
msgid "failed to move file to %s "
msgstr ""
#: src/vmware/vmware_conf.c:476
msgid "unable to read vmware log file"
msgstr ""
#: src/vmware/vmware_conf.c:482
msgid "cannot find pid in vmware log file"
msgstr ""
#: src/vmware/vmware_conf.c:492
msgid "cannot parse pid in vmware log file"
msgstr ""
#: src/vmware/vmware_driver.c:110
#, c-format
msgid ""
"unexpected VMware URI path '%s', try vmwareplayer:///session or vmwarews:///"
"session"
msgstr ""
#: src/vmware/vmware_driver.c:123
#, c-format
msgid "%s utility is missing"
msgstr ""
#: src/vmware/vmware_driver.c:343 src/vmware/vmware_driver.c:614
#, c-format
msgid "Failed to write vmx file '%s'"
msgstr ""
#: src/vmware/vmware_driver.c:447 src/vmware/vmware_driver.c:496
msgid ""
"vmplayer does not support libvirt suspend/resume (vmware pause/unpause) "
"operation "
msgstr ""
#: src/vmware/vmware_driver.c:515
msgid "domain is not in suspend state"
msgstr ""
#: src/vmx/vmx.c:610
#, c-format
msgid "libxml2 doesn't handle %s encoding"
msgstr ""
#: src/vmx/vmx.c:619
#, c-format
msgid "Could not convert from %s to UTF-8 encoding"
msgstr ""
#: src/vmx/vmx.c:651 src/vmx/vmx.c:667 src/vmx/vmx.c:696 src/vmx/vmx.c:712
#: src/vmx/vmx.c:742 src/vmx/vmx.c:753 src/vmx/vmx.c:791 src/vmx/vmx.c:802
#, c-format
msgid "Missing essential config entry '%s'"
msgstr ""
#: src/vmx/vmx.c:657 src/vmx/vmx.c:703 src/vmx/vmx.c:768 src/vmx/vmx.c:819
#, c-format
msgid "Config entry '%s' must be a string"
msgstr ""
#: src/vmx/vmx.c:762
#, c-format
msgid "Config entry '%s' must represent an integer value"
msgstr ""
#: src/vmx/vmx.c:813
#, c-format
msgid "Config entry '%s' must represent a boolean value (true|false)"
msgstr ""
#: src/vmx/vmx.c:835
msgid ""
"Expecting domain XML attribute 'dev' of entry 'devices/disk/target' to start "
"with 'sd'"
msgstr ""
#: src/vmx/vmx.c:844 src/vmx/vmx.c:884 src/vmx/vmx.c:919
#, c-format
msgid "Could not parse valid disk index from '%s'"
msgstr ""
#: src/vmx/vmx.c:851
#, c-format
msgid "SCSI disk index (parsed from '%s') is too large"
msgstr ""
#: src/vmx/vmx.c:875
msgid ""
"Expecting domain XML attribute 'dev' of entry 'devices/disk/target' to start "
"with 'hd'"
msgstr ""
#: src/vmx/vmx.c:891
#, c-format
msgid "IDE disk index (parsed from '%s') is too large"
msgstr ""
#: src/vmx/vmx.c:910
msgid ""
"Expecting domain XML attribute 'dev' of entry 'devices/disk/target' to start "
"with 'fd'"
msgstr ""
#: src/vmx/vmx.c:926
#, c-format
msgid "Floppy disk index (parsed from '%s') is too large"
msgstr ""
#: src/vmx/vmx.c:947
#, c-format
msgid "Unsupported disk address type '%s'"
msgstr ""
#: src/vmx/vmx.c:959
msgid "Could not verify disk address"
msgstr ""
#: src/vmx/vmx.c:967
#, c-format
msgid "Disk address %d:%d:%d doesn't match target device '%s'"
msgstr ""
#: src/vmx/vmx.c:976 src/vmx/vmx.c:1664 src/vmx/vmx.c:1897 src/vmx/vmx.c:2017
#, c-format
msgid "SCSI controller index %d out of [0..3] range"
msgstr ""
#: src/vmx/vmx.c:983
#, c-format
msgid "SCSI bus index %d out of [0] range"
msgstr ""
#: src/vmx/vmx.c:990 src/vmx/vmx.c:2024
#, c-format
msgid "SCSI unit index %d out of [0..6,8..15] range"
msgstr ""
#: src/vmx/vmx.c:997
#, c-format
msgid "IDE controller index %d out of [0] range"
msgstr ""
#: src/vmx/vmx.c:1004 src/vmx/vmx.c:2044
#, c-format
msgid "IDE bus index %d out of [0..1] range"
msgstr ""
#: src/vmx/vmx.c:1011 src/vmx/vmx.c:2051
#, c-format
msgid "IDE unit index %d out of [0..1] range"
msgstr ""
#: src/vmx/vmx.c:1018 src/vmx/vmx.c:2076
#, c-format
msgid "FDC controller index %d out of [0] range"
msgstr ""
#: src/vmx/vmx.c:1025
#, c-format
msgid "FDC bus index %d out of [0] range"
msgstr ""
#: src/vmx/vmx.c:1032 src/vmx/vmx.c:2083
#, c-format
msgid "FDC unit index %d out of [0..1] range"
msgstr ""
#: src/vmx/vmx.c:1038
#, c-format
msgid "Unsupported bus type '%s'"
msgstr ""
#: src/vmx/vmx.c:1070
#, c-format
msgid "Unknown driver name '%s'"
msgstr ""
#: src/vmx/vmx.c:1083
#, c-format
msgid "Missing SCSI controller for index %d"
msgstr ""
#: src/vmx/vmx.c:1092
#, c-format
msgid ""
"Inconsistent SCSI controller model ('%s' is not '%s') for SCSI controller "
"index %d"
msgstr ""
#: src/vmx/vmx.c:1172
#, c-format
msgid ""
"Disks on SCSI controller %d have inconsistent controller models, cannot "
"autodetect model"
msgstr ""
#: src/vmx/vmx.c:1188
#, c-format
msgid ""
"Expecting domain XML attribute 'model' of entry 'controller' to be "
"'buslogic' or 'lsilogic' or 'lsisas1068' or 'vmpvscsi' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:1243
msgid "virVMXContext has no parseFileName function set"
msgstr ""
#: src/vmx/vmx.c:1296
#, c-format
msgid "Expecting VMX entry 'config.version' to be 8 but found %lld"
msgstr ""
#: src/vmx/vmx.c:1310
#, c-format
msgid "Expecting VMX entry 'virtualHW.version' to be 4, 7 or 8 but found %lld"
msgstr ""
#: src/vmx/vmx.c:1331
msgid "VMX entry 'name' contains invalid escape sequence"
msgstr ""
#: src/vmx/vmx.c:1345
msgid "VMX entry 'annotation' contains invalid escape sequence"
msgstr ""
#: src/vmx/vmx.c:1358
#, c-format
msgid ""
"Expecting VMX entry 'memsize' to be an unsigned integer (multiple of 4) but "
"found %lld"
msgstr ""
#: src/vmx/vmx.c:1404
#, c-format
msgid ""
"Expecting VMX entry 'numvcpus' to be an unsigned integer (1 or a multiple of "
"2) but found %lld"
msgstr ""
#: src/vmx/vmx.c:1437 src/vmx/vmx.c:1465
#, c-format
msgid ""
"Expecting VMX entry 'sched.cpu.affinity' to be a comma separated list of "
"unsigned integers but found '%s'"
msgstr ""
#: src/vmx/vmx.c:1445
#, c-format
msgid "VMX entry 'sched.cpu.affinity' contains a %d, this value is too large"
msgstr ""
#: src/vmx/vmx.c:1476
#, c-format
msgid ""
"Expecting VMX entry 'sched.cpu.affinity' to contain at least as many values "
"as 'numvcpus' (%lld) but found only %d value(s)"
msgstr ""
#: src/vmx/vmx.c:1500
#, c-format
msgid ""
"Expecting VMX entry 'sched.cpu.shares' to be an unsigned integer or 'low', "
"'normal' or 'high' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:1655
msgid "Could not add controllers"
msgstr ""
#: src/vmx/vmx.c:1935
#, c-format
msgid ""
"Expecting VMX entry '%s' to be 'buslogic' or 'lsilogic' or 'lsisas1068' or "
"'pvscsi' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:2067 src/vmx/vmx.c:2100
#, c-format
msgid "Unsupported bus type '%s' for device type '%s'"
msgstr ""
#: src/vmx/vmx.c:2179
#, c-format
msgid "Expecting VMX entry '%s' to be 'scsi-hardDisk' or 'disk' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:2187
#, c-format
msgid "Expecting VMX entry '%s' to be 'ata-hardDisk' or 'disk' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:2213 src/vmx/vmx.c:2249 src/vmx/vmx.c:2277
#, c-format
msgid "Invalid or not yet handled value '%s' for VMX entry '%s'"
msgstr ""
#: src/vmx/vmx.c:2222
#, c-format
msgid "Expecting VMX entry '%s' to be 'cdrom-image' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:2258
#, c-format
msgid "Expecting VMX entry '%s' to be 'file' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:2289
#, c-format
msgid "Could not assign address to disk '%s'"
msgstr ""
#: src/vmx/vmx.c:2464 src/vmx/vmx.c:3693
#, c-format
msgid "Ethernet controller index %d out of [0..3] range"
msgstr ""
#: src/vmx/vmx.c:2523 src/vmx/vmx.c:2533
#, c-format
msgid "Expecting VMX entry '%s' to be MAC address but found '%s'"
msgstr ""
#: src/vmx/vmx.c:2540
#, c-format
msgid ""
"Expecting VMX entry '%s' to be 'generated' or 'static' or 'vpx' but found "
"'%s'"
msgstr ""
#: src/vmx/vmx.c:2557
#, c-format
msgid ""
"Expecting VMX entry '%s' to be 'vlance' or 'vmxnet' or 'vmxnet3' or 'e1000' "
"but found '%s'"
msgstr ""
#: src/vmx/vmx.c:2609
#, c-format
msgid "No yet handled value '%s' for VMX entry '%s'"
msgstr ""
#: src/vmx/vmx.c:2628
#, c-format
msgid "Invalid value '%s' for VMX entry '%s'"
msgstr ""
#: src/vmx/vmx.c:2693 src/vmx/vmx.c:3801
#, c-format
msgid "Serial port index %d out of [0..3] range"
msgstr ""
#: src/vmx/vmx.c:2779
#, c-format
msgid "VMX entry '%s' doesn't contain a port part"
msgstr ""
#: src/vmx/vmx.c:2816
#, c-format
msgid "VMX entry '%s' contains unsupported scheme '%s'"
msgstr ""
#: src/vmx/vmx.c:2827
#, c-format
msgid "Expecting VMX entry '%s' to be 'server' or 'client' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:2833
#, c-format
msgid ""
"Expecting VMX entry '%s' to be 'device', 'file' or 'pipe' or 'network' but "
"found '%s'"
msgstr ""
#: src/vmx/vmx.c:2890 src/vmx/vmx.c:3907
#, c-format
msgid "Parallel port index %d out of [0..2] range"
msgstr ""
#: src/vmx/vmx.c:2952
#, c-format
msgid "Expecting VMX entry '%s' to be 'device' or 'file' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:3043
msgid "virVMXContext has no formatFileName function set"
msgstr ""
#: src/vmx/vmx.c:3051
#, c-format
msgid "Expecting virt type to be '%s' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:3074
#, c-format
msgid ""
"Expecting domain XML attribute 'arch' of entry 'os/type' to be 'i686' or "
"'x86_64' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:3088
#, c-format
msgid "Unsupported SMBIOS mode '%s'"
msgstr ""
#: src/vmx/vmx.c:3152
msgid "No support for domain XML entry 'vcpu' attribute 'current'"
msgstr ""
#: src/vmx/vmx.c:3158
#, c-format
msgid ""
"Expecting domain XML entry 'vcpu' to be an unsigned integer (1 or a multiple "
"of 2) but found %d"
msgstr ""
#: src/vmx/vmx.c:3179
#, c-format
msgid ""
"Expecting domain XML attribute 'cpuset' of entry 'vcpu' to contain at least "
"%d CPU(s)"
msgstr ""
#: src/vmx/vmx.c:3226
#, c-format
msgid "Unsupported graphics type '%s'"
msgstr ""
#: src/vmx/vmx.c:3283
#, c-format
msgid "Unsupported disk device type '%s'"
msgstr ""
#: src/vmx/vmx.c:3325
msgid "No support for multiple video devices"
msgstr ""
#: src/vmx/vmx.c:3453
#, c-format
msgid "Unsupported bus type '%s' for harddisk"
msgstr ""
#: src/vmx/vmx.c:3460
#, c-format
msgid "%s harddisk '%s' has unsupported type '%s', expecting '%s'"
msgstr ""
#: src/vmx/vmx.c:3474
#, c-format
msgid ""
"Image file for %s harddisk '%s' has unsupported suffix, expecting '.vmdk'"
msgstr ""
#: src/vmx/vmx.c:3497
#, c-format
msgid "%s harddisk '%s' has unsupported cache mode '%s'"
msgstr ""
#: src/vmx/vmx.c:3541
#, c-format
msgid "Unsupported bus type '%s' for cdrom"
msgstr ""
#: src/vmx/vmx.c:3556
#, c-format
msgid "Image file for %s cdrom '%s' has unsupported suffix, expecting '.iso'"
msgstr ""
#: src/vmx/vmx.c:3582
#, c-format
msgid "%s cdrom '%s' has unsupported type '%s', expecting '%s' or '%s'"
msgstr ""
#: src/vmx/vmx.c:3621
#, c-format
msgid "Image file for floppy '%s' has unsupported suffix, expecting '.flp'"
msgstr ""
#: src/vmx/vmx.c:3646
#, c-format
msgid "Floppy '%s' has unsupported type '%s', expecting '%s' or '%s'"
msgstr ""
#: src/vmx/vmx.c:3664
#, c-format
msgid "Only '%s' filesystem type is supported"
msgstr ""
#: src/vmx/vmx.c:3708
#, c-format
msgid ""
"Expecting domain XML entry 'devices/interface/model' to be 'vlance' or "
"'vmxnet' or 'vmxnet2' or 'vmxnet3' or 'e1000' but found '%s'"
msgstr ""
#: src/vmx/vmx.c:3750
#, c-format
msgid "Unsupported net type '%s'"
msgstr ""
#: src/vmx/vmx.c:3866
#, c-format
msgid "Unsupported character device TCP protocol '%s'"
msgstr ""
#: src/vmx/vmx.c:3884 src/vmx/vmx.c:3942
#, c-format
msgid "Unsupported character device type '%s'"
msgstr ""
#: src/vmx/vmx.c:3959
#, c-format
msgid "Unsupported video device type '%s'"
msgstr ""
#: src/vmx/vmx.c:3972
msgid "Multi-head video devices are unsupported"
msgstr ""
#: src/xen/block_stats.c:186
#, c-format
msgid "Failed to read any block statistics for domain %d"
msgstr ""
#: src/xen/block_stats.c:200
#, c-format
msgid "Frontend block device not connected for domain %d"
msgstr ""
#: src/xen/block_stats.c:211
#, c-format
msgid "stats->rd_bytes would overflow 64 bit counter for domain %d"
msgstr ""
#: src/xen/block_stats.c:220
#, c-format
msgid "stats->wr_bytes would overflow 64 bit counter for domain %d"
msgstr ""
#: src/xen/block_stats.c:340
#, c-format
msgid ""
"invalid path, device names must be in the range sda[1-15] - sdiv[1-15] for "
"domain %d"
msgstr ""
#: src/xen/block_stats.c:344
#, c-format
msgid ""
"invalid path, device names must be in the range hda[1-63] - hdt[1-63] for "
"domain %d"
msgstr ""
#: src/xen/block_stats.c:348
#, c-format
msgid ""
"invalid path, device names must be in the range xvda[1-15] - xvdiz[1-15] for "
"domain %d"
msgstr ""
#: src/xen/block_stats.c:352
#, c-format
msgid "unsupported path, use xvdN, hdN, or sdN for domain %d"
msgstr ""
#: src/xen/xen_driver.c:1535
msgid "failed to get XML representation of migrated domain"
msgstr ""
#: src/xen/xen_driver.c:1542
msgid "failed to define domain on destination host"
msgstr ""
#: src/xen/xen_driver.c:2205
#, c-format
msgid "Device %s has been assigned to guest %d"
msgstr ""
#: src/xen/xen_driver.c:2264
msgid "Named device aliases are not supported"
msgstr ""
#: src/xen/xen_driver.c:2279
msgid "cannot find default console device"
msgstr "impossibile trovare il dispositivo console predefinito"
#: src/xen/xen_hypervisor.c:542
#, c-format
msgid "Unable to lock %zu bytes of memory"
msgstr ""
#: src/xen/xen_hypervisor.c:558
#, c-format
msgid "Unable to unlock %zu bytes of memory"
msgstr ""
#: src/xen/xen_hypervisor.c:927 src/xen/xen_hypervisor.c:966
#: src/xen/xen_hypervisor.c:1006 src/xen/xen_hypervisor.c:1046
#, c-format
msgid "Unable to issue hypervisor ioctl %d"
msgstr ""
#: src/xen/xen_hypervisor.c:1171 src/xen/xen_hypervisor.c:1246
#: src/xen/xen_hypervisor.c:1359 src/xen/xen_hypervisor.c:3300
msgid "priv->handle invalid"
msgstr ""
#: src/xen/xen_hypervisor.c:1187 src/xen/xen_hypervisor.c:1262
#: src/xen/xen_hypervisor.c:1375
msgid "unsupported in dom interface < 5"
msgstr ""
#: src/xen/xen_hypervisor.c:1281 src/xen/xend_internal.c:3398
msgid "Invalid parameter count"
msgstr "Parametro count non valido"
#: src/xen/xen_hypervisor.c:1316 src/xen/xen_hypervisor.c:1438
#, c-format
msgid "Unknown scheduler %d"
msgstr ""
#: src/xen/xen_hypervisor.c:1414
#, c-format
msgid "Credit scheduler weight parameter (%d) is out of range (1-65535)"
msgstr "Il parametro weight del credit scheduler (%d) è fuori scala (1-65535)"
#: src/xen/xen_hypervisor.c:1423
#, c-format
msgid "Credit scheduler cap parameter (%d) is out of range (0-65534)"
msgstr ""
#: src/xen/xen_hypervisor.c:1464
msgid "block statistics not supported on this platform"
msgstr ""
#: src/xen/xen_hypervisor.c:1489
msgid "invalid path, should be vif<domid>.<n>."
msgstr ""
#: src/xen/xen_hypervisor.c:1494
msgid "invalid path, vif<domid> should match this domain ID"
msgstr ""
#: src/xen/xen_hypervisor.c:2056 src/xen/xen_hypervisor.c:2172
#, c-format
msgid "Unable to issue hypervisor ioctl %lu"
msgstr ""
#: src/xen/xen_hypervisor.c:2446
msgid "could not read CPU flags"
msgstr ""
#: src/xen/xen_hypervisor.c:2711 src/xen/xen_hypervisor.c:2722
#, c-format
msgid "cannot read file %s"
msgstr "impossibile leggere il file %s"
#: src/xen/xen_hypervisor.c:2885 src/xen/xen_hypervisor.c:3513
msgid "domain shut off or invalid"
msgstr ""
#: src/xen/xen_hypervisor.c:2893
msgid "unsupported in dom interface < 4"
msgstr ""
#: src/xen/xen_hypervisor.c:2901 src/xen/xen_hypervisor.c:2907
#: src/xen/xen_hypervisor.c:3524
msgid "cannot get domain details"
msgstr ""
#: src/xen/xen_hypervisor.c:3279
msgid "cannot determine actual number of cells"
msgstr ""
#: src/xen/xen_hypervisor.c:3294
msgid "unsupported in sys interface < 4"
msgstr ""
#: src/xen/xen_hypervisor.c:3541 src/xen/xen_hypervisor.c:3549
msgid "cannot get VCPUs info"
msgstr ""
#: src/xen/xen_inotify.c:96 src/xen/xen_inotify.c:177
#, c-format
msgid "parsing uuid %s"
msgstr "analisi uuid %s"
#: src/xen/xen_inotify.c:121
msgid "finding dom on config list"
msgstr "ricerca del dominio sulla lista configurazione"
#: src/xen/xen_inotify.c:213
msgid "Error looking up domain"
msgstr "Errore nel lookup del dominio"
#: src/xen/xen_inotify.c:220 src/xen/xen_inotify.c:313
#: src/xen/xen_inotify.c:320
msgid "Error adding file to config cache"
msgstr "Errore nell'aggiunta di file alla cache di configurazione"
#: src/xen/xen_inotify.c:266
msgid "conn, or private data is NULL"
msgstr "conn o dato privato NULL"
#: src/xen/xen_inotify.c:309 src/xen/xen_inotify.c:332
msgid "looking up dom"
msgstr "controllo dom"
#: src/xen/xen_inotify.c:379
#, c-format
msgid "cannot open directory: %s"
msgstr "impossibile aprire cartella: %s"
#: src/xen/xen_inotify.c:395
msgid "Error adding file to config list"
msgstr "Errore nell'aggiunta file alla lista configurazione"
#: src/xen/xen_inotify.c:408
msgid "initializing inotify"
msgstr "inizializzo inotify"
#: src/xen/xen_inotify.c:419
#, c-format
msgid "adding watch on %s"
msgstr "aggiunta di watch on %s"
#: src/xen/xend_internal.c:84
msgid "failed to create a socket"
msgstr "impossibile creare un socket"
#: src/xen/xend_internal.c:103
msgid "failed to connect to xend"
msgstr "impossibile connettersi a xend"
#: src/xen/xend_internal.c:150
msgid "failed to read from Xen Daemon"
msgstr "impossibile leggere da un demone Xen"
#: src/xen/xend_internal.c:153
msgid "failed to write to Xen Daemon"
msgstr ""
#: src/xen/xend_internal.c:297
#, c-format
msgid "Xend returned HTTP Content-Length of %d, which exceeds maximum of %d"
msgstr ""
#: src/xen/xend_internal.c:356
#, c-format
msgid "%d status from xen daemon: %s:%s"
msgstr "%d stato del demone di xen: %s:%s"
#: src/xen/xend_internal.c:404 src/xen/xend_internal.c:407
#: src/xen/xend_internal.c:416
#, c-format
msgid "xend_post: error from xen daemon: %s"
msgstr "xend_post: errore del demone di xen: %s"
#: src/xen/xend_internal.c:451
#, c-format
msgid "Unexpected HTTP error code %d"
msgstr ""
#: src/xen/xend_internal.c:662
#, c-format
msgid "unable to resolve hostname '%s': %s"
msgstr "impossibile risolvere l'hostname '%s': %s"
#: src/xen/xend_internal.c:699
#, c-format
msgid "unable to connect to '%s:%s'"
msgstr "impossibile connettersi a '%s: %s'"
#: src/xen/xend_internal.c:837
msgid "domain information incomplete, missing domid"
msgstr "informazioni del dominio incomplete, domid mancante"
#: src/xen/xend_internal.c:843
msgid "domain information incorrect domid not numeric"
msgstr "informazioni del dominio non corrette, domid non numerico"
#: src/xen/xend_internal.c:848 src/xen/xend_internal.c:900
msgid "domain information incomplete, missing uuid"
msgstr "informazioni del dominio incomplete, uuid mancante"
#: src/xen/xend_internal.c:887 src/xenxs/xen_sxpr.c:1158
#: src/xenxs/xen_sxpr.c:1165
msgid "domain information incomplete, missing name"
msgstr "informazioni del dominio incomplete, nome mancante"
#: src/xen/xend_internal.c:1152
msgid "topology syntax error"
msgstr "errore di sintassi della topologia"
#: src/xen/xend_internal.c:1207
msgid "failed to parse Xend domain information"
msgstr "errore nel parsing delle informazioni del dominio Xend"
#: src/xen/xend_internal.c:1327 src/xen/xend_internal.c:1348
#: src/xen/xend_internal.c:1370 src/xen/xend_internal.c:1395
#: src/xen/xend_internal.c:1426 src/xen/xend_internal.c:1489
#: src/xen/xend_internal.c:1522
#, c-format
msgid "Domain %s isn't running."
msgstr "Il dominio '%s' non è in esecuzione."
#: src/xen/xend_internal.c:2047 src/xen/xend_internal.c:2489
#: src/xen/xend_internal.c:2499 src/xen/xend_internal.c:2649
#: src/xen/xend_internal.c:2659 src/xen/xend_internal.c:2756
#: src/xen/xend_internal.c:2766
msgid "Xend version does not support modifying persistent config"
msgstr ""
#: src/xen/xend_internal.c:2054
msgid "domain not running"
msgstr ""
#: src/xen/xend_internal.c:2061 src/xen/xend_internal.c:2510
#: src/xen/xend_internal.c:2670 src/xen/xend_internal.c:2777
msgid "Xend only supports modifying both live and persistent config"
msgstr ""
#: src/xen/xend_internal.c:2161
msgid "failed to add vcpupin xml entry"
msgstr ""
#: src/xen/xend_internal.c:2202 src/xen/xm_internal.c:771
msgid "domain not active"
msgstr ""
#: src/xen/xend_internal.c:2483 src/xen/xend_internal.c:2643
#: src/xen/xend_internal.c:2750
msgid "Cannot modify live config if domain is inactive"
msgstr ""
#: src/xen/xend_internal.c:2576 src/xen/xend_internal.c:2583
#: src/xen/xend_internal.c:2698 src/xen/xend_internal.c:2803
msgid "unsupported device type"
msgstr "tipo di dispositivo non supportato"
#: src/xen/xend_internal.c:2596
#, c-format
msgid "target '%s' already exists"
msgstr ""
#: src/xen/xend_internal.c:2706
msgid "requested device does not exist"
msgstr ""
#: src/xen/xend_internal.c:2840
msgid "xenDaemonGetAutostart failed to find this domain"
msgstr "xenDaemonGetAutostart non è riuscito a trovare questo dominio"
#: src/xen/xend_internal.c:2873
msgid "xenDaemonSetAutostart failed to find this domain"
msgstr "xenDaemonSetAutostart non è riuscito a trovare questo dominio"
#: src/xen/xend_internal.c:2883
msgid "unexpected value from on_xend_start"
msgstr "valore inaspettato da on_xend_start"
#: src/xen/xend_internal.c:2898
msgid "sexpr2string failed"
msgstr "sexpr2string fallito"
#: src/xen/xend_internal.c:2911
msgid "Failed to redefine sexpr"
msgstr "Errore nella ridefinizione di sexpr"
#: src/xen/xend_internal.c:2916
msgid "on_xend_start not present in sexpr"
msgstr "on_xend_start non è presente in sexpr"
#: src/xen/xend_internal.c:2979
msgid ""
"xenDaemonDomainMigrate: Xen does not support renaming domains during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen non supporta la rinomina del dominio durante la "
"migrazione"
#: src/xen/xend_internal.c:2989
msgid ""
"xenDaemonDomainMigrate: Xen does not support bandwidth limits during "
"migration"
msgstr ""
"xenDaemonDomainMigrate: Xen non supporta la limitazione di banda durante la "
"migrazione"
#: src/xen/xend_internal.c:3017
msgid "xenDaemonDomainMigrate: xend cannot migrate paused domains"
msgstr ""
#: src/xen/xend_internal.c:3025
msgid "xenDaemonDomainMigrate: unsupported flag"
msgstr "xenDaemonDomainMigrate: flag non supportato"
#: src/xen/xend_internal.c:3041
msgid "xenDaemonDomainMigrate: only xenmigr:// migrations are supported by Xen"
msgstr ""
"xenDaemonDomainMigrate: solo le migrazioni xenmigr:// sono supportate da Xen"
#: src/xen/xend_internal.c:3048
msgid "xenDaemonDomainMigrate: a hostname must be specified in the URI"
msgstr "xenDaemonDomainMigrate: un hostname deve essere specificato nell'URI"
#: src/xen/xend_internal.c:3068
msgid "xenDaemonDomainMigrate: invalid port number"
msgstr "xenDaemonDomainMigrate: numero di porta non valido"
#: src/xen/xend_internal.c:3134
msgid "failed to parse domain description"
msgstr "errore nel parsing della descrizione del dominio"
#: src/xen/xend_internal.c:3140
msgid "failed to build sexpr"
msgstr "Impossibile creare sexpr"
#: src/xen/xend_internal.c:3148
#, c-format
msgid "Failed to create inactive domain %s"
msgstr ""
#: src/xen/xend_internal.c:3309 src/xen/xend_internal.c:3377
#: src/xen/xend_internal.c:3480
msgid "unsupported in xendConfigVersion < 4"
msgstr "non supportato in xendConfigVersion < 4"
#: src/xen/xend_internal.c:3321
msgid "node information incomplete, missing scheduler name"
msgstr "informazioni del nodo incomplete, nome scheduler mancante"
#: src/xen/xend_internal.c:3341 src/xen/xend_internal.c:3445
#: src/xen/xend_internal.c:3550
msgid "Unknown scheduler"
msgstr "Scheduler sconosciuto"
#: src/xen/xend_internal.c:3390 src/xen/xend_internal.c:3493
msgid "Failed to get a scheduler name"
msgstr "Impossibile ottenere un nome per lo scheduler"
#: src/xen/xend_internal.c:3409 src/xen/xend_internal.c:3529
msgid "domain information incomplete, missing cpu_weight"
msgstr "informazioni del dominio incomplete, cpu_weight mancante"
#: src/xen/xend_internal.c:3414 src/xen/xend_internal.c:3538
msgid "domain information incomplete, missing cpu_cap"
msgstr "informazioni del dominio incomplete, cpu_cap mancante"
#: src/xen/xend_internal.c:3421
#, c-format
msgid "Weight %s too big for destination"
msgstr ""
#: src/xen/xend_internal.c:3432
#, c-format
msgid "Cap %s too big for destination"
msgstr ""
#: src/xen/xend_internal.c:3599
msgid "domainBlockPeek is not supported for dom0"
msgstr "domainBlockPeek non è supportato per dom0"
#: src/xen/xend_internal.c:3620
#, c-format
msgid "%s: invalid path"
msgstr "%s: percorso non valido"
#: src/xen/xend_internal.c:3629
#, c-format
msgid "failed to open for reading: %s"
msgstr "impossibile aprire per la lettura: %s"
#: src/xen/xend_internal.c:3641
#, c-format
msgid "failed to lseek or read from file: %s"
msgstr "Impossibile eseguire Iseek o la lettura dal file: %s"
#: src/xen/xend_internal.c:3782
msgid "hotplug of device type not supported"
msgstr "collegamento a caldo del tipo di dispositivo non supportata"
#: src/xen/xm_internal.c:224
#, c-format
msgid "cannot stat: %s"
msgstr "impossibile eseguire stat: %s"
#: src/xen/xm_internal.c:288
msgid "xenXMConfigCacheRefresh: virHashAddEntry"
msgstr "xenXMConfigCacheRefresh: virHashAddEntry"
#: src/xen/xm_internal.c:331
msgid "cannot get time of day"
msgstr "impossibile ottenere ora del giorno in corso"
#: src/xen/xm_internal.c:344
#, c-format
msgid "cannot read directory %s"
msgstr "impossibile leggere la cartella %s"
#: src/xen/xm_internal.c:819
msgid "read only connection"
msgstr "collegamento sola lettura"
#: src/xen/xm_internal.c:824
msgid "not inactive domain"
msgstr "dominio non inattivo"
#: src/xen/xm_internal.c:831
msgid "virHashLookup"
msgstr "virHashLookup"
#: src/xen/xm_internal.c:836
msgid "can't retrieve config file for domain"
msgstr "impossibile ripristinare il file di config per il dominio"
#: src/xen/xm_internal.c:1051
msgid "can't retrieve config filename for domain to overwrite"
msgstr ""
"impossibile ripristinare nome del file di config per il dominio da "
"sovrascrivere"
#: src/xen/xm_internal.c:1057
msgid "can't retrieve config entry for domain to overwrite"
msgstr ""
"impossibile ripristinare la voce del file di config per il dominio da "
"sovrascrivere"
#: src/xen/xm_internal.c:1064 src/xen/xm_internal.c:1071
msgid "failed to remove old domain from config map"
msgstr "impossibile rimuovere il vecchio dominio dalla mappa di configurazione"
#: src/xen/xm_internal.c:1091
msgid "unable to get current time"
msgstr "impossibile ottenere l'ora attuale"
#: src/xen/xm_internal.c:1103 src/xen/xm_internal.c:1110
msgid "unable to store config file handle"
msgstr "impossibile conservare la gestione del file di configurazione"
#: src/xen/xm_internal.c:1301 src/xen/xm_internal.c:1394
msgid "Xm driver only supports modifying persistent config"
msgstr ""
#: src/xen/xm_internal.c:1342
msgid "Xm driver only supports adding disk or network devices"
msgstr ""
#: src/xen/xm_internal.c:1476
msgid "block peeking not implemented"
msgstr ""
#: src/xen/xm_internal.c:1514
#, c-format
msgid "cannot check link %s points to config %s"
msgstr "impossibile controllare il link %s punta alla configurazione %s"
#: src/xen/xm_internal.c:1544
#, c-format
msgid "failed to create link %s to %s"
msgstr "impossibile creare il link %s a %s"
#: src/xen/xm_internal.c:1552
#, c-format
msgid "failed to remove link %s"
msgstr "Impossibile rimuovere il link %s"
#: src/xen/xs_internal.c:243
msgid "failed to connect to Xen Store"
msgstr "impossibile connettersi allo Xen Store"
#: src/xen/xs_internal.c:267
msgid "adding watch @releaseDomain"
msgstr "aggiunta orologio @releaseDomain"
#: src/xen/xs_internal.c:276
msgid "adding watch @introduceDomain"
msgstr "aggiunta orologio @introduceDomain"
#: src/xen/xs_internal.c:1086
msgid "watch already tracked"
msgstr "orologio già tracciato"
#: src/xenapi/xenapi_driver.c:118
msgid "Server name not in URI"
msgstr ""
#: src/xenapi/xenapi_driver.c:124
msgid "Authentication Credentials not found"
msgstr ""
#: src/xenapi/xenapi_driver.c:168
msgid "Capabilities not found"
msgstr ""
#: src/xenapi/xenapi_driver.c:174
#, fuzzy
msgid "Failed to create XML conf object"
msgstr "Impossibile creare XML"
#: src/xenapi/xenapi_driver.c:195
msgid "Failed to allocate xen session"
msgstr ""
#: src/xenapi/xenapi_driver.c:324
msgid "Couldn't parse version info"
msgstr ""
#: src/xenapi/xenapi_driver.c:332
msgid "Couldn't get version info"
msgstr ""
#: src/xenapi/xenapi_driver.c:401
msgid "Unable to get host metric Information"
msgstr ""
#: src/xenapi/xenapi_driver.c:423
msgid "Unable to get Host CPU set"
msgstr ""
#: src/xenapi/xenapi_driver.c:445
msgid "Capabilities not available"
msgstr ""
#: src/xenapi/xenapi_driver.c:475
msgid "DomainID can't fit in 32 bits"
msgstr ""
#: src/xenapi/xenapi_driver.c:551
msgid "Domain Pointer is invalid"
msgstr ""
#: src/xenapi/xenapi_driver.c:604 src/xenapi/xenapi_driver.c:646
msgid "Domain Pointer not valid"
msgstr ""
#: src/xenapi/xenapi_driver.c:681 src/xenapi/xenapi_driver.c:728
#: src/xenapi/xenapi_driver.c:763 src/xenapi/xenapi_driver.c:801
#: src/xenapi/xenapi_driver.c:845 src/xenapi/xenapi_driver.c:888
#: src/xenapi/xenapi_driver.c:936 src/xenapi/xenapi_driver.c:971
#: src/xenapi/xenapi_driver.c:1002 src/xenapi/xenapi_driver.c:1039
#: src/xenapi/xenapi_driver.c:1094 src/xenapi/xenapi_driver.c:1138
#: src/xenapi/xenapi_driver.c:1182 src/xenapi/xenapi_driver.c:1249
#: src/xenapi/xenapi_driver.c:1308 src/xenapi/xenapi_driver.c:1366
#: src/xenapi/xenapi_driver.c:1640 src/xenapi/xenapi_driver.c:1737
#: src/xenapi/xenapi_driver.c:1779 src/xenapi/xenapi_driver.c:1825
msgid "Domain name is not unique"
msgstr ""
#: src/xenapi/xenapi_driver.c:702
msgid "Couldn't get the Domain Pointer"
msgstr ""
#: src/xenapi/xenapi_driver.c:1233
msgid "Couldn't fetch Domain Information"
msgstr ""
#: src/xenapi/xenapi_driver.c:1238
msgid "Couldn't fetch Node Information"
msgstr ""
#: src/xenapi/xenapi_driver.c:1522
msgid "Unable to parse given mac address"
msgstr ""
#: src/xenapi/xenapi_driver.c:1574
msgid "Couldn't get VM record"
msgstr ""
#: src/xenapi/xenapi_driver.c:1702
msgid "Couldn't get VM information from XML"
msgstr ""
#: src/xenapi/xenapi_driver.c:1876
msgid "Couldn't get host metrics - memory information"
msgstr ""
#: src/xenapi/xenapi_driver.c:1882
msgid "Couldn't get host metrics"
msgstr ""
#: src/xenapi/xenapi_utils.c:109
msgid "Query parameter 'no_verify' has unexpected value (should be 0 or 1)"
msgstr ""
#: src/xenxs/xen_sxpr.c:61 src/xenxs/xen_sxpr.c:1145
msgid "domain information incomplete, missing id"
msgstr "informazioni del dominio incomplete, id mancante"
#: src/xenxs/xen_sxpr.c:98
msgid "domain information incomplete, missing HVM loader"
msgstr "informazioni del dominio incomplete, loader HVM mancante"
#: src/xenxs/xen_sxpr.c:158
msgid "domain information incomplete, missing kernel & bootloader"
msgstr "informazioni del dominio incomplete, kernel & bootloader mancante"
#: src/xenxs/xen_sxpr.c:209
#, c-format
msgid "unknown chr device type '%s'"
msgstr "Tipo di dispositivo a caratteri sconosciuto '%s'"
#: src/xenxs/xen_sxpr.c:235 src/xenxs/xen_sxpr.c:265 src/xenxs/xen_sxpr.c:283
msgid "malformed char device string"
msgstr "stringa del dispositivo a caratteri malformata"
#: src/xenxs/xen_sxpr.c:387
msgid "domain information incomplete, vbd has no dev"
msgstr "informazioni del dominio incomplete, vbd non presenta dev"
#: src/xenxs/xen_sxpr.c:398
msgid "domain information incomplete, vbd has no src"
msgstr "informazioni del dominio incomplete, vbd non presenta src"
#: src/xenxs/xen_sxpr.c:407
msgid "cannot parse vbd filename, missing driver name"
msgstr "impossibile analizzare il filename vbd, nome del driver mancante"
#: src/xenxs/xen_sxpr.c:421 src/xenxs/xen_xm.c:546
#, c-format
msgid "Driver name %s too big for destination"
msgstr ""
#: src/xenxs/xen_sxpr.c:436
msgid "cannot parse vbd filename, missing driver type"
msgstr "impossibile analizzare il filename vbd, tipo di driver mancante"
#: src/xenxs/xen_sxpr.c:450 src/xenxs/xen_xm.c:574
#, c-format
msgid "Unknown driver type %s"
msgstr ""
#: src/xenxs/xen_sxpr.c:612 src/xenxs/xen_xm.c:752
#, c-format
msgid "malformed mac address '%s'"
msgstr "indirizzo mac malformato '%s'"
#: src/xenxs/xen_sxpr.c:699
#, c-format
msgid "Sound model %s too big for destination"
msgstr ""
#: src/xenxs/xen_sxpr.c:921
#, c-format
msgid "unknown graphics type '%s'"
msgstr "tipo di grafica sconosciuta '%s'"
#: src/xenxs/xen_sxpr.c:1046
msgid "missing PCI domain"
msgstr ""
#: src/xenxs/xen_sxpr.c:1051
msgid "missing PCI bus"
msgstr ""
#: src/xenxs/xen_sxpr.c:1056
msgid "missing PCI slot"
msgstr ""
#: src/xenxs/xen_sxpr.c:1061
msgid "missing PCI func"
msgstr ""
#: src/xenxs/xen_sxpr.c:1067
#, c-format
msgid "cannot parse PCI domain '%s'"
msgstr ""
#: src/xenxs/xen_sxpr.c:1072
#, c-format
msgid "cannot parse PCI bus '%s'"
msgstr ""
#: src/xenxs/xen_sxpr.c:1077
#, c-format
msgid "cannot parse PCI slot '%s'"
msgstr ""
#: src/xenxs/xen_sxpr.c:1082
#, c-format
msgid "cannot parse PCI func '%s'"
msgstr ""
#: src/xenxs/xen_sxpr.c:1210
#, c-format
msgid "invalid CPU mask %s"
msgstr "maschera CPU non valida %s"
#: src/xenxs/xen_sxpr.c:1224 src/xenxs/xen_sxpr.c:1234
#: src/xenxs/xen_sxpr.c:1244
#, c-format
msgid "unknown lifecycle type %s"
msgstr "tipo di ciclo vita sconosciuto %s"
#: src/xenxs/xen_sxpr.c:1270 src/xenxs/xen_sxpr.c:1312
#, c-format
msgid "unknown localtime offset %s"
msgstr ""
#: src/xenxs/xen_sxpr.c:1580 src/xenxs/xen_sxpr.c:1639
#, c-format
msgid "unexpected graphics type %d"
msgstr "tipo di grafica inaspettata %d"
#: src/xenxs/xen_sxpr.c:1693
msgid "unexpected chr device type"
msgstr "tipo carattere dispositivo inatteso"
#: src/xenxs/xen_sxpr.c:1749
#, c-format
msgid "unsupported chr device type '%s'"
msgstr ""
#: src/xenxs/xen_sxpr.c:1788
#, c-format
msgid "Cannot directly attach floppy %s"
msgstr "Impossibile collegare direttamente il floppy %s"
#: src/xenxs/xen_sxpr.c:1800
#, c-format
msgid "Cannot directly attach CDROM %s"
msgstr "Impossibile collegare direttamente il CDROM %s"
#: src/xenxs/xen_sxpr.c:1865 src/xenxs/xen_xm.c:1234
#, c-format
msgid "unsupported disk type %s"
msgstr ""
#: src/xenxs/xen_sxpr.c:1922 src/xenxs/xen_xm.c:1384
#, c-format
msgid "unsupported network type %d"
msgstr "tipo di rete non supportata %d"
#: src/xenxs/xen_sxpr.c:1971 src/xenxs/xen_xm.c:1372
#, c-format
msgid "network %s is not active"
msgstr ""
#: src/xenxs/xen_sxpr.c:2073 src/xenxs/xen_sxpr.c:2133
msgid "managed PCI devices not supported with XenD"
msgstr ""
#: src/xenxs/xen_sxpr.c:2280 src/xenxs/xen_sxpr.c:2287
#: src/xenxs/xen_sxpr.c:2294
#, c-format
msgid "unexpected lifecycle value %d"
msgstr "valore ciclo vita inatteso %d"
#: src/xenxs/xen_sxpr.c:2312
msgid "no HVM domain loader"
msgstr "loader di dominio HVM non presente"
#: src/xenxs/xen_sxpr.c:2502 src/xenxs/xen_sxpr.c:2542
#: src/xenxs/xen_sxpr.c:2558 src/xenxs/xen_xm.c:1685 src/xenxs/xen_xm.c:1718
#: src/xenxs/xen_xm.c:1735
#, c-format
msgid "unsupported clock offset='%s'"
msgstr ""
#: src/xenxs/xen_sxpr.c:2525 src/xenxs/xen_sxpr.c:2534 src/xenxs/xen_xm.c:1701
#: src/xenxs/xen_xm.c:1710
msgid "unsupported clock adjustment='reset'"
msgstr ""
#: src/xenxs/xen_xm.c:61 src/xenxs/xen_xm.c:88 src/xenxs/xen_xm.c:93
#: src/xenxs/xen_xm.c:120 src/xenxs/xen_xm.c:125 src/xenxs/xen_xm.c:147
#, c-format
msgid "config value %s was malformed"
msgstr "il valore di configurazione %s era malformato"
#: src/xenxs/xen_xm.c:168 src/xenxs/xen_xm.c:181
#, c-format
msgid "config value %s was missing"
msgstr "il valore di configurazione %s era mancante"
#: src/xenxs/xen_xm.c:174
#, c-format
msgid "config value %s was not a string"
msgstr "il valore di config %s non è una stringa"
#: src/xenxs/xen_xm.c:213
msgid "Arguments must be non null"
msgstr ""
#: src/xenxs/xen_xm.c:229
#, c-format
msgid "config value %s not a string"
msgstr ""
#: src/xenxs/xen_xm.c:235
#, c-format
msgid "%s can't be empty"
msgstr ""
#: src/xenxs/xen_xm.c:241
#, c-format
msgid "%s not parseable"
msgstr ""
#: src/xenxs/xen_xm.c:381
#, c-format
msgid "unexpected value %s for on_poweroff"
msgstr "valore inatteso per on_poweroff %s"
#: src/xenxs/xen_xm.c:389
#, c-format
msgid "unexpected value %s for on_reboot"
msgstr "valore inatteso per on_reboot %s"
#: src/xenxs/xen_xm.c:397
#, c-format
msgid "unexpected value %s for on_crash"
msgstr "valore inatteso per on_xend_start %s"
#: src/xenxs/xen_xm.c:511
#, c-format
msgid "Source file %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:530
#, c-format
msgid "Dest file %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:690
#, c-format
msgid "MAC address %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:698
#, c-format
msgid "Bridge %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:719
#, c-format
msgid "Type %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:726
#, c-format
msgid "Vifname %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:734
#, c-format
msgid "IP %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:832
#, c-format
msgid "Domain %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:842
#, c-format
msgid "Bus %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:852
#, c-format
msgid "Slot %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:862
#, c-format
msgid "Function %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:988
#, c-format
msgid "VFB %s too big for destination"
msgstr ""
#: src/xenxs/xen_xm.c:1167
#, c-format
msgid "failed to store %lld to %s"
msgstr ""
#: src/xenxs/xen_xm.c:1747 src/xenxs/xen_xm.c:1756 src/xenxs/xen_xm.c:1765
#, c-format
msgid "unexpected lifecycle action %d"
msgstr "azione ciclo di vita inattesa %d"
#: tools/console.c:310
#, c-format
msgid "unable to get tty attributes: %s"
msgstr ""
#: tools/console.c:320
#, c-format
msgid "unable to set tty attributes: %s"
msgstr ""
#: tools/console.c:397
msgid "unable to wait on console condition"
msgstr ""
#: tools/libvirt-guests.sh.in:76
#, sh-format
msgid "Can't connect to $uri. Skipping."
msgstr ""
#: tools/libvirt-guests.sh.in:140
msgid "libvirt-guests is configured not to start any guests on boot"
msgstr ""
#: tools/libvirt-guests.sh.in:162
#, sh-format
msgid "Ignoring guests on $uri URI"
msgstr ""
#: tools/libvirt-guests.sh.in:168
#, sh-format
msgid "Resuming guests on $uri URI..."
msgstr ""
#: tools/libvirt-guests.sh.in:171
#, sh-format
msgid "Resuming guest $name: "
msgstr ""
#: tools/libvirt-guests.sh.in:174
msgid "already active"
msgstr ""
#: tools/libvirt-guests.sh.in:183 tools/libvirt-guests.sh.in:224
msgid "done"
msgstr ""
#: tools/libvirt-guests.sh.in:202
#, sh-format
msgid "Suspending $name: "
msgstr ""
#: tools/libvirt-guests.sh.in:236 tools/libvirt-guests.sh.in:285
#, sh-format
msgid "Starting shutdown on guest: $name"
msgstr ""
#: tools/libvirt-guests.sh.in:243
#, sh-format
msgid "Waiting for guest %s to shut down, %d seconds left\\n"
msgstr ""
#: tools/libvirt-guests.sh.in:246
#, sh-format
msgid "Waiting for guest %s to shut down\\n"
msgstr ""
#: tools/libvirt-guests.sh.in:268
#, sh-format
msgid "Shutdown of guest $name failed to complete in time."
msgstr ""
#: tools/libvirt-guests.sh.in:270 tools/libvirt-guests.sh.in:335
#, sh-format
msgid "Shutdown of guest $name complete."
msgstr ""
#: tools/libvirt-guests.sh.in:309
#, sh-format
msgid "Failed to determine state of guest: $guest. Not tracking it anymore."
msgstr ""
#: tools/libvirt-guests.sh.in:352
#, sh-format
msgid "Waiting for %d guests to shut down, %d seconds left\\n"
msgstr ""
#: tools/libvirt-guests.sh.in:355
#, sh-format
msgid "Waiting for %d guests to shut down\\n"
msgstr ""
#: tools/libvirt-guests.sh.in:380
#, sh-format
msgid "Timeout expired while shutting down domains"
msgstr ""
#: tools/libvirt-guests.sh.in:407
msgid "SHUTDOWN_TIMEOUT must be equal or greater than 0"
msgstr ""
#: tools/libvirt-guests.sh.in:421
#, sh-format
msgid "Running guests on $uri URI: "
msgstr ""
#: tools/libvirt-guests.sh.in:433
msgid "no running guests."
msgstr ""
#: tools/libvirt-guests.sh.in:444
#, sh-format
msgid "Not suspending transient guests on URI: $uri: "
msgstr ""
#: tools/libvirt-guests.sh.in:455
#, sh-format
msgid "Failed to list persistent guests on $uri"
msgstr ""
#: tools/libvirt-guests.sh.in:462
msgid "Failed to list transient guests"
msgstr ""
#: tools/libvirt-guests.sh.in:479
#, sh-format
msgid "Suspending guests on $uri URI..."
msgstr ""
#: tools/libvirt-guests.sh.in:481
#, sh-format
msgid "Shutting down guests on $uri URI..."
msgstr ""
#: tools/libvirt-guests.sh.in:522
msgid "stopped, with saved guests"
msgstr ""
#: tools/libvirt-guests.sh.in:526
msgid "started"
msgstr ""
#: tools/libvirt-guests.sh.in:528
msgid "stopped, with no saved guests"
msgstr ""
#: tools/libvirt-guests.sh.in:538
#, sh-format
msgid ""
"Usage: $program_name {start|stop|status|restart|condrestart|try-restart|"
"reload|force-reload|gueststatus|shutdown}"
msgstr ""
#: tools/virsh.c:101 tools/virsh.c:115
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr "%s: %d: impossibile allocare %d byte"
#: tools/virsh.c:129
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr "%s: %d: impossibile allocare %lu bytes"
#: tools/virsh.c:334
msgid "Failed to reconnect to the hypervisor"
msgstr ""
#: tools/virsh.c:336
msgid "failed to connect to the hypervisor"
msgstr "impossibile collegarsi all'hypervisor"
#: tools/virsh.c:340
msgid "Unable to register disconnect callback"
msgstr ""
#: tools/virsh.c:342
msgid "Reconnected to the hypervisor"
msgstr ""
#. TRANSLATORS: For now, we aren't using LC_MESSAGES, and the user
#. * choices really are limited to just 'y', 'n', 'f' and '?'
#: tools/virsh.c:393
msgid "Try again? [y,n,f,?]:"
msgstr ""
#: tools/virsh.c:399
msgid "y - yes, start editor again"
msgstr ""
#: tools/virsh.c:400
msgid "n - no, throw away my changes"
msgstr ""
#: tools/virsh.c:401
msgid "f - force, try to redefine again"
msgstr ""
#: tools/virsh.c:402
msgid "? - print this help"
msgstr ""
#: tools/virsh.c:419
msgid "This function is not supported on WIN32 platform"
msgstr ""
#: tools/virsh.c:443
msgid "print help"
msgstr "stampa aiuto"
#: tools/virsh.c:446
msgid ""
"Prints global help, command specific help, or help for a\n"
" group of related commands"
msgstr ""
#: tools/virsh.c:455
msgid ""
"Prints global help, command specific help, or help for a group of related "
"commands"
msgstr ""
#: tools/virsh.c:469
msgid ""
"Grouped commands:\n"
"\n"
msgstr ""
#: tools/virsh.c:472 tools/virsh.c:1094
#, c-format
msgid " %s (help keyword '%s'):\n"
msgstr ""
#: tools/virsh.c:493
#, c-format
msgid "command or command group '%s' doesn't exist"
msgstr ""
#: tools/virsh.c:582
msgid "Failed to complete tree listing"
msgstr ""
#: tools/virsh.c:604
#, c-format
msgid "mkostemps: failed to create temporary file: %s"
msgstr ""
#: tools/virsh.c:611
#, c-format
msgid "write: %s: failed to write to temporary file: %s"
msgstr "write: %s: impossibile scrivere il file temporaneo: %s"
#: tools/virsh.c:619
#, c-format
msgid "close: %s: failed to write or close temporary file: %s"
msgstr "close: %s: impossibile scrivere o chiudere il file temporaneo: %s"
#: tools/virsh.c:660
#, c-format
msgid ""
"%s: temporary filename contains shell meta or other unacceptable characters "
"(is $TMPDIR wrong?)"
msgstr ""
"%s: il nome file temporaneo contiene meta shell o altri caratteri non "
"accettabili ($TMPDIR è sbagliata?)"
#: tools/virsh.c:694
#, c-format
msgid "%s: failed to read temporary file: %s"
msgstr "%s: impossibile leggere il file temporaneo: %s"
#: tools/virsh.c:707
msgid "change the current directory"
msgstr ""
#: tools/virsh.c:710
msgid "Change the current directory."
msgstr ""
#: tools/virsh.c:718
msgid "directory to switch to (default: home or else root)"
msgstr ""
#: tools/virsh.c:732
msgid "cd: command valid only in interactive mode"
msgstr ""
#: tools/virsh.c:743
#, c-format
msgid "cd: %s: %s"
msgstr ""
#: tools/virsh.c:757
msgid "print the current directory"
msgstr ""
#: tools/virsh.c:760
msgid "Print the current directory."
msgstr ""
#: tools/virsh.c:774
#, c-format
msgid "pwd: cannot get current directory: %s"
msgstr ""
#: tools/virsh.c:778 tools/virsh-domain.c:6293
#, c-format
msgid "%s\n"
msgstr ""
#: tools/virsh.c:790
msgid "echo arguments"
msgstr ""
#: tools/virsh.c:793
msgid "Echo back arguments, possibly with quoting."
msgstr ""
#: tools/virsh.c:801
msgid "escape for shell use"
msgstr ""
#: tools/virsh.c:805
msgid "escape for XML use"
msgstr ""
#: tools/virsh.c:813
msgid "arguments to echo"
msgstr ""
#: tools/virsh.c:848 tools/virsh.c:865 tools/virsh-domain.c:604
#: tools/virsh-domain.c:841 tools/virsh-pool.c:278 tools/virsh-volume.c:281
#: tools/virsh-volume.c:559
msgid "Failed to allocate XML buffer"
msgstr "Impossibile assegnare il buffer XML"
#: tools/virsh.c:880
msgid "quit this interactive terminal"
msgstr "abbandona questo terminale interattivo"
#: tools/virsh.c:971
msgid "print help for this function"
msgstr ""
#: tools/virsh.c:992
#, c-format
msgid "option --%s already seen"
msgstr ""
#: tools/virsh.c:1002
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr "il comando '%s' non supporta l'opzione --%s"
#: tools/virsh.c:1047
#, c-format
msgid "command '%s' requires <%s> option"
msgstr "il comando '%s' richiede l'opzione <%s>"
#: tools/virsh.c:1048
#, c-format
msgid "command '%s' requires --%s option"
msgstr "il comando '%s' richiede l'opzione --%s"
#: tools/virsh.c:1091
#, c-format
msgid "command group '%s' doesn't exist"
msgstr ""
#: tools/virsh.c:1112
#, c-format
msgid "command '%s' doesn't exist"
msgstr "il comando '%s' non esiste"
#: tools/virsh.c:1124 tools/virsh.c:1782
#, c-format
msgid "internal error: bad options in command: '%s'"
msgstr ""
#: tools/virsh.c:1129
msgid " NAME\n"
msgstr " NOME\n"
#: tools/virsh.c:1132
msgid ""
"\n"
" SYNOPSIS\n"
msgstr ""
"\n"
" SOMMARIO\n"
#: tools/virsh.c:1145
#, c-format
msgid "[--%s <number>]"
msgstr "[--%s <number>]"
#: tools/virsh.c:1151
#, c-format
msgid "[--%s <string>]"
msgstr "[--%s <string>]"
#: tools/virsh.c:1164
#, c-format
msgid "{[--%s] <string>}..."
msgstr ""
#: tools/virsh.c:1165
#, c-format
msgid "[[--%s] <string>]..."
msgstr ""
#: tools/virsh.c:1167
#, c-format
msgid "<%s>..."
msgstr ""
#: tools/virsh.c:1168
#, c-format
msgid "[<%s>]..."
msgstr ""
#: tools/virsh.c:1183
msgid ""
"\n"
" DESCRIPTION\n"
msgstr ""
"\n"
" DESCRIZIONE\n"
#: tools/virsh.c:1189
msgid ""
"\n"
" OPTIONS\n"
msgstr ""
"\n"
" OPZIONI\n"
#: tools/virsh.c:1197
#, c-format
msgid "[--%s] <number>"
msgstr ""
#: tools/virsh.c:1198
#, c-format
msgid "--%s <number>"
msgstr "--%s <number>"
#: tools/virsh.c:1202
#, c-format
msgid "--%s <string>"
msgstr "--%s <string>"
#: tools/virsh.c:1205 tools/virsh.c:1210
#, c-format
msgid "[--%s] <string>"
msgstr ""
#: tools/virsh.c:1210
#, c-format
msgid "<%s>"
msgstr ""
#: tools/virsh.c:1458
msgid "Mandatory option not present"
msgstr ""
#: tools/virsh.c:1461
msgid "Programming error: Invalid option name"
msgstr ""
#: tools/virsh.c:1464
msgid "Programming error: Requested option is a boolean"
msgstr ""
#: tools/virsh.c:1467
msgid "Option argument is empty"
msgstr ""
#: tools/virsh.c:1470
#, c-format
msgid "Failed to get option '%s': %s"
msgstr ""
#: tools/virsh.c:1630
#, c-format
msgid "internal error: virsh %s: no %s VSH_OT_DATA option"
msgstr "errore interno: virsh %s: nessun %s VSH_OT_DATA opzione"
#: tools/virsh.c:1640
msgid "no valid connection"
msgstr "nessuna connessione valida"
#: tools/virsh.c:1705
#, c-format
msgid ""
"\n"
"(Time: %.3f ms)\n"
"\n"
msgstr ""
"\n"
"(Durata: %.3f ms)\n"
"\n"
#: tools/virsh.c:1776
#, c-format
msgid "unknown command: '%s'"
msgstr "comando sconosciuto: '%s'"
#: tools/virsh.c:1818
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr "sintassi prevista: --%s <%s>"
#: tools/virsh.c:1821
msgid "number"
msgstr "numero"
#: tools/virsh.c:1821
msgid "string"
msgstr "stringa"
#: tools/virsh.c:1829
#, c-format
msgid "invalid '=' after option --%s"
msgstr ""
#: tools/virsh.c:1845
#, c-format
msgid "unexpected data '%s'"
msgstr "dato inaspettato '%s'"
#: tools/virsh.c:1867
msgid "optdata"
msgstr ""
#: tools/virsh.c:1867
msgid "bool"
msgstr ""
#: tools/virsh.c:1868
msgid "(none)"
msgstr ""
#: tools/virsh.c:2003
msgid "dangling \\"
msgstr ""
#: tools/virsh.c:2016
msgid "missing \""
msgstr "\" mancanti"
#: tools/virsh.c:2100 tools/virsh-domain-monitor.c:1234
#: tools/virsh-domain-monitor.c:1247 tools/virsh-network.c:377
#: tools/virsh-network.c:383 tools/virsh-network.c:388
#: tools/virsh-network.c:705 tools/virsh-network.c:711 tools/virsh-pool.c:1057
#: tools/virsh-pool.c:1068 tools/virsh-pool.c:1551 tools/virsh-pool.c:1557
#: tools/virsh-snapshot.c:944 tools/virsh-snapshot.c:1029
msgid "yes"
msgstr ""
#: tools/virsh.c:2100 tools/virsh-domain-monitor.c:1234
#: tools/virsh-domain-monitor.c:1247 tools/virsh-network.c:377
#: tools/virsh-network.c:383 tools/virsh-network.c:388
#: tools/virsh-network.c:705 tools/virsh-network.c:711 tools/virsh-pool.c:1057
#: tools/virsh-pool.c:1068 tools/virsh-pool.c:1551 tools/virsh-pool.c:1557
#: tools/virsh-snapshot.c:944 tools/virsh-snapshot.c:1029
msgid "no"
msgstr ""
#: tools/virsh.c:2108
#, c-format
msgid "unimplemented parameter type %d"
msgstr ""
#: tools/virsh.c:2183
msgid "error: "
msgstr "errore: "
#: tools/virsh.c:2236
msgid "VIRSH_DEBUG not set with a valid numeric value"
msgstr ""
#: tools/virsh.c:2302
msgid "failed to get the log file information"
msgstr "impossibile ottenere informazioni sul file di log"
#: tools/virsh.c:2307
msgid "the log path is not a file"
msgstr "il percorso del log non è un file"
#: tools/virsh.c:2315
msgid "failed to open the log file. check the log file path"
msgstr ""
"impossibile aprire il file di log. controllare il percorso del file di log"
#: tools/virsh.c:2397
msgid "failed to write the log file"
msgstr "errore nella scrittura del file di log"
#: tools/virsh.c:2414
#, c-format
msgid "%s: failed to write log file: %s"
msgstr "%s: impossibile scrivere il file di log: %s"
#: tools/virsh.c:2563
msgid "Could not determine home directory"
msgstr ""
#: tools/virsh.c:2593
#, c-format
msgid "Failed to create '%s': %s"
msgstr ""
#: tools/virsh.c:2664 tools/virsh-host.c:106
#, c-format
msgid "Failed to disconnect from the hypervisor, %d leaked reference(s)"
msgstr ""
#: tools/virsh.c:2700
#, c-format
msgid ""
"\n"
"%s [options]... [<command_string>]\n"
"%s [options]... <command> [args...]\n"
"\n"
" options:\n"
" -c | --connect=URI hypervisor connection URI\n"
" -r | --readonly connect readonly\n"
" -d | --debug=NUM debug level [0-4]\n"
" -h | --help this help\n"
" -q | --quiet quiet mode\n"
" -t | --timing print timing information\n"
" -l | --log=FILE output logging to file\n"
" -v short version\n"
" -V long version\n"
" --version[=TYPE] version, TYPE is short or long (default short)\n"
" -e | --escape <char> set escape sequence for console\n"
"\n"
" commands (non interactive mode):\n"
"\n"
msgstr ""
#: tools/virsh.c:2717
#, c-format
msgid " %s (help keyword '%s')\n"
msgstr ""
#: tools/virsh.c:2730
msgid ""
"\n"
" (specify help <group> for details about the commands in the group)\n"
msgstr ""
#: tools/virsh.c:2732
msgid ""
"\n"
" (specify help <command> for details about the command)\n"
"\n"
msgstr ""
"\n"
" (specifica help <command> per informazioni sul comando)\n"
"\n"
#: tools/virsh.c:2743
#, c-format
msgid "Virsh command line tool of libvirt %s\n"
msgstr ""
#: tools/virsh.c:2744
#, c-format
msgid ""
"See web site at %s\n"
"\n"
msgstr ""
#: tools/virsh.c:2746
msgid "Compiled with support for:\n"
msgstr ""
#: tools/virsh.c:2747
msgid " Hypervisors:"
msgstr ""
#: tools/virsh.c:2789
msgid " Networking:"
msgstr ""
#: tools/virsh.c:2815
msgid " Storage:"
msgstr ""
#: tools/virsh.c:2845
msgid " Miscellaneous:"
msgstr ""
#: tools/virsh.c:2914
msgid "option -d takes a numeric argument"
msgstr ""
#: tools/virsh.c:2918
#, c-format
msgid "ignoring debug level %d out of range [%d-%d]"
msgstr ""
#: tools/virsh.c:2959
#, c-format
msgid "Invalid string '%s' for escape sequence"
msgstr ""
#: tools/virsh.c:2965
#, c-format
msgid "option '-%c' requires an argument"
msgstr ""
#: tools/virsh.c:2968
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr "opzione non supportata '-%c'. Consultare --help."
#: tools/virsh.c:2971
msgid "unknown option"
msgstr ""
#: tools/virsh.c:3073
msgid "Failed to initialize mutex"
msgstr ""
#: tools/virsh.c:3078
msgid "Failed to initialize libvirt"
msgstr ""
#: tools/virsh.c:3107
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
msgstr ""
"Benvenuti a %s, il terminale interattivo per la virtualizzazione.\n"
"\n"
#: tools/virsh.c:3110
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
"\n"
msgstr ""
"Digitate: 'help' per un aiuto sui comandi\n"
" 'quit' per uscire\n"
"\n"
#: tools/virsh.h:395
#, c-format
msgid "Options --%s and --%s are mutually exclusive"
msgstr ""
#: tools/virsh-domain-monitor.c:47
msgid "no error"
msgstr "nessun errore"
#: tools/virsh-domain-monitor.c:49
msgid "unspecified error"
msgstr "errore non specificato"
#: tools/virsh-domain-monitor.c:51
msgid "no space"
msgstr ""
#: tools/virsh-domain-monitor.c:94
msgid "Failed to retrieve domain XML"
msgstr "Errore nel recupero dell'XML del dominio"
#: tools/virsh-domain-monitor.c:99
msgid "Couldn't parse domain XML"
msgstr "Errore nel parsing dell'XML del dominio"
#: tools/virsh-domain-monitor.c:123
msgid "ok"
msgstr ""
#: tools/virsh-domain-monitor.c:125
msgid "background job"
msgstr ""
#: tools/virsh-domain-monitor.c:127
msgid "occupied"
msgstr ""
#: tools/virsh-domain-monitor.c:134 tools/virsh-domain-monitor.c:286
#: tools/virsh-domain-monitor.c:1232 tools/virsh-domain-monitor.c:1244
#: tools/virsh-network.c:381 tools/virsh-pool.c:1065 tools/virsh-pool.c:1080
#: tools/virsh-pool.c:1082 tools/virsh-pool.c:1083 tools/virsh-pool.c:1084
#: tools/virsh-pool.c:1549 tools/virsh-volume.c:997 tools/virsh-volume.c:1358
#: tools/virsh-volume.c:1365 tools/virsh-volume.c:1366
#: tools/virsh-volume.c:1367 tools/virsh-volume.c:1383
msgid "unknown"
msgstr ""
#: tools/virsh-domain-monitor.c:144 tools/virsh-domain.c:124
#: tools/virsh-pool.c:1099 tools/virsh-pool.c:1532
msgid "running"
msgstr "in esecuzione"
#: tools/virsh-domain-monitor.c:146 tools/virsh-domain.c:122
msgid "idle"
msgstr "vuoto"
#: tools/virsh-domain-monitor.c:148
msgid "paused"
msgstr "in pausa"
#: tools/virsh-domain-monitor.c:150
msgid "in shutdown"
msgstr "in arresto"
#: tools/virsh-domain-monitor.c:152
msgid "shut off"
msgstr "terminato"
#: tools/virsh-domain-monitor.c:154 tools/virsh-domain-monitor.c:251
msgid "crashed"
msgstr "interrotto con errore"
#: tools/virsh-domain-monitor.c:156
msgid "pmsuspended"
msgstr ""
#: tools/virsh-domain-monitor.c:161 tools/virsh-domain.c:128
msgid "no state"
msgstr "nessuno stato"
#: tools/virsh-domain-monitor.c:179
msgid "booted"
msgstr ""
#: tools/virsh-domain-monitor.c:181 tools/virsh-domain-monitor.c:253
msgid "migrated"
msgstr ""
#: tools/virsh-domain-monitor.c:183
msgid "restored"
msgstr ""
#: tools/virsh-domain-monitor.c:185 tools/virsh-domain-monitor.c:223
#: tools/virsh-domain-monitor.c:259
msgid "from snapshot"
msgstr ""
#: tools/virsh-domain-monitor.c:187
msgid "unpaused"
msgstr ""
#: tools/virsh-domain-monitor.c:189
msgid "migration canceled"
msgstr ""
#: tools/virsh-domain-monitor.c:191
msgid "save canceled"
msgstr ""
#: tools/virsh-domain-monitor.c:193
msgid "event wakeup"
msgstr ""
#: tools/virsh-domain-monitor.c:211 tools/virsh-domain-monitor.c:237
msgid "user"
msgstr ""
#: tools/virsh-domain-monitor.c:213
msgid "migrating"
msgstr ""
#: tools/virsh-domain-monitor.c:215
msgid "saving"
msgstr ""
#: tools/virsh-domain-monitor.c:217
msgid "dumping"
msgstr ""
#: tools/virsh-domain-monitor.c:219
msgid "I/O error"
msgstr ""
#: tools/virsh-domain-monitor.c:221
msgid "watchdog"
msgstr ""
#: tools/virsh-domain-monitor.c:225
msgid "shutting down"
msgstr ""
#: tools/virsh-domain-monitor.c:227
msgid "creating snapshot"
msgstr ""
#: tools/virsh-domain-monitor.c:247
msgid "shutdown"
msgstr ""
#: tools/virsh-domain-monitor.c:249
msgid "destroyed"
msgstr ""
#: tools/virsh-domain-monitor.c:255 tools/virsh-domain-monitor.c:1805
#: tools/virsh-domain-monitor.c:1812
msgid "saved"
msgstr ""
#: tools/virsh-domain-monitor.c:257
msgid "failed"
msgstr ""
#: tools/virsh-domain-monitor.c:294
msgid "get memory statistics for a domain"
msgstr ""
#: tools/virsh-domain-monitor.c:297
msgid "Get memory statistics for a running domain."
msgstr "Determina statistiche sulla memoria di un dominio in esecuzione."
#: tools/virsh-domain-monitor.c:306 tools/virsh-domain-monitor.c:369
#: tools/virsh-domain-monitor.c:424 tools/virsh-domain-monitor.c:538
#: tools/virsh-domain-monitor.c:643 tools/virsh-domain-monitor.c:784
#: tools/virsh-domain-monitor.c:837 tools/virsh-domain-monitor.c:1020
#: tools/virsh-domain-monitor.c:1162 tools/virsh-domain-monitor.c:1304
#: tools/virsh-domain.c:169 tools/virsh-domain.c:248 tools/virsh-domain.c:656
#: tools/virsh-domain.c:889 tools/virsh-domain.c:945 tools/virsh-domain.c:1172
#: tools/virsh-domain.c:1440 tools/virsh-domain.c:1615
#: tools/virsh-domain.c:1817 tools/virsh-domain.c:1915
#: tools/virsh-domain.c:2081 tools/virsh-domain.c:2151
#: tools/virsh-domain.c:2248 tools/virsh-domain.c:2442
#: tools/virsh-domain.c:2634 tools/virsh-domain.c:2680
#: tools/virsh-domain.c:2764 tools/virsh-domain.c:3295
#: tools/virsh-domain.c:3740 tools/virsh-domain.c:3860
#: tools/virsh-domain.c:3919 tools/virsh-domain.c:4249
#: tools/virsh-domain.c:4379 tools/virsh-domain.c:4526
#: tools/virsh-domain.c:4569 tools/virsh-domain.c:4655
#: tools/virsh-domain.c:4736 tools/virsh-domain.c:4779
#: tools/virsh-domain.c:4991 tools/virsh-domain.c:5067
#: tools/virsh-domain.c:5289 tools/virsh-domain.c:5398
#: tools/virsh-domain.c:5677 tools/virsh-domain.c:5878
#: tools/virsh-domain.c:6204 tools/virsh-domain.c:6502
#: tools/virsh-domain.c:6559 tools/virsh-domain.c:6738
#: tools/virsh-domain.c:6776 tools/virsh-domain.c:6876
#: tools/virsh-domain.c:6991 tools/virsh-domain.c:7093
#: tools/virsh-domain.c:7199 tools/virsh-domain.c:7403
#: tools/virsh-domain.c:7555 tools/virsh-domain.c:7705
#: tools/virsh-domain.c:7812 tools/virsh-domain.c:7942
#: tools/virsh-domain.c:8306 tools/virsh-domain.c:8528
#: tools/virsh-domain.c:8582 tools/virsh-domain.c:8644
#: tools/virsh-domain.c:8696 tools/virsh-domain.c:8740
#: tools/virsh-domain.c:8922 tools/virsh-domain.c:8995
#: tools/virsh-domain.c:9055 tools/virsh-domain.c:9220
#: tools/virsh-domain.c:9299 tools/virsh-domain.c:9383
#: tools/virsh-domain.c:9762 tools/virsh-domain.c:9852
#: tools/virsh-domain.c:9912 tools/virsh-domain.c:10074
#: tools/virsh-snapshot.c:128 tools/virsh-snapshot.c:337
#: tools/virsh-snapshot.c:529 tools/virsh-snapshot.c:651
#: tools/virsh-snapshot.c:887 tools/virsh-snapshot.c:1444
#: tools/virsh-snapshot.c:1707 tools/virsh-snapshot.c:1775
#: tools/virsh-snapshot.c:1843 tools/virsh-snapshot.c:1936
msgid "domain name, id or uuid"
msgstr "nome del dominio, id o uuid"
#: tools/virsh-domain-monitor.c:324
#, c-format
msgid "Failed to get memory statistics for domain %s"
msgstr ""
#: tools/virsh-domain-monitor.c:357
msgid "domain block device size information"
msgstr ""
#: tools/virsh-domain-monitor.c:360
msgid "Get block device size info for a domain."
msgstr ""
#: tools/virsh-domain-monitor.c:374 tools/virsh-domain-monitor.c:842
#: tools/virsh-domain.c:950
msgid "block device"
msgstr "dispositivo a blocchi"
#: tools/virsh-domain-monitor.c:396 tools/virsh-pool.c:1562
#: tools/virsh-volume.c:1001
msgid "Capacity:"
msgstr "Capacità:"
#: tools/virsh-domain-monitor.c:397 tools/virsh-pool.c:1565
#: tools/virsh-volume.c:1004
msgid "Allocation:"
msgstr "Allocazione:"
#: tools/virsh-domain-monitor.c:398
msgid "Physical:"
msgstr ""
#: tools/virsh-domain-monitor.c:412
msgid "list all domain blocks"
msgstr ""
#: tools/virsh-domain-monitor.c:415
msgid "Get the summary of block devices for a domain."
msgstr ""
#: tools/virsh-domain-monitor.c:428 tools/virsh-domain-monitor.c:542
msgid "get inactive rather than running configuration"
msgstr ""
#: tools/virsh-domain-monitor.c:432
msgid "additionally display the type and device value"
msgstr ""
#: tools/virsh-domain-monitor.c:472 tools/virsh-domain-monitor.c:578
#: tools/virsh-volume.c:1470 tools/virsh-volume.c:1510
msgid "Type"
msgstr ""
#: tools/virsh-domain-monitor.c:473
msgid "Device"
msgstr ""
#: tools/virsh-domain-monitor.c:473 tools/virsh-domain-monitor.c:475
msgid "Target"
msgstr ""
#: tools/virsh-domain-monitor.c:473 tools/virsh-domain-monitor.c:475
#: tools/virsh-domain-monitor.c:579
msgid "Source"
msgstr ""
#: tools/virsh-domain-monitor.c:529
msgid "list all domain virtual interfaces"
msgstr ""
#: tools/virsh-domain-monitor.c:530
msgid "Get the summary of virtual interfaces for a domain."
msgstr ""
#: tools/virsh-domain-monitor.c:578
msgid "Interface"
msgstr ""
#: tools/virsh-domain-monitor.c:579
msgid "Model"
msgstr ""
#: tools/virsh-domain-monitor.c:579
msgid "MAC"
msgstr ""
#: tools/virsh-domain-monitor.c:631
msgid "get link state of a virtual interface"
msgstr ""
#: tools/virsh-domain-monitor.c:634
msgid "Get link state of a domain's virtual interface."
msgstr ""
#: tools/virsh-domain-monitor.c:648 tools/virsh-domain.c:2253
#: tools/virsh-domain.c:2447
msgid "interface device (MAC Address)"
msgstr ""
#: tools/virsh-domain-monitor.c:656
msgid "Get persistent interface state"
msgstr ""
#: tools/virsh-domain-monitor.c:690 tools/virsh-domain.c:2309
msgid "Failed to get domain description xml"
msgstr ""
#: tools/virsh-domain-monitor.c:697 tools/virsh-domain.c:2325
msgid "Failed to parse domain description xml"
msgstr ""
#: tools/virsh-domain-monitor.c:704 tools/virsh-domain.c:2332
msgid "Failed to extract interface information or no interfaces found"
msgstr ""
#: tools/virsh-domain-monitor.c:736
#, c-format
msgid "Interface (%s: %s) not found."
msgstr ""
#: tools/virsh-domain-monitor.c:772
msgid "domain control interface state"
msgstr ""
#: tools/virsh-domain-monitor.c:775
msgid "Returns state of a control interface to the domain."
msgstr ""
#: tools/virsh-domain-monitor.c:824
msgid "get device block stats for a domain"
msgstr "ottieni statistiche dei blocchi del dispositivo per un dominio"
#: tools/virsh-domain-monitor.c:827
msgid ""
"Get device block stats for a running domain. See man page or use --human for "
"explanation of fields"
msgstr ""
#: tools/virsh-domain-monitor.c:846
msgid "print a more human readable output"
msgstr ""
#: tools/virsh-domain-monitor.c:861
msgid "number of read operations:"
msgstr ""
#: tools/virsh-domain-monitor.c:863
msgid "number of bytes read:"
msgstr ""
#: tools/virsh-domain-monitor.c:865
msgid "number of write operations:"
msgstr ""
#: tools/virsh-domain-monitor.c:867
msgid "number of bytes written:"
msgstr ""
#: tools/virsh-domain-monitor.c:869
msgid "error count:"
msgstr ""
#: tools/virsh-domain-monitor.c:871
msgid "number of flush operations:"
msgstr ""
#: tools/virsh-domain-monitor.c:873
msgid "total duration of reads (ns):"
msgstr ""
#: tools/virsh-domain-monitor.c:875
msgid "total duration of writes (ns):"
msgstr ""
#: tools/virsh-domain-monitor.c:877
msgid "total duration of flushes (ns):"
msgstr ""
#: tools/virsh-domain-monitor.c:925 tools/virsh-domain-monitor.c:945
#, c-format
msgid "Failed to get block stats %s %s"
msgstr "Impossibile ottenere statistiche blocco di %s %s"
#: tools/virsh-domain-monitor.c:932 tools/virsh-domain-monitor.c:951
#, c-format
msgid "Device: %s\n"
msgstr ""
#: tools/virsh-domain-monitor.c:1008
msgid "get network interface stats for a domain"
msgstr "ottieni statistiche interfaccia di rete per un dominio"
#: tools/virsh-domain-monitor.c:1011
msgid "Get network interface stats for a running domain."
msgstr "Ottieni statistiche interfaccia di rete per un dominio."
#: tools/virsh-domain-monitor.c:1025
msgid "interface device"
msgstr "dispositivo dell'interfaccia"
#: tools/virsh-domain-monitor.c:1045
#, c-format
msgid "Failed to get interface stats %s %s"
msgstr "Impossibile ottenere statistiche sull'interfaccia %s %s"
#: tools/virsh-domain-monitor.c:1085
msgid "Show errors on block devices"
msgstr ""
#: tools/virsh-domain-monitor.c:1088
msgid "Show block device errors"
msgstr "Mostra errori dei dispositivi a blocchi"
#: tools/virsh-domain-monitor.c:1097
msgid "domain name, id, or uuid"
msgstr "nome dominio, id o uuid"
#: tools/virsh-domain-monitor.c:1128
msgid "No errors found\n"
msgstr "Nessun errore trovato\n"
#: tools/virsh-domain-monitor.c:1150
msgid "domain information"
msgstr "informazioni del dominio"
#: tools/virsh-domain-monitor.c:1153
msgid "Returns basic information about the domain."
msgstr "Mostrare le informazioni di base del dominio."
#: tools/virsh-domain-monitor.c:1186 tools/virsh-domain-monitor.c:1188
msgid "Id:"
msgstr "Id:"
#: tools/virsh-domain-monitor.c:1189 tools/virsh-pool.c:1513
#: tools/virsh-snapshot.c:926 tools/virsh-volume.c:974
msgid "Name:"
msgstr "Nome:"
#: tools/virsh-domain-monitor.c:1192 tools/virsh-pool.c:1516
msgid "UUID:"
msgstr "UUID:"
#: tools/virsh-domain-monitor.c:1195
msgid "OS Type:"
msgstr "Tipo di OS:"
#: tools/virsh-domain-monitor.c:1200 tools/virsh-domain.c:5329
#: tools/virsh-domain.c:5358 tools/virsh-pool.c:1523 tools/virsh-pool.c:1527
#: tools/virsh-pool.c:1531 tools/virsh-pool.c:1535 tools/virsh-pool.c:1539
#: tools/virsh-snapshot.c:962
msgid "State:"
msgstr "Stato:"
#: tools/virsh-domain-monitor.c:1203 tools/virsh-host.c:279
msgid "CPU(s):"
msgstr "CPU:"
#: tools/virsh-domain-monitor.c:1210 tools/virsh-domain.c:5336
msgid "CPU time:"
msgstr "Ora della CPU:"
#: tools/virsh-domain-monitor.c:1214 tools/virsh-domain-monitor.c:1217
msgid "Max memory:"
msgstr "Memoria max:"
#: tools/virsh-domain-monitor.c:1218
msgid "no limit"
msgstr "nessun limite"
#: tools/virsh-domain-monitor.c:1220
msgid "Used memory:"
msgstr "Memoria utilizzata:"
#: tools/virsh-domain-monitor.c:1232 tools/virsh-domain-monitor.c:1234
#: tools/virsh-network.c:381 tools/virsh-network.c:383 tools/virsh-pool.c:1549
#: tools/virsh-pool.c:1551
msgid "Persistent:"
msgstr ""
#: tools/virsh-domain-monitor.c:1238 tools/virsh-network.c:386
#: tools/virsh-network.c:388 tools/virsh-pool.c:1555 tools/virsh-pool.c:1557
msgid "Autostart:"
msgstr "Avvio automatico:"
#: tools/virsh-domain-monitor.c:1239
msgid "enable"
msgstr "abilita"
#: tools/virsh-domain-monitor.c:1239
msgid "disable"
msgstr "disabilita"
#: tools/virsh-domain-monitor.c:1244 tools/virsh-domain-monitor.c:1246
msgid "Managed save:"
msgstr ""
#: tools/virsh-domain-monitor.c:1261
msgid "Security model:"
msgstr ""
#: tools/virsh-domain-monitor.c:1262
msgid "Security DOI:"
msgstr ""
#: tools/virsh-domain-monitor.c:1276
msgid "Security label:"
msgstr ""
#: tools/virsh-domain-monitor.c:1292
msgid "domain state"
msgstr "stato del dominio"
#: tools/virsh-domain-monitor.c:1295
msgid "Returns state about a domain."
msgstr "Mostrare lo stato di un dominio."
#: tools/virsh-domain-monitor.c:1308
msgid "also print reason for the state"
msgstr ""
#: tools/virsh-domain-monitor.c:1348
msgid "list domains"
msgstr "elenca domini"
#: tools/virsh-domain-monitor.c:1351
msgid "Returns list of domains."
msgstr "Mostrare l'elenco dei domini"
#: tools/virsh-domain-monitor.c:1458
msgid "Failed to list domains"
msgstr ""
#: tools/virsh-domain-monitor.c:1470 tools/virsh-domain-monitor.c:1478
msgid "Failed to list active domains"
msgstr "Impossibile elencare i domini attivi"
#: tools/virsh-domain-monitor.c:1487 tools/virsh-domain-monitor.c:1496
msgid "Failed to list inactive domains"
msgstr "Impossibile elencare domini inattivi"
#: tools/virsh-domain-monitor.c:1530
msgid "Failed to get domain persistence info"
msgstr ""
#: tools/virsh-domain-monitor.c:1542
msgid "Failed to get domain state"
msgstr ""
#: tools/virsh-domain-monitor.c:1562
msgid "Failed to get domain autostart state"
msgstr ""
#: tools/virsh-domain-monitor.c:1575
msgid "Failed to check for managed save image"
msgstr ""
#: tools/virsh-domain-monitor.c:1587
msgid "Failed to get snapshot count"
msgstr ""
#: tools/virsh-domain-monitor.c:1634
msgid "list inactive domains"
msgstr "elencare domini inattivi"
#: tools/virsh-domain-monitor.c:1638
msgid "list inactive & active domains"
msgstr "elencare domini inattivi & attivi"
#: tools/virsh-domain-monitor.c:1642
msgid "list transient domains"
msgstr ""
#: tools/virsh-domain-monitor.c:1646
msgid "list persistent domains"
msgstr ""
#: tools/virsh-domain-monitor.c:1650
msgid "list domains with existing snapshot"
msgstr ""
#: tools/virsh-domain-monitor.c:1654
msgid "list domains without a snapshot"
msgstr ""
#: tools/virsh-domain-monitor.c:1658
msgid "list domains in running state"
msgstr ""
#: tools/virsh-domain-monitor.c:1662
msgid "list domains in paused state"
msgstr ""
#: tools/virsh-domain-monitor.c:1666
msgid "list domains in shutoff state"
msgstr ""
#: tools/virsh-domain-monitor.c:1670
msgid "list domains in other states"
msgstr ""
#: tools/virsh-domain-monitor.c:1674
msgid "list domains with autostart enabled"
msgstr ""
#: tools/virsh-domain-monitor.c:1678
msgid "list domains with autostart disabled"
msgstr ""
#: tools/virsh-domain-monitor.c:1682
msgid "list domains with managed save state"
msgstr ""
#: tools/virsh-domain-monitor.c:1686
msgid "list domains without managed save"
msgstr ""
#: tools/virsh-domain-monitor.c:1690
msgid "list uuid's only"
msgstr ""
#: tools/virsh-domain-monitor.c:1694
msgid "list domain names only"
msgstr ""
#: tools/virsh-domain-monitor.c:1698
msgid "list table (default)"
msgstr ""
#: tools/virsh-domain-monitor.c:1702
msgid "mark inactive domains with managed save state"
msgstr ""
#: tools/virsh-domain-monitor.c:1706
msgid "show short domain description"
msgstr ""
#: tools/virsh-domain-monitor.c:1760
msgid "Only one argument from --table, --name and --uuid may be specified."
msgstr ""
#: tools/virsh-domain-monitor.c:1775 tools/virsh-domain-monitor.c:1780
msgid "Id"
msgstr "Id"
#: tools/virsh-domain-monitor.c:1775 tools/virsh-domain-monitor.c:1780
#: tools/virsh-interface.c:355 tools/virsh-network.c:370
#: tools/virsh-network.c:692 tools/virsh-nwfilter.c:372
#: tools/virsh-pool.c:1193 tools/virsh-pool.c:1214 tools/virsh-pool.c:1283
#: tools/virsh-snapshot.c:1601 tools/virsh-snapshot.c:1605
#: tools/virsh-volume.c:1445 tools/virsh-volume.c:1460
#: tools/virsh-volume.c:1510
msgid "Name"
msgstr "Nome"
#: tools/virsh-domain-monitor.c:1775 tools/virsh-domain-monitor.c:1780
#: tools/virsh-interface.c:355 tools/virsh-network.c:692
#: tools/virsh-pool.c:1193 tools/virsh-pool.c:1219 tools/virsh-pool.c:1283
#: tools/virsh-snapshot.c:1601 tools/virsh-snapshot.c:1605
msgid "State"
msgstr "Stato"
#: tools/virsh-domain-monitor.c:1775
msgid "Title"
msgstr ""
#: tools/virsh-domain-monitor.c:1816
msgid "Failed to get domain's UUID"
msgstr ""
#: tools/virsh-domain.c:110
#, c-format
msgid "failed to get domain '%s'"
msgstr "impossibile ottenere il dominio '%s'"
#: tools/virsh-domain.c:120
msgid "offline"
msgstr "scollegato"
#: tools/virsh-domain.c:157
msgid "attach device from an XML file"
msgstr "attacca dispositivo da un file XML"
#: tools/virsh-domain.c:160
msgid "Attach device from an XML <file>."
msgstr "Attacca dispositivo da un <file> XML"
#: tools/virsh-domain.c:174 tools/virsh-domain.c:9225
#: tools/virsh-domain.c:9304
msgid "XML file"
msgstr "File XML"
#: tools/virsh-domain.c:182 tools/virsh-domain.c:286 tools/virsh-domain.c:690
#: tools/virsh-domain.c:1002 tools/virsh-domain.c:1184
#: tools/virsh-domain.c:2266 tools/virsh-domain.c:2459
#: tools/virsh-domain.c:5411 tools/virsh-domain.c:5686
#: tools/virsh-domain.c:5891 tools/virsh-domain.c:7004
#: tools/virsh-domain.c:7106 tools/virsh-domain.c:7219
#: tools/virsh-domain.c:7415 tools/virsh-domain.c:9233
#: tools/virsh-domain.c:9312 tools/virsh-domain.c:9400
#: tools/virsh-domain.c:9775
msgid "affect next boot"
msgstr ""
#: tools/virsh-domain.c:219
#, c-format
msgid "Failed to attach device from %s"
msgstr "Impossibile collegare il dispositivo da %s"
#: tools/virsh-domain.c:223
msgid "Device attached successfully\n"
msgstr "Dispositivo collegato correttamente\n"
#: tools/virsh-domain.c:236
msgid "attach disk device"
msgstr "colleganto dispositivo del disco"
#: tools/virsh-domain.c:239
msgid "Attach new disk device."
msgstr "Collegamento di un nuovo dispositivo disco."
#: tools/virsh-domain.c:253
msgid "source of disk device"
msgstr "sorgente dispositivo del disco"
#: tools/virsh-domain.c:258 tools/virsh-domain.c:9767
msgid "target of disk device"
msgstr "target del dispositivo del disco"
#: tools/virsh-domain.c:262
msgid "driver of disk device"
msgstr "driver del dispositivo del disco"
#: tools/virsh-domain.c:266
msgid "subdriver of disk device"
msgstr "subdriver del dispositivo del disco"
#: tools/virsh-domain.c:270
msgid "cache mode of disk device"
msgstr ""
#: tools/virsh-domain.c:274
msgid "target device type"
msgstr "tipo di dispositivo target"
#: tools/virsh-domain.c:278
msgid "mode of device reading and writing"
msgstr "modalità di lettura e scrittura del dispositivo"
#: tools/virsh-domain.c:290
msgid "type of source (block|file)"
msgstr ""
#: tools/virsh-domain.c:294
msgid "serial of disk device"
msgstr ""
#: tools/virsh-domain.c:298
msgid "shareable between domains"
msgstr ""
#: tools/virsh-domain.c:302
msgid "needs rawio capability"
msgstr "richiede la funzionalità rawio"
#: tools/virsh-domain.c:306
msgid "address of disk device"
msgstr ""
#: tools/virsh-domain.c:310
msgid "use multifunction pci under specified address"
msgstr ""
#: tools/virsh-domain.c:314
msgid "print XML document rather than attach the disk"
msgstr ""
#: tools/virsh-domain.c:508
#, c-format
msgid "Unknown source type: '%s'"
msgstr ""
#: tools/virsh-domain.c:514
#, c-format
msgid "No support for %s in command 'attach-disk'"
msgstr ""
#: tools/virsh-domain.c:558
msgid "Invalid address."
msgstr ""
#: tools/virsh-domain.c:573
msgid "expecting a pci:0000.00.00.00 address."
msgstr ""
#: tools/virsh-domain.c:584
msgid "expecting a scsi:00.00.00 address."
msgstr ""
#: tools/virsh-domain.c:595
msgid "expecting an ide:00.00.00 address."
msgstr ""
#: tools/virsh-domain.c:626
msgid "Failed to attach disk"
msgstr ""
#: tools/virsh-domain.c:628
msgid "Disk attached successfully\n"
msgstr "Disco collegato correttamente\n"
#: tools/virsh-domain.c:644
msgid "attach network interface"
msgstr "collegare interfaccia di rete"
#: tools/virsh-domain.c:647
msgid "Attach new network interface."
msgstr "Collegamento di una nuova interfaccia di rete."
#: tools/virsh-domain.c:661 tools/virsh-domain.c:9388
msgid "network interface type"
msgstr "tipo di interfaccia di rete"
#: tools/virsh-domain.c:666
msgid "source of network interface"
msgstr "sorgente dell'interfaccia di rete"
#: tools/virsh-domain.c:670
msgid "target network name"
msgstr "nome della rete target"
#: tools/virsh-domain.c:674 tools/virsh-domain.c:9392
msgid "MAC address"
msgstr "Indirizzo MAC"
#: tools/virsh-domain.c:678
msgid "script used to bridge network interface"
msgstr "script utilizzato per l'interfaccia di rete bridge"
#: tools/virsh-domain.c:682
msgid "model type"
msgstr ""
#: tools/virsh-domain.c:694 tools/virsh-domain.c:2451
msgid "control domain's incoming traffics"
msgstr ""
#: tools/virsh-domain.c:698 tools/virsh-domain.c:2455
msgid "control domain's outgoing traffics"
msgstr ""
#: tools/virsh-domain.c:772
#, c-format
msgid "No support for %s in command 'attach-interface'"
msgstr ""
#: tools/virsh-domain.c:780 tools/virsh-domain.c:2517
msgid "inbound format is incorrect"
msgstr ""
#: tools/virsh-domain.c:784 tools/virsh-domain.c:2521
msgid "inbound average is mandatory"
msgstr ""
#: tools/virsh-domain.c:791 tools/virsh-domain.c:2545
msgid "outbound format is incorrect"
msgstr ""
#: tools/virsh-domain.c:795 tools/virsh-domain.c:2549
msgid "outbound average is mandatory"
msgstr ""
#: tools/virsh-domain.c:859
msgid "Failed to attach interface"
msgstr ""
#: tools/virsh-domain.c:861
msgid "Interface attached successfully\n"
msgstr "Interfaccia collegata correttamente\n"
#: tools/virsh-domain.c:877
msgid "autostart a domain"
msgstr "Avvio automatico di un dominio"
#: tools/virsh-domain.c:880
msgid "Configure a domain to be automatically started at boot."
msgstr ""
"Configura un dominio per essere avviato automaticamente all'avvio del "
"sistema."
#: tools/virsh-domain.c:893 tools/virsh-network.c:102 tools/virsh-pool.c:98
msgid "disable autostarting"
msgstr "disabilita avvio automatico"
#: tools/virsh-domain.c:912
#, c-format
msgid "Failed to mark domain %s as autostarted"
msgstr "Impossibile contrassegnare il dominio %s come auto avviante"
#: tools/virsh-domain.c:914
#, c-format
msgid "Failed to unmark domain %s as autostarted"
msgstr "Impossibile disabilitare l'avvio automatico del dominio %s"
#: tools/virsh-domain.c:920
#, c-format
msgid "Domain %s marked as autostarted\n"
msgstr "Dominio %s contrassegnato come auto avviante\n"
#: tools/virsh-domain.c:922
#, c-format
msgid "Domain %s unmarked as autostarted\n"
msgstr "Rimozione contrassegno di avvio automatico al dominio %s effettuata\n"
#: tools/virsh-domain.c:933
msgid "Set or query a block device I/O tuning parameters."
msgstr ""
#: tools/virsh-domain.c:936
msgid "Set or query disk I/O parameters such as block throttling."
msgstr ""
#: tools/virsh-domain.c:958
msgid "total throughput limit in bytes per second"
msgstr ""
#: tools/virsh-domain.c:966
msgid "read throughput limit in bytes per second"
msgstr ""
#: tools/virsh-domain.c:974
msgid "write throughput limit in bytes per second"
msgstr ""
#: tools/virsh-domain.c:982
msgid "total I/O operations limit per second"
msgstr ""
#: tools/virsh-domain.c:990
msgid "read I/O operations limit per second"
msgstr ""
#: tools/virsh-domain.c:998
msgid "write I/O operations limit per second"
msgstr ""
#: tools/virsh-domain.c:1006 tools/virsh-domain.c:1188
#: tools/virsh-domain.c:2463 tools/virsh-domain.c:5415
#: tools/virsh-domain.c:5690 tools/virsh-domain.c:5895
#: tools/virsh-domain.c:7008 tools/virsh-domain.c:7110
#: tools/virsh-domain.c:7223 tools/virsh-domain.c:7419
msgid "affect running domain"
msgstr ""
#: tools/virsh-domain.c:1010 tools/virsh-domain.c:1192
#: tools/virsh-domain.c:2467 tools/virsh-domain.c:5419
#: tools/virsh-domain.c:5694 tools/virsh-domain.c:5899
#: tools/virsh-domain.c:7012 tools/virsh-domain.c:7114
#: tools/virsh-domain.c:7227 tools/virsh-domain.c:7423
msgid "affect current domain"
msgstr ""
#: tools/virsh-domain.c:1033 tools/virsh-domain.c:1216
#: tools/virsh-domain.c:2491 tools/virsh-domain.c:4037
#: tools/virsh-domain.c:5485 tools/virsh-domain.c:5719
#: tools/virsh-domain.c:5918 tools/virsh-domain.c:6613
#: tools/virsh-domain.c:7032 tools/virsh-domain.c:7134
#: tools/virsh-domain.c:7274 tools/virsh-domain.c:7446
#: tools/virsh-domain.c:10002 tools/virsh-network.c:976
msgid "--current must be specified exclusively"
msgstr ""
#: tools/virsh-domain.c:1107
msgid "Unable to get number of block I/O throttle parameters"
msgstr ""
#: tools/virsh-domain.c:1120
msgid "Unable to get block I/O throttle parameters"
msgstr ""
#: tools/virsh-domain.c:1144
msgid "Unable to change block I/O throttle"
msgstr ""
#: tools/virsh-domain.c:1148 tools/virsh-domain.c:1231
#: tools/virsh-domain.c:7293
msgid "Unable to parse integer parameter"
msgstr ""
#: tools/virsh-domain.c:1157
msgid "Get or set blkio parameters"
msgstr ""
#: tools/virsh-domain.c:1160
msgid ""
"Get or set the current blkio parameters for a guest domain.\n"
" To get the blkio parameters use following command: \n"
"\n"
" virsh # blkiotune <domain>"
msgstr ""
#: tools/virsh-domain.c:1176
msgid "IO Weight in range [100, 1000]"
msgstr ""
#: tools/virsh-domain.c:1180
msgid "per-device IO Weights, in the form of /path/to/device,weight,..."
msgstr ""
#: tools/virsh-domain.c:1235
#, c-format
msgid "Invalid value of %d for I/O weight"
msgstr ""
#: tools/virsh-domain.c:1245
msgid "Unable to parse string parameter"
msgstr ""
#: tools/virsh-domain.c:1258
msgid "Unable to get number of blkio parameters"
msgstr ""
#: tools/virsh-domain.c:1271
msgid "Unable to get blkio parameters"
msgstr ""
#: tools/virsh-domain.c:1296
msgid "Unable to change blkio parameters"
msgstr ""
#: tools/virsh-domain.c:1329
msgid "bandwidth must be a number"
msgstr ""
#: tools/virsh-domain.c:1428
msgid "Start a block commit operation."
msgstr ""
#: tools/virsh-domain.c:1431
msgid "Commit changes from a snapshot down to its backing image."
msgstr ""
#: tools/virsh-domain.c:1445 tools/virsh-domain.c:1620
#: tools/virsh-domain.c:1822 tools/virsh-domain.c:1920
msgid "fully-qualified path of disk"
msgstr ""
#: tools/virsh-domain.c:1449 tools/virsh-domain.c:1629
#: tools/virsh-domain.c:1924
msgid "bandwidth limit in MiB/s"
msgstr ""
#: tools/virsh-domain.c:1453
msgid "path of base file to commit into (default bottom of chain)"
msgstr ""
#: tools/virsh-domain.c:1457
msgid "use backing file of top as base"
msgstr ""
#: tools/virsh-domain.c:1461
msgid "path of top file to commit from (default top of chain)"
msgstr ""
#: tools/virsh-domain.c:1465
msgid "delete files that were successfully committed"
msgstr ""
#: tools/virsh-domain.c:1469
msgid "wait for job to complete"
msgstr ""
#: tools/virsh-domain.c:1473 tools/virsh-domain.c:1649
#: tools/virsh-domain.c:1936
msgid "with --wait, display the progress"
msgstr ""
#: tools/virsh-domain.c:1477 tools/virsh-domain.c:1653
msgid "with --wait, abort if copy exceeds timeout (in seconds)"
msgstr ""
#: tools/virsh-domain.c:1503 tools/virsh-domain.c:1697
#: tools/virsh-domain.c:1970
msgid "invalid timeout"
msgstr ""
#: tools/virsh-domain.c:1508 tools/virsh-domain.c:1702
#: tools/virsh-domain.c:1975
msgid "timeout is too big"
msgstr ""
#: tools/virsh-domain.c:1530 tools/virsh-domain.c:1724
#: tools/virsh-domain.c:1997
msgid "missing --wait option"
msgstr ""
#: tools/virsh-domain.c:1538
msgid "Block Commit started"
msgstr ""
#: tools/virsh-domain.c:1552 tools/virsh-domain.c:1746
#: tools/virsh-domain.c:2019
#, c-format
msgid "failed to query job for disk %s"
msgstr ""
#: tools/virsh-domain.c:1559 tools/virsh-domain.c:1585
msgid "Block Commit"
msgstr ""
#: tools/virsh-domain.c:1573 tools/virsh-domain.c:1765
#: tools/virsh-domain.c:2039
#, c-format
msgid "failed to abort job for disk %s"
msgstr ""
#: tools/virsh-domain.c:1587
msgid "Commit aborted"
msgstr ""
#: tools/virsh-domain.c:1587
msgid "Commit complete"
msgstr ""
#: tools/virsh-domain.c:1603
msgid "Start a block copy operation."
msgstr ""
#: tools/virsh-domain.c:1606
msgid "Copy a disk backing image chain to dest."
msgstr ""
#: tools/virsh-domain.c:1625
msgid "path of the copy to create"
msgstr ""
#: tools/virsh-domain.c:1633
msgid "make the copy share a backing chain"
msgstr ""
#: tools/virsh-domain.c:1637
msgid "reuse existing destination"
msgstr ""
#: tools/virsh-domain.c:1641
msgid "use raw destination file"
msgstr ""
#: tools/virsh-domain.c:1645
msgid "wait for job to reach mirroring phase"
msgstr ""
#: tools/virsh-domain.c:1657
msgid "with --wait, pivot when mirroring starts"
msgstr ""
#: tools/virsh-domain.c:1661
msgid "with --wait, quit when mirroring starts"
msgstr ""
#: tools/virsh-domain.c:1665 tools/virsh-domain.c:1944
msgid "with --wait, don't wait for cancel to finish"
msgstr ""
#: tools/virsh-domain.c:1692
msgid "cannot mix --pivot and --finish"
msgstr ""
#: tools/virsh-domain.c:1732
msgid "Block Copy started"
msgstr ""
#: tools/virsh-domain.c:1750 tools/virsh-domain.c:1885
msgid "Block Copy"
msgstr ""
#: tools/virsh-domain.c:1778
#, c-format
msgid "failed to pivot job for disk %s"
msgstr ""
#: tools/virsh-domain.c:1782
#, c-format
msgid "failed to finish job for disk %s"
msgstr ""
#: tools/virsh-domain.c:1786
msgid "Copy aborted"
msgstr ""
#: tools/virsh-domain.c:1787
msgid "Successfully pivoted"
msgstr ""
#: tools/virsh-domain.c:1788
msgid "Successfully copied"
msgstr ""
#: tools/virsh-domain.c:1789
msgid "Now in mirroring phase"
msgstr ""
#: tools/virsh-domain.c:1805
msgid "Manage active block operations"
msgstr ""
#: tools/virsh-domain.c:1808
msgid "Query, adjust speed, or cancel active block operations."
msgstr ""
#: tools/virsh-domain.c:1826
msgid "abort the active job on the specified disk"
msgstr ""
#: tools/virsh-domain.c:1830
msgid "don't wait for --abort to complete"
msgstr ""
#: tools/virsh-domain.c:1834
msgid "conclude and pivot a copy job"
msgstr ""
#: tools/virsh-domain.c:1838
msgid "get active job information for the specified disk"
msgstr ""
#: tools/virsh-domain.c:1842
msgid "set the Bandwidth limit in MiB/s"
msgstr ""
#: tools/virsh-domain.c:1862
msgid "conflict between --abort, --info, and --bandwidth modes"
msgstr ""
#: tools/virsh-domain.c:1882 tools/virsh-domain.c:2026
#: tools/virsh-domain.c:2051
msgid "Block Pull"
msgstr ""
#: tools/virsh-domain.c:1888
msgid "Unknown job"
msgstr ""
#: tools/virsh-domain.c:1894
#, c-format
msgid " Bandwidth limit: %lu MiB/s\n"
msgstr ""
#: tools/virsh-domain.c:1903 tools/virsh-domain.c:1906
msgid "Populate a disk from its backing image."
msgstr ""
#: tools/virsh-domain.c:1928
msgid "path of backing file in chain for a partial pull"
msgstr ""
#: tools/virsh-domain.c:1932
msgid "wait for job to finish"
msgstr ""
#: tools/virsh-domain.c:1940
msgid "with --wait, abort if pull exceeds timeout (in seconds)"
msgstr ""
#: tools/virsh-domain.c:2005
msgid "Block Pull started"
msgstr ""
#: tools/virsh-domain.c:2053
msgid "Pull aborted"
msgstr ""
#: tools/virsh-domain.c:2053
msgid "Pull complete"
msgstr ""
#: tools/virsh-domain.c:2069 tools/virsh-domain.c:2072
msgid "Resize block device of domain."
msgstr ""
#: tools/virsh-domain.c:2086
msgid "Fully-qualified path of block device"
msgstr ""
#: tools/virsh-domain.c:2091
msgid "New size of the block device, as scaled integer (default KiB)"
msgstr ""
#: tools/virsh-domain.c:2109 tools/virsh-volume.c:648 tools/virsh-volume.c:653
#: tools/virsh-volume.c:754 tools/virsh-volume.c:759
msgid "Unable to parse integer"
msgstr ""
#: tools/virsh-domain.c:2123
#, c-format
msgid "Failed to resize block device '%s'"
msgstr ""
#: tools/virsh-domain.c:2125
#, c-format
msgid "Block device '%s' is resized"
msgstr ""
#: tools/virsh-domain.c:2139
msgid "connect to the guest console"
msgstr "connettersi alla console guest"
#: tools/virsh-domain.c:2142
msgid "Connect the virtual serial console for the guest"
msgstr "Connettere la console seriale virtuale per il guest"
#: tools/virsh-domain.c:2155
msgid "character device name"
msgstr ""
#: tools/virsh-domain.c:2159
msgid "force console connection (disconnect already connected sessions)"
msgstr ""
#: tools/virsh-domain.c:2163
msgid "only connect if safe console handling is supported"
msgstr ""
#: tools/virsh-domain.c:2177
msgid "Unable to get domain status"
msgstr ""
#: tools/virsh-domain.c:2182
msgid "The domain is not running"
msgstr ""
#: tools/virsh-domain.c:2187
msgid "Cannot run interactive console without a controlling TTY"
msgstr ""
#: tools/virsh-domain.c:2191
#, c-format
msgid "Connected to domain %s\n"
msgstr ""
#: tools/virsh-domain.c:2192
#, c-format
msgid "Escape character is %s\n"
msgstr ""
#: tools/virsh-domain.c:2235
msgid "set link state of a virtual interface"
msgstr ""
#: tools/virsh-domain.c:2238
msgid ""
"Set link state of a domain's virtual interface. This command wraps usage of "
"update-device command."
msgstr ""
#: tools/virsh-domain.c:2258
msgid "new state of the device"
msgstr ""
#: tools/virsh-domain.c:2302
#, c-format
msgid "invalid link state '%s'"
msgstr ""
#: tools/virsh-domain.c:2363
#, c-format
msgid "interface (%s: %s) not found"
msgstr ""
#: tools/virsh-domain.c:2397 tools/virsh-domain.c:9493
#: tools/virsh-domain.c:9654 tools/virsh-secret.c:218 tools/virsh-secret.c:282
msgid "Failed to allocate memory"
msgstr "Impossibile allocare memoria"
#: tools/virsh-domain.c:2402 tools/virsh-domain.c:9498
#: tools/virsh-domain.c:9717
msgid "Failed to create XML"
msgstr "Impossibile creare XML"
#: tools/virsh-domain.c:2407
msgid "Failed to update interface link state"
msgstr ""
#: tools/virsh-domain.c:2410 tools/virsh-domain.c:9357
msgid "Device updated successfully\n"
msgstr ""
#: tools/virsh-domain.c:2430
msgid "get/set parameters of a virtual interface"
msgstr ""
#: tools/virsh-domain.c:2433
msgid "Get/set parameters of a domain's virtual interface."
msgstr ""
#: tools/virsh-domain.c:2575
msgid "Unable to get number of interface parameters"
msgstr ""
#: tools/virsh-domain.c:2588
msgid "Unable to get interface parameters"
msgstr "Impossibile determinare i parametri dell'interfaccia"
#: tools/virsh-domain.c:2613
msgid "Unable to set interface parameters"
msgstr "Impossibile impostare i parametri dell'interfaccia"
#: tools/virsh-domain.c:2622
msgid "suspend a domain"
msgstr "sospendere un dominio"
#: tools/virsh-domain.c:2625
msgid "Suspend a running domain."
msgstr "Sospendere un dominio in esecuzione."
#: tools/virsh-domain.c:2650
#, c-format
msgid "Domain %s suspended\n"
msgstr "Dominio %s sospeso\n"
#: tools/virsh-domain.c:2652
#, c-format
msgid "Failed to suspend domain %s"
msgstr "Impossibile sospendere il dominio %s"
#: tools/virsh-domain.c:2665
msgid "suspend a domain gracefully using power management functions"
msgstr ""
#: tools/virsh-domain.c:2669
msgid ""
"Suspends a running domain using guest OS's power management. (Note: This "
"requires a guest agent configured and running in the guest OS)."
msgstr ""
#: tools/virsh-domain.c:2685
msgid "duration in seconds"
msgstr ""
#: tools/virsh-domain.c:2690 tools/virsh-host.c:551
msgid "mem(Suspend-to-RAM), disk(Suspend-to-Disk), hybrid(Hybrid-Suspend)"
msgstr ""
#: tools/virsh-domain.c:2711 tools/virsh-host.c:573
msgid "Invalid duration argument"
msgstr ""
#: tools/virsh-domain.c:2725 tools/virsh-host.c:584
msgid "Invalid target"
msgstr ""
#: tools/virsh-domain.c:2730
#, c-format
msgid "Domain %s could not be suspended"
msgstr "Non è stato possibile sospendere il dominio %s"
#: tools/virsh-domain.c:2735
#, c-format
msgid "Domain %s successfully suspended"
msgstr "Il dominio %s è stato sospeso"
#: tools/virsh-domain.c:2751
msgid "wakeup a domain from pmsuspended state"
msgstr ""
#: tools/virsh-domain.c:2754
msgid "Wakeup a domain that was previously suspended by power management."
msgstr ""
#: tools/virsh-domain.c:2781
#, c-format
msgid "Domain %s could not be woken up"
msgstr ""
#: tools/virsh-domain.c:2786
#, c-format
msgid "Domain %s successfully woken up"
msgstr ""
#: tools/virsh-domain.c:2801
msgid "undefine a domain"
msgstr ""
#: tools/virsh-domain.c:2804
msgid "Undefine an inactive domain, or convert persistent to transient."
msgstr ""
#: tools/virsh-domain.c:2813 tools/virsh-domain.c:8164
msgid "domain name or uuid"
msgstr "nome del dominio o uuid"
#: tools/virsh-domain.c:2817
msgid "remove domain managed state file"
msgstr ""
#: tools/virsh-domain.c:2821
msgid ""
"remove associated storage volumes (comma separated list of targets or source "
"paths) (see domblklist)"
msgstr ""
#: tools/virsh-domain.c:2826
msgid "remove all associated storage volumes (use with caution)"
msgstr ""
#: tools/virsh-domain.c:2830
msgid "wipe data on the removed volumes"
msgstr ""
#: tools/virsh-domain.c:2834
msgid "remove all domain snapshot metadata, if inactive"
msgstr ""
#: tools/virsh-domain.c:2955
msgid "Storage volume deletion is supported only on stopped domains"
msgstr ""
"L'eliminazione degli storage volume è supportata solo su domini non in "
"esecuzione"
#: tools/virsh-domain.c:2960
msgid "Specified both --storage and --remove-all-storage"
msgstr "Sono stati specificati sia --storage sia --remove-all-storage"
#: tools/virsh-domain.c:2965
msgid "Could not retrieve domain XML description"
msgstr "Impossibile trovare la descrizione XML del dominio"
#: tools/virsh-domain.c:3023
#, c-format
msgid ""
"Storage volume '%s'(%s) is not managed by libvirt. Remove it manually.\n"
msgstr ""
"Lo storage volume '%s' (%s) non è gestito da libvirt. Rimuoverlo "
"manualmente.\n"
#: tools/virsh-domain.c:3037
#, c-format
msgid "Volume '%s' was not found in domain's definition.\n"
msgstr "Volume '%s' non trovato nella definizione del dominio.\n"
#: tools/virsh-domain.c:3083
#, c-format
msgid "Unable to remove metadata of %d snapshots"
msgstr ""
#: tools/virsh-domain.c:3084
#, c-format
msgid "Refusing to undefine while %d snapshots exist"
msgstr ""
#: tools/virsh-domain.c:3093
#, c-format
msgid "Domain %s has been undefined\n"
msgstr "È stata rimossa la definizione del dominio %s\n"
#: tools/virsh-domain.c:3096
#, c-format
msgid "Failed to undefine domain %s"
msgstr "Impossibile rimuovere la definizione del dominio %s"
#: tools/virsh-domain.c:3104
#, c-format
msgid "Wiping volume '%s'(%s) ... "
msgstr ""
#: tools/virsh-domain.c:3108
msgid "Failed! Volume not removed."
msgstr "Fallito! Volume non rimosso."
#: tools/virsh-domain.c:3112
msgid "Done.\n"
msgstr "Completato.\n"
#: tools/virsh-domain.c:3118
#, c-format
msgid "Failed to remove storage volume '%s'(%s)"
msgstr ""
#: tools/virsh-domain.c:3122
#, c-format
msgid "Volume '%s'(%s) removed.\n"
msgstr ""
#: tools/virsh-domain.c:3158
msgid "start a (previously defined) inactive domain"
msgstr "avviare un (precedentemente definito) dominio inattivo"
#: tools/virsh-domain.c:3161
msgid ""
"Start a domain, either from the last managedsave\n"
" state, or via a fresh boot if no managedsave state\n"
" is present."
msgstr ""
#: tools/virsh-domain.c:3172
msgid "name of the inactive domain"
msgstr "nome del dominio inattivo"
#: tools/virsh-domain.c:3177 tools/virsh-domain.c:6380
msgid "attach to console after creation"
msgstr ""
#: tools/virsh-domain.c:3182 tools/virsh-domain.c:6385
msgid "leave the guest paused after creation"
msgstr ""
#: tools/virsh-domain.c:3186 tools/virsh-domain.c:6389
msgid "automatically destroy the guest when virsh disconnects"
msgstr ""
#: tools/virsh-domain.c:3190
msgid "avoid file system cache when loading"
msgstr ""
#: tools/virsh-domain.c:3194
msgid "force fresh boot by discarding any managed save"
msgstr ""
#: tools/virsh-domain.c:3215
msgid "Domain is already active"
msgstr "Il dominio risulta essere già attivo"
#: tools/virsh-domain.c:3255
#, c-format
msgid "Failed to start domain %s"
msgstr "Impossibile avviare il dominio %s"
#: tools/virsh-domain.c:3260
#, c-format
msgid "Domain %s started\n"
msgstr "Dominio %s avviato\n"
#: tools/virsh-domain.c:3279
msgid "save a domain state to a file"
msgstr "salvare lo stato di un dominio in un file"
#: tools/virsh-domain.c:3282
msgid "Save the RAM state of a running domain."
msgstr ""
#: tools/virsh-domain.c:3290 tools/virsh-domain.c:3735
msgid "avoid file system cache when saving"
msgstr ""
#: tools/virsh-domain.c:3300
msgid "where to save the data"
msgstr "dove salvare i dati"
#: tools/virsh-domain.c:3304 tools/virsh-domain.c:3594
#: tools/virsh-domain.c:4162 tools/virsh-domain.c:8327
msgid "filename containing updated XML for the target"
msgstr ""
#: tools/virsh-domain.c:3308 tools/virsh-domain.c:3598
#: tools/virsh-domain.c:3664
msgid "set domain to be running on restore"
msgstr ""
#: tools/virsh-domain.c:3312 tools/virsh-domain.c:3602
#: tools/virsh-domain.c:3668
msgid "set domain to be paused on restore"
msgstr ""
#: tools/virsh-domain.c:3316 tools/virsh-domain.c:3752
msgid "display the progress of save"
msgstr ""
#: tools/virsh-domain.c:3366
#, c-format
msgid "Failed to save domain %s to %s"
msgstr "Impossibile salvare il dominio %s su %s"
#: tools/virsh-domain.c:3507
msgid "Save"
msgstr "Salva"
#: tools/virsh-domain.c:3512
#, c-format
msgid ""
"\n"
"Domain %s saved to %s\n"
msgstr ""
#: tools/virsh-domain.c:3525
msgid "saved state domain information in XML"
msgstr ""
#: tools/virsh-domain.c:3528
msgid "Dump XML of domain information for a saved state file to stdout."
msgstr ""
#: tools/virsh-domain.c:3537
msgid "saved state file to read"
msgstr ""
#: tools/virsh-domain.c:3541 tools/virsh-domain.c:7950
#: tools/virsh-snapshot.c:659 tools/virsh-snapshot.c:1716
msgid "include security sensitive information in XML dump"
msgstr "iclude informazioni sensibili di sicurezza in dump XML"
#: tools/virsh-domain.c:3577
msgid "redefine the XML for a domain's saved state file"
msgstr ""
#: tools/virsh-domain.c:3580
msgid "Replace the domain XML associated with a saved state file"
msgstr ""
#: tools/virsh-domain.c:3589
msgid "saved state file to modify"
msgstr ""
#: tools/virsh-domain.c:3631 tools/virsh-snapshot.c:625
#, c-format
msgid "Failed to update %s"
msgstr ""
#: tools/virsh-domain.c:3635
#, c-format
msgid "State file %s updated.\n"
msgstr ""
#: tools/virsh-domain.c:3648
msgid "edit XML for a domain's saved state file"
msgstr ""
#: tools/virsh-domain.c:3651
msgid "Edit the domain XML associated with a saved state file"
msgstr ""
#: tools/virsh-domain.c:3660
msgid "saved state file to edit"
msgstr ""
#: tools/virsh-domain.c:3691
msgid "--running and --paused are mutually exclusive"
msgstr ""
#: tools/virsh-domain.c:3701
#, c-format
msgid "Saved image %s XML configuration not changed.\n"
msgstr ""
#: tools/virsh-domain.c:3709
#, c-format
msgid "State file %s edited.\n"
msgstr ""
#: tools/virsh-domain.c:3721
msgid "managed save of a domain state"
msgstr ""
#: tools/virsh-domain.c:3724
msgid ""
"Save and destroy a running domain, so it can be restarted from\n"
" the same state at a later time. When the virsh 'start'\n"
" command is next run for the domain, it will automatically\n"
" be started from this saved state."
msgstr ""
#: tools/virsh-domain.c:3744
msgid "set domain to be running on next start"
msgstr ""
#: tools/virsh-domain.c:3748
msgid "set domain to be paused on next start"
msgstr ""
#: tools/virsh-domain.c:3785
#, c-format
msgid "Failed to save domain %s state"
msgstr ""
#: tools/virsh-domain.c:3829
msgid "Managedsave"
msgstr ""
#: tools/virsh-domain.c:3834
#, c-format
msgid ""
"\n"
"Domain %s state saved by libvirt\n"
msgstr ""
#: tools/virsh-domain.c:3848
msgid "Remove managed save of a domain"
msgstr ""
#: tools/virsh-domain.c:3851
msgid "Remove an existing managed save state file from a domain"
msgstr ""
#: tools/virsh-domain.c:3878
msgid "Failed to check for domain managed save image"
msgstr ""
#: tools/virsh-domain.c:3884
#, c-format
msgid "Failed to remove managed save image for domain %s"
msgstr ""
#: tools/virsh-domain.c:3889
#, c-format
msgid "Removed managedsave image for domain %s"
msgstr ""
#: tools/virsh-domain.c:3892
#, c-format
msgid "Domain %s has no manage save image; removal skipped"
msgstr ""
#: tools/virsh-domain.c:3907
msgid "show/set scheduler parameters"
msgstr "mostrare/impostare i parametri dello scheduler"
#: tools/virsh-domain.c:3910
msgid "Show/Set scheduler parameters."
msgstr "Mostra/Imposta i parametri dello scheduler."
#: tools/virsh-domain.c:3923
msgid "parameter=value"
msgstr "parametro=valore"
#: tools/virsh-domain.c:3927
msgid "weight for XEN_CREDIT"
msgstr "peso per XEN_CREDIT"
#: tools/virsh-domain.c:3931
msgid "cap for XEN_CREDIT"
msgstr "protezione per XEN_CREDIT"
#: tools/virsh-domain.c:3935
msgid "get/set current scheduler info"
msgstr ""
#: tools/virsh-domain.c:3939
msgid "get/set value to be used on next boot"
msgstr ""
#: tools/virsh-domain.c:3943
msgid "get/set value from running domain"
msgstr ""
#: tools/virsh-domain.c:3968
msgid "Invalid syntax for --set, expecting name=value"
msgstr ""
#: tools/virsh-domain.c:3984
#, c-format
msgid "Invalid value of %s"
msgstr ""
#: tools/virsh-domain.c:4054 tools/virsh-domain.c:4057
msgid "Scheduler"
msgstr "Scheduler"
#: tools/virsh-domain.c:4057
msgid "Unknown"
msgstr "Sconosciuto"
#: tools/virsh-domain.c:4110
#, c-format
msgid "invalid scheduler option: %s"
msgstr ""
#: tools/virsh-domain.c:4117
msgid "cannot query both live and config at once"
msgstr ""
#: tools/virsh-domain.c:4142
msgid "restore a domain from a saved state in a file"
msgstr ""
"ripristinare un dominio da uno stato precedentemente salvato in un file"
#: tools/virsh-domain.c:4145
msgid "Restore a domain."
msgstr "Ripristinare un dominio."
#: tools/virsh-domain.c:4154
msgid "the state to restore"
msgstr "Stato da ripristinare"
#: tools/virsh-domain.c:4158
msgid "avoid file system cache when restoring"
msgstr ""
#: tools/virsh-domain.c:4166
msgid "restore domain into running state"
msgstr ""
#: tools/virsh-domain.c:4170
msgid "restore domain into paused state"
msgstr ""
#: tools/virsh-domain.c:4204
#, c-format
msgid "Failed to restore domain from %s"
msgstr "Impossibile ripristinare il dominio da %s"
#: tools/virsh-domain.c:4208
#, c-format
msgid "Domain restored from %s\n"
msgstr "Dominio ripristinato da %s\n"
#: tools/virsh-domain.c:4221
msgid "dump the core of a domain to a file for analysis"
msgstr "creare il dump del core di un dominio in un file per l'analisi"
#: tools/virsh-domain.c:4224
msgid "Core dump a domain."
msgstr "Eseguire il core dump di un dominio."
#: tools/virsh-domain.c:4232
msgid "perform a live core dump if supported"
msgstr ""
#: tools/virsh-domain.c:4236
msgid "crash the domain after core dump"
msgstr ""
#: tools/virsh-domain.c:4240
msgid "avoid file system cache when dumping"
msgstr ""
#: tools/virsh-domain.c:4244
msgid "reset the domain after core dump"
msgstr ""
#: tools/virsh-domain.c:4254
msgid "where to dump the core"
msgstr "dove creare il coredump"
#: tools/virsh-domain.c:4258
msgid "display the progress of dump"
msgstr ""
#: tools/virsh-domain.c:4262
msgid "dump domain's memory only"
msgstr ""
#: tools/virsh-domain.c:4303
#, c-format
msgid "Failed to core dump domain %s to %s"
msgstr "Impossibile eseguire il core dump del dominio %s su %s"
#: tools/virsh-domain.c:4350
msgid "Dump"
msgstr "Dump"
#: tools/virsh-domain.c:4355
#, c-format
msgid ""
"\n"
"Domain %s dumped to %s\n"
msgstr ""
"\n"
"Dump del dominio %s su %s\n"
#: tools/virsh-domain.c:4366
msgid "take a screenshot of a current domain console and store it into a file"
msgstr ""
#: tools/virsh-domain.c:4370
msgid "screenshot of a current domain console"
msgstr ""
#: tools/virsh-domain.c:4383
msgid "where to store the screenshot"
msgstr ""
#: tools/virsh-domain.c:4387
msgid "ID of a screen to take screenshot of"
msgstr ""
#: tools/virsh-domain.c:4405
msgid "Invalid domain supplied"
msgstr ""
#: tools/virsh-domain.c:4447
msgid "invalid screen ID"
msgstr ""
#: tools/virsh-domain.c:4458
#, c-format
msgid "could not take a screenshot of %s"
msgstr ""
#: tools/virsh-domain.c:4471
#, c-format
msgid "cannot create file %s"
msgstr ""
#: tools/virsh-domain.c:4479
#, c-format
msgid "could not receive data from domain %s"
msgstr ""
#: tools/virsh-domain.c:4484 tools/virsh-volume.c:681 tools/virsh-volume.c:791
#, c-format
msgid "cannot close file %s"
msgstr ""
#: tools/virsh-domain.c:4489
#, c-format
msgid "cannot close stream on domain %s"
msgstr ""
#: tools/virsh-domain.c:4493
#, c-format
msgid "Screenshot saved to %s, with type of %s"
msgstr ""
#: tools/virsh-domain.c:4514
msgid "resume a domain"
msgstr "ripristinare un dominio"
#: tools/virsh-domain.c:4517
msgid "Resume a previously suspended domain."
msgstr "Ripristina un dominio precedentemente sospeso."
#: tools/virsh-domain.c:4542
#, c-format
msgid "Domain %s resumed\n"
msgstr "Dominio %s ripristinato\n"
#: tools/virsh-domain.c:4544
#, c-format
msgid "Failed to resume domain %s"
msgstr "Impossibile ripristinare il dominio %s"
#: tools/virsh-domain.c:4557
msgid "gracefully shutdown a domain"
msgstr "arrestare un dominio (graceful shutdown)"
#: tools/virsh-domain.c:4560
msgid "Run shutdown in the target domain."
msgstr "Eseguire shutdown nel dominio target."
#: tools/virsh-domain.c:4573 tools/virsh-domain.c:4659
msgid "shutdown mode: acpi|agent"
msgstr "modalità shutdown: acpi | agent"
#: tools/virsh-domain.c:4593 tools/virsh-domain.c:4678
msgid "Cannot parse mode string"
msgstr ""
#: tools/virsh-domain.c:4609 tools/virsh-domain.c:4694
#, c-format
msgid "Unknown mode %s value, expecting 'acpi', 'agent', 'initctl' or 'signal'"
msgstr ""
#: tools/virsh-domain.c:4624
#, c-format
msgid "Domain %s is being shutdown\n"
msgstr "Il dominio %s è stato arrestato\n"
#: tools/virsh-domain.c:4626
#, c-format
msgid "Failed to shutdown domain %s"
msgstr "Impossibile arrestare il dominio %s"
#: tools/virsh-domain.c:4643
msgid "reboot a domain"
msgstr "riavvia un dominio"
#: tools/virsh-domain.c:4646
msgid "Run a reboot command in the target domain."
msgstr "Eseguire un comando di reboot nel dominio target."
#: tools/virsh-domain.c:4705
#, c-format
msgid "Domain %s is being rebooted\n"
msgstr "Il dominio %s è stato riavviato\n"
#: tools/virsh-domain.c:4707
#, c-format
msgid "Failed to reboot domain %s"
msgstr "Impossibile riavviare il dominio %s"
#: tools/virsh-domain.c:4724
msgid "reset a domain"
msgstr ""
#: tools/virsh-domain.c:4727
msgid "Reset the target domain as if by power button"
msgstr ""
#: tools/virsh-domain.c:4752
#, c-format
msgid "Domain %s was reset\n"
msgstr ""
#: tools/virsh-domain.c:4754
#, c-format
msgid "Failed to reset domain %s"
msgstr ""
#: tools/virsh-domain.c:4767
msgid "domain job information"
msgstr ""
#: tools/virsh-domain.c:4770
msgid "Returns information about jobs running on a domain."
msgstr ""
#: tools/virsh-domain.c:4846
msgid "Job type:"
msgstr ""
#: tools/virsh-domain.c:4849
msgid "Bounded"
msgstr ""
#: tools/virsh-domain.c:4853
msgid "Unbounded"
msgstr ""
#: tools/virsh-domain.c:4858
msgid "None"
msgstr ""
#: tools/virsh-domain.c:4862
msgid "Time elapsed:"
msgstr ""
#: tools/virsh-domain.c:4864
msgid "Time remaining:"
msgstr ""
#: tools/virsh-domain.c:4868
msgid "Data processed:"
msgstr ""
#: tools/virsh-domain.c:4870
msgid "Data remaining:"
msgstr ""
#: tools/virsh-domain.c:4872
msgid "Data total:"
msgstr ""
#: tools/virsh-domain.c:4877
msgid "Memory processed:"
msgstr ""
#: tools/virsh-domain.c:4879
msgid "Memory remaining:"
msgstr ""
#: tools/virsh-domain.c:4881
msgid "Memory total:"
msgstr ""
#: tools/virsh-domain.c:4886
msgid "File processed:"
msgstr ""
#: tools/virsh-domain.c:4888
msgid "File remaining:"
msgstr ""
#: tools/virsh-domain.c:4890
msgid "File total:"
msgstr ""
#: tools/virsh-domain.c:4898
msgid "Constant pages:"
msgstr ""
#: tools/virsh-domain.c:4905
msgid "Normal pages:"
msgstr ""
#: tools/virsh-domain.c:4913
msgid "Normal data:"
msgstr ""
#: tools/virsh-domain.c:4921
msgid "Expected downtime:"
msgstr ""
#: tools/virsh-domain.c:4930
msgid "Compression cache:"
msgstr ""
#: tools/virsh-domain.c:4938
msgid "Compressed data:"
msgstr ""
#: tools/virsh-domain.c:4945
msgid "Compressed pages:"
msgstr ""
#: tools/virsh-domain.c:4952
msgid "Compression cache misses:"
msgstr ""
#: tools/virsh-domain.c:4959
msgid "Compression overflows:"
msgstr ""
#: tools/virsh-domain.c:4979
msgid "abort active domain job"
msgstr ""
#: tools/virsh-domain.c:4982
msgid "Aborts the currently running domain job"
msgstr ""
#: tools/virsh-domain.c:5017
msgid "connection vcpu maximum"
msgstr ""
#: tools/virsh-domain.c:5020
msgid "Show maximum number of virtual CPUs for guests on this connection."
msgstr ""
#: tools/virsh-domain.c:5028
msgid "domain type"
msgstr ""
#: tools/virsh-domain.c:5055
msgid "domain vcpu counts"
msgstr ""
#: tools/virsh-domain.c:5058
msgid "Returns the number of virtual CPUs used by the domain."
msgstr ""
#: tools/virsh-domain.c:5071
msgid "get maximum cap on vcpus"
msgstr ""
#: tools/virsh-domain.c:5075
msgid "get number of currently active vcpus"
msgstr ""
#: tools/virsh-domain.c:5079
msgid "get value from running domain"
msgstr ""
#: tools/virsh-domain.c:5083
msgid "get value to be used on next boot"
msgstr ""
#: tools/virsh-domain.c:5087
msgid "get value according to current domain state"
msgstr ""
#: tools/virsh-domain.c:5111
#, c-format
msgid ""
"when using --%s, one of --config, --live, or --current must be specified"
msgstr ""
#: tools/virsh-domain.c:5116
#, c-format
msgid "when using --%s, either --maximum or --active must be specified"
msgstr ""
#: tools/virsh-domain.c:5136
msgid "--maximum and --active cannot both be specified"
msgstr ""
#: tools/virsh-domain.c:5141
msgid "--config, --live, and --current are mutually exclusive"
msgstr ""
#: tools/virsh-domain.c:5183 tools/virsh-domain.c:5203
msgid "maximum"
msgstr ""
#: tools/virsh-domain.c:5183 tools/virsh-domain.c:5239
msgid "config"
msgstr ""
#: tools/virsh-domain.c:5203 tools/virsh-domain.c:5260
msgid "live"
msgstr ""
#: tools/virsh-domain.c:5239 tools/virsh-domain.c:5260
msgid "current"
msgstr ""
#: tools/virsh-domain.c:5277
msgid "detailed domain vcpu information"
msgstr ""
#: tools/virsh-domain.c:5280
msgid "Returns basic information about the domain virtual CPUs."
msgstr "Mostrare le informazioni di base sulle CPU virtuali del dominio."
#: tools/virsh-domain.c:5327 tools/virsh-domain.c:5356
#: tools/virsh-domain.c:5545
msgid "VCPU:"
msgstr "VCPU:"
#: tools/virsh-domain.c:5328 tools/virsh-domain.c:5357
msgid "CPU:"
msgstr "CPU:"
#: tools/virsh-domain.c:5338 tools/virsh-domain.c:5360
msgid "CPU Affinity:"
msgstr "Affinità CPU:"
#: tools/virsh-domain.c:5357 tools/virsh-domain.c:5358
#: tools/virsh-domain.c:5359
msgid "N/A"
msgstr ""
#: tools/virsh-domain.c:5359
msgid "CPU time"
msgstr ""
#: tools/virsh-domain.c:5386
msgid "control or query domain vcpu affinity"
msgstr ""
#: tools/virsh-domain.c:5389
msgid "Pin domain VCPUs to host physical CPUs."
msgstr "Dominio pin VCPU per ospitare CPU fisiche."
#: tools/virsh-domain.c:5402
msgid "vcpu number"
msgstr "numero vcpu"
#: tools/virsh-domain.c:5407 tools/virsh-domain.c:5682
msgid "host cpu number(s) to set, or omit option to query"
msgstr ""
#: tools/virsh-domain.c:5510
msgid "vcpupin: Invalid or missing vCPU number."
msgstr "vcpupin: Numero vCPU non valido o mancante."
#: tools/virsh-domain.c:5521
msgid "vcpupin: failed to get domain information."
msgstr ""
#: tools/virsh-domain.c:5527
msgid "vcpupin: Invalid vCPU number."
msgstr "vcpupin: Numero vCPU non valido."
#: tools/virsh-domain.c:5545 tools/virsh-domain.c:5759
msgid "CPU Affinity"
msgstr ""
#: tools/virsh-domain.c:5595 tools/virsh-domain.c:5619
#: tools/virsh-domain.c:5800 tools/virsh-domain.c:5824
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr "La CPU fisica %d non esiste."
#: tools/virsh-domain.c:5655 tools/virsh-domain.c:5856
msgid "cpulist: Invalid format."
msgstr ""
#: tools/virsh-domain.c:5665
msgid "control or query domain emulator affinity"
msgstr ""
#: tools/virsh-domain.c:5668
msgid "Pin domain emulator threads to host physical CPUs."
msgstr ""
#: tools/virsh-domain.c:5759
msgid "emulator:"
msgstr ""
#: tools/virsh-domain.c:5866
msgid "change number of virtual CPUs"
msgstr "modifica numero di CPU virtuali"
#: tools/virsh-domain.c:5869
msgid "Change the number of virtual CPUs in the guest domain."
msgstr "Modifica il numero di CPU virtuali nel dominio guest."
#: tools/virsh-domain.c:5883
msgid "number of virtual CPUs"
msgstr "numero di CPU virtuali"
#: tools/virsh-domain.c:5887
msgid "set maximum limit on next boot"
msgstr ""
#: tools/virsh-domain.c:5936
msgid "Invalid number of virtual CPUs"
msgstr ""
#: tools/virsh-domain.c:5959
msgid "--maximum must be used with --config only"
msgstr ""
#: tools/virsh-domain.c:5981
msgid "compare host CPU with a CPU described by an XML file"
msgstr ""
#: tools/virsh-domain.c:5984
msgid "compare CPU with host CPU"
msgstr ""
#: tools/virsh-domain.c:5993
msgid "file containing an XML CPU description"
msgstr ""
#: tools/virsh-domain.c:6026
msgid "Can't create XML buffer to extract CPU element."
msgstr ""
#: tools/virsh-domain.c:6031
msgid "Failed to extract CPU element snippet from domain XML."
msgstr ""
#: tools/virsh-domain.c:6037
#, c-format
msgid ""
"File '%s' does not contain a <cpu> element or is not a valid domain or "
"capabilities XML"
msgstr ""
#: tools/virsh-domain.c:6046
#, c-format
msgid "CPU described in %s is incompatible with host CPU\n"
msgstr ""
#: tools/virsh-domain.c:6052
#, c-format
msgid "CPU described in %s is identical to host CPU\n"
msgstr ""
#: tools/virsh-domain.c:6057
#, c-format
msgid "Host CPU is a superset of CPU described in %s\n"
msgstr ""
#: tools/virsh-domain.c:6063
#, c-format
msgid "Failed to compare host CPU with %s"
msgstr ""
#: tools/virsh-domain.c:6083
msgid "compute baseline CPU"
msgstr ""
#: tools/virsh-domain.c:6086
msgid "Compute baseline CPU for a set of given CPUs."
msgstr ""
#: tools/virsh-domain.c:6095
msgid "file containing XML CPU descriptions"
msgstr ""
#: tools/virsh-domain.c:6140
#, c-format
msgid "No host CPU specified in '%s'"
msgstr ""
#: tools/virsh-domain.c:6153
msgid "Failed to extract <cpu> element"
msgstr ""
#: tools/virsh-domain.c:6192
msgid "show domain cpu statistics"
msgstr ""
#: tools/virsh-domain.c:6195
msgid "Display per-CPU and total statistics about the domain's CPUs"
msgstr ""
#: tools/virsh-domain.c:6208
msgid "Show total statistics only"
msgstr ""
#: tools/virsh-domain.c:6212
msgid "Show statistics from this CPU"
msgstr ""
#: tools/virsh-domain.c:6216
msgid "Number of shown CPUs at most"
msgstr ""
#: tools/virsh-domain.c:6264
msgid "No per-CPU stats available"
msgstr ""
#: tools/virsh-domain.c:6313
msgid "No total stats available"
msgstr ""
#: tools/virsh-domain.c:6324
msgid "Total:\n"
msgstr ""
#: tools/virsh-domain.c:6353
#, c-format
msgid "Failed to retrieve CPU statistics for domain '%s'"
msgstr ""
#: tools/virsh-domain.c:6363
msgid "create a domain from an XML file"
msgstr "creare un dominio da un file XML"
#: tools/virsh-domain.c:6366
msgid "Create a domain."
msgstr "Creare un dominio."
#: tools/virsh-domain.c:6375 tools/virsh-domain.c:6452
msgid "file containing an XML domain description"
msgstr "il file contiene una descrizione XML del dominio"
#: tools/virsh-domain.c:6421
#, c-format
msgid "Domain %s created from %s\n"
msgstr "Dominio %s creato da %s\n"
#: tools/virsh-domain.c:6429
#, c-format
msgid "Failed to create domain from %s"
msgstr "Impossibile creare il dominio da %s"
#: tools/virsh-domain.c:6440
msgid "define (but don't start) a domain from an XML file"
msgstr "definire (ma non avviare) un dominio da un file XML"
#: tools/virsh-domain.c:6443
msgid "Define a domain."
msgstr "Definire un dominio."
#: tools/virsh-domain.c:6475
#, c-format
msgid "Domain %s defined from %s\n"
msgstr "Dominio %s definito da %s\n"
#: tools/virsh-domain.c:6479
#, c-format
msgid "Failed to define domain from %s"
msgstr "Impossibile definire il dominio da %s"
#: tools/virsh-domain.c:6490
msgid "destroy (stop) a domain"
msgstr ""
#: tools/virsh-domain.c:6493
msgid "Forcefully stop a given domain, but leave its resources intact."
msgstr ""
#: tools/virsh-domain.c:6506
msgid "terminate gracefully"
msgstr ""
#: tools/virsh-domain.c:6532
#, c-format
msgid "Domain %s destroyed\n"
msgstr "Dominio %s distrutto\n"
#: tools/virsh-domain.c:6534
#, c-format
msgid "Failed to destroy domain %s"
msgstr "Impossibile distruggere il dominio %s"
#: tools/virsh-domain.c:6547
msgid "show or set domain's description or title"
msgstr ""
#: tools/virsh-domain.c:6550
msgid "Allows to show or modify description or title of a domain."
msgstr ""
#: tools/virsh-domain.c:6563
msgid "modify/get running state"
msgstr ""
#: tools/virsh-domain.c:6567
msgid "modify/get persistent configuration"
msgstr ""
#: tools/virsh-domain.c:6571
msgid "modify/get current state configuration"
msgstr ""
#: tools/virsh-domain.c:6575
msgid "modify/get the title instead of description"
msgstr ""
#: tools/virsh-domain.c:6579
msgid "open an editor to modify the description"
msgstr ""
#: tools/virsh-domain.c:6583
msgid "message"
msgstr ""
#: tools/virsh-domain.c:6643
msgid "Failed to collect new description/title"
msgstr ""
#: tools/virsh-domain.c:6679
msgid "Domain description not changed.\n"
msgstr ""
#: tools/virsh-domain.c:6691
msgid "Failed to set new domain description"
msgstr ""
#: tools/virsh-domain.c:6694
msgid "Domain description updated successfully"
msgstr ""
#: tools/virsh-domain.c:6704
#, c-format
msgid "No description for domain: %s"
msgstr ""
#: tools/virsh-domain.c:6726
msgid "Inject NMI to the guest"
msgstr ""
#: tools/virsh-domain.c:6729
msgid "Inject NMI to the guest domain."
msgstr ""
#: tools/virsh-domain.c:6764
msgid "Send keycodes to the guest"
msgstr ""
#: tools/virsh-domain.c:6767
msgid "Send keycodes (integers or symbolic names) to the guest"
msgstr ""
#: tools/virsh-domain.c:6781
msgid "the codeset of keycodes, default:linux"
msgstr ""
#: tools/virsh-domain.c:6786
msgid "the time (in milliseconds) how long the keys will be held"
msgstr ""
#: tools/virsh-domain.c:6791
msgid "the key code"
msgstr ""
#: tools/virsh-domain.c:6830
#, c-format
msgid "unknown codeset: '%s'"
msgstr ""
#: tools/virsh-domain.c:6836
msgid "too many keycodes"
msgstr ""
#: tools/virsh-domain.c:6842
#, c-format
msgid "invalid keycode: '%s'"
msgstr ""
#: tools/virsh-domain.c:6864
msgid "Send signals to processes"
msgstr ""
#: tools/virsh-domain.c:6867
msgid "Send signals to processes in the guest"
msgstr ""
#: tools/virsh-domain.c:6881
msgid "the process ID"
msgstr ""
#: tools/virsh-domain.c:6886
msgid "the signal number or name"
msgstr ""
#: tools/virsh-domain.c:6955
#, c-format
msgid "malformed PID value: %s"
msgstr ""
#: tools/virsh-domain.c:6960
#, c-format
msgid "malformed signal name: %s"
msgstr ""
#: tools/virsh-domain.c:6979
msgid "change memory allocation"
msgstr "modifica allocazione della memoria"
#: tools/virsh-domain.c:6982
msgid "Change the current memory allocation in the guest domain."
msgstr "Modifica l'allocazione della memoria attuale nel dominio guest."
#: tools/virsh-domain.c:7000
msgid "new memory size, as scaled integer (default KiB)"
msgstr ""
#: tools/virsh-domain.c:7056 tools/virsh-domain.c:7157
msgid "memory size has to be a number"
msgstr ""
#: tools/virsh-domain.c:7081
msgid "change maximum memory limit"
msgstr "modifica limite massimo della memoria"
#: tools/virsh-domain.c:7084
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
"Modifica il limite massimo di allocazione della memoria nel dominio guest."
#: tools/virsh-domain.c:7102
msgid "new maximum memory size, as scaled integer (default KiB)"
msgstr ""
#: tools/virsh-domain.c:7165 tools/virsh-domain.c:7170
msgid "Unable to change MaxMemorySize"
msgstr "Impossibile modificare la DimensioneMemoriaMassima"
#: tools/virsh-domain.c:7184
msgid "Get or set memory parameters"
msgstr ""
#: tools/virsh-domain.c:7187
msgid ""
"Get or set the current memory parameters for a guest domain.\n"
" To get the memory parameters use following command: \n"
"\n"
" virsh # memtune <domain>"
msgstr ""
#: tools/virsh-domain.c:7203
msgid "Max memory, as scaled integer (default KiB)"
msgstr ""
#: tools/virsh-domain.c:7207
msgid "Memory during contention, as scaled integer (default KiB)"
msgstr ""
#: tools/virsh-domain.c:7211
msgid "Max memory plus swap, as scaled integer (default KiB)"
msgstr ""
#: tools/virsh-domain.c:7215
msgid "Min guaranteed memory, as scaled integer (default KiB)"
msgstr ""
#: tools/virsh-domain.c:7337 tools/virsh-domain.c:7491 tools/virsh-host.c:865
msgid "Unable to get number of memory parameters"
msgstr ""
#: tools/virsh-domain.c:7350 tools/virsh-host.c:877
msgid "Unable to get memory parameters"
msgstr ""
#: tools/virsh-domain.c:7357
msgid "unlimited"
msgstr "illimitato"
#: tools/virsh-domain.c:7379 tools/virsh-host.c:904
msgid "Unable to change memory parameters"
msgstr ""
#: tools/virsh-domain.c:7388
msgid "Get or set numa parameters"
msgstr "Imposta o legge parametri numa"
#: tools/virsh-domain.c:7391
msgid ""
"Get or set the current numa parameters for a guest domain.\n"
" To get the numa parameters use following command: \n"
"\n"
" virsh # numatune <domain>"
msgstr ""
#: tools/virsh-domain.c:7407
msgid "NUMA mode, one of strict, preferred and interleave"
msgstr "Modo NUMA, uno tra strict, preferred o interleave"
#: tools/virsh-domain.c:7411
msgid "NUMA node selections to set"
msgstr ""
#: tools/virsh-domain.c:7478
#, c-format
msgid "Invalid mode: %s"
msgstr "Modo non valido: %s"
#: tools/virsh-domain.c:7504
msgid "Unable to get numa parameters"
msgstr "Impossibile caricare i parametri numa"
#: tools/virsh-domain.c:7534
msgid "Unable to change numa parameters"
msgstr "Impossibile cambiare i parametri numa"
#: tools/virsh-domain.c:7543 tools/virsh-domain.c:7546
msgid "QEMU Monitor Command"
msgstr ""
#: tools/virsh-domain.c:7559
msgid "command is in human monitor protocol"
msgstr ""
#: tools/virsh-domain.c:7563
msgid "pretty-print any qemu monitor protocol output"
msgstr ""
#: tools/virsh-domain.c:7568 tools/virsh-domain.c:7723
msgid "command"
msgstr ""
#: tools/virsh-domain.c:7597 tools/virsh-domain.c:7753
msgid "Failed to collect command"
msgstr ""
#: tools/virsh-domain.c:7604
msgid "--hmp and --pretty are not compatible"
msgstr ""
#: tools/virsh-domain.c:7642 tools/virsh-domain.c:7645
msgid "QEMU Attach"
msgstr ""
#: tools/virsh-domain.c:7654
msgid "pid"
msgstr ""
#: tools/virsh-domain.c:7668
msgid "missing pid value"
msgstr ""
#: tools/virsh-domain.c:7676
#, c-format
msgid "Domain %s attached to pid %u\n"
msgstr ""
#: tools/virsh-domain.c:7681
#, c-format
msgid "Failed to attach to pid %u"
msgstr ""
#: tools/virsh-domain.c:7693
msgid "QEMU Guest Agent Command"
msgstr ""
#: tools/virsh-domain.c:7696
msgid "Run an arbitrary qemu guest agent command; use at your own risk"
msgstr ""
#: tools/virsh-domain.c:7710
msgid "timeout seconds. must be positive."
msgstr ""
#: tools/virsh-domain.c:7714
msgid "execute command without waiting for timeout"
msgstr ""
#: tools/virsh-domain.c:7718
msgid "execute command without timeout"
msgstr ""
#: tools/virsh-domain.c:7760
msgid "timeout number has to be a number"
msgstr ""
#: tools/virsh-domain.c:7766
msgid "timeout must be positive"
msgstr ""
#: tools/virsh-domain.c:7780
msgid "timeout, async and block options are exclusive"
msgstr ""
#: tools/virsh-domain.c:7803
msgid "LXC Guest Enter Namespace"
msgstr ""
#: tools/virsh-domain.c:7806
msgid "Run an arbitrary lxc guest enter namespace; use at your own risk"
msgstr ""
#: tools/virsh-domain.c:7813
msgid "Do not change process security label"
msgstr ""
#: tools/virsh-domain.c:7814
msgid "namespace"
msgstr ""
#: tools/virsh-domain.c:7843 tools/virsh-domain.c:7849
#, c-format
msgid "%s: %d: failed to allocate argv"
msgstr ""
#: tools/virsh-domain.c:7859
#, fuzzy
msgid "Failed to allocate security model"
msgstr "Errore durante l'allocazione di tty"
#: tools/virsh-domain.c:7863
#, fuzzy
msgid "Failed to allocate security label"
msgstr "Errore durante l'allocazione di tty"
#: tools/virsh-domain.c:7930
msgid "domain information in XML"
msgstr "informazioni del dominio in XML"
#: tools/virsh-domain.c:7933
msgid "Output the domain information as an XML dump to stdout."
msgstr "Mostrare le informazioni sul dominio in XML su stdout."
#: tools/virsh-domain.c:7946 tools/virsh-interface.c:465
#: tools/virsh-pool.c:636
msgid "show inactive defined XML"
msgstr "mostra XML definito inattivo"
#: tools/virsh-domain.c:7954
msgid "update guest CPU according to host CPU"
msgstr ""
#: tools/virsh-domain.c:7958
msgid "provide XML suitable for migrations"
msgstr ""
#: tools/virsh-domain.c:8004
msgid "Convert native config to domain XML"
msgstr ""
#: tools/virsh-domain.c:8007
msgid "Convert native guest configuration format to domain XML format."
msgstr ""
#: tools/virsh-domain.c:8016
msgid "source config data format"
msgstr ""
#: tools/virsh-domain.c:8021
msgid "config data file to import from"
msgstr ""
#: tools/virsh-domain.c:8060
msgid "Convert domain XML to native config"
msgstr ""
#: tools/virsh-domain.c:8063
msgid "Convert domain XML config to a native guest configuration format."
msgstr ""
#: tools/virsh-domain.c:8072
msgid "target config data type format"
msgstr ""
#: tools/virsh-domain.c:8077
msgid "xml data file to export from"
msgstr ""
#: tools/virsh-domain.c:8116
msgid "convert a domain id or UUID to domain name"
msgstr "converte un id o UUID di dominio in un nome di dominio"
#: tools/virsh-domain.c:8128
msgid "domain id or uuid"
msgstr "id o uuid del dominio"
#: tools/virsh-domain.c:8152
msgid "convert a domain name or UUID to domain id"
msgstr "converte un UUID o un nome di dominio in un id di dominio"
#: tools/virsh-domain.c:8193
msgid "convert a domain name or id to domain UUID"
msgstr "converte un nome o un id di dominio in un UUID di dominio"
#: tools/virsh-domain.c:8205
msgid "domain id or name"
msgstr "id o nome del dominio"
#: tools/virsh-domain.c:8223
msgid "failed to get domain UUID"
msgstr "impossibile ottenere l'UUID del dominio"
#: tools/virsh-domain.c:8234
msgid "migrate domain to another host"
msgstr "migrare dominio su di un altro host"
#: tools/virsh-domain.c:8237
msgid "Migrate domain to another host. Add --live for live migration."
msgstr ""
"Migrare dominio su di un altro host. Aggiungere --live per un migrazione "
"live."
#: tools/virsh-domain.c:8245
msgid "live migration"
msgstr "migrazione a caldo"
#: tools/virsh-domain.c:8249
msgid "offline migration"
msgstr ""
#: tools/virsh-domain.c:8253
msgid "peer-2-peer migration"
msgstr ""
#: tools/virsh-domain.c:8257
msgid "direct migration"
msgstr ""
#: tools/virsh-domain.c:8265
msgid "tunnelled migration"
msgstr ""
#: tools/virsh-domain.c:8269
msgid "persist VM on destination"
msgstr ""
#: tools/virsh-domain.c:8273
msgid "undefine VM on source"
msgstr ""
#: tools/virsh-domain.c:8277
msgid "do not restart the domain on the destination host"
msgstr ""
#: tools/virsh-domain.c:8281
msgid "migration with non-shared storage with full disk copy"
msgstr ""
#: tools/virsh-domain.c:8285
msgid ""
"migration with non-shared storage with incremental copy (same base image "
"shared between source and destination)"
msgstr ""
#: tools/virsh-domain.c:8289
msgid "prevent any configuration changes to domain until migration ends"
msgstr ""
#: tools/virsh-domain.c:8293
msgid "force migration even if it may be unsafe"
msgstr ""
#: tools/virsh-domain.c:8297
msgid "display the progress of migration"
msgstr ""
#: tools/virsh-domain.c:8301
msgid "compress repeated pages during live migration"
msgstr ""
#: tools/virsh-domain.c:8311
msgid ""
"connection URI of the destination host as seen from the client(normal "
"migration) or source(p2p migration)"
msgstr ""
#: tools/virsh-domain.c:8315
msgid "migration URI, usually can be omitted"
msgstr "URI di migrazione, generalmente può essere omesso"
#: tools/virsh-domain.c:8319
msgid "rename to new name during migration (if supported)"
msgstr "rinominare a nuovo nome durante la migrazione (se supportata)"
#: tools/virsh-domain.c:8323
msgid "force guest to suspend if live migration exceeds timeout (in seconds)"
msgstr ""
#: tools/virsh-domain.c:8398
#, c-format
msgid "file '%s' doesn't exist"
msgstr "il file '%s' non esiste"
#: tools/virsh-domain.c:8408
msgid "migrate: Unexpected migrateuri for peer2peer/direct migration"
msgstr ""
#: tools/virsh-domain.c:8471
msgid "migrate: Invalid timeout"
msgstr ""
#: tools/virsh-domain.c:8476
msgid "migrate: Unexpected timeout for offline migration"
msgstr ""
#: tools/virsh-domain.c:8482
msgid "migrate: Timeout is too big"
msgstr ""
#: tools/virsh-domain.c:8500
msgid "Migration"
msgstr "Migrazione"
#: tools/virsh-domain.c:8516
msgid "set maximum tolerable downtime"
msgstr ""
#: tools/virsh-domain.c:8519
msgid ""
"Set maximum tolerable downtime of a domain which is being live-migrated to "
"another host."
msgstr ""
#: tools/virsh-domain.c:8533
msgid "maximum tolerable downtime (in milliseconds) for migration"
msgstr ""
#: tools/virsh-domain.c:8550
msgid "migrate: Invalid downtime"
msgstr ""
#: tools/virsh-domain.c:8569
msgid "get/set compression cache size"
msgstr ""
#: tools/virsh-domain.c:8572
msgid ""
"Get/set size of the cache (in bytes) used for compressing repeatedly "
"transferred memory pages during live migration."
msgstr ""
#: tools/virsh-domain.c:8587
msgid "requested size of the cache (in bytes) used for compression"
msgstr ""
#: tools/virsh-domain.c:8607
msgid "Unable to parse size parameter"
msgstr ""
#: tools/virsh-domain.c:8618
#, c-format
msgid "Compression cache: %.3lf %s"
msgstr ""
#: tools/virsh-domain.c:8631
msgid "Set the maximum migration bandwidth"
msgstr ""
#: tools/virsh-domain.c:8634
msgid ""
"Set the maximum migration bandwidth (in MiB/s) for a domain which is being "
"migrated to another host."
msgstr ""
#: tools/virsh-domain.c:8649
msgid "migration bandwidth limit in MiB/s"
msgstr ""
#: tools/virsh-domain.c:8665
msgid "migrate: Invalid bandwidth"
msgstr ""
#: tools/virsh-domain.c:8684
msgid "Get the maximum migration bandwidth"
msgstr ""
#: tools/virsh-domain.c:8687
msgid "Get the maximum migration bandwidth (in MiB/s) for a domain."
msgstr ""
#: tools/virsh-domain.c:8728
msgid "domain display connection URI"
msgstr ""
#: tools/virsh-domain.c:8731
msgid "Output the IP address and port number for the graphical display."
msgstr ""
#: tools/virsh-domain.c:8744
msgid "includes the password into the connection URI if available"
msgstr ""
#: tools/virsh-domain.c:8876
msgid "Failed to create display URI"
msgstr ""
#: tools/virsh-domain.c:8910
msgid "vnc display"
msgstr "vnc display"
#: tools/virsh-domain.c:8913
msgid "Output the IP address and port number for the VNC display."
msgstr "Mostrare l'indirizzo IP ed il numero di porta per il display VNC."
#: tools/virsh-domain.c:8956
msgid "Failed to get VNC port. Is this domain using VNC?"
msgstr ""
#: tools/virsh-domain.c:8983
msgid "tty console"
msgstr "console tty"
#: tools/virsh-domain.c:8986
msgid "Output the device for the TTY console."
msgstr "Eseguire l'output del dispositivo per la console TTY."
#: tools/virsh-domain.c:9043
msgid "print the domain's hostname"
msgstr ""
#: tools/virsh-domain.c:9072 tools/virsh-host.c:650
msgid "failed to get hostname"
msgstr "impossibile ottenere il nome host"
#: tools/virsh-domain.c:9162 tools/virsh-domain.c:9175
msgid "Bad child elements counting."
msgstr ""
#: tools/virsh-domain.c:9208
msgid "detach device from an XML file"
msgstr "scollegare dispositivo da un file XML"
#: tools/virsh-domain.c:9211
msgid "Detach device from an XML <file>"
msgstr "Scollegare dispositivo da un <file> XML"
#: tools/virsh-domain.c:9269
#, c-format
msgid "Failed to detach device from %s"
msgstr "Impossibile staccare il dispositivo da %s"
#: tools/virsh-domain.c:9273
msgid "Device detached successfully\n"
msgstr "Dispositivo scollegato correttamente\n"
#: tools/virsh-domain.c:9287
msgid "update device from an XML file"
msgstr ""
#: tools/virsh-domain.c:9290
msgid "Update device from an XML <file>."
msgstr ""
#: tools/virsh-domain.c:9316
msgid "force device update"
msgstr ""
#: tools/virsh-domain.c:9353
#, c-format
msgid "Failed to update device from %s"
msgstr ""
#: tools/virsh-domain.c:9371
msgid "detach network interface"
msgstr "scollegare una interfaccia di rete"
#: tools/virsh-domain.c:9374
msgid "Detach network interface."
msgstr "Scollegare interfaccia di rete."
#: tools/virsh-domain.c:9438
msgid "Failed to get interface information"
msgstr "Impossibile ottenere informazioni sull'interfaccia"
#: tools/virsh-domain.c:9446
#, c-format
msgid "No found interface whose type is %s"
msgstr "Non è stata trovata alcuna interfaccia di tipo %s"
#: tools/virsh-domain.c:9451
#, c-format
msgid ""
"Domain has %d interfaces. Please specify which one to detach using --mac"
msgstr ""
#: tools/virsh-domain.c:9473
#, c-format
msgid ""
"Domain has multiple interfaces matching MAC address %s. You must use detach-"
"device and specify the device pci address to remove it."
msgstr ""
#: tools/virsh-domain.c:9486
#, c-format
msgid "No interface with MAC address %s was found"
msgstr ""
#: tools/virsh-domain.c:9514
msgid "Failed to detach interface"
msgstr ""
#: tools/virsh-domain.c:9516
msgid "Interface detached successfully\n"
msgstr "Interfaccia scollegata correttamente\n"
#: tools/virsh-domain.c:9553 tools/virsh-domain.c:9562
msgid "Failed to get disk information"
msgstr "Impossibile ottenere informazioni sul disco"
#: tools/virsh-domain.c:9615
#, c-format
msgid "No found disk whose source path or target is %s"
msgstr ""
#: tools/virsh-domain.c:9677
#, c-format
msgid "The disk device '%s' doesn't have media"
msgstr ""
#: tools/virsh-domain.c:9688
msgid "No source is specified for inserting media"
msgstr ""
#: tools/virsh-domain.c:9691
msgid "No source is specified for updating media"
msgstr ""
#: tools/virsh-domain.c:9698
#, c-format
msgid "The disk device '%s' already has media"
msgstr ""
#: tools/virsh-domain.c:9750
msgid "detach disk device"
msgstr "scollegare un dispositivo del disco"
#: tools/virsh-domain.c:9753
msgid "Detach disk device."
msgstr "Scollegare dispositivo disco."
#: tools/virsh-domain.c:9821
msgid "Failed to detach disk"
msgstr ""
#: tools/virsh-domain.c:9823
msgid "Disk detached successfully\n"
msgstr "Disco scollegato correttamente\n"
#: tools/virsh-domain.c:9840
msgid "edit XML configuration for a domain"
msgstr "modifica della configurazione XML per un dominio"
#: tools/virsh-domain.c:9843
msgid "Edit the XML configuration for a domain."
msgstr "Modifica della configurazione XML per un dominio"
#: tools/virsh-domain.c:9871
#, c-format
msgid "Domain %s XML configuration not changed.\n"
msgstr "Configurazione XML del dominio %s non è cambiata.\n"
#: tools/virsh-domain.c:9881
#, c-format
msgid "Domain %s XML configuration edited.\n"
msgstr "Configurazione dominio XML %s modificato.\n"
#: tools/virsh-domain.c:9900
msgid "Change media of CD or floppy drive"
msgstr ""
#: tools/virsh-domain.c:9903
msgid "Change media of CD or floppy drive."
msgstr ""
#: tools/virsh-domain.c:9917
msgid "Fully-qualified path or target of disk device"
msgstr ""
#: tools/virsh-domain.c:9921
msgid "source of the media"
msgstr ""
#: tools/virsh-domain.c:9925
msgid "Eject the media"
msgstr ""
#: tools/virsh-domain.c:9929
msgid "Insert the media"
msgstr ""
#: tools/virsh-domain.c:9933
msgid "Update the media"
msgstr ""
#: tools/virsh-domain.c:9937
msgid ""
"can be either or both of --live and --config, depends on implementation of "
"hypervisor driver"
msgstr ""
#: tools/virsh-domain.c:9942
msgid "alter live configuration of running domain"
msgstr ""
#: tools/virsh-domain.c:9946
msgid "alter persistent configuration, effect observed on next boot"
msgstr ""
#: tools/virsh-domain.c:9950
msgid "force media changing"
msgstr ""
#: tools/virsh-domain.c:9980
msgid "--eject, --insert, and --update must be specified exclusively."
msgstr ""
#: tools/virsh-domain.c:10026
msgid "No disk source specified for inserting"
msgstr ""
#: tools/virsh-domain.c:10044
#, c-format
msgid "Failed to complete action %s on media"
msgstr ""
#: tools/virsh-domain.c:10048
#, c-format
msgid "succeeded to complete action %s on media\n"
msgstr ""
#: tools/virsh-domain.c:10062 tools/virsh-domain.c:10065
msgid "Invoke fstrim on domain's mounted filesystems."
msgstr ""
#: tools/virsh-domain.c:10078
msgid "Just a hint to ignore contiguous free ranges smaller than this (Bytes)"
msgstr ""
#: tools/virsh-domain.c:10083
msgid "which mount point to trim"
msgstr ""
#: tools/virsh-domain.c:10100
msgid "Unable to parse integer parameter minimum"
msgstr ""
#: tools/virsh-domain.c:10108
msgid "Unable to invoke fstrim"
msgstr ""
#: tools/virsh-edit.c:110
msgid "The XML configuration was changed by another user."
msgstr ""
#: tools/virsh-edit.c:119
msgid "Failed."
msgstr ""
#: tools/virsh-host.c:47
msgid "capabilities"
msgstr "capacità"
#: tools/virsh-host.c:50
msgid "Returns capabilities of hypervisor/driver."
msgstr "Mostrare le capacità dell'hypervisor/driver."
#: tools/virsh-host.c:61
msgid "failed to get capabilities"
msgstr "impossibile ottenere le capabilities"
#: tools/virsh-host.c:75
msgid "(re)connect to hypervisor"
msgstr "(ri)connettersi all'hypervisor"
#: tools/virsh-host.c:78
msgid ""
"Connect to local hypervisor. This is built-in command after shell start up."
msgstr ""
"Connettersi all'hypervisor locale. Questo è un comando interno dopo l'avvio "
"della shell."
#: tools/virsh-host.c:88
msgid "hypervisor connection URI"
msgstr "URI di connessione dell'hypervisor"
#: tools/virsh-host.c:92
msgid "read-only connection"
msgstr "collegamento in sola lettura"
#: tools/virsh-host.c:126
msgid "Failed to connect to the hypervisor"
msgstr "Impossibile collegarsi all'hypervisor"
#: tools/virsh-host.c:136
msgid "NUMA free memory"
msgstr "Memoria libera NUMA"
#: tools/virsh-host.c:139
msgid "display available free memory for the NUMA cell."
msgstr "visualizza memoria libera disponibile per la cella NUMA."
#: tools/virsh-host.c:147
msgid "NUMA cell number"
msgstr "Numero cella NUMA"
#: tools/virsh-host.c:151
msgid "show free memory for all NUMA cells"
msgstr ""
#: tools/virsh-host.c:176
msgid "cell number has to be a number"
msgstr ""
#: tools/virsh-host.c:182 tools/virsh-host.c:188
msgid "unable to get node capabilities"
msgstr ""
#: tools/virsh-host.c:186
msgid "(capabilities)"
msgstr ""
#: tools/virsh-host.c:196
msgid "could not get information about NUMA topology"
msgstr ""
#: tools/virsh-host.c:208
msgid "conversion from string failed"
msgstr ""
#: tools/virsh-host.c:216
#, c-format
msgid "failed to get free memory for NUMA node number: %lu"
msgstr ""
#: tools/virsh-host.c:229 tools/virsh-host.c:240
msgid "Total"
msgstr "Totale"
#: tools/virsh-host.c:261
msgid "node information"
msgstr "informazione del nodo"
#: tools/virsh-host.c:264
msgid "Returns basic information about the node."
msgstr "Mostrare le informazioni di base sul nodo."
#: tools/virsh-host.c:275
msgid "failed to get node information"
msgstr "impossibile ottenere informazioni sul nodo"
#: tools/virsh-host.c:278
msgid "CPU model:"
msgstr "Modello CPU:"
#: tools/virsh-host.c:280
msgid "CPU frequency:"
msgstr "Frequenza CPU:"
#: tools/virsh-host.c:281
msgid "CPU socket(s):"
msgstr "Socket CPU:"
#: tools/virsh-host.c:282
msgid "Core(s) per socket:"
msgstr "Core per socket:"
#: tools/virsh-host.c:283
msgid "Thread(s) per core:"
msgstr "Thread per core:"
#: tools/virsh-host.c:284
msgid "NUMA cell(s):"
msgstr "Cella NUMA:"
#: tools/virsh-host.c:285
msgid "Memory size:"
msgstr "Dimensione memoria:"
#: tools/virsh-host.c:295
msgid "node cpu map"
msgstr ""
#: tools/virsh-host.c:298
msgid ""
"Displays the node's total number of CPUs, the number of online CPUs and the "
"list of online CPUs."
msgstr ""
#: tools/virsh-host.c:314
msgid "Unable to get cpu map"
msgstr ""
#: tools/virsh-host.c:318
msgid "CPUs present:"
msgstr ""
#: tools/virsh-host.c:319
msgid "CPUs online:"
msgstr ""
#: tools/virsh-host.c:321
msgid "CPU map:"
msgstr ""
#: tools/virsh-host.c:338
msgid "Prints cpu stats of the node."
msgstr ""
#: tools/virsh-host.c:341
msgid "Returns cpu stats of the node, in nanoseconds."
msgstr ""
#: tools/virsh-host.c:349
msgid "prints specified cpu statistics only."
msgstr ""
#: tools/virsh-host.c:353
msgid "prints by percentage during 1 second."
msgstr ""
#: tools/virsh-host.c:379
msgid "Invalid value of cpuNum"
msgstr ""
#: tools/virsh-host.c:385
msgid "Unable to get number of cpu stats"
msgstr ""
#: tools/virsh-host.c:401
msgid "Unable to get node cpu stats"
msgstr ""
#: tools/virsh-host.c:428 tools/virsh-host.c:451
msgid "user:"
msgstr ""
#: tools/virsh-host.c:429 tools/virsh-host.c:453
msgid "system:"
msgstr ""
#: tools/virsh-host.c:430 tools/virsh-host.c:438 tools/virsh-host.c:455
msgid "idle:"
msgstr ""
#: tools/virsh-host.c:431 tools/virsh-host.c:457
msgid "iowait:"
msgstr ""
#: tools/virsh-host.c:437 tools/virsh-host.c:449
msgid "usage:"
msgstr ""
#: tools/virsh-host.c:473
msgid "Prints memory stats of the node."
msgstr ""
#: tools/virsh-host.c:476
msgid "Returns memory stats of the node, in kilobytes."
msgstr ""
#: tools/virsh-host.c:484
msgid "prints specified cell statistics only."
msgstr ""
#: tools/virsh-host.c:499
msgid "Invalid value of cellNum"
msgstr ""
#: tools/virsh-host.c:506
msgid "Unable to get number of memory stats"
msgstr ""
#: tools/virsh-host.c:519
msgid "Unable to get memory stats"
msgstr ""
#: tools/virsh-host.c:538
msgid "suspend the host node for a given time duration"
msgstr ""
#: tools/virsh-host.c:541
msgid ""
"Suspend the host node for a given time duration and attempt to resume "
"thereafter."
msgstr ""
#: tools/virsh-host.c:557
msgid "Suspend duration in seconds, at least 60"
msgstr ""
#: tools/virsh-host.c:589
msgid "Invalid duration"
msgstr ""
#: tools/virsh-host.c:594
msgid "The host was not suspended"
msgstr ""
#: tools/virsh-host.c:605
msgid "print the hypervisor sysinfo"
msgstr ""
#: tools/virsh-host.c:608
msgid "output an XML string for the hypervisor sysinfo, if available"
msgstr ""
#: tools/virsh-host.c:620
msgid "failed to get sysinfo"
msgstr ""
#: tools/virsh-host.c:635
msgid "print the hypervisor hostname"
msgstr "stampa il nome host di hypervisor"
#: tools/virsh-host.c:665
msgid "print the hypervisor canonical URI"
msgstr "stampa l'URI canonico di hypervisor"
#: tools/virsh-host.c:680
msgid "failed to get URI"
msgstr "impossibile ottenere l'URI"
#: tools/virsh-host.c:695
msgid "show version"
msgstr "mostra versione"
#: tools/virsh-host.c:698
msgid "Display the system version information."
msgstr "Visualizzare le informazioni sulla versione di sistema."
#: tools/virsh-host.c:706
msgid "report daemon version too"
msgstr ""
#: tools/virsh-host.c:727
msgid "failed to get hypervisor type"
msgstr "impossibile ottenere il tipo di hypervisor"
#: tools/virsh-host.c:736
#, c-format
msgid "Compiled against library: libvirt %d.%d.%d\n"
msgstr ""
#: tools/virsh-host.c:741
msgid "failed to get the library version"
msgstr "impossibile ottenere la versione della libreria"
#: tools/virsh-host.c:748
#, c-format
msgid "Using library: libvirt %d.%d.%d\n"
msgstr ""
#: tools/virsh-host.c:755
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr "API in uso: %s %d.%d.%d\n"
#: tools/virsh-host.c:760
msgid "failed to get the hypervisor version"
msgstr "impossibile ottenere la versione dell'hypervisor"
#: tools/virsh-host.c:765
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr "Impossibile estrarre la versione dell'hypervisor %s in esecuzione\n"
#: tools/virsh-host.c:772
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr "Esecuzione hypervisor: %s %d.%d.%d\n"
#: tools/virsh-host.c:779
msgid "failed to get the daemon version"
msgstr ""
#: tools/virsh-host.c:785
#, c-format
msgid "Running against daemon: %d.%d.%d\n"
msgstr ""
#: tools/virsh-host.c:794
msgid "Get or set node memory parameters"
msgstr ""
#: tools/virsh-host.c:795
msgid ""
"Get or set node memory parameters\n"
" To get the memory parameters, use following command: \n"
"\n"
" virsh # node-memory-tune"
msgstr ""
#: tools/virsh-host.c:804
msgid "number of pages to scan before the shared memory service goes to sleep"
msgstr ""
#: tools/virsh-host.c:809
msgid ""
"number of millisecs the shared memory service should sleep before next scan"
msgstr ""
#: tools/virsh-host.c:814
msgid "Specifies if pages from different numa nodes can be merged"
msgstr ""
#: tools/virsh-host.c:832
msgid "invalid shm-pages-to-scan number"
msgstr ""
#: tools/virsh-host.c:842
msgid "invalid shm-sleep-millisecs number"
msgstr ""
#: tools/virsh-host.c:852
msgid "invalid shm-merge-across-nodes number"
msgstr ""
#: tools/virsh-host.c:884
msgid "Shared memory:\n"
msgstr ""
#: tools/virsh-interface.c:77
#, c-format
msgid "failed to get interface '%s'"
msgstr ""
#: tools/virsh-interface.c:87
msgid "edit XML configuration for a physical host interface"
msgstr ""
#: tools/virsh-interface.c:90
msgid "Edit the XML configuration for a physical host interface."
msgstr ""
#: tools/virsh-interface.c:99 tools/virsh-interface.c:461
#: tools/virsh-interface.c:564 tools/virsh-interface.c:607
#: tools/virsh-interface.c:650
msgid "interface name or MAC address"
msgstr ""
#: tools/virsh-interface.c:118
#, c-format
msgid "Interface %s XML configuration not changed.\n"
msgstr ""
#: tools/virsh-interface.c:128
#, c-format
msgid "Interface %s XML configuration edited.\n"
msgstr ""
#: tools/virsh-interface.c:208
msgid "Failed to list interfaces"
msgstr ""
#: tools/virsh-interface.c:219 tools/virsh-interface.c:227
msgid "Failed to list active interfaces"
msgstr ""
#: tools/virsh-interface.c:236 tools/virsh-interface.c:245
msgid "Failed to list inactive interfaces"
msgstr ""
#: tools/virsh-interface.c:317
msgid "list physical host interfaces"
msgstr ""
#: tools/virsh-interface.c:320
msgid "Returns list of physical host interfaces."
msgstr ""
#: tools/virsh-interface.c:328
msgid "list inactive interfaces"
msgstr ""
#: tools/virsh-interface.c:332
msgid "list inactive & active interfaces"
msgstr ""
#: tools/virsh-interface.c:356
msgid "MAC Address"
msgstr ""
#: tools/virsh-interface.c:364 tools/virsh-network.c:709
#: tools/virsh-pool.c:1163
msgid "active"
msgstr "attivo"
#: tools/virsh-interface.c:364 tools/virsh-network.c:709
#: tools/virsh-pool.c:1093 tools/virsh-pool.c:1165 tools/virsh-pool.c:1524
msgid "inactive"
msgstr "non attivo"
#: tools/virsh-interface.c:377
msgid "convert an interface MAC address to interface name"
msgstr ""
#: tools/virsh-interface.c:389
msgid "interface mac"
msgstr ""
#: tools/virsh-interface.c:413
msgid "convert an interface name to interface MAC address"
msgstr ""
#: tools/virsh-interface.c:425
msgid "interface name"
msgstr ""
#: tools/virsh-interface.c:449
msgid "interface information in XML"
msgstr ""
#: tools/virsh-interface.c:452
msgid ""
"Output the physical host interface information as an XML dump to stdout."
msgstr ""
#: tools/virsh-interface.c:502
msgid "define (but don't start) a physical host interface from an XML file"
msgstr ""
#: tools/virsh-interface.c:505
msgid "Define a physical host interface."
msgstr ""
#: tools/virsh-interface.c:514
msgid "file containing an XML interface description"
msgstr ""
#: tools/virsh-interface.c:537
#, c-format
msgid "Interface %s defined from %s\n"
msgstr ""
#: tools/virsh-interface.c:541
#, c-format
msgid "Failed to define interface from %s"
msgstr ""
#: tools/virsh-interface.c:552
msgid "undefine a physical host interface (remove it from configuration)"
msgstr ""
#: tools/virsh-interface.c:555
msgid "undefine an interface."
msgstr ""
#: tools/virsh-interface.c:580
#, c-format
msgid "Interface %s undefined\n"
msgstr ""
#: tools/virsh-interface.c:582
#, c-format
msgid "Failed to undefine interface %s"
msgstr ""
#: tools/virsh-interface.c:595
msgid "start a physical host interface (enable it / \"if-up\")"
msgstr ""
#: tools/virsh-interface.c:598
msgid "start a physical host interface."
msgstr ""
#: tools/virsh-interface.c:623 tools/virsh-interface.c:1182
#, c-format
msgid "Interface %s started\n"
msgstr ""
#: tools/virsh-interface.c:625 tools/virsh-interface.c:1179
#, c-format
msgid "Failed to start interface %s"
msgstr ""
#: tools/virsh-interface.c:638
msgid "destroy a physical host interface (disable it / \"if-down\")"
msgstr ""
#: tools/virsh-interface.c:641
msgid "forcefully stop a physical host interface."
msgstr ""
#: tools/virsh-interface.c:666
#, c-format
msgid "Interface %s destroyed\n"
msgstr ""
#: tools/virsh-interface.c:668
#, c-format
msgid "Failed to destroy interface %s"
msgstr ""
#: tools/virsh-interface.c:681
msgid ""
"create a snapshot of current interfaces settings, which can be later "
"committed (iface-commit) or restored (iface-rollback)"
msgstr ""
#: tools/virsh-interface.c:686
msgid "Create a restore point for interfaces settings"
msgstr ""
#: tools/virsh-interface.c:699
msgid "Failed to begin network config change transaction"
msgstr ""
#: tools/virsh-interface.c:703
msgid "Network config change transaction started\n"
msgstr ""
#: tools/virsh-interface.c:712
msgid "commit changes made since iface-begin and free restore point"
msgstr ""
#: tools/virsh-interface.c:715
msgid "commit changes and free restore point"
msgstr ""
#: tools/virsh-interface.c:728
msgid "Failed to commit network config change transaction"
msgstr ""
#: tools/virsh-interface.c:732
msgid "Network config change transaction committed\n"
msgstr ""
#: tools/virsh-interface.c:741
msgid "rollback to previous saved configuration created via iface-begin"
msgstr ""
#: tools/virsh-interface.c:744
msgid "rollback to previous restore point"
msgstr ""
#: tools/virsh-interface.c:757
msgid "Failed to rollback network config change transaction"
msgstr ""
#: tools/virsh-interface.c:761
msgid "Network config change transaction rolled back\n"
msgstr ""
#: tools/virsh-interface.c:770
msgid "create a bridge device and attach an existing network device to it"
msgstr ""
#: tools/virsh-interface.c:773
msgid "bridge an existing network device"
msgstr ""
#: tools/virsh-interface.c:782
msgid "existing interface name"
msgstr ""
#: tools/virsh-interface.c:787
msgid "new bridge device name"
msgstr ""
#: tools/virsh-interface.c:791
msgid "do not enable STP for this bridge"
msgstr ""
#: tools/virsh-interface.c:795
msgid "number of seconds to squelch traffic on newly connected ports"
msgstr ""
#: tools/virsh-interface.c:799
msgid "don't start the bridge immediately"
msgstr ""
#: tools/virsh-interface.c:832
#, c-format
msgid "Network device %s already exists"
msgstr ""
#: tools/virsh-interface.c:840
msgid "Unable to parse delay parameter"
msgstr ""
#: tools/virsh-interface.c:850
msgid "(interface definition)"
msgstr ""
#: tools/virsh-interface.c:851 tools/virsh-interface.c:1056
#, c-format
msgid "Failed to parse configuration of %s"
msgstr ""
#: tools/virsh-interface.c:858 tools/virsh-interface.c:1063
#, c-format
msgid "Existing device %s has no type"
msgstr ""
#: tools/virsh-interface.c:863
#, c-format
msgid "Existing device %s is already a bridge"
msgstr ""
#: tools/virsh-interface.c:870 tools/virsh-interface.c:1076
#, c-format
msgid "Interface name from config %s doesn't match given supplied name %s"
msgstr ""
#: tools/virsh-interface.c:877
msgid "Failed to create bridge node in xml document"
msgstr ""
#: tools/virsh-interface.c:885
msgid "Failed to set stp attribute in xml document"
msgstr ""
#: tools/virsh-interface.c:892
#, c-format
msgid "Failed to set bridge delay %d in xml document"
msgstr ""
#: tools/virsh-interface.c:900
msgid "Failed to set bridge interface type to 'bridge' in xml document"
msgstr ""
#: tools/virsh-interface.c:905
#, c-format
msgid "Failed to set master bridge interface name to '%s' in xml document"
msgstr ""
#: tools/virsh-interface.c:914
msgid "Failed to create interface node under bridge node in xml document"
msgstr ""
#: tools/virsh-interface.c:922
#, c-format
msgid "Failed to set new slave interface type to '%s' in xml document"
msgstr ""
#: tools/virsh-interface.c:928
#, c-format
msgid "Failed to set new slave interface name to '%s' in xml document"
msgstr ""
#: tools/virsh-interface.c:948 tools/virsh-interface.c:1138
#, c-format
msgid "Failed to move '%s' element in xml document"
msgstr ""
#: tools/virsh-interface.c:959
#, c-format
msgid "Failed to format new xml document for bridge %s"
msgstr ""
#: tools/virsh-interface.c:968
#, c-format
msgid "Failed to define new bridge interface %s"
msgstr ""
#: tools/virsh-interface.c:973
#, c-format
msgid "Created bridge %s with attached device %s\n"
msgstr ""
#: tools/virsh-interface.c:979
#, c-format
msgid "Failed to start bridge interface %s"
msgstr ""
#: tools/virsh-interface.c:982
#, c-format
msgid "Bridge interface %s started\n"
msgstr ""
#: tools/virsh-interface.c:1006
msgid "undefine a bridge device after detaching its slave device"
msgstr ""
#: tools/virsh-interface.c:1009
msgid "unbridge a network device"
msgstr ""
#: tools/virsh-interface.c:1018
msgid "current bridge device name"
msgstr ""
#: tools/virsh-interface.c:1022
msgid "don't start the un-slaved interface immediately (not recommended)"
msgstr ""
#: tools/virsh-interface.c:1054
msgid "(bridge interface definition)"
msgstr ""
#: tools/virsh-interface.c:1068
#, c-format
msgid "Device %s is not a bridge"
msgstr ""
#: tools/virsh-interface.c:1084
msgid "No bridge node in xml document"
msgstr ""
#: tools/virsh-interface.c:1089
msgid "Multiple interfaces attached to bridge"
msgstr "Interfacce multiple connesse al bridge"
#: tools/virsh-interface.c:1094
msgid "No interface attached to bridge"
msgstr ""
#: tools/virsh-interface.c:1102
#, c-format
msgid "Device attached to bridge %s has no name"
msgstr ""
#: tools/virsh-interface.c:1107
#, c-format
msgid "Attached device %s has no type"
msgstr ""
#: tools/virsh-interface.c:1112
#, c-format
msgid "Failed to set interface type to '%s' in xml document"
msgstr ""
#: tools/virsh-interface.c:1118
#, c-format
msgid "Failed to set interface name to '%s' in xml document"
msgstr ""
#: tools/virsh-interface.c:1149
#, c-format
msgid "Failed to format new xml document for un-enslaved interface %s"
msgstr ""
#: tools/virsh-interface.c:1158
#, c-format
msgid "Failed to destroy bridge interface %s"
msgstr ""
#: tools/virsh-interface.c:1162
#, c-format
msgid "Failed to undefine bridge interface %s"
msgstr ""
#: tools/virsh-interface.c:1169
#, c-format
msgid "Failed to define new interface %s"
msgstr ""
#: tools/virsh-interface.c:1173
#, c-format
msgid "Device %s un-attached from bridge %s\n"
msgstr ""
#: tools/virsh-network.c:76
#, c-format
msgid "failed to get network '%s'"
msgstr "impossibile ottenere la rete '%s'"
#: tools/virsh-network.c:86
msgid "autostart a network"
msgstr "avvio automatico di una rete"
#: tools/virsh-network.c:89
msgid "Configure a network to be automatically started at boot."
msgstr ""
"Configura una rete per essere automaticamente avviata all'avvio del sistema."
#: tools/virsh-network.c:98 tools/virsh-network.c:254
#: tools/virsh-network.c:297 tools/virsh-network.c:352
#: tools/virsh-network.c:771 tools/virsh-network.c:813
#: tools/virsh-network.c:856 tools/virsh-network.c:1075
msgid "network name or uuid"
msgstr "nome o uuid della rete"
#: tools/virsh-network.c:121
#, c-format
msgid "failed to mark network %s as autostarted"
msgstr "Impossibile contrassegnare la rete %s come auto avviante"
#: tools/virsh-network.c:123
#, c-format
msgid "failed to unmark network %s as autostarted"
msgstr "Impossibile disabilitare l'avvio automatico della rete %s"
#: tools/virsh-network.c:129
#, c-format
msgid "Network %s marked as autostarted\n"
msgstr "La rete %s è stata contrassegnata come auto avviante\n"
#: tools/virsh-network.c:131
#, c-format
msgid "Network %s unmarked as autostarted\n"
msgstr "Rimozione contrassegno di avvio automatico della rete %s effettuato\n"
#: tools/virsh-network.c:142
msgid "create a network from an XML file"
msgstr "creare una rete da un file XML"
#: tools/virsh-network.c:145
msgid "Create a network."
msgstr "Creare una rete."
#: tools/virsh-network.c:154 tools/virsh-network.c:204
msgid "file containing an XML network description"
msgstr "il file contiene una descrizione della rete XML"
#: tools/virsh-network.c:177
#, c-format
msgid "Network %s created from %s\n"
msgstr "Rete %s creata da %s\n"
#: tools/virsh-network.c:181
#, c-format
msgid "Failed to create network from %s"
msgstr "Impossibile creare la rete da %s"
#: tools/virsh-network.c:192
msgid "define (but don't start) a network from an XML file"
msgstr "definire (ma non avviare) una rete da un file XML"
#: tools/virsh-network.c:195
msgid "Define a network."
msgstr "Definire una rete."
#: tools/virsh-network.c:227
#, c-format
msgid "Network %s defined from %s\n"
msgstr "Rete %s definita da %s\n"
#: tools/virsh-network.c:231
#, c-format
msgid "Failed to define network from %s"
msgstr "Impossibile definire la rete da %s"
#: tools/virsh-network.c:242
msgid "destroy (stop) a network"
msgstr ""
#: tools/virsh-network.c:245
msgid "Forcefully stop a given network."
msgstr ""
#: tools/virsh-network.c:270
#, c-format
msgid "Network %s destroyed\n"
msgstr "Rete %s distrutta\n"
#: tools/virsh-network.c:272
#, c-format
msgid "Failed to destroy network %s"
msgstr "Impossibile distruggere la rete %s"
#: tools/virsh-network.c:285
msgid "network information in XML"
msgstr "informazioni rete in XML"
#: tools/virsh-network.c:288
msgid "Output the network information as an XML dump to stdout."
msgstr "Mostrare le informazioni sulla rete in XML su stdout."
#: tools/virsh-network.c:301
msgid "network information of an inactive domain"
msgstr "informazioni di rete di un dominio non attivo"
#: tools/virsh-network.c:340
msgid "network information"
msgstr ""
#: tools/virsh-network.c:343
msgid "Returns basic information about the network"
msgstr ""
#: tools/virsh-network.c:373 tools/virsh-nwfilter.c:372
#: tools/virsh-secret.c:531
msgid "UUID"
msgstr ""
#: tools/virsh-network.c:377
msgid "Active:"
msgstr ""
#: tools/virsh-network.c:386 tools/virsh-network.c:703 tools/virsh-pool.c:1054
#: tools/virsh-pool.c:1555
msgid "no autostart"
msgstr "non avviare automaticamente"
#: tools/virsh-network.c:392
msgid "Bridge:"
msgstr ""
#: tools/virsh-network.c:479
msgid "Failed to list networks"
msgstr ""
#: tools/virsh-network.c:491
msgid "Failed to get the number of active networks"
msgstr ""
#: tools/virsh-network.c:500
msgid "Failed to get the number of inactive networks"
msgstr ""
#: tools/virsh-network.c:517
msgid "Failed to list active networks"
msgstr "Impossibile elencare le reti attive"
#: tools/virsh-network.c:528
msgid "Failed to list inactive networks"
msgstr "Impossibile elencare le reti inattive"
#: tools/virsh-network.c:561
msgid "Failed to get network persistence info"
msgstr ""
#: tools/virsh-network.c:573
msgid "Failed to get network autostart state"
msgstr ""
#: tools/virsh-network.c:621
msgid "list networks"
msgstr "mostrare le reti"
#: tools/virsh-network.c:624
msgid "Returns list of networks."
msgstr "Mostrare l'elenco delle reti"
#: tools/virsh-network.c:632
msgid "list inactive networks"
msgstr "elencare le reti inattive"
#: tools/virsh-network.c:636
msgid "list inactive & active networks"
msgstr "elencare reti inattive & attive"
#: tools/virsh-network.c:640
msgid "list persistent networks"
msgstr ""
#: tools/virsh-network.c:644
msgid "list transient networks"
msgstr ""
#: tools/virsh-network.c:648
msgid "list networks with autostart enabled"
msgstr ""
#: tools/virsh-network.c:652
msgid "list networks with autostart disabled"
msgstr ""
#: tools/virsh-network.c:693 tools/virsh-pool.c:1194 tools/virsh-pool.c:1224
#: tools/virsh-pool.c:1283
msgid "Autostart"
msgstr "Avvio automatico"
#: tools/virsh-network.c:693 tools/virsh-pool.c:1229 tools/virsh-pool.c:1284
msgid "Persistent"
msgstr ""
#: tools/virsh-network.c:723
msgid "convert a network UUID to network name"
msgstr "converte un UUID di rete in un nome di rete"
#: tools/virsh-network.c:735
msgid "network uuid"
msgstr "uuid di rete"
#: tools/virsh-network.c:759
msgid "start a (previously defined) inactive network"
msgstr "avviare una (precedentemente definita) rete non attiva"
#: tools/virsh-network.c:762
msgid "Start a network."
msgstr "Avviare una rete."
#: tools/virsh-network.c:787
#, c-format
msgid "Network %s started\n"
msgstr "Rete %s avviata\n"
#: tools/virsh-network.c:789
#, c-format
msgid "Failed to start network %s"
msgstr "Impossibile avviare la rete %s"
#: tools/virsh-network.c:801
msgid "undefine an inactive network"
msgstr "rimuovere la definizione di una rete non attiva"
#: tools/virsh-network.c:804
msgid "Undefine the configuration for an inactive network."
msgstr "Rimozione della configurazione per una rete non attiva."
#: tools/virsh-network.c:829
#, c-format
msgid "Network %s has been undefined\n"
msgstr "È stata rimossa la definizione della rete %s\n"
#: tools/virsh-network.c:831
#, c-format
msgid "Failed to undefine network %s"
msgstr "Impossibile rimuovere la definizione della rete %s"
#: tools/virsh-network.c:844
msgid "update parts of an existing network's configuration"
msgstr ""
#: tools/virsh-network.c:861
msgid "type of update (add-first, add-last (add), delete, or modify)"
msgstr ""
#: tools/virsh-network.c:866
msgid "which section of network configuration to update"
msgstr ""
#: tools/virsh-network.c:871
msgid ""
"name of file containing xml (or, if it starts with '<', the complete xml "
"element itself) to add/modify, or to be matched for search"
msgstr ""
#: tools/virsh-network.c:876
msgid "which parent object to search through"
msgstr ""
#: tools/virsh-network.c:880
msgid "affect next network startup"
msgstr ""
#: tools/virsh-network.c:884
msgid "affect running network"
msgstr ""
#: tools/virsh-network.c:888
msgid "affect current state of network"
msgstr ""
#: tools/virsh-network.c:932
#, c-format
msgid "unrecognized command name '%s'"
msgstr ""
#: tools/virsh-network.c:942
#, c-format
msgid "unrecognized section name '%s'"
msgstr ""
#: tools/virsh-network.c:947
msgid "malformed parent-index argument"
msgstr ""
#: tools/virsh-network.c:989
#, c-format
msgid "Failed to update network %s"
msgstr ""
#: tools/virsh-network.c:996
msgid "persistent config and live state"
msgstr ""
#: tools/virsh-network.c:998 tools/virsh-network.c:1004
msgid "persistent config"
msgstr ""
#: tools/virsh-network.c:1000 tools/virsh-network.c:1002
msgid "live state"
msgstr ""
#: tools/virsh-network.c:1007
#, c-format
msgid "Updated network %s %s"
msgstr ""
#: tools/virsh-network.c:1022
msgid "convert a network name to network UUID"
msgstr "converte un nome di rete in un UUID di rete"
#: tools/virsh-network.c:1034
msgid "network name"
msgstr "nome rete"
#: tools/virsh-network.c:1052
msgid "failed to get network UUID"
msgstr "impossibile ottenere l'UUID di rete"
#: tools/virsh-network.c:1063
msgid "edit XML configuration for a network"
msgstr "modifica configurazione XML per una rete"
#: tools/virsh-network.c:1066
msgid "Edit the XML configuration for a network."
msgstr "Modifica la configurazione XML per una rete."
#: tools/virsh-network.c:1109
#, c-format
msgid "Network %s XML configuration not changed.\n"
msgstr ""
#: tools/virsh-network.c:1119
#, c-format
msgid "Network %s XML configuration edited.\n"
msgstr ""
#: tools/virsh-nodedev.c:46
msgid "create a device defined by an XML file on the node"
msgstr ""
#: tools/virsh-nodedev.c:50
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-nodedev.c:61
msgid "file containing an XML description of the device"
msgstr ""
#: tools/virsh-nodedev.c:84
#, c-format
msgid "Node device %s created from %s\n"
msgstr ""
#: tools/virsh-nodedev.c:88
#, c-format
msgid "Failed to create node device from %s"
msgstr ""
#: tools/virsh-nodedev.c:101
msgid "destroy (stop) a device on the node"
msgstr ""
#: tools/virsh-nodedev.c:104
msgid ""
"Destroy a device on the node. Note that this command destroys devices on "
"the physical host"
msgstr ""
#: tools/virsh-nodedev.c:118 tools/virsh-nodedev.c:529
msgid "device name or wwn pair in 'wwnn,wwpn' format"
msgstr ""
#: tools/virsh-nodedev.c:138 tools/virsh-nodedev.c:550
#, c-format
msgid "Malformed device value '%s'"
msgstr ""
#: tools/virsh-nodedev.c:151 tools/virsh-nodedev.c:563
msgid "Could not find matching device"
msgstr "Impossibile trovare il dispositivo corrispondente"
#: tools/virsh-nodedev.c:156
#, c-format
msgid "Destroyed node device '%s'\n"
msgstr ""
#: tools/virsh-nodedev.c:158
#, c-format
msgid "Failed to destroy node device '%s'"
msgstr ""
#: tools/virsh-nodedev.c:251 tools/virsh-nodedev.c:272
msgid "Failed to list node devices"
msgstr "Impossibile elencare i dispositivi nodo"
#: tools/virsh-nodedev.c:261
msgid "Failed to count node devices"
msgstr "Impossibile contare i dispositivi nodo"
#: tools/virsh-nodedev.c:301
msgid "Failed to get capability numbers of the device"
msgstr ""
#: tools/virsh-nodedev.c:309
msgid "Failed to get capability names of the device"
msgstr ""
#: tools/virsh-nodedev.c:372
msgid "enumerate devices on this host"
msgstr "dispositivi enumerati su questo host"
#: tools/virsh-nodedev.c:383
msgid "list devices in a tree"
msgstr ""
#: tools/virsh-nodedev.c:387
msgid "capability names, separated by comma"
msgstr ""
#: tools/virsh-nodedev.c:409
msgid "Options --tree and --cap are incompatible"
msgstr ""
#: tools/virsh-nodedev.c:417
msgid "Invalid capability type"
msgstr ""
#: tools/virsh-nodedev.c:516
msgid "node device details in XML"
msgstr "dettagli dispositivo nodo in XML"
#: tools/virsh-nodedev.c:519
msgid "Output the node device details as an XML dump to stdout."
msgstr ""
"Mostra le informazioni sul nodo dispositivo come uno scarico di XML sullo "
"stdout."
#: tools/virsh-nodedev.c:588
msgid "detach node device from its device driver"
msgstr ""
#: tools/virsh-nodedev.c:591
msgid "Detach node device from its device driver before assigning to a domain."
msgstr ""
#: tools/virsh-nodedev.c:601 tools/virsh-nodedev.c:652
#: tools/virsh-nodedev.c:701
msgid "device key"
msgstr "chiave dispositivo"
#: tools/virsh-nodedev.c:617 tools/virsh-nodedev.c:668
#: tools/virsh-nodedev.c:717
#, c-format
msgid "Could not find matching device '%s'"
msgstr ""
#: tools/virsh-nodedev.c:624
#, c-format
msgid "Device %s detached\n"
msgstr ""
#: tools/virsh-nodedev.c:626
#, c-format
msgid "Failed to detach device %s"
msgstr ""
#: tools/virsh-nodedev.c:639
msgid "reattach node device to its device driver"
msgstr ""
#: tools/virsh-nodedev.c:642
msgid "Reattach node device to its device driver once released by the domain."
msgstr ""
#: tools/virsh-nodedev.c:673
#, c-format
msgid "Device %s re-attached\n"
msgstr ""
#: tools/virsh-nodedev.c:675
#, c-format
msgid "Failed to re-attach device %s"
msgstr ""
#: tools/virsh-nodedev.c:688
msgid "reset node device"
msgstr ""
#: tools/virsh-nodedev.c:691
msgid "Reset node device before or after assigning to a domain."
msgstr ""
#: tools/virsh-nodedev.c:722
#, c-format
msgid "Device %s reset\n"
msgstr ""
#: tools/virsh-nodedev.c:724
#, c-format
msgid "Failed to reset device %s"
msgstr ""
#: tools/virsh-nwfilter.c:75
#, c-format
msgid "failed to get nwfilter '%s'"
msgstr ""
#: tools/virsh-nwfilter.c:85
msgid "define or update a network filter from an XML file"
msgstr ""
#: tools/virsh-nwfilter.c:88
msgid "Define a new network filter or update an existing one."
msgstr ""
#: tools/virsh-nwfilter.c:97
msgid "file containing an XML network filter description"
msgstr ""
#: tools/virsh-nwfilter.c:120
#, c-format
msgid "Network filter %s defined from %s\n"
msgstr ""
#: tools/virsh-nwfilter.c:124
#, c-format
msgid "Failed to define network filter from %s"
msgstr ""
#: tools/virsh-nwfilter.c:135
msgid "undefine a network filter"
msgstr ""
#: tools/virsh-nwfilter.c:138
msgid "Undefine a given network filter."
msgstr ""
#: tools/virsh-nwfilter.c:147 tools/virsh-nwfilter.c:190
#: tools/virsh-nwfilter.c:406
msgid "network filter name or uuid"
msgstr ""
#: tools/virsh-nwfilter.c:163
#, c-format
msgid "Network filter %s undefined\n"
msgstr ""
#: tools/virsh-nwfilter.c:165
#, c-format
msgid "Failed to undefine network filter %s"
msgstr ""
#: tools/virsh-nwfilter.c:178
msgid "network filter information in XML"
msgstr ""
#: tools/virsh-nwfilter.c:181
msgid "Output the network filter information as an XML dump to stdout."
msgstr ""
#: tools/virsh-nwfilter.c:282
msgid "Failed to list node filters"
msgstr ""
#: tools/virsh-nwfilter.c:292
msgid "Failed to count network filters"
msgstr ""
#: tools/virsh-nwfilter.c:303
msgid "Failed to list network filters"
msgstr ""
#: tools/virsh-nwfilter.c:350
msgid "list network filters"
msgstr ""
#: tools/virsh-nwfilter.c:353
msgid "Returns list of network filters."
msgstr ""
#: tools/virsh-nwfilter.c:394
msgid "edit XML configuration for a network filter"
msgstr ""
#: tools/virsh-nwfilter.c:397
msgid "Edit the XML configuration for a network filter."
msgstr ""
#: tools/virsh-nwfilter.c:424
#, c-format
msgid "Network filter %s XML configuration not changed.\n"
msgstr ""
#: tools/virsh-nwfilter.c:435
#, c-format
msgid "Network filter %s XML configuration edited.\n"
msgstr ""
#: tools/virsh-pool.c:72
#, c-format
msgid "failed to get pool '%s'"
msgstr "impossibile ottenere il pool '%s'"
#: tools/virsh-pool.c:82
msgid "autostart a pool"
msgstr "avvio automatico di un pool"
#: tools/virsh-pool.c:85
msgid "Configure a pool to be automatically started at boot."
msgstr ""
"Configura un pool per essere avviato automaticamente all'avvio del sistema."
#: tools/virsh-pool.c:94 tools/virsh-pool.c:442 tools/virsh-pool.c:503
#: tools/virsh-pool.c:546 tools/virsh-pool.c:589 tools/virsh-pool.c:632
#: tools/virsh-pool.c:1495 tools/virsh-pool.c:1674 tools/virsh-pool.c:1758
#: tools/virsh-volume.c:391 tools/virsh-volume.c:518 tools/virsh-volume.c:614
#: tools/virsh-volume.c:728 tools/virsh-volume.c:835 tools/virsh-volume.c:883
#: tools/virsh-volume.c:959 tools/virsh-volume.c:1039
#: tools/virsh-volume.c:1137 tools/virsh-volume.c:1306
#: tools/virsh-volume.c:1689 tools/virsh-volume.c:1728
msgid "pool name or uuid"
msgstr "nome o uuid del pool"
#: tools/virsh-pool.c:117
#, c-format
msgid "failed to mark pool %s as autostarted"
msgstr "Impossibile contrassegnare il pool %s come auto avviante"
#: tools/virsh-pool.c:119
#, c-format
msgid "failed to unmark pool %s as autostarted"
msgstr "Impossibile disabilitare l'avvio automatico del pool %s"
#: tools/virsh-pool.c:125
#, c-format
msgid "Pool %s marked as autostarted\n"
msgstr "Pool %s contrassegnato come auto avviante\n"
#: tools/virsh-pool.c:127
#, c-format
msgid "Pool %s unmarked as autostarted\n"
msgstr "Marcatura di avvio automatico del pool %s rimossa\n"
#: tools/virsh-pool.c:138
msgid "create a pool from an XML file"
msgstr "creare un pool da un file XML"
#: tools/virsh-pool.c:141 tools/virsh-pool.c:299
msgid "Create a pool."
msgstr "Creare un pool."
#: tools/virsh-pool.c:150 tools/virsh-pool.c:350
msgid "file containing an XML pool description"
msgstr "il file contenente una descrizione XML del pool"
#: tools/virsh-pool.c:173
#, c-format
msgid "Pool %s created from %s\n"
msgstr "Pool %s creato da %s\n"
#: tools/virsh-pool.c:177
#, c-format
msgid "Failed to create pool from %s"
msgstr "Impossibile creare il pool da %s"
#: tools/virsh-pool.c:190
msgid "name of the pool"
msgstr "nome del pool"
#: tools/virsh-pool.c:194
msgid "print XML document, but don't define/create"
msgstr ""
#: tools/virsh-pool.c:199
msgid "type of the pool"
msgstr "tipo di pool"
#: tools/virsh-pool.c:203
msgid "source-host for underlying storage"
msgstr "source-host per lo storage soggiacente"
#: tools/virsh-pool.c:207
msgid "source path for underlying storage"
msgstr "percorso sorgente per lo storage soggiacente"
#: tools/virsh-pool.c:211
msgid "source device for underlying storage"
msgstr "dispositivo sorgente per lo storage soggiacente"
#: tools/virsh-pool.c:215
msgid "source name for underlying storage"
msgstr "nome sorgente per lo storage soggiacente"
#: tools/virsh-pool.c:219
msgid "target for underlying storage"
msgstr "destinazione per lo storage soggiacente"
#: tools/virsh-pool.c:223
msgid "format for underlying storage"
msgstr ""
#: tools/virsh-pool.c:296
msgid "create a pool from a set of args"
msgstr "creare un pool da un insieme di argomenti"
#: tools/virsh-pool.c:323
#, c-format
msgid "Pool %s created\n"
msgstr "Pool %s creato\n"
#: tools/virsh-pool.c:326
#, c-format
msgid "Failed to create pool %s"
msgstr "Impossibile creare il pool %s"
#: tools/virsh-pool.c:338
msgid "define (but don't start) a pool from an XML file"
msgstr "definire (ma non avviare) un pool da un file XML"
#: tools/virsh-pool.c:341 tools/virsh-pool.c:391
msgid "Define a pool."
msgstr "Definire un pool."
#: tools/virsh-pool.c:373
#, c-format
msgid "Pool %s defined from %s\n"
msgstr "Pool %s definito da %s\n"
#: tools/virsh-pool.c:377
#, c-format
msgid "Failed to define pool from %s"
msgstr "Impossibile definire il pool da %s"
#: tools/virsh-pool.c:388
msgid "define a pool from a set of args"
msgstr "definire un pool da un insieme di argomenti"
#: tools/virsh-pool.c:415
#, c-format
msgid "Pool %s defined\n"
msgstr "Pool %s definito\n"
#: tools/virsh-pool.c:418
#, c-format
msgid "Failed to define pool %s"
msgstr "Impossibile definire il pool %s"
#: tools/virsh-pool.c:430
msgid "build a pool"
msgstr "creare un pool"
#: tools/virsh-pool.c:433
msgid "Build a given pool."
msgstr "Creare un determinato pool."
#: tools/virsh-pool.c:446
msgid "do not overwrite an existing pool of this type"
msgstr ""
#: tools/virsh-pool.c:450
msgid "overwrite any existing data"
msgstr ""
#: tools/virsh-pool.c:475
#, c-format
msgid "Pool %s built\n"
msgstr "Pool %s creato\n"
#: tools/virsh-pool.c:477
#, c-format
msgid "Failed to build pool %s"
msgstr "Impossibile creare il pool %s"
#: tools/virsh-pool.c:491
msgid "destroy (stop) a pool"
msgstr ""
#: tools/virsh-pool.c:494
msgid "Forcefully stop a given pool. Raw data in the pool is untouched"
msgstr ""
#: tools/virsh-pool.c:519
#, c-format
msgid "Pool %s destroyed\n"
msgstr "Pool %s distrutto\n"
#: tools/virsh-pool.c:521
#, c-format
msgid "Failed to destroy pool %s"
msgstr "Impossibile distruggere il pool %s"
#: tools/virsh-pool.c:534
msgid "delete a pool"
msgstr "eliminare un pool"
#: tools/virsh-pool.c:537
msgid "Delete a given pool."
msgstr "Eliminare un dato pool."
#: tools/virsh-pool.c:562
#, c-format
msgid "Pool %s deleted\n"
msgstr "Pool %s eliminato\n"
#: tools/virsh-pool.c:564
#, c-format
msgid "Failed to delete pool %s"
msgstr "Impossibile eliminare il pool %s"
#: tools/virsh-pool.c:577
msgid "refresh a pool"
msgstr "aggiornare un pool"
#: tools/virsh-pool.c:580
msgid "Refresh a given pool."
msgstr "Aggiornare un dato pool."
#: tools/virsh-pool.c:605
#, c-format
msgid "Pool %s refreshed\n"
msgstr "Pool %s aggiornato\n"
#: tools/virsh-pool.c:607
#, c-format
msgid "Failed to refresh pool %s"
msgstr "Impossibile aggiornare il pool %s"
#: tools/virsh-pool.c:620
msgid "pool information in XML"
msgstr "informazioni pool in XML"
#: tools/virsh-pool.c:623
msgid "Output the pool information as an XML dump to stdout."
msgstr "Mostrare le informazioni sul pool in XML su stdout."
#: tools/virsh-pool.c:747
msgid "Failed to list pools"
msgstr ""
#: tools/virsh-pool.c:757
msgid "Filtering using --type is not supported by this libvirt"
msgstr ""
#: tools/virsh-pool.c:766
msgid "Failed to get the number of active pools "
msgstr ""
#: tools/virsh-pool.c:775
msgid "Failed to get the number of inactive pools"
msgstr ""
#: tools/virsh-pool.c:792
msgid "Failed to list active pools"
msgstr "Impossibile elencare i pool attivi"
#: tools/virsh-pool.c:803
msgid "Failed to list inactive pools"
msgstr "Impossibile elencare i pool inattivi"
#: tools/virsh-pool.c:836
msgid "Failed to get pool persistence info"
msgstr ""
#: tools/virsh-pool.c:848
msgid "Failed to get pool autostart state"
msgstr ""
#: tools/virsh-pool.c:897
msgid "list pools"
msgstr "elencare i pool"
#: tools/virsh-pool.c:900
msgid "Returns list of pools."
msgstr "Mostrare l'elenco dei pool"
#: tools/virsh-pool.c:908
msgid "list inactive pools"
msgstr "elencare i pool inattivi"
#: tools/virsh-pool.c:912
msgid "list inactive & active pools"
msgstr "elencare i pool inattivi & attivi"
#: tools/virsh-pool.c:916
msgid "list transient pools"
msgstr ""
#: tools/virsh-pool.c:920
msgid "list persistent pools"
msgstr ""
#: tools/virsh-pool.c:924
msgid "list pools with autostart enabled"
msgstr ""
#: tools/virsh-pool.c:928
msgid "list pools with autostart disabled"
msgstr ""
#: tools/virsh-pool.c:932
msgid "only list pool of specified type(s) (if supported)"
msgstr ""
#: tools/virsh-pool.c:936
msgid "display extended details for pools"
msgstr ""
#: tools/virsh-pool.c:1000
msgid "Invalid pool type"
msgstr ""
#: tools/virsh-pool.c:1079
msgid "Could not retrieve pool information"
msgstr ""
#: tools/virsh-pool.c:1096 tools/virsh-pool.c:1528
msgid "building"
msgstr "creazione in corso"
#: tools/virsh-pool.c:1102 tools/virsh-pool.c:1536
msgid "degraded"
msgstr "degradato"
#: tools/virsh-pool.c:1105 tools/virsh-pool.c:1540
msgid "inaccessible"
msgstr ""
#: tools/virsh-pool.c:1140 tools/virsh-pool.c:1141 tools/virsh-pool.c:1142
msgid "-"
msgstr ""
#: tools/virsh-pool.c:1234 tools/virsh-pool.c:1284 tools/virsh-volume.c:1475
msgid "Capacity"
msgstr ""
#: tools/virsh-pool.c:1239 tools/virsh-pool.c:1284 tools/virsh-volume.c:1480
#: tools/virsh-volume.c:1511
msgid "Allocation"
msgstr ""
#: tools/virsh-pool.c:1244 tools/virsh-pool.c:1284
msgid "Available"
msgstr ""
#: tools/virsh-pool.c:1317 tools/virsh-volume.c:1542
#, c-format
msgid "virAsprintf failed (errno %d)"
msgstr "virAsprintf fallito (errore %d)"
#: tools/virsh-pool.c:1343
msgid "find potential storage pool sources"
msgstr "trovate potenziali sorgenti pool di storage"
#: tools/virsh-pool.c:1346 tools/virsh-pool.c:1432
msgid "Returns XML <sources> document."
msgstr "Restituisce i documenti XML <sources>"
#: tools/virsh-pool.c:1355
msgid "type of storage pool sources to find"
msgstr "tipo di sorgenti di pool di storage da trovare"
#: tools/virsh-pool.c:1359
msgid "optional host to query"
msgstr "host opzionale per interrogazione"
#: tools/virsh-pool.c:1363
msgid "optional port to query"
msgstr "porta opzionale per interrogazione"
#: tools/virsh-pool.c:1367
msgid "optional initiator IQN to use for query"
msgstr ""
#: tools/virsh-pool.c:1390
msgid "missing argument"
msgstr ""
#: tools/virsh-pool.c:1415 tools/virsh-pool.c:1469
#, c-format
msgid "Failed to find any %s pool sources"
msgstr "Impossibile trovare sorgenti di pool %s"
#: tools/virsh-pool.c:1429
msgid "discover potential storage pool sources"
msgstr "scopri potenziali sorgenti di memoria di stampa"
#: tools/virsh-pool.c:1441
msgid "type of storage pool sources to discover"
msgstr "tipo di sorgenti di pool storage da scoprire"
#: tools/virsh-pool.c:1445
msgid "optional file of source xml to query for pools"
msgstr "file opzionali di sorgente xml per interrogazione di stampa"
#: tools/virsh-pool.c:1483
msgid "storage pool information"
msgstr "informazioni pool storage"
#: tools/virsh-pool.c:1486
msgid "Returns basic information about the storage pool."
msgstr "Mostrare informazioni base sul pool di storage"
#: tools/virsh-pool.c:1568
msgid "Available:"
msgstr "Disponibile:"
#: tools/virsh-pool.c:1583
msgid "convert a pool UUID to pool name"
msgstr "converte un UUID di pool in un nome di pool"
#: tools/virsh-pool.c:1595
msgid "pool uuid"
msgstr "pool uuid"
#: tools/virsh-pool.c:1619
msgid "start a (previously defined) inactive pool"
msgstr "avviare un (precedentemente definito) pool inattivo"
#: tools/virsh-pool.c:1622
msgid "Start a pool."
msgstr "Avviare un pool."
#: tools/virsh-pool.c:1631
msgid "name or uuid of the inactive pool"
msgstr ""
#: tools/virsh-pool.c:1647
#, c-format
msgid "Pool %s started\n"
msgstr "Pool %s avviato\n"
#: tools/virsh-pool.c:1649
#, c-format
msgid "Failed to start pool %s"
msgstr "Impossibile avviare il pool %s"
#: tools/virsh-pool.c:1662
msgid "undefine an inactive pool"
msgstr "rimuovere la definizione di un pool inattivo"
#: tools/virsh-pool.c:1665
msgid "Undefine the configuration for an inactive pool."
msgstr "Rimozione della configurazione per un pool inattivo."
#: tools/virsh-pool.c:1690
#, c-format
msgid "Pool %s has been undefined\n"
msgstr "La definizione del pool %s è stata rimossa\n"
#: tools/virsh-pool.c:1692
#, c-format
msgid "Failed to undefine pool %s"
msgstr "Impossibile rimuovere la definizione del pool %s"
#: tools/virsh-pool.c:1705
msgid "convert a pool name to pool UUID"
msgstr "converte un nome di pool in UUID di pool"
#: tools/virsh-pool.c:1717 tools/virsh-volume.c:121 tools/virsh-volume.c:321
msgid "pool name"
msgstr "nome pool"
#: tools/virsh-pool.c:1735
msgid "failed to get pool UUID"
msgstr "impossibile ottenere il pool UUID"
#: tools/virsh-pool.c:1746
msgid "edit XML configuration for a storage pool"
msgstr "modifica configurazione XML per un pool storage"
#: tools/virsh-pool.c:1749
msgid "Edit the XML configuration for a storage pool."
msgstr "Modifica la configurazione XML per uno storage pool."
#: tools/virsh-pool.c:1790
#, c-format
msgid "Pool %s XML configuration not changed.\n"
msgstr ""
#: tools/virsh-pool.c:1800
#, c-format
msgid "Pool %s XML configuration edited.\n"
msgstr ""
#: tools/virsh-secret.c:63
#, c-format
msgid "failed to get secret '%s'"
msgstr ""
#: tools/virsh-secret.c:73
msgid "define or modify a secret from an XML file"
msgstr ""
#: tools/virsh-secret.c:76
msgid "Define or modify a secret."
msgstr ""
#: tools/virsh-secret.c:85
msgid "file containing secret attributes in XML"
msgstr ""
#: tools/virsh-secret.c:106
#, c-format
msgid "Failed to set attributes from %s"
msgstr ""
#: tools/virsh-secret.c:111
msgid "Failed to get UUID of created secret"
msgstr ""
#: tools/virsh-secret.c:115
#, c-format
msgid "Secret %s created\n"
msgstr ""
#: tools/virsh-secret.c:130
msgid "secret attributes in XML"
msgstr ""
#: tools/virsh-secret.c:133
msgid "Output attributes of a secret as an XML dump to stdout."
msgstr ""
#: tools/virsh-secret.c:142 tools/virsh-secret.c:187 tools/virsh-secret.c:255
#: tools/virsh-secret.c:312
msgid "secret UUID"
msgstr ""
#: tools/virsh-secret.c:175
msgid "set a secret value"
msgstr ""
#: tools/virsh-secret.c:178
msgid "Set a secret value."
msgstr ""
#: tools/virsh-secret.c:192
msgid "base64-encoded secret value"
msgstr ""
#: tools/virsh-secret.c:214
msgid "Invalid base64 data"
msgstr ""
#: tools/virsh-secret.c:227
msgid "Failed to set secret value"
msgstr ""
#: tools/virsh-secret.c:230
msgid "Secret value set\n"
msgstr ""
#: tools/virsh-secret.c:243
msgid "Output a secret value"
msgstr ""
#: tools/virsh-secret.c:246
msgid "Output a secret value to stdout."
msgstr ""
#: tools/virsh-secret.c:300
msgid "undefine a secret"
msgstr ""
#: tools/virsh-secret.c:303
msgid "Undefine a secret."
msgstr ""
#: tools/virsh-secret.c:329
#, c-format
msgid "Failed to delete secret %s"
msgstr ""
#: tools/virsh-secret.c:332
#, c-format
msgid "Secret %s deleted\n"
msgstr ""
#: tools/virsh-secret.c:407
msgid "Failed to list node secrets"
msgstr ""
#: tools/virsh-secret.c:416
msgid "Filtering is not supported by this libvirt"
msgstr ""
#: tools/virsh-secret.c:422
msgid "Failed to count secrets"
msgstr ""
#: tools/virsh-secret.c:433
msgid "Failed to list secrets"
msgstr ""
#: tools/virsh-secret.c:480
msgid "list secrets"
msgstr ""
#: tools/virsh-secret.c:483
msgid "Returns a list of secrets"
msgstr ""
#: tools/virsh-secret.c:491
msgid "list ephemeral secrets"
msgstr ""
#: tools/virsh-secret.c:495
msgid "list non-ephemeral secrets"
msgstr ""
#: tools/virsh-secret.c:499
msgid "list private secrets"
msgstr ""
#: tools/virsh-secret.c:503
msgid "list non-private secrets"
msgstr ""
#: tools/virsh-secret.c:531
msgid "Usage"
msgstr ""
#: tools/virsh-secret.c:540
msgid "Volume"
msgstr ""
#: tools/virsh-secret.c:546
msgid "Failed to get uuid of secret"
msgstr ""
#: tools/virsh-secret.c:556
msgid "Unused"
msgstr ""
#: tools/virsh-snapshot.c:72
msgid "cannot halt after snapshot of transient domain"
msgstr ""
#: tools/virsh-snapshot.c:91 tools/virsh-snapshot.c:1207
msgid "Could not get snapshot name"
msgstr ""
#: tools/virsh-snapshot.c:96
#, c-format
msgid "Domain snapshot %s created from '%s'"
msgstr ""
#: tools/virsh-snapshot.c:98
#, c-format
msgid "Domain snapshot %s created"
msgstr ""
#: tools/virsh-snapshot.c:116
msgid "Create a snapshot from XML"
msgstr ""
#: tools/virsh-snapshot.c:119
msgid "Create a snapshot (disk and RAM) from XML"
msgstr ""
#: tools/virsh-snapshot.c:132
msgid "domain snapshot XML"
msgstr ""
#: tools/virsh-snapshot.c:136
msgid "redefine metadata for existing snapshot"
msgstr ""
#: tools/virsh-snapshot.c:140
msgid "with redefine, set current snapshot"
msgstr ""
#: tools/virsh-snapshot.c:144 tools/virsh-snapshot.c:353
msgid "take snapshot but create no metadata"
msgstr ""
#: tools/virsh-snapshot.c:148 tools/virsh-snapshot.c:357
msgid "halt domain after snapshot is created"
msgstr ""
#: tools/virsh-snapshot.c:152 tools/virsh-snapshot.c:361
msgid "capture disk state but not vm state"
msgstr ""
#: tools/virsh-snapshot.c:156 tools/virsh-snapshot.c:365
msgid "reuse any existing external files"
msgstr ""
#: tools/virsh-snapshot.c:160 tools/virsh-snapshot.c:369
msgid "quiesce guest's file systems"
msgstr ""
#: tools/virsh-snapshot.c:164 tools/virsh-snapshot.c:373
msgid "require atomic operation"
msgstr ""
#: tools/virsh-snapshot.c:168 tools/virsh-snapshot.c:377
msgid "take a live snapshot"
msgstr ""
#: tools/virsh-snapshot.c:263
#, c-format
msgid "unable to parse memspec: %s"
msgstr ""
#: tools/virsh-snapshot.c:315
#, c-format
msgid "unable to parse diskspec: %s"
msgstr ""
#: tools/virsh-snapshot.c:325
msgid "Create a snapshot from a set of args"
msgstr ""
#: tools/virsh-snapshot.c:328
msgid "Create a snapshot (disk and RAM) from arguments"
msgstr ""
#: tools/virsh-snapshot.c:341
msgid "name of snapshot"
msgstr ""
#: tools/virsh-snapshot.c:345
msgid "description of snapshot"
msgstr ""
#: tools/virsh-snapshot.c:349
msgid "print XML document rather than create"
msgstr ""
#: tools/virsh-snapshot.c:382
msgid "memory attributes: [file=]name[,snapshot=type]"
msgstr ""
#: tools/virsh-snapshot.c:386
msgid "disk attributes: disk[,snapshot=type][,driver=type][,file=name]"
msgstr ""
#: tools/virsh-snapshot.c:407
msgid "--print-xml is incompatible with --no-metadata"
msgstr ""
#: tools/virsh-snapshot.c:491
#, c-format
msgid "--%s and --current are mutually exclusive"
msgstr ""
#: tools/virsh-snapshot.c:500
#, c-format
msgid "--%s or --current is required"
msgstr ""
#: tools/virsh-snapshot.c:517
msgid "edit XML for a snapshot"
msgstr ""
#: tools/virsh-snapshot.c:520
msgid "Edit the domain snapshot XML for a named snapshot"
msgstr ""
#: tools/virsh-snapshot.c:533 tools/virsh-snapshot.c:891
#: tools/virsh-snapshot.c:1712 tools/virsh-snapshot.c:1847
#: tools/virsh-snapshot.c:1940
msgid "snapshot name"
msgstr ""
#: tools/virsh-snapshot.c:537
msgid "also set edited snapshot as current"
msgstr ""
#: tools/virsh-snapshot.c:541
msgid "allow renaming an existing snapshot"
msgstr ""
#: tools/virsh-snapshot.c:545
msgid "allow cloning to new name"
msgstr ""
#: tools/virsh-snapshot.c:583
#, c-format
msgid "Snapshot %s XML configuration not changed.\n"
msgstr ""
#: tools/virsh-snapshot.c:599
#, c-format
msgid "Snapshot %s edited.\n"
msgstr ""
#: tools/virsh-snapshot.c:601
#, c-format
msgid "Snapshot %s cloned to %s.\n"
msgstr ""
#: tools/virsh-snapshot.c:610
#, c-format
msgid "Failed to clean up %s"
msgstr ""
#: tools/virsh-snapshot.c:615
#, c-format
msgid "Must use --rename or --clone to change %s to %s"
msgstr ""
#: tools/virsh-snapshot.c:639 tools/virsh-snapshot.c:642
msgid "Get or set the current snapshot"
msgstr ""
#: tools/virsh-snapshot.c:655
msgid "list the name, rather than the full xml"
msgstr ""
#: tools/virsh-snapshot.c:663
msgid "name of existing snapshot to make current"
msgstr ""
#: tools/virsh-snapshot.c:711
#, c-format
msgid "Snapshot %s set as current"
msgstr ""
#: tools/virsh-snapshot.c:720
#, c-format
msgid "domain '%s' has no current snapshot"
msgstr ""
#: tools/virsh-snapshot.c:801
msgid "unable to determine if snapshot has parent"
msgstr ""
#: tools/virsh-snapshot.c:845
msgid "unable to perform snapshot filtering"
msgstr ""
#: tools/virsh-snapshot.c:875
msgid "snapshot information"
msgstr ""
#: tools/virsh-snapshot.c:878
msgid "Returns basic information about a snapshot."
msgstr ""
#: tools/virsh-snapshot.c:895
msgid "info on current snapshot"
msgstr ""
#: tools/virsh-snapshot.c:927
msgid "Domain:"
msgstr ""
#: tools/virsh-snapshot.c:943
msgid "Current:"
msgstr ""
#: tools/virsh-snapshot.c:959 tools/virsh-snapshot.c:985
msgid "unexpected problem reading snapshot xml"
msgstr ""
#: tools/virsh-snapshot.c:988
msgid "Location:"
msgstr ""
#: tools/virsh-snapshot.c:989
msgid "external"
msgstr ""
#: tools/virsh-snapshot.c:989
msgid "internal"
msgstr ""
#: tools/virsh-snapshot.c:994
msgid "Parent:"
msgstr ""
#: tools/virsh-snapshot.c:1012
msgid "Children:"
msgstr ""
#: tools/virsh-snapshot.c:1017
msgid "Descendants:"
msgstr ""
#: tools/virsh-snapshot.c:1028
msgid "Metadata:"
msgstr ""
#: tools/virsh-snapshot.c:1246
msgid "failed to collect snapshot list"
msgstr ""
#: tools/virsh-snapshot.c:1325
#, c-format
msgid "snapshot %s disappeared from list"
msgstr ""
#: tools/virsh-snapshot.c:1432
msgid "List snapshots for a domain"
msgstr ""
#: tools/virsh-snapshot.c:1435
msgid "Snapshot List"
msgstr ""
#: tools/virsh-snapshot.c:1448
msgid "add a column showing parent snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1452
msgid "list only snapshots without parents"
msgstr ""
#: tools/virsh-snapshot.c:1456
msgid "list only snapshots without children"
msgstr ""
#: tools/virsh-snapshot.c:1460
msgid "list only snapshots that are not leaves (with children)"
msgstr ""
#: tools/virsh-snapshot.c:1464
msgid "list only snapshots that have metadata that would prevent undefine"
msgstr ""
#: tools/virsh-snapshot.c:1468
msgid "list only snapshots that have no metadata managed by libvirt"
msgstr ""
#: tools/virsh-snapshot.c:1472
msgid "filter by snapshots taken while inactive"
msgstr ""
#: tools/virsh-snapshot.c:1476
msgid "filter by snapshots taken while active (system checkpoints)"
msgstr ""
#: tools/virsh-snapshot.c:1480
msgid "filter by disk-only snapshots"
msgstr ""
#: tools/virsh-snapshot.c:1484
msgid "filter by internal snapshots"
msgstr ""
#: tools/virsh-snapshot.c:1488
msgid "filter by external snapshots"
msgstr ""
#: tools/virsh-snapshot.c:1492
msgid "list snapshots in a tree"
msgstr ""
#: tools/virsh-snapshot.c:1496
msgid "limit list to children of given snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1500
msgid "limit list to children of current snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1504
msgid "with --from, list all descendants"
msgstr ""
#: tools/virsh-snapshot.c:1508
msgid "list snapshot names only"
msgstr ""
#: tools/virsh-snapshot.c:1553
#, c-format
msgid "--%s and --tree are mutually exclusive"
msgstr ""
#: tools/virsh-snapshot.c:1582
msgid "--descendants requires either --from or --current"
msgstr ""
#: tools/virsh-snapshot.c:1601 tools/virsh-snapshot.c:1605
msgid "Creation Time"
msgstr ""
#: tools/virsh-snapshot.c:1602
msgid "Parent"
msgstr ""
#: tools/virsh-snapshot.c:1660
msgid "time_t overflow"
msgstr ""
#: tools/virsh-snapshot.c:1695
msgid "Dump XML for a domain snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1698
msgid "Snapshot Dump XML"
msgstr ""
#: tools/virsh-snapshot.c:1763
msgid "Get the name of the parent of a snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1766
msgid "Extract the snapshot's parent, if any"
msgstr ""
#: tools/virsh-snapshot.c:1779
msgid "find parent of snapshot name"
msgstr ""
#: tools/virsh-snapshot.c:1783
msgid "find parent of current snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1808
#, c-format
msgid "snapshot '%s' has no parent"
msgstr ""
#: tools/virsh-snapshot.c:1831
msgid "Revert a domain to a snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1834
msgid "Revert domain to snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1851
msgid "revert to current snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1855
msgid "after reverting, change state to running"
msgstr ""
#: tools/virsh-snapshot.c:1859
msgid "after reverting, change state to paused"
msgstr ""
#: tools/virsh-snapshot.c:1863
msgid "try harder on risky reverts"
msgstr ""
#: tools/virsh-snapshot.c:1924
msgid "Delete a domain snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1927
msgid "Snapshot Delete"
msgstr ""
#: tools/virsh-snapshot.c:1944
msgid "delete current snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1948
msgid "delete snapshot and all children"
msgstr ""
#: tools/virsh-snapshot.c:1952
msgid "delete children but not snapshot"
msgstr ""
#: tools/virsh-snapshot.c:1956
msgid "delete only libvirt metadata, leaving snapshot contents behind"
msgstr ""
#: tools/virsh-snapshot.c:1990
#, c-format
msgid "Domain snapshot %s children deleted\n"
msgstr ""
#: tools/virsh-snapshot.c:1992
#, c-format
msgid "Domain snapshot %s deleted\n"
msgstr ""
#: tools/virsh-snapshot.c:1994
#, c-format
msgid "Failed to delete snapshot %s"
msgstr ""
#: tools/virsh-volume.c:92 tools/virsh-volume.c:256
#, c-format
msgid "failed to get vol '%s'"
msgstr "impossibile ottenere il vol '%s'"
#: tools/virsh-volume.c:94
#, c-format
msgid "failed to get vol '%s', specifying --%s might help"
msgstr ""
#: tools/virsh-volume.c:109
msgid "create a volume from a set of args"
msgstr "creare un volume da un gruppo di argomenti"
#: tools/virsh-volume.c:112 tools/virsh-volume.c:312
msgid "Create a vol."
msgstr "Creare un volume."
#: tools/virsh-volume.c:126
msgid "name of the volume"
msgstr "nome del volume"
#: tools/virsh-volume.c:131
msgid "size of the vol, as scaled integer (default bytes)"
msgstr ""
#: tools/virsh-volume.c:135
msgid "initial allocation size, as scaled integer (default bytes)"
msgstr ""
#: tools/virsh-volume.c:139
msgid "file format type raw,bochs,qcow,qcow2,qed,vmdk"
msgstr ""
#: tools/virsh-volume.c:143
msgid "the backing volume if taking a snapshot"
msgstr ""
#: tools/virsh-volume.c:147
msgid "format of backing volume if taking a snapshot"
msgstr ""
#: tools/virsh-volume.c:151 tools/virsh-volume.c:330 tools/virsh-volume.c:409
#: tools/virsh-volume.c:522
msgid "preallocate metadata (for qcow2 instead of full allocation)"
msgstr ""
#: tools/virsh-volume.c:190 tools/virsh-volume.c:196 tools/virsh-volume.c:1093
#, c-format
msgid "Malformed size %s"
msgstr "Dimensione malformata %s"
#: tools/virsh-volume.c:290
#, c-format
msgid "Vol %s created\n"
msgstr "Vol %s creato\n"
#: tools/virsh-volume.c:294
#, c-format
msgid "Failed to create vol %s"
msgstr "Impossibile creare il volume %s"
#: tools/virsh-volume.c:309
msgid "create a vol from an XML file"
msgstr "creare un volume da un file XML"
#: tools/virsh-volume.c:326 tools/virsh-volume.c:396
msgid "file containing an XML vol description"
msgstr "file contenente una descrizione XML del vol"
#: tools/virsh-volume.c:360
#, c-format
msgid "Vol %s created from %s\n"
msgstr "Vol %s creato da %s\n"
#: tools/virsh-volume.c:365 tools/virsh-volume.c:447
#, c-format
msgid "Failed to create vol from %s"
msgstr "Impossibile creare il volume da %s"
#: tools/virsh-volume.c:379
msgid "create a vol, using another volume as input"
msgstr ""
#: tools/virsh-volume.c:382
msgid "Create a vol from an existing volume."
msgstr ""
#: tools/virsh-volume.c:401
msgid "input vol name or key"
msgstr ""
#: tools/virsh-volume.c:405
msgid "pool name or uuid of the input volume's pool"
msgstr ""
#: tools/virsh-volume.c:444
#, c-format
msgid "Vol %s created from input vol %s\n"
msgstr ""
#: tools/virsh-volume.c:473
msgid "(volume_definition)"
msgstr ""
#: tools/virsh-volume.c:497
msgid "clone a volume."
msgstr ""
#: tools/virsh-volume.c:500
msgid "Clone an existing volume."
msgstr ""
#: tools/virsh-volume.c:509
msgid "orig vol name or key"
msgstr ""
#: tools/virsh-volume.c:514
msgid "clone name"
msgstr ""
#: tools/virsh-volume.c:546 tools/virsh-volume.c:1647
msgid "failed to get parent pool"
msgstr ""
#: tools/virsh-volume.c:566
#, c-format
msgid "Vol %s cloned from %s\n"
msgstr ""
#: tools/virsh-volume.c:569
#, c-format
msgid "Failed to clone vol from %s"
msgstr ""
#: tools/virsh-volume.c:593
msgid "upload a file into a volume"
msgstr ""
#: tools/virsh-volume.c:596
msgid "Upload a file into a volume"
msgstr ""
#: tools/virsh-volume.c:605 tools/virsh-volume.c:719 tools/virsh-volume.c:831
#: tools/virsh-volume.c:879 tools/virsh-volume.c:955 tools/virsh-volume.c:1030
#: tools/virsh-volume.c:1133
msgid "vol name, key or path"
msgstr "nome, chiave o percorso volume"
#: tools/virsh-volume.c:610 tools/virsh-volume.c:724 tools/virsh-volume.c:981
#: tools/virsh-volume.c:1374
msgid "file"
msgstr "file"
#: tools/virsh-volume.c:618
msgid "volume offset to upload to"
msgstr ""
#: tools/virsh-volume.c:622
msgid "amount of data to upload"
msgstr ""
#: tools/virsh-volume.c:671
#, c-format
msgid "cannot upload to volume %s"
msgstr ""
#: tools/virsh-volume.c:676
#, c-format
msgid "cannot send data to volume %s"
msgstr ""
#: tools/virsh-volume.c:687 tools/virsh-volume.c:797
#, c-format
msgid "cannot close volume %s"
msgstr ""
#: tools/virsh-volume.c:707 tools/virsh-volume.c:710
msgid "Download a volume to a file"
msgstr ""
#: tools/virsh-volume.c:732
msgid "volume offset to download from"
msgstr ""
#: tools/virsh-volume.c:736
msgid "amount of data to download"
msgstr ""
#: tools/virsh-volume.c:772
#, c-format
msgid "cannot create %s"
msgstr ""
#: tools/virsh-volume.c:781
#, c-format
msgid "cannot download from volume %s"
msgstr ""
#: tools/virsh-volume.c:786
#, c-format
msgid "cannot receive data from volume %s"
msgstr ""
#: tools/virsh-volume.c:819
msgid "delete a vol"
msgstr "eliminare un vol"
#: tools/virsh-volume.c:822
msgid "Delete a given vol."
msgstr "Eliminare un dato vol."
#: tools/virsh-volume.c:852
#, c-format
msgid "Vol %s deleted\n"
msgstr "Vol %s eliminato\n"
#: tools/virsh-volume.c:854
#, c-format
msgid "Failed to delete vol %s"
msgstr "Impossibile eliminare il volume %s"
#: tools/virsh-volume.c:867
msgid "wipe a vol"
msgstr ""
#: tools/virsh-volume.c:870
msgid "Ensure data previously on a volume is not accessible to future reads"
msgstr ""
#: tools/virsh-volume.c:887
msgid "perform selected wiping algorithm"
msgstr ""
#: tools/virsh-volume.c:916
#, c-format
msgid "Unsupported algorithm '%s'"
msgstr "Algoritmo '%s' non supportato"
#: tools/virsh-volume.c:927
#, c-format
msgid "Failed to wipe vol %s"
msgstr ""
#: tools/virsh-volume.c:931
#, c-format
msgid "Vol %s wiped\n"
msgstr ""
#: tools/virsh-volume.c:943
msgid "storage vol information"
msgstr "informazioni volume di storage"
#: tools/virsh-volume.c:946
msgid "Returns basic information about the storage vol."
msgstr "Mostrare le informazioni di base sul nodo."
#: tools/virsh-volume.c:981 tools/virsh-volume.c:985 tools/virsh-volume.c:989
#: tools/virsh-volume.c:993 tools/virsh-volume.c:997
msgid "Type:"
msgstr "Tipo:"
#: tools/virsh-volume.c:985 tools/virsh-volume.c:1377
msgid "block"
msgstr "blocco"
#: tools/virsh-volume.c:989 tools/virsh-volume.c:1380
msgid "dir"
msgstr ""
#: tools/virsh-volume.c:993
msgid "network"
msgstr ""
#: tools/virsh-volume.c:1018
msgid "resize a vol"
msgstr ""
#: tools/virsh-volume.c:1021
msgid "Resizes a storage volume."
msgstr "Ridimensiona un volume di storage."
#: tools/virsh-volume.c:1035
msgid "new capacity for the vol, as scaled integer (default bytes)"
msgstr ""
#: tools/virsh-volume.c:1043
msgid "allocate the new capacity, rather than leaving it sparse"
msgstr ""
#: tools/virsh-volume.c:1047
msgid "use capacity as a delta to current size, rather than the new size"
msgstr ""
"usa la capacità come incremento rispetto alla dimensione attuale, piuttosto "
"che come dimensione finale"
#: tools/virsh-volume.c:1051
msgid "allow the resize to shrink the volume"
msgstr "permetti al ridimensionamento di ridurre il volume"
#: tools/virsh-volume.c:1088
msgid "negative size requires --delta and --shrink"
msgstr ""
#: tools/virsh-volume.c:1099
#, c-format
msgid "Size of volume '%s' successfully changed by %s\n"
msgstr "Dimensione del volume '%s' modificata di '%s' con successo\n"
#: tools/virsh-volume.c:1100
#, c-format
msgid "Size of volume '%s' successfully changed to %s\n"
msgstr "Dimensione del volume '%s' impostata a '%s' con successo\n"
#: tools/virsh-volume.c:1105
#, c-format
msgid "Failed to change size of volume '%s' by %s\n"
msgstr "Errore durante il ridimensionamento del volume '%s' di %s\n"
#: tools/virsh-volume.c:1106
#, c-format
msgid "Failed to change size of volume '%s' to %s\n"
msgstr "Errore durante il ridimensionamento del volume '%s' a %s\n"
#: tools/virsh-volume.c:1121
msgid "vol information in XML"
msgstr "informazioni volume in XML"
#: tools/virsh-volume.c:1124
msgid "Output the vol information as an XML dump to stdout."
msgstr "Mostrare le informazioni sul vol in XML su stdout."
#: tools/virsh-volume.c:1228
msgid "Failed to list volumes"
msgstr ""
#: tools/virsh-volume.c:1237 tools/virsh-volume.c:1249
msgid "Failed to list storage volumes"
msgstr ""
#: tools/virsh-volume.c:1294
msgid "list vols"
msgstr "elencare i volumi"
#: tools/virsh-volume.c:1297
msgid "Returns list of vols by pool."
msgstr "Mostrare l'elenco dei domini"
#: tools/virsh-volume.c:1310
msgid "display extended details for volumes"
msgstr ""
#: tools/virsh-volume.c:1445 tools/virsh-volume.c:1465
#: tools/virsh-volume.c:1510
msgid "Path"
msgstr "Percorso"
#: tools/virsh-volume.c:1574
msgid "returns the volume name for a given volume key or path"
msgstr ""
#: tools/virsh-volume.c:1586 tools/virsh-volume.c:1626
msgid "volume key or path"
msgstr ""
#: tools/virsh-volume.c:1610
msgid "returns the storage pool for a given volume key or path"
msgstr ""
#: tools/virsh-volume.c:1621
msgid "return the pool uuid rather than pool name"
msgstr ""
#: tools/virsh-volume.c:1673
msgid "returns the volume key for a given volume name or path"
msgstr ""
#: tools/virsh-volume.c:1685
msgid "volume name or path"
msgstr ""
#: tools/virsh-volume.c:1712
msgid "returns the volume path for a given volume name or key"
msgstr ""
#: tools/virsh-volume.c:1724
msgid "volume name or key"
msgstr ""
#: tools/virt-host-validate-common.c:59
#, c-format
msgid "%6s: Checking %-60s: "
msgstr ""
#: tools/virt-host-validate-common.c:81 tools/virt-host-validate-common.c:83
msgid "PASS"
msgstr "PASS"
#: tools/virt-host-validate-common.c:88
msgid "FAIL"
msgstr "FAIL"
#: tools/virt-host-validate-common.c:89
msgid "WARN"
msgstr "WARN"
#: tools/virt-host-validate-common.c:90
msgid "NOTE"
msgstr "NOTE"
#: tools/virt-host-validate-common.c:168
#, c-format
msgid "for Linux >= %d.%d.%d"
msgstr "per Linux >= %d.%d.%d"
#: tools/virt-host-validate-lxc.c:33
msgid "Upgrade to a kernel supporting namespaces"
msgstr ""
#: tools/virt-host-validate-qemu.c:37
msgid ""
"Check that the 'kvm-intel' or 'kvm-amd' modules are loaded & the BIOS has "
"enabled virtualization"
msgstr ""
#: tools/virt-host-validate-qemu.c:42
msgid ""
"Only emulated CPUs are available, performance will be significantly limited"
msgstr ""
#: tools/virt-host-validate-qemu.c:47
msgid "Load the 'vhost_net' module to improve performance of virtio networking"
msgstr ""
#: tools/virt-host-validate-qemu.c:53
msgid "Load the 'tun' module to enable networking for QEMU guests"
msgstr ""
#: tools/virt-host-validate.c:45
#, c-format
msgid ""
"\n"
"syntax: %s [OPTIONS] [HVTYPE]\n"
"\n"
" Hypervisor types:\n"
"\n"
" - qemu\n"
" - lxc\n"
"\n"
" Options:\n"
" -h, --help Display command line help\n"
" -v, --version Display command version\n"
" -q, --quiet Don't display progress information\n"
"\n"
msgstr ""
#: tools/virt-host-validate.c:118
#, c-format
msgid "%s: too many command line arguments\n"
msgstr "%s: troppi argomenti nella linea di comando\n"
#: tools/virt-host-validate.c:145
#, c-format
msgid "%s: unsupported hypervisor name %s\n"
msgstr "%s: nome dell'hypervisor %s non supportato\n"
#~ msgid "missing port for host"
#~ msgstr "porta dell'host mancante"
#~ msgid "Failed to mount /dev/pts in container"
#~ msgstr "Impossibile montare /dev/pts nel contenitore"